DG's, templates, properties for ranSlice feature
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-add-get-PLMNInfoListEntry-GNBCUUPFn.json
1 {
2   "pLMNInfoList": [
3     {
4       "mcc": ${tmp.mcc},
5       "mnc": ${tmp.mnc},
6       "sNSSAIList": [
7         {
8           "sNssai": ${payloadJson.input.sliceProfile.sNSSAI},
9           "status": "INACTIVE",
10           "configData": [
11             {
12               "ran-network:configParameter": "maxNumberOfConns",
13               "ran-network:configValue": ${tmp.maxNumberOfConns}
14             },
15             {
16               "ran-network:configParameter": "uLThptPerSlice",
17               "ran-network:configValue": ${tmp.uLThptPerSlice}
18             },
19             {
20               "ran-network:configParameter": "dLThptPerSlice",
21               "ran-network:configValue": ${tmp.dLThptPerSlice}
22             }
23           ]
24         }
25       ]
26     }
27   ]
28 }