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