fix odl patches
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-update-ran-inventory.json
1 {
2 "inputParameters":{
3 "rannfnssiid":${tmp.payload.RANNFNSSIId}
4 },
5 "payload":{
6 "sliceProfilesList":[
7 {
8 "sliceProfileId": ${tmp.payload.sliceProfileId},
9 "dLThptPerSlice": ${tmp.dLThptPerSlice},
10 "uLThptPerSlice": ${tmp.uLThptPerSlice},
11 "maxNumberofConns":${tmp.maxNumberOfConns},
12 "sNSSAI":${tmp.payload.sNSSAI},
13 "pLMNIdList":[
14 {
15 "mcc":${tmp.mcc},
16 "mnc":${tmp.mnc}
17 }
18 ]
19 }
20 ]
21 }
22 }