Static address allocation support by PDN GW

Passing arg to spgwc. Also adding individual IMSI
for which we need static address allocation

Change-Id: Id8164f64524ab0fe96b859dd540680536b951ad9
diff --git a/omec/omec-control-plane/values.yaml b/omec/omec-control-plane/values.yaml
index 10c7777..68dfea5 100644
--- a/omec/omec-control-plane/values.yaml
+++ b/omec/omec-control-plane/values.yaml
@@ -114,6 +114,10 @@
         - imsiStart: "208014567891200"
           msisdnStart: "1122334455"
           count: 10
+      staticusers:
+        - imsi: "208014567891201"
+          msisdn: "1122334455"
+          staticAddr: 0.0.0.0
       mmes:
         - id: 1
           isdn: "19136246000"
@@ -236,6 +240,9 @@
           phoneType: "iPhone11-Pro"
   spgwc:
     apn: internet
+    #This  ue Static pool is used only multi upf is not enabled. In case of multi-upf use app_config.cfg to provide static pool per DP
+    #ueStaticPool: 10.250.255.0/24
+    ueStaticPool: None
     ueIpPool:
       ip: 10.250.0.0
       mask: 255.255.0.0