Interfaces & I/O parameters:
SO (RAN NSSMF) → SDN-C :
Topic Details:
- Consumer Topics:
- RANNFNSSIALLOCATION - Topic for RAN NF NSSI allocation
- RANNFNSSIEVENTS - Topic for RAN NF NSSI termination, activation & deactivation
- Producer Topics:
- RANNFNSSIRESPONSE - Topic to post the response status once the RAN NF allocation/termination/activation/deactivation is completed
Request & Response Payload:
RAN NF NSSI Allocation
Code Block |
---|
|
{
"requestId":"",
"sliceProfile":{
"":""
},
"trackingArea":"",
"shareability":"",
"NSIId":"",
"RANNSSIId":"",
"RANNFNSSIId":"",
"s-NSSAI":{
"sST":1,
"sD":12
},
"NSSTId":"",
"sliceType":"",
"resourceconfigs":{
},
"additionalproperties":{
}
} |
Code Block |
---|
|
{
"status": "",
"reason": {},
"RANNFNSSIId": "",
"requestId": "",
"action": ""
} |
RAN NF NSSI Termination
Code Block |
---|
|
{
"RANNFNSSIId": "",
"requestId": "",
"action": ""
} |
Code Block |
---|
|
{
"status": "",
"reason": {},
"RANNFNSSIId": "",
"requestId": "",
"action": ""
} |
RAN NF NSSI Activation
Code Block |
---|
|
{
"RANNFNSSIId": "",
"requestId": "",
"action": ""
} |
Code Block |
---|
|
{
"status": "",
"reason": {},
"RANNFNSSIId": "",
"requestId": "",
"action": ""
} |
RAN NF NSSI Deactivation
Code Block |
---|
|
{
"RANNFNSSIId": "",
"requestId": "",
"action": ""
} |
Code Block |
---|
|
{
"status": "",
"reason": {},
"RANNFNSSIId": "",
"requestId": "",
"action": ""
} |