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-control-plane/templates/bin/_spgwc-run.sh.tpl b/omec/omec-control-plane/templates/bin/_spgwc-run.sh.tpl
index 933ca57..9a185e6 100644
--- a/omec/omec-control-plane/templates/bin/_spgwc-run.sh.tpl
+++ b/omec/omec-control-plane/templates/bin/_spgwc-run.sh.tpl
@@ -16,5 +16,11 @@
 cp /etc/cp/config/{adc_rules.cfg,cp_config.cfg,interface.cfg,meter_profile.cfg,pcc_rules.cfg,sdf_rules.cfg,app_config.cfg} .
 sed -i "s/CP_ADDR/$POD_IP/g" interface.cfg
 
+{{- if .Values.config.spgwc.pfcp }}
+cp /etc/cp/config/{cp.cfg,subscriber_mapping.json} .
+sed -i "s/CP_ADDR/$POD_IP/g" cp.cfg
+cat /opt/cp/config/subscriber_mapping.json
+{{- end }}
+
 . cp_config.cfg
 ngic_controlplane $EAL_ARGS -- $APP_ARGS