Adding apnlist option in the mme config.
    Also giving config option in hss to verify subscriber access
    pfcp-spgwc helm chart changes. Override value pfcp = true to pass pfcp config to
    spgwc.

Fixing license issues

Change-Id: If3e862c9825d206c99f817b3c75cfa0035858651
diff --git a/omec/omec-data-plane/templates/configmap-spgwu.yaml b/omec/omec-data-plane/templates/configmap-spgwu.yaml
index c92e2be..7f1b0c1 100644
--- a/omec/omec-data-plane/templates/configmap-spgwu.yaml
+++ b/omec/omec-data-plane/templates/configmap-spgwu.yaml
@@ -48,9 +48,14 @@
     MASTER_CDR=./cdr/master.csv
   interface.cfg: |
     [0]
-    zmq_protocol = tcp
     dp_comm_ip = DP_ADDR
+{{- if .Values.config.spgwu.pfcp }}
+    dp_comm_port = 8805
+    zmq_protocol = udp
+{{- else }}
+    zmq_protocol = tcp
     dp_comm_port = 20
+{{- end }}
 {{- if .Values.config.spgwu.multiUpfs }}
     cp_nb_ip = {{ .Values.config.spgwu.cpComm.addr }}
     cp_nb_port = {{ .Values.config.spgwu.cpComm.port }}