fix odl patches
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-configDB-updatenearRTRIC.json
1 {
2    "gNBId": ${tmp.gNBId},
3   "nearRTRICId": ${tmp.nearRTRICId},
4   "pLMNInfoList": [
5     {
6       "pLMNId": ${tmp.payload.pLMNId},
7       "sNSSAI": [{
8         "configData": [
9           {
10             "dLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice},
11             "maxNumberOfConns": ${tmp.nearRTRIC.maxNumberOfConns},
12             "uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice}
13           }],
14         "globalSubscriberId": "",
15         "sNSSAI": ${tmp.payload.sNSSAI},
16         "status": "ACTIVE",
17         "subscriptionServiceType": ""
18       }
19 ]
20     }
21   ],
22   "ranNFNSSIList": [
23     ${tmp.ranNFNSSIListEntry}
24   ],
25   "resourceType": "NearRTRIC",
26   "trackingArea": [
27     ${tmp.payload.trackingArea}
28   ]
29 }