fix odl patches
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-patch-cell-configData.json
1 {
2   "inputParameters": {
3     "idNearRTRIC": ${tmp.nearRTRICId},
4     "idGNBCUCPFunction": ${tmp.gNBCUName},
5     "idNRCellCU": ${tmp.idNRCellCU},
6     "mcc": ${tmp.mcc},
7     "mnc": ${tmp.mnc},
8     "sNssai": ${tmp.payload.sNSSAI}
9   },
10   "payload": {
11   "configData": [
12   {
13     "configValue": ${tmp.configValue},
14     "configParameter": ${tmp.configParameter}
15   }
16 ]
17 }
18 }