X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=config%2Fconfig-file.json;h=70fd3aed40c7bd0b95e2a71b53a173199894011e;hb=refs%2Ftags%2Fv0.8.1;hp=cacdde98697d6d2e74e106273431e42bab473dcf;hpb=827a6410631045b503ce098de6683c6916c09842;p=ric-plt%2Fxapp-frame.git diff --git a/config/config-file.json b/config/config-file.json index cacdde9..70fd3ae 100755 --- a/config/config-file.json +++ b/config/config-file.json @@ -38,13 +38,13 @@ "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, @@ -56,20 +56,21 @@ "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 }, @@ -77,12 +78,6 @@ "url": "/ric/v1/metrics", "namespace": "ricxapp" }, - "subscription": { - "host": "localhost:8088", - "timeout": 2, - "retryCount": 10, - "retryDelay": 5 - }, "faults": {}, "measurements": [] }