moving cp.cfg to cp.json

Change-Id: Ie342fea6a33ed4def0901cead484d4593871c224
diff --git a/omec/omec-control-plane/templates/bin/_hss-bootstrap.sh.tpl b/omec/omec-control-plane/templates/bin/_hss-bootstrap.sh.tpl
index 12409af..b6d8fda 100644
--- a/omec/omec-control-plane/templates/bin/_hss-bootstrap.sh.tpl
+++ b/omec/omec-control-plane/templates/bin/_hss-bootstrap.sh.tpl
@@ -101,8 +101,8 @@
     {{ .opc }} \
     {{ .sqn }} \
     {{ $.Values.config.hss.hssdb }} \
-    $mme_identity \
-    $mme_realm
+    {{ .mme_identity }} \
+    {{ .mme_realm }}
 {{- end }}
 
 {{- range .Values.config.hss.bootstrap.staticusers }}
@@ -114,8 +114,8 @@
     {{ .opc }} \
     {{ .sqn }} \
     {{ $.Values.config.hss.hssdb }} \
-    $mme_identity \
-    $mme_realm \
+    {{ .mme_identity }} \
+    {{ .mme_realm }} \
     {{ .staticAddr }}
 {{- end }}