RIC-851: New route for IS_SUBS_DEL_REQD
[ric-plt/ric-dep.git] / helm / rtmgr / templates / config.yaml
index da62e36..c1e656a 100644 (file)
@@ -132,6 +132,7 @@ data:
           "RIC_SUB_DEL_REQ=12020",
           "RIC_SUB_DEL_RESP=12021",
           "RIC_SUB_DEL_FAILURE=12022",
+          "RIC_SUB_DEL_REQUIRED=12023",
           "RIC_CONTROL_REQ=12040",
           "RIC_CONTROL_ACK=12041",
           "RIC_CONTROL_FAILURE=12042",
@@ -164,6 +165,7 @@ data:
          { 'messagetype': 'RIC_SUB_DEL_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'SUBMAN', 'meid': ''},
          { 'messagetype': 'RIC_SUB_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'SUBMAN', 'meid': ''},
          { 'messagetype': 'RIC_SUB_DEL_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'SUBMAN', 'meid': ''},
+         { 'messagetype': 'RIC_SUB_DEL_REQUIRED', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'SUBMAN', 'meid': ''},
          { 'messagetype': 'RIC_X2_SETUP_REQ', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
          { 'messagetype': 'RIC_X2_RESET', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
          { 'messagetype': 'RIC_X2_RESET_RESP', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},