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