Adding missing config in aiab setup

Change-Id: I8cc9880fc1c30076bc44ce3da4a2560c7a87df73
diff --git a/sd-core-5g-values.yaml b/sd-core-5g-values.yaml
index b60f3b0..d4e145c 100644
--- a/sd-core-5g-values.yaml
+++ b/sd-core-5g-values.yaml
@@ -287,8 +287,6 @@
       networkTopo:
         - upfAddr: "192.168.252.0/24"
           upfGw: "192.168.251.1"
-      singleInterface: false #default multiInterface. Works well for AIAB
-      execInParallel: false #run all profiles in parallel
       goProfile:
         enable: false #enable/disable golang profile in gnbsim
         port: 5000
@@ -300,6 +298,9 @@
           logger:
             logLevel: trace # how detailed the log will be, values: trace, debug, info, warn, error, fatal, panic
           configuration:
+              runConfigProfilesAtStart: true #if false, gnbsim does not start profiles and waits for api input
+              singleInterface: false #default multiInterface. Works well for AIAB
+              execInParallel: false #run all profiles in parallel
              #gnbs: # pool of gNodeBs
              #  gnb1:
              #    n3IpAddr: "POD_IP" # set if singleInterface is true
@@ -308,6 +309,10 @@
                  defaultAmf:
                    hostName: amf # Host name of AMF
                    port: 38412 # AMF port
+               gnb2:
+                 defaultAmf:
+                   hostName: amf # Host name of AMF
+                   port: 38412 # AMF port
               customProfiles:
                 customProfiles1:
                   profileType: custom # profile type
@@ -449,3 +454,21 @@
                 opc: "981d464c7c52eb6e5036234984ad0bcf"
                 key: "5122250214c33e723a5dd523fc145fc0"
                 sequenceNumber: "16f3b3f70fc2"
+              - profileType: nwreqpdusessrelease # profile type
+                profileName: profile8 # uniqely identifies a profile within application
+                enable: false # Set true to execute the profile, false otherwise.
+                gnbName: gnb1 # gNB to be used for this profile
+                startImsi: 208930100007497 # First IMSI. Subsequent values will be used if ueCount is more than 1
+                ueCount: 1 # Number of UEs for for which the profile will be executed
+                opc: "981d464c7c52eb6e5036234984ad0bcf"
+                key: "5122250214c33e723a5dd523fc145fc0"
+                sequenceNumber: "16f3b3f70fc2"
+                dnn: "internet"
+                sNssai:
+                  sst: 1 # Slice/Service Type (uinteger, range: 0~255)
+                  sd: 010203 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
+                execInParallel: false #run all subscribers within profile in parallel
+                defaultAs: "192.168.250.1" #default icmp pkt destination
+                plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>. Should match startImsi
+                  mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9)
+                  mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)