Versions Compared

Key

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

...

      1. Call back to SO is via Rest API

Request & Response PayloadDMaap Messages:

RAN NF NSSI Allocation

Code Block
titleRequest
{ 
    "body": { 
        "input": { 
            "CommonHeader": { 
                "TimeStamp": "2018-11-30T09:13:37.368Z", 
                "APIver": "1.0", 
                "RequestID": "9d2d790e-a5f0-11e8-98d0-529269fb1459", 
  				 "SubRequestID": "1", 
                "RequestTrack": {}, 
                "Flags": {} 
            }, 
            "Action": "allocate”, 
       "allocate, modify-allocate, modify-deallocate, activate, deactivate, reconfigure     "Payload": {
		"input": {
  	“sliceProfile”:{
   “sliceProfileId”:””,
    “sNSSAI”:””,
    “maxNumberofUEs”:20000,
    “latency”:10,
    “uLThptPerSlice”:3000,
    “dLThptPerSlice”:3000,
    “maxNumberofConns”:4000,
    “coverageAreaList”:[],
    “uEMobilityLevel”:””,
    “resourceSharingLevel”:””   
  },
  “RANNSSIId”:””,
  “RANNFNSSIId”:””,
  “callbackURL”:””,
  “additionalproperties”:{
  }
}
} 
 }
        }, 
        "version": "1.0", 
 "rpc-name": " InstantiateRANSlice", 
        "correlation-id": "9d2d790e-a5f0-11e8-98d0-529269fb1459-1", 
        "type": "request"
} 

RAN NF NSSI Modification

Code Block
titleRequest
{ 
   "Payloadbody": {
        "input": {
  “requestId”:””,
  “sliceProfile”:{
    “”:””
  },
  “trackingArea”:””,
  “shareability”:””,
  “NSIId”:””,
  “RANNSSIId”:””,
  “RANNFNSSIId”:””,
  “s-NSSAI”:””,
  “NSSTId”:””,              "CommonHeader": {
                "TimeStamp": "2018-11-30T09:13:37.368Z",
                "APIver": "1.0",
                "RequestID": "9d2d790e-a5f0-11e8-98d0-529269fb1459",
   				"SubRequestID": "1",
                "RequestTrack": {},
                "Flags": {}
            },
            "Action": "modify-allocate,modify-deallocate,reconfigure",
            "Payload": {
"input": {
  “sliceProfile”:{
“sliceProfileId”:””,
 “sNSSAI”:””,
//Required fields for modify-allocate
 “uLThptPerSlice”:3000,
 “dLThptPerSlice”:3000,
 “maxNumberofConns”:4000
  },
 “RANNFNSSIId”:””,
  “callbackURL”:””,
  “additionalproperties”:{
     “resourceConfig”:{
      //This mapsmap contains RIC level configuration data in closed loop scenario and
      //Cell level Configurations for Intelligent slicing
      }
  }
}
} 
 }
        }, 
        "version": "1.0", 
 "rpc-name": " InstantiateRANSlice ", 
        "correlation-id": "9d2d790e-a5f0-11e8-98d0-529269fb1459-1", 
        "type": "request"
} 

where,
resourceConfig:
Closed Loop:
{
“dLThptPerSlice”:53,
“uLThptPerSlice”:90
}
Intelligent Slicing:

{
“cuCellsConfig”:{ 
[
"cellLocalId":111,
 "pLMNInfoList":[
        {
            "pLMNId":"pLMNId1",
            "sNSSAI":{
                "sNSSAI":"001-00001",
                "status":"ACTIVE",
               "maxNumberofConns":"20"
            }
        },
        {
            "pLMNId":"pLMNId2",
            "sNSSAI":{
                "sNSSAI":"001-00010",
                "status":"ACTIVE",
                "maxNumberofConns":"50"
            }
        }
    ]
}

}



RAN NF NSSI Termination

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

RAN NF NSSI Termination

Response
Code Block
titleRequest
"body": { 
        "input": { 
            "CommonHeader": { 
                "TimeStamp": "2018-11-30T09:13:37.368Z", 
                "APIver": "1.0", 
                "RequestID": "9d2d790e-a5f0-11e8-98d0-529269fb1459", 
   				"SubRequestID": "1", 
                "RequestTrack": {}, 
                "Flags": {} 
            }, 
            "Action": " deallocate ", 
            "Payload": {
			"input": {
 			 {
 			 “RANNFNSSIId”: “”,
  			“requestId” “callbackURL”:””, “”,
  “callbackURL”			 “s-NSSAI”:””, 
 			 “additionalproperties”:{
}
}        }, 
       	 "version": "1.0", 
 		"rpc-name": " TerminateRANSlice", 
        "correlation-id": "9d2d790e-a5f0-11e8-98d0-529269fb1459-1", 
        "type": "request"
} 
Code Block
title
{
  "status": "",
  "reason": {},
  "requestId": "",
  "action": "",
  "nfIds":{
	"CUCPs":[],
    "CUUPs":[],
     "DUs":[]
   }
}


RAN NF NSSI Activation

Code Block
titleRequest
{ 
    "body": { 
        "input": { 
            "CommonHeader": { 
                "TimeStamp": "2018-11-30T09:13:37.368Z", 
                "APIver": "1.0", 
                "RequestID": "9d2d790e-a5f0-11e8-98d0-529269fb1459", 
   				"SubRequestID": "1", 
                "RequestTrack": {}, 
                "Flags": {} 
            }, 
            "Action": "activate ", 
            "Payload": {
"input": {
 			 {
 			 “RANNFNSSIId”: “”,
  			“requestId”“sNSSAI”: “”,””
  			“callbackURL”:””,
 			 “additionalproperties”:{
}
}        }, 
       	 "version": "1.0", 
 "rpc-name": " activateRANSlice", 
        "correlation-id": "9d2d790e-a5f0-11e8-98d0-529269fb1459-1", 
        "type": "request"
} 
Code Block
titleResponse
{
  "status": "",
  "reason": {},
  "requestId": "",
  "action": "",
  "nfIds":{
	"CUCPs":[],
    "CUUPs":[],
     "DUs":[]
   }
}


RAN NF NSSI Deactivation

Code Block
titleRequest
{ 
    "body": { 
        "input": { 
            "CommonHeader": { 
                "TimeStamp": "2018-11-30T09:13:37.368Z", 
                "APIver": "1.0", 
                "RequestID": "9d2d790e-a5f0-11e8-98d0-529269fb1459", 
   "SubRequestID": "1", 
                "RequestTrack": {}, 
                "Flags": {} 
            }, 
            "Action": "deactivate ", 
            "Payload": {
"input": {
 			 {
 			 “RANNFNSSIId”: “”,
  			“requestId”“sNSSAI”: “”””,
  “callbackURL”:””,
 			 “additionalproperties”:{
}
}        }, 
       	 "version": "1.0", 
 "rpc-name": " deactivateRANSlice", 
        "correlation-id": "9d2d790e-a5f0-11e8-98d0-529269fb1459-1", 
        "type": "request"
} 

...