You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Interfaces & I/O parameters:

SO (RAN NSSMF) → SDN-C :

Topic Details:

Consumer Topics: (Polls messages from SO)

      1. RAN-Slice-Mgmt – Requests from SO are posted at this topic. The same topic is used for configureNSSI, closed loop and intelligent slicing

Asynchronous Response: 

      1. Call back to SO is via Rest API

Request & Response Payload:

RAN NF NSSI Allocation

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

Response
{
  "status": "",
  "reason": {},
  "requestId": "",
  "action": "",
  "nfIds":{
	"CUCPs":[],
    "CUUPs":[],
     "DUs":[]
   }
}

RAN NF NSSI Termination

Request
{
  "RANNFNSSIId": "",
  "requestId": "",
  “callbackURL”:””,
  "action": ""
}
Response
{
  "status": "",
  "reason": {},
  "requestId": "",
  "action": "",
  "nfIds":{
	"CUCPs":[],
    "CUUPs":[],
     "DUs":[]
   }
}

RAN NF NSSI Activation

Request
{
  "RANNFNSSIId": "",
  "requestId": "",
  “callbackURL”:””,
  "action": ""
}
Response
{
  "status": "",
  "reason": {},
  "requestId": "",
  "action": "",
  "nfIds":{
	"CUCPs":[],
    "CUUPs":[],
     "DUs":[]
   }
}

RAN NF NSSI Deactivation

Request
{
  "RANNFNSSIId": "",
  "requestId": "",
  “callbackURL”:””,
  "action": ""
}
Response
{
  "status": "",
  "reason": {},
  "requestId": "",
  "action": "",
  "nfIds":{
	"CUCPs":[],
    "CUUPs":[],
     "DUs":[]
   }
}
  • No labels