X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fe2mgr%2Ftemplates%2Fconfigmap.yaml;h=13175f0c9a02f03c1a784b295ea37aa735149184;hb=91184df84b97b4d867f3324c5dc3e6a6a734134a;hp=57ecf4f6b089a93a97414a3fef654ce89d688b18;hpb=90655071d9b91a32c885bac8c0a6220d6f2265c6;p=ric-plt%2Fric-dep.git diff --git a/helm/e2mgr/templates/configmap.yaml b/helm/e2mgr/templates/configmap.yaml index 57ecf4f..13175f0 100644 --- a/helm/e2mgr/templates/configmap.yaml +++ b/helm/e2mgr/templates/configmap.yaml @@ -79,7 +79,7 @@ data: {{- if hasKey .Values.e2mgr "maxMsgSize" }} maxMsgSize: {{ .Values.e2mgr.maxMsgSize }} {{- else }} - maxMsgSize: 4096 + maxMsgSize: 65536 {{- end }} routingManager: @@ -130,4 +130,16 @@ data: {{- else }} keepAliveDelayMs: 120000 {{- end }} + + globalRicId: + {{- if hasKey .Values.e2mgr "plmnId" }} + plmnId: {{ .Values.e2mgr.plmnId }} + {{- else }} + plmnId: 131014 + {{- end }} + {{- if hasKey .Values.e2mgr "ricNearRtId" }} + ricNearRtId: {{ .Values.e2mgr.ricNearRtId }} + {{- else }} + ricNearRtId: 556670 + {{- end }} ---