summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBCUCP.json
blob: 181095a5c869b3b40738cfb4d39c191a5fea5171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "cellCUList": [
    {
      "cellLocalId": ${tmp.cellLocalId}
      "pLMNInfoList": ${tmp.pLMNInfoList},
      "resourceType": "RRC Connected Users"
    }
  ],
  "gNBCUName": ${tmp.CUCPName},
  "gNBId": ${tmp.gNBId},
  "gNBIdLength": ${tmp.gNBIdLength},
  "nFType": ${tmp.cucpNFType},
  "nearRTRICId": ${tmp.nearRTRICId},
}