summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json
blob: 7f1eb941bafa3470dde638840a52c2bb48ab5e0c (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
{
  "gNBId": ${tmp.gNBId},
  "nearRTRICId": ${tmp.nearRTRICId},
  "pLMNInfoList": [
    {
      "pLMNId": ${tmp.payload.pLMNId},
      "sNSSAI": {
        "configData": {
          "dLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice},
          "maxNumberOfConns": ${tmp.nearRTRIC.maxNumberOfConns},
          "uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice}
        },
        "globalSubscriberId": "",
        "sNSSAI": ${tmp.payload.sNSSAI},
        "status": "ACTIVE",
        "subscriptionServiceType": ""
      }
    }
  ],
  "ranNFNSSIList": [
    ${tmp.ranNFNSSIListEntry}
  ],
  "resourceType": "NearRTRIC",
  "trackingArea": [
    ${tmp.payload.trackingArea}
  ]
}