fix odl patches
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-configDB-updateCellCU.json
1     {
2       "cellLocalId": ${tmp.cellLocalId},
3       "pLMNInfoList": [
4         {
5           "pLMNId": ${tmp.payload.pLMNId},
6           "sNSSAI": [{
7             "configData":[ {
8               "maxNumberOfConns": ${tmp.maxNumberOfConns}
9             }],
10             "globalSubscriberId": "",
11             "sNSSAI": ${tmp.payload.sNSSAI},
12             "status": "ACTIVE",
13             "subscriptionServiceType": ""
14           }]
15         }
16       ],
17       "resourceType": "RRC Connected Users"
18     }