Versions Compared

Key

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

Interfaces & I/O parameters:

SO (RAN NSSMF) → SDN-C :

Topic Details:

Consumer Topics: (Polls messages from SO)

  1. RAN-Slice-Mgmt  - Topic for RAN NF NSSI allocation, deallocation, termination, activation & deactivation

Asynchronous Response: (Callback to SO)

 TBC

Request & Response Payload:

RAN NF NSSI Allocation

Code Block
titleRequest
{
  "requestId":"",
  "sliceProfile":{
    "":""
  },
  "trackingArea":"",
  "shareability":"",
  "NSIId":"",
  "RANNSSIId":"",
  "RANNFNSSIId":"",
  "s-NSSAI":"",
  "NSSTId":"",
  "sliceType":"",
  "resourceconfigs":{
    
  },
  "additionalproperties":{
    
  },
  "action": ""
}


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


RAN NF NSSI Termination

Code Block
titleRequest
{
  "RANNFNSSIId": "",
  "requestId": "",
  "action": ""
}


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


RAN NF NSSI Activation

Code Block
titleRequest
{
  "RANNFNSSIId": "",
  "requestId": "",
  "action": ""
}


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

RAN NF NSSI Deactivation


Code Block
titleRequest
{
  "RANNFNSSIId": "",
  "requestId": "",
  "action": ""
}


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