openBackhaul / Accessport2LtpTranslator

Thomas Seitz's first Application on the MW SDN Controller
Apache License 2.0
1 stars 1 forks source link

Correct wrong indentations in configFile/loadFile #77

Closed kmohr-soprasteria closed 8 months ago

kmohr-soprasteria commented 8 months ago

There are wrong indentations in the following blocks: image

(Remove two blanks in front of the server-ltp uuids.)


Also in the following block there are 4 blanks missing in the last line:

          {
            "uuid": "a2lt-1-0-0-op-fc-bm-006",
            "name": [
              {
                "value-name": "ForwardingKind",
                "value": "core-model-1-4:FORWARDING_KIND_TYPE_INVARIANT_PROCESS_SNIPPET"
              },
              {
                "value-name": "ForwardingName",
                "value": "ServiceRequestCausesLtpUpdateRequest"
              }
            ],
            "fc-port": [
              {
                "local-id": "000",
                "port-direction": "core-model-1-4:PORT_DIRECTION_TYPE_MANAGEMENT",
                "logical-termination-point": "a2lt-1-0-0-op-s-bm-009"
              },
              .....
              {
                "local-id": "200",
                "port-direction": "core-model-1-4:PORT_DIRECTION_TYPE_OUTPUT",
                "logical-termination-point": "a2lt-1-0-0-op-c-bm-alt-2-0-1-001"
              }
            ]
      }, <-- here blanks are missing (should be 4 more)

Also check in loadFile and correct there if necessary.

ThomasSeitz commented 8 months ago

@kmohr-soprasteria Hi Katharina, thanks for the findings and hints. The corrections are done. Q: Where can I find the 'load file'? BR, T.

ThomasSeitz commented 8 months ago

load file created (testing/...)