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