updating images of 4G & 5G control plane

hss, pcrf image update to fix memory issues. Also by default disable logs.
smf image update to include qos parameters in initial context request
amf image update to include n/w initiated ue de-registration
gnbsim changes to open one more port for profile

Change-Id: I5c122031e0882788aba0145a835b528e542e0b2d
diff --git a/5g-ran-sim/templates/service-gnbsim.yaml b/5g-ran-sim/templates/service-gnbsim.yaml
index e0d572f..4f3e2b8 100644
--- a/5g-ran-sim/templates/service-gnbsim.yaml
+++ b/5g-ran-sim/templates/service-gnbsim.yaml
@@ -20,4 +20,9 @@
   - name: ngapp
     port: {{ .Values.config.gnbsim.ngapp.port }}
     protocol: SCTP
+{{- if .Values.config.gnbsim.profile.enable }}
+  - name: profile-http
+    port: {{ .Values.config.gnbsim.profile.port }}
+    protocol: TCP
+{{- end }}
 {{- end }}