summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-add-get-PLMNInfoListEntry-NRCellCU.json
blob: d4603c1fa04c78b4ca8ee16c668a3aad1d3785fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "pLMNInfoList": [
    {
      "mcc": ${tmp.mcc},
      "mnc": ${tmp.mnc},
      "sNSSAIList": [
        {
          "sNssai": ${tmp.payload.sNSSAI},
          "status": "INACTIVE",
          "configData": [
            {
              "ran-network:configParameter": "maxNumberOfConns",
              "ran-network:configValue": ${tmp.maxNumberOfConns}
            },
            {
              "ran-network:configParameter": "uLThptPerSlice",
              "ran-network:configValue": ${tmp.uLThptPerSlice}
            },
            {
              "ran-network:configParameter": "dLThptPerSlice",
              "ran-network:configValue": ${tmp.dLThptPerSlice}
            }
          ]
        }
      ]
    }
  ]
}