summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-cell-configData.json
blob: 30d85ea5c40282255f5b40c1b65ac8da27a5b97d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "inputParameters": {
    "idNearRTRIC": ${tmp.nearRTRICId},
    "idGNBCUCPFunction": ${tmp.gNBCUName},
    "idNRCellCU": ${tmp.idNRCellCU},
    "mcc": ${tmp.mcc},
    "mnc": ${tmp.mnc},
    "sNssai": ${tmp.payload.sNSSAI}
  },
  "payload": {
  "configData": [
  {
    "configValue": ${tmp.configValue},
    "configParameter": ${tmp.configParameter}
  }
]
}
}