Further enhancements
Change-Id: I6584ca5e8c33b105ef0e99fe737d6da3b3e08073
Signed-off-by: Mohamed Abukar <abukar.mohamed@nokia.com>
diff --git a/config/config-file.json b/config/config-file.json
index 08a204e..70fd3ae 100755
--- a/config/config-file.json
+++ b/config/config-file.json
@@ -67,13 +67,10 @@
"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
},
@@ -81,12 +78,6 @@
"url": "/ric/v1/metrics",
"namespace": "ricxapp"
},
- "subscription": {
- "host": "localhost:8088",
- "timeout": 2,
- "retryCount": 10,
- "retryDelay": 5
- },
"faults": {},
"measurements": []
}