From ed6a2c16c590ae858599d2d4d81eb9bfd4e354a8 Mon Sep 17 00:00:00 2001 From: sandeeku Date: Wed, 23 Mar 2022 15:30:10 +0530 Subject: [PATCH] changes for RIC Service Update procedure in rtmgr Change-Id: Ie9d4d37153dcf4f8a7be3f2bfd63926ef9ecac28 Signed-off-by: sandeeku --- helm/rtmgr/templates/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm/rtmgr/templates/config.yaml b/helm/rtmgr/templates/config.yaml index c746313..63a8dc4 100644 --- a/helm/rtmgr/templates/config.yaml +++ b/helm/rtmgr/templates/config.yaml @@ -147,6 +147,9 @@ data: "MC_REPORT=30010", "DCAPTERM_RTPM_RMR_MSGTYPE=33001", "DCAPTERM_GEO_RMR_MSGTYPE=33002", + "RIC_SERVICE_UPDATE=12030", + "RIC_SERVICE_UPDATE_ACK=12031", + "RIC_SERVICE_UPDATE_FAILURE=12032", ] "PlatformRoutes": [ @@ -180,5 +183,6 @@ data: { 'messagetype': 'E2_TERM_KEEP_ALIVE_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, { 'messagetype': 'A1_POLICY_QUERY', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'A1MEDIATOR', 'meid': ''}, { 'messagetype': 'A1_POLICY_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'A1MEDIATOR', 'meid': ''}, + { 'messagetype': 'RIC_SERVICE_UPDATE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, ] -- 2.16.6