[CORD-2550] Fixing profile/enodeb update and adding debug info
[CORD-2714] Not adding profiles to the same handover
Change-Id: I7f84362c8de43753f9712f53fbf1bead3ece58f3
diff --git a/samples/docker-compose.yml b/samples/docker-compose.yml
index eca4229..b8403c5 100644
--- a/samples/docker-compose.yml
+++ b/samples/docker-compose.yml
@@ -3,11 +3,11 @@
services:
progran:
- image: cemturker/prograncontrollermcord:0.1.2
+ image: cemturker/prograncontrollermcord:0.1.5
ports:
- "221:22"
- "6655:6653"
- "8103:8101"
- "8183:8181"
- - "9877:9876"
+ - "9878:9876"
- "4010:4010"
diff --git a/samples/handover.json b/samples/handover.json
index 0fad7f0..e060397 100644
--- a/samples/handover.json
+++ b/samples/handover.json
@@ -1,9 +1,9 @@
{
"A3offset":2,
- "A5Thresh1Rsrp":-97,
- "A5Thresh1Rsrq":-10,
- "A5Thresh2Rsrp":-95,
- "A5Thresh2Rsrq":-8,
+ "A5Thresh1Rsrp":97,
+ "A5Thresh1Rsrq":10,
+ "A5Thresh2Rsrp":95,
+ "A5Thresh2Rsrq":8,
"A5TriggerType":0,
"HysteresisA3":1,
"HysteresisA5":1,
diff --git a/samples/imsi_to_profile.json b/samples/imsi_to_profile.json
index a14f040..202b70c 100644
--- a/samples/imsi_to_profile.json
+++ b/samples/imsi_to_profile.json
@@ -1,4 +1,4 @@
{
- "provider_service_instance_id": 4,
- "subscriber_service_instance_id": 3
+ "provider_service_instance_id": 12,
+ "subscriber_service_instance_id": 15
}
\ No newline at end of file
diff --git a/samples/profile.json b/samples/profile.json
index ffc3e22..3c3b6b4 100644
--- a/samples/profile.json
+++ b/samples/profile.json
@@ -2,8 +2,8 @@
"name":"testcem",
"DlSchedType":"RR",
"UlSchedType":"RR",
- "DlAllocRBRate":16,
- "UlAllocRBRate":15,
+ "DlAllocRBRate":20,
+ "UlAllocRBRate":20,
"AdmControl":1,
"CellIndividualOffset":1,
"mmeip":"192.168.28.35",