fix odl patches
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-add-snssai-nrcelldu.json
1 {
2         "inputParameters":{
3                 "idNearRTRIC": ${tmp.nearRTRICId},
4                 "mcc":${tmp.mcc},
5                 "mnc":${tmp.mnc},
6                 "idGNBDUFunction":${tmp.gNBDUList.gNBDUId},
7                 "idNRCellDU":${tmp.cellLocalId}
8         },
9         "payload":{
10         "attributes": {
11 "pLMNInfoList": [{
12                                  "mcc":${tmp.mcc},
13     "mnc":${tmp.mnc},
14                 "sNSSAIList":[
15                         {
16                                 "sNssai":${tmp.sNSSAI},
17                                 "status":${tmp.status},
18                                 "configData": [
19                                         {
20                                                 "configParameter":"dLThptPerSlice",
21                                                 "configValue":${tmp.dLThptPerSlice}
22                                         },
23                                         {
24                                                 "configParameter":"uLThptPerSlice",
25                                                 "configValue":${tmp.uLThptPerSlice}
26                                         }
27                                 ]
28
29                         }
30                 ]
31
32         }
33 ]
34 }
35 }
36 }
37
38