Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Consumer Topics: (Polls messages from SO)

      1. RAN-Slice-Mgmt
     - Topic for RAN NF NSSI allocation, deallocation, termination, activation & deactivation
      1. – Requests from SO are posted at this topic. SDN-R polls the messages
      2. Topic for Closed loop & intelligent slicing – TBD (Existing/New)

Asynchronous Response: (Callback to SO) TBC 

      1. Yet to be confirmed (Topic/API)

Request & Response Payload:

...

Code Block
titleRequest
{
  "requestId":"",
  "sliceProfile":{
    "":""
  },
  "trackingArea":"",
  "shareability":"",
  "NSIId":"",
  "RANNSSIId":"",
  "RANNFNSSIId":"",
  "s-NSSAI":"",
  "NSSTId":"",
   "sliceType":"",
  "resourceconfigs":{
    
  },
  "additionalproperties":{
“additionalproperties”:{
     “resourceConfig”:{
      //This maps contains value only on closed loop scenario
      }
  },
  "action": ""
}“action”:” allocate, modify-allocate, modify-deallocate, deallocate, activate, deactivate, reconfigure”
}


Code Block
titleResponse
{
  "status": "",
  "reason": {},
  "requestId": "",
  "action": ""
}

...