fix odl patches
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / delete-celldu-plmn-nssai.json
1 {
2 "inputParameters": {
3 "idNearRTRIC": ${tmp.nearRTRICId},
4 "idGNBDUFunction": ${tmp.GNBDUId},
5 "idNRCellDU": ${tmp.cellDULocalId},
6 "mcc": ${tmp.mcc},
7 "mnc": ${tmp.mnc},
8 "sNSSAIList": ${tmp.sNSSAI}
9 }
10 }