{ "inputParameters":{ "idNearRTRIC": ${tmp.nearRTRICId} }, "payload":{ "GNBDUFunction": [ { "idGNBDUFunction": ${tmp.gNBDUList.gNBDUId}, "attributes": { "gNBDUId": ${tmp.gNBDUList.gNBDUId}, "gNBIdLength": ${tmp.gNBIdLength}, "gNBId": ${tmp.gNBId} }, "NRCellCU": [ { "idNRCellCU": ${tmp.cellLocalId}, "attributes": { "cellLocalId": ${tmp.cellLocalId} "pLMNInfoList":[ { "mcc":${tmp.mcc}, "mnc":${tmp.mnc}, "sNSSAIList":[ { "sNssai":${tmp.payload.sNSSAI}, "status":"ACTIVE", "configData": [ { "configParameter":dLThptPerSlice, "configValue":${tmp.dLThptPerSlice} }, { "configParameter":uLThptPerSlice, "configValue":${tmp.uLThptPerSlice} } ] } ] } ] } } ] } ] } }