Adding Subscription and Metric feature
[ric-app/hw-python.git] / src / utils / constants.py
index 55c12e2..3f7a9a3 100644 (file)
@@ -24,3 +24,9 @@ class Constants:
     A1_POLICY_REQ = 20010
     A1_POLICY_RESP = 20011
     RIC_ALARM_UPDATE = 110
+    ACTION_TYPE = "REPORT"
+    SUBSCRIPTION_PATH = "http://service-{}-{}-http:{}"
+    PLT_NAMESPACE = "ricplt"
+    SUBSCRIPTION_SERVICE = "submgr"
+    SUBSCRIPTION_PORT = "3800"
+    SUBSCRIPTION_REQ = 12011