RIC:1060: Change in PTL
[ric-plt/xapp-frame.git] / config / config-file.json
index 3dad244..70fd3ae 100755 (executable)
                 "description": "http service"
             },
             {
-                "name": "rmr-route",
+                "name": "rmrroute",
                 "container": "ueec",
                 "port": 4561,
                 "description": "rmr route port for ueec"
             },
             {
-                "name": "rmr-data",
+                "name": "rmrdata",
                 "container": "ueec",
                 "port": 4560,
                 "maxSize": 2072,
                 "maxRetryOnFailure": 5,
                 "rxMessages": ["RIC_SUB_RESP", "RIC_SUB_FAILURE"],
                 "txMessages": ["RIC_SGNB_ADDITION_REQ", "RIC_SGNB_ADDITION_ACK"],
-                "policies": [],
+                "policies": [801111, 902222],
                 "description": "rmr data port for ueec"
             }
+        ],
+        "mtypes": [
+            {"Name": "abdc", "Id": 1234}
         ]
     },
     "controls": {
         "logger": {
-            "level": 3
+            "level": 3,
+            "noFormat": true
         },
         "subscription": {
-            "subscriptionActive": true,
-            "functionId": 1,
-            "plmnId": "310150",
-            "eNBId": "202251",
-            "timeout": 5,
-            "host": "service-ricplt-submgr-http.ricplt:8088",
-            "clientEndpoint": "service-ricxapp-ueec-http.ricxapp:8080"
-        }
+            "host": "localhost:8088",
+            "timeout": 2,
+            "retryCount": 10,
+            "retryDelay": 5
+        },
+        "waitForSdl": false
     },
     "metrics": {
         "url": "/ric/v1/metrics",
         "namespace": "ricxapp"
     },
-    "subscription": {
-        "host": "localhost:8088",
-        "timeout": 2,
-        "retryCount": 10,
-        "retryDelay": 5
-    },
     "faults": {},
     "measurements": []
 }