From 51a2008ba207f614e303f8aa0d14757313f8c86b Mon Sep 17 00:00:00 2001 From: Hariharan Date: Thu, 30 Sep 2021 20:46:20 +0530 Subject: Terminate Flow CPS-SDNR integration bug fix Issue-ID: REQ-949 Signed-off-by: Hariharan Change-Id: Idd7ecdc27b52dad04e882ae9481227102fdf93b0 --- .../src/main/json/cps-templates/delete-celldu-rrm-nssai.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform-logic/restapi-templates/src/main/json/cps-templates') diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/delete-celldu-rrm-nssai.json b/platform-logic/restapi-templates/src/main/json/cps-templates/delete-celldu-rrm-nssai.json index cdc55efb..14336155 100644 --- a/platform-logic/restapi-templates/src/main/json/cps-templates/delete-celldu-rrm-nssai.json +++ b/platform-logic/restapi-templates/src/main/json/cps-templates/delete-celldu-rrm-nssai.json @@ -4,7 +4,7 @@ "idGNBDUFunction": ${tmp.GNBDUId}, "idNRCellDU": ${tmp.cellDULocalId}, "id": ${tmp.cellDURRMPolicyRatio_id}, -"idx": ${tmp.cellDURRMPolicyMember_sNSSAI} +"idx": ${tmp.cellDURRMPolicyMember_id} } } -- cgit 1.2.3-korg