Handle changes btw. QoS parms in 1.5 and 1.6

Change-Id: Ife6c68f9ab1d93eb7028c0482cb761350b894ce5
diff --git a/5g-core-values.yaml b/5g-core-values.yaml
index 4b93b99..dbecb46 100644
--- a/5g-core-values.yaml
+++ b/5g-core-values.yaml
@@ -79,6 +79,16 @@
               dns-primary: "8.8.8.8"
               mtu: 1460
               ue-ip-pool: "172.250.0.0/16"
+              ue-dnn-qos:
+                dnn-mbr-downlink: 20000000
+                dnn-mbr-uplink: 4000000
+                bitrate-unit: bps
+                traffic-class:  #default bearer QCI/ARP
+                  name: "platinum"
+                  qci: 9
+                  arp: 6
+                  pdb: 300
+                  pelr: 6
             site-info: "aiab"
           network-slices:
           - name: "default"
@@ -87,21 +97,11 @@
               sst: 1
             site-device-group:
             - "5g-gnbsim-user"
-            applications-information:
-            - app-name: "default-app"
-              end-port: 40000
-              endpoint: "1.1.1.1/32"
-              protocol: 17
-              start-port: 40000
-            deny-applications:
-            - "iot-app-deny"
-            permit-applications:
-            - "iot-app1-permit"
-            - "iot-app2-permit"
-            qos:
-              downlink: 20
-              traffic-class: "platinum"
-              uplink: 40
+            application-filtering-rules:
+            - rule-name: "ALLOW-ALL"
+              priority: 250
+              action: "permit"
+              endpoint: "0.0.0.0/0"
             site-info:
               gNodeBs:
               - name: "aiab-gnb1"