X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fe2mgr%2Ftemplates%2Fconfigmap.yaml;h=cb41e5fcd180afc854722d48ef2f8d31ca404490;hb=047e6c754edadc86ad6ca6a3d387137023e7e6a4;hp=13175f0c9a02f03c1a784b295ea37aa735149184;hpb=c4893da9a5b94d67fde93b743695cae554809b75;p=ric-plt%2Fric-dep.git diff --git a/helm/e2mgr/templates/configmap.yaml b/helm/e2mgr/templates/configmap.yaml index 13175f0..cb41e5f 100644 --- a/helm/e2mgr/templates/configmap.yaml +++ b/helm/e2mgr/templates/configmap.yaml @@ -132,14 +132,27 @@ data: {{- end }} globalRicId: - {{- if hasKey .Values.e2mgr "plmnId" }} - plmnId: {{ .Values.e2mgr.plmnId }} + {{- if hasKey .Values.e2mgr "ricId" }} + ricId: {{ .Values.e2mgr.ricId }} {{- else }} - plmnId: 131014 + ricId: "AACCE" {{- end }} - {{- if hasKey .Values.e2mgr "ricNearRtId" }} - ricNearRtId: {{ .Values.e2mgr.ricNearRtId }} + {{- if hasKey .Values.e2mgr "mcc" }} + mcc: {{ .Values.e2mgr.mcc }} {{- else }} - ricNearRtId: 556670 + mcc: "310" {{- end }} + {{- if hasKey .Values.e2mgr "mnc" }} + mnc: {{ .Values.e2mgr.mnc }} + {{- else }} + mnc: "411" + {{- end }} + + {{- if hasKey .Values.e2mgr "stateChangeMessageChannel" }} + stateChangeMessageChannel: {{ .Values.e2mgr.stateChangeMessageChannel }} + {{- else }} + stateChangeMessageChannel: "RAN_CONNECTION_STATUS_CHANGE" + {{- end }} + + ---