summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updateCellCU.json
blob: 5b8b0f7ec17479f79f6090560da096139357a77b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
    {
      "cellLocalId": ${tmp.cellLocalId},
      "pLMNInfoList": [
        {
          "pLMNId": ${tmp.payload.pLMNId},
          "sNSSAI": [{
            "configData":[ {
              "maxNumberOfConns": ${tmp.maxNumberOfConns}
            }],
            "globalSubscriberId": "",
            "sNSSAI": ${tmp.payload.sNSSAI},
            "status": "ACTIVE",
            "subscriptionServiceType": ""
          }]
        }
      ],
      "resourceType": "RRC Connected Users"
    }