Uploaded image for project: 'Service Orchestrator'
  1. Service Orchestrator
  2. SO-3723

[5G Net Slicing] plmnIdList param missmatches with OOF schema

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • None
    • Honolulu Release

      Hi all,

      I am testing 5G Network Slicing use case in release Honolulu, Option 1 .
      I am using so-bpmn-infra image version 1.9.0 . 

      The entire workflow for Communication Service creation goes well. I am able to create a CS and process its OrchestrationTask (so NST, NSI selction work well)

      The error comes up during Allocation workflow, in particular during the AN allocation.

      In DoAllocateAccessNSSI , the OOF request for NSSI AN selection contains a wrong plmnIdList param in serviceProfile array.

      2021-08-02T11:39:26.553Z||SimpleAsyncTaskExecutor-15|DoAllocateAccessNSSI||||DEBUG|500||AASS_prepareOofRequestForRanNSS method start
      2021-08-02T11:39:26.553Z||SimpleAsyncTaskExecutor-15|DoAllocateAccessNSSI||||DEBUG|500||get NSSI option OOF Url: https://oof-osdf.onap:8698
      2021-08-02T11:39:26.555Z||SimpleAsyncTaskExecutor-15|DoAllocateAccessNSSI||||DEBUG|500||transactionId is: cf200102-ce0d-4527-b5a9-2da3a7929d18
      2021-08-02T11:39:26.556Z||SimpleAsyncTaskExecutor-15|DoAllocateAccessNSSI||||DEBUG|500||Sending request to OOF: {"requestInfo":{"transactionId":"cf200102-ce0d-4527-b5a9-2da3a7929d18","requestId":"cf200102-ce0d-4527-b5a9-2da3a7929d18","callbackUrl":"http://so-oof-adapter.onap:8090/so/adapters/oof/callback/v1/NSISelectionResponse/cf200102-ce0d-4527-b5a9-2da3a7929d18","sourceId":"SO","timeout":600,"numSolutions":1},"NSTInfo":{"UUID":"13258eab-fa36-457a-864b-4be2060934a3","invariantUUID":"cfb505ed-3dce-41b2-ab26-a67fd9d98253","name":"TESTRANTOPNSST"},"serviceProfile":{"plmnIdList":["39-00"],"sliceProfileId":"22dcce8c-3fd5-4131-a560-b74994da3b62","maxNumberofUEs":100,"latency":20,"uEMobilityLevel":"stationary","snssaiList":["01-5AC458F5"],"perfReq":{},"coverageAreaTAList":[32492,-26477,-32451],"resourceSharingLevel":"non-shared","sST":"null"},"subnetCapabilities":[{"domainType":"TN_FH","capabilityDetails":{"latency":10,"maxThroughput":90}},{"domainType":"TN_MH","capabilityDetails":{"latency":5,"maxThroughput":90}},{"domainType":"AN_NF","capabilityDetails":{"termDensity":40,"maxNumberofUEs":200,"latency":5,"maxThroughput":90}}],"preferReuse":true}
      

      The error returned by OOF is :

      ID: 30
      Address: http://so-bpmn-infra.onap:8081/mso/WorkflowMessage/NSISelectionResponse/cf200102-ce0d-4527-b5a9-2da3a7929d18
      Encoding: UTF-8
      Http-Method: POST
      Content-Type: application/json
      Headers: {Accept=[*/*], accept-encoding=[gzip,deflate], Authorization=[Basic YXBpaEJwbW46cGFzc3dvcmQxJA==], connection=[Keep-Alive], Content-Length=[169], content-type=[application/json], cookie=[JSESSIONID=5ACA73B63BD75DCF96DB79B4E54528E7], host=[so-bpmn-infra.onap:8081], user-agent=[Apache-HttpClient/4.5.13 (Java/11.0.8)]}
      Payload: {"requestId": "cf200102-ce0d-4527-b5a9-2da3a7929d18", "transactionId": "cf200102-ce0d-4527-b5a9-2da3a7929d18", "requestStatus": "error", "statusMessage": "'plmnIdList'"}
      

      According to OOF schema https://gerrit.onap.org/r/gitweb?p=optf/osdf.git;a=blob;f=config/slicing_config.yaml;hb=7cac0ad01f6fe018f1e2846f4a4c85ea521a9072#l23:

      it should be pLMNIdList and not plmnIdList .

            malar malar
            nellix93 nellix93
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: