From fc862fcec5356fc075ead5a63578c6fe995a9199 Mon Sep 17 00:00:00 2001 From: gunjarastogi Date: Wed, 18 Jan 2023 17:02:03 +0530 Subject: [PATCH] RIC-851: New route for IS_SUBS_DEL_REQD Updated rtmgr helm package to define route for IS_SUBS_DEL_REQD procedure Issue-ID: RIC-851 Signed-off-by: gunjarastogi Change-Id: I1aa0d040b4aedc665b624a4cc2bc62a06aa4374f --- .../example_recipe_latest_unstable_with_refs_to_staging.yaml | 12 ++++++------ helm/rtmgr/templates/config.yaml | 2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/RECIPE_EXAMPLE/example_recipe_latest_unstable_with_refs_to_staging.yaml b/RECIPE_EXAMPLE/example_recipe_latest_unstable_with_refs_to_staging.yaml index 3da5d2a..a79c363 100644 --- a/RECIPE_EXAMPLE/example_recipe_latest_unstable_with_refs_to_staging.yaml +++ b/RECIPE_EXAMPLE/example_recipe_latest_unstable_with_refs_to_staging.yaml @@ -60,9 +60,9 @@ prometheus: a1mediator: image: - registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" + registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" name: ric-plt-a1 - tag: 2.5.1 + tag: 3.0.1 rmr_timeout_config: a1_rcv_retry_times: 20 ins_del_no_resp_ttl: 5 @@ -75,7 +75,7 @@ appmgr: name: it-dep-init tag: 0.0.1 appmgr: - registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-appmgr tag: 0.5.7 chartmuseum: @@ -86,7 +86,7 @@ appmgr: dbaas: image: - registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-dbaas tag: 0.6.2 enableHighAvailability: false @@ -165,14 +165,14 @@ vespamgr: o1mediator: image: - registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-o1 tag: 0.6.1 alarmmanager: image: - registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-alarmmanager tag: 0.5.14 diff --git a/helm/rtmgr/templates/config.yaml b/helm/rtmgr/templates/config.yaml index da62e36..c1e656a 100644 --- a/helm/rtmgr/templates/config.yaml +++ b/helm/rtmgr/templates/config.yaml @@ -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'}, -- 2.16.6