RIC-851: New route for IS_SUBS_DEL_REQD 84/10284/10
authorgunjarastogi <gunja.rastogi@capgemini.com>
Wed, 18 Jan 2023 11:32:03 +0000 (17:02 +0530)
committerczichy <thoralf.czichy@nokia.com>
Mon, 13 Mar 2023 10:20:17 +0000 (12:20 +0200)
Updated rtmgr helm package to define route for IS_SUBS_DEL_REQD procedure

Issue-ID: RIC-851

Signed-off-by: gunjarastogi <gunja.rastogi@capgemini.com>
Change-Id: I1aa0d040b4aedc665b624a4cc2bc62a06aa4374f

RECIPE_EXAMPLE/example_recipe_latest_unstable_with_refs_to_staging.yaml
helm/rtmgr/templates/config.yaml

index 3da5d2a..a79c363 100644 (file)
@@ -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
 
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'},