Versions Compared

Key

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

...

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": "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 map 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:
         "1":{
            "dLThptPerSlice":50,
            "uLThptPerSlice":40
         }

Intelligent Slicing:

{
"gNBCUName":"cucpName",
"gNBId":"",
"gNBIdLength":"",
"pLMNId":"310-410",
"NFType":"CUCP",
"nearRTRICId":"",
"cellCUList":[
{
"cellLocalId":111,
 
 "pLMNInfoList":[
 
,
         "2":{
            "dLThptPerSlice":50,
            "uLThptPerSlice":30
          }

Intelligent Slicing:

{ 
   "snssai":"0001-0111"
   "data":[
      {
         "gNBCUName":"cucpName",
         "cellCUList":[
            {
               "cellLocalId":111,
               "configData":{
                  "maxNumberofConns":"20",
                  "predictedMaxNumberofConns":"25",
                  "lastUpdatedTS":"yyyy/MM/dd HH:mm:ss"
               }
            },
            {
               "cellLocalId":112,
               "configData":{
                  "maxNumberofConns":"20",
                  "predictedMaxNumberofConns":"25",
                  "lastUpdatedTS":"yyyy/MM/dd HH:mm:ss"
               }
            }
         ]
      },
      {
         "gNBCUName":"cucpName2",
         "cellCUList":[
            {
               "cellLocalId":113,
               "configData":{
                  "maxNumberofConns":"20",
                  "predictedMaxNumberofConns":"25",
                  "lastUpdatedTS":"yyyy/MM/dd HH:mm:ss"
              {
 }
            "pLMNId":"310-410"},
 
            "sNSSAI":{
 
                "sNSSAIcellLocalId":"001-00001",
 
 114,
               "statusconfigData":"ACTIVE",
“configData”:{
 
                 "maxNumberofConns":"20",
  
                "predictedMaxNumberofConns":"25",
    
              “lastUpdatedTS”:”yyyy"lastUpdatedTS":"yyyy/MM/dd HH:mm:ss”
}
 
ss"
               }
  
          }
         ]
      }
   ]
}




RAN NF NSSI Termination

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”: “”,
 			 “callbackURL”:””, 
 			 “s-NSSAI”:””, 
 			 “additionalproperties”:{
}
}        }, 
       	 "version": "1.0", 
 		"rpc-name": " TerminateRANSlice", 
        "correlation-id": "9d2d790e-a5f0-11e8-98d0-529269fb1459-1", 
        "type": "request"
} 

...