[CORD-2550] adding fields

Change-Id: I54fadc7bcb795fd05257b1142638e930ecbae16f
diff --git a/samples/cem-profile.json b/samples/cem-profile.json
new file mode 100644
index 0000000..2a76901
--- /dev/null
+++ b/samples/cem-profile.json
@@ -0,0 +1,19 @@
+
+{
+  "name":"testcem",
+  "DlSchedType":"RR",
+  "UlSchedType":"RR",
+  "DlAllocRBRate":16,
+  "UlAllocRBRate":15,
+  "start":0,
+  "end":0,
+  "AdmControl":1,
+  "CellIndividualOffset":1,
+  "mmeip":"192.168.28.35",
+  "mmeport":"123",
+  "SubsProfile":"",
+  "DlWifiRate":13,
+  "DlUeAllocRbRate":12,
+  "enodeb_id": 1,
+  "handover_id": 1
+}
\ No newline at end of file
diff --git a/samples/handover.json b/samples/handover.json
index 798137b..0fad7f0 100644
--- a/samples/handover.json
+++ b/samples/handover.json
@@ -6,5 +6,7 @@
   "A5Thresh2Rsrq":-8,
   "A5TriggerType":0,
   "HysteresisA3":1,
-  "HysteresisA5":1
+  "HysteresisA5":1,
+  "A3TriggerQuantity": 10,
+  "A5TriggerQuantity": 20
 }
\ No newline at end of file
diff --git a/samples/profile.json b/samples/profile.json
index fe026c1..0d97598 100644
--- a/samples/profile.json
+++ b/samples/profile.json
@@ -1,14 +1,17 @@
 {
-  "id": 1,
   "AdmControl":"0",
   "DlSchedType":"RR",
-  "start":1516780800,
+  "start": 1516780800,
   "UlSchedType":"RR",
-  "end":1517385600,
+  "end": 1517385600,
   "CellIndividualOffset":1,
   "DlAllocRBRate":1,
   "name":"test-profile",
   "UlAllocRBRate":12,
-  "enodeb_id":1,
+  "mmeip": "10.20.30.40",
+  "mmeport": "8080",
+  "DlWifiRate": "80",
+  "DlUeAllocRbRate": "70",
+  "enodeb_id":5,
   "handover_id":1
 }
\ No newline at end of file