openBackhaul / MicroWaveDeviceInventory

Physical and logical inventory of the MW SDN Domain
Apache License 2.0
5 stars 1 forks source link

Update release information in the configFile #982

Open kmohr-soprasteria opened 1 month ago

kmohr-soprasteria commented 1 month ago

For v1.1.3 the configFile needs to be updated with the last 1.1.2.x release and with the 1.1.3 release:

        "layer-protocol": [
          {
            "local-id": "0",
            "layer-protocol-name": "http-server-interface-1-0:LAYER_PROTOCOL_NAME_TYPE_HTTP_LAYER",
            "http-server-interface-1-0:http-server-interface-pac": {
              "http-server-interface-capability": {
                "application-name": "MicroWaveDeviceInventory",
                "release-number": "1.1.0",
                "application-purpose": "Provide cached ControlConstruct data for devices in connected state on the Controller",
                "data-update-period": "http-server-interface-1-0:DATA_UPDATE_PERIOD_TYPE_REAL_TIME",
                "owner-name": "Katharina Mohr",
                "owner-email-address": "Katharina.Mohr.external@telefonica.com",
                "release-list": [
                  {
                    "local-id": "0",
                    "release-number": "1.0.1",
                    "release-date": "27.10.2023",
                    "changes": "Initial version."
                  },
                  {
                    "local-id": "1",
                    "release-number": "1.1.0",
                    "release-date": "28.10.2023",
                    "changes": "FD, FC, FcPort, Link and LinkPort added."
                  },
                     add record for releasenumber 1.1.2.x,
                     add record for releasenumber 1.1.3
                ]
              }
            }
          }
        ]
      },