{
  "cellCUList": [
    {
      "cellLocalId": ${tmp.cellLocalId},
      "pLMNInfoList": [
        {
          "pLMNId": ${tmp.payload.pLMNId},
          "sNSSAI": [{
            "configData":[ {
              "dLThptPerSlice": ${tmp.dLThptPerSlice},
              "maxNumberOfConns": ${tmp.maxNumberOfConns},
              "uLThptPerSlice": ${tmp.uLThptPerSlice}
            }],
            "globalSubscriberId": "",
            "sNSSAI": ${tmp.payload.sNSSAI},
            "status": "ACTIVE",
            "subscriptionServiceType": ""
          }]
        }
      ],
      "resourceType": "RRC Connected Users"
    }
  ],
  "gNBCUName": ${tmp.gNBCUCPList.gNBCUName},
  "gNBId": ${tmp.gNBCUCPList.gNBId0},
  "gNBIdLength": ${tmp.gNBCUCPList.gNBIdLength},
  "nFType": ${tmp.gNBCUCPList.nFType},
  "nearRTRICId": ${tmp.nearRTRICId},
  "pLMNId": ${tmp.payload.pLMNId}
}