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