[CORD-2641] Adding/removing IMSI from Progran

Change-Id: If32b45b4abb5b1e42e1e044b806f021dc3cd8137
diff --git a/samples/cem-profile.json b/samples/cem-profile.json
deleted file mode 100644
index 2a76901..0000000
--- a/samples/cem-profile.json
+++ /dev/null
@@ -1,19 +0,0 @@
-
-{
-  "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/profile.json b/samples/profile.json
index 0d97598..d51a386 100644
--- a/samples/profile.json
+++ b/samples/profile.json
@@ -1,17 +1,16 @@
+
 {
-  "AdmControl":"0",
+  "name":"testcem",
   "DlSchedType":"RR",
-  "start": 1516780800,
   "UlSchedType":"RR",
-  "end": 1517385600,
+  "DlAllocRBRate":16,
+  "UlAllocRBRate":15,
+  "AdmControl":1,
   "CellIndividualOffset":1,
-  "DlAllocRBRate":1,
-  "name":"test-profile",
-  "UlAllocRBRate":12,
-  "mmeip": "10.20.30.40",
-  "mmeport": "8080",
-  "DlWifiRate": "80",
-  "DlUeAllocRbRate": "70",
-  "enodeb_id":5,
-  "handover_id":1
+  "mmeip":"192.168.28.35",
+  "mmeport":"123",
+  "SubsProfile":"",
+  "DlWifiRate":13,
+  "DlUeAllocRbRate":12,
+  "handover_id": 1
 }
\ No newline at end of file