fix port, typo, IP, and updated MME image

Change-Id: Idf1fdbcaf1181a2507deae8674dd0a24707adc61
diff --git a/mcord/mcord-control-plane/templates/cm.yaml b/mcord/mcord-control-plane/templates/cm.yaml
index 1122b7c..a834f9d 100644
--- a/mcord/mcord-control-plane/templates/cm.yaml
+++ b/mcord/mcord-control-plane/templates/cm.yaml
@@ -857,7 +857,7 @@
     VBSM_TARGET_MME_PLMN_ID          31310f
     VBSM_TARGET_MME_IP_ADDR          "192.25.1.100"
 
-    VBSM_T3412                        32
+    VBSM_T3412                        0
 
     VBSM_SGSN_IP_ADDR                "192.25.1.195"
 
diff --git a/mcord/mcord-control-plane/templates/cp.yaml b/mcord/mcord-control-plane/templates/cp.yaml
index eef9a4c..35fbe20 100644
--- a/mcord/mcord-control-plane/templates/cp.yaml
+++ b/mcord/mcord-control-plane/templates/cp.yaml
@@ -74,7 +74,7 @@
         - name: MME_S11_IP
           value: {{ .Values.mme_hostname }}
         - name: SGW_S11_IP
-          values: {{ .Values.spgwu_s11_ip }}
+          value: {{ .Values.spgwc_hostname }}
         - name: SGW_S1U_IP
           value: {{ .Values.spgwu_s1u_ip }}
         - name: APN
diff --git a/mcord/mcord-control-plane/templates/mme.yaml b/mcord/mcord-control-plane/templates/mme.yaml
index e74085d..d6946de 100644
--- a/mcord/mcord-control-plane/templates/mme.yaml
+++ b/mcord/mcord-control-plane/templates/mme.yaml
@@ -37,10 +37,10 @@
 apiVersion: v1
 kind: Service
 metadata:
-  name: mme
+  name: mme-external
 spec:
   selector:
-    app: mme
+    app: mme-external
   type: NodePort
   ports:
     - name: s11
@@ -92,7 +92,7 @@
         imagePullPolicy: Always
         env:
           - name: SGW_S11_IP
-            value: {{ .Values.spgwc_hostname }}
+            value: {{ .Values.spgwc_hostname }}.{{ .Values.namespace }}.svc.cluster.local
           - name: MME_ETH0_IP
             valueFrom:
               fieldRef: