Versions Compared

Key

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

...

      1. RAN-Slice-Mgmt – Requests from SO are posted at this topic. SDN-R polls the messagesTopic for Closed loop & intelligent slicing – TBD (Existing/New)The same topic is used for configureNSSI, closed loop and intelligent slicing

Asynchronous Response: (Callback to SO) 

      1. Yet to be confirmed (Topic/API)Call back to SO is via Rest API

Request & Response Payload:

...

Code Block
titleResponse
{
  "status": "",
  "reason": {},
  "requestId": "",
  "action": "",
  "nfIds":{
	"CUCPs":[],
    "CUUPs":[],
     "DUs":[]
   }
}


RAN NF NSSI Termination

Code Block
titleRequest
{
  "RANNFNSSIId": "",
  "requestId": "",
  “callbackURL”:””,
  "action": ""
}

...

Code Block
titleResponse
{
  "status": "",
  "reason": {},
  "requestId": "",
  "action": "",
  "nfIds":{
	"CUCPs":[],
    "CUUPs":[],
     "DUs":[]
   }
}


RAN NF NSSI Activation

Code Block
titleRequest
{
  "RANNFNSSIId": "",
  "requestId": "",
  “callbackURL”:””,
  "action": ""
}

...

Code Block
titleResponse
{
  "status": "",
  "reason": {},
  "requestId": "",
  "action": "",
  "nfIds":{
	"CUCPs":[],
    "CUUPs":[],
     "DUs":[]
   }
}

RAN NF NSSI Deactivation

...

Code Block
titleResponse
{
  "status": "",
  "reason": {},
  "requestId": "",
  "action": "",
  "nfIds":{
	"CUCPs":[],
    "CUUPs":[],
     "DUs":[]
   }
}