Versions Compared

Key

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

...

Request & Response Payload:

RAN NF NSSI Allocation

Request

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


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


RAN NF NSSI Termination

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


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


RAN NF NSSI Activation

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


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

RAN NF NSSI Deactivation


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


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

...