Cleaning up gnbsim override file.

Change-Id: Ia26a0752722de20bbf966823df5785ceb00e1ce4
diff --git a/sd-core-5g-values.yaml b/sd-core-5g-values.yaml
index 41bb51c..c7e2d18 100644
--- a/sd-core-5g-values.yaml
+++ b/sd-core-5g-values.yaml
@@ -151,42 +151,14 @@
   resources:
     enabled: false
 
+  #images:
+  #  tags:
+  #    gnbsim: add overriding image tag here
   config:
     gnbsim:
       yamlCfgFiles:
-        gnb.conf: |
-          info:
-            version: 1.0.0
-            description: gNodeB sim initial configuration
+        gnb.conf:
           configuration:
-            gnbs: # pool of gNodeBs
-              gnb1:
-                n2IpAddr: # gNB N2 interface IP address used to connect to AMF
-                n2Port: 9487 # gNB N2 Port used to connect to AMF
-                n3IpAddr: 192.168.251.5 # gNB N3 interface IP address used to connect to UPF
-                n3Port: 2152 # gNB N3 Port used to connect to UPF
-                name: gnb1 # gNB name that uniquely identify a gNB within application
-                globalRanId:
-                  plmnId:
-                    mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9)
-                    mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
-                  gNbId:
-                    bitLength: 24
-                    gNBValue: 000102 # gNB identifier (3 bytes hex string, range: 000000~FFFFFF)
-                supportedTaList:
-                - tac: 000001 # Tracking Area Code (3 bytes hex string, range: 000000~FFFFFF)
-                  broadcastPlmnList:
-                    - plmnId:
-                        mcc: 208
-                        mnc: 93
-                      taiSliceSupportList:
-                          - sst: 1 # Slice/Service Type (uinteger, range: 0~255)
-                            sd: 010203 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
-                defaultAmf:
-                  hostName: amf # Host name of AMF
-                  ipAddr: # AMF IP address
-                  port: 38412 # AMF port
-
             profiles: # profile information
               - profileType: register # profile type
                 profileName: profile1 # uniqely identifies a profile within application
@@ -227,6 +199,5 @@
                   mnc: 93
           logger:
             logLevel: info # how detailed the log will be, values: trace, debug, info, warn, error, fatal, panic
-
 omec-control-plane:
   enable4G: false