X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=helm%2Fe2mgr%2Ftemplates%2Fconfigmap.yaml;h=a310608cd4389dde823846ec9acfcf48266ef982;hb=4e44288fd7a3c0e43dab91c45206a0c42ec695d9;hp=04dc74dcf70d23fc770be3fd455abe38971d7c17;hpb=38dc857062b14145f5b9db89d10eba0ae5b90d11;p=ric-plt%2Fric-dep.git diff --git a/helm/e2mgr/templates/configmap.yaml b/helm/e2mgr/templates/configmap.yaml index 04dc74d..a310608 100644 --- a/helm/e2mgr/templates/configmap.yaml +++ b/helm/e2mgr/templates/configmap.yaml @@ -28,6 +28,7 @@ data: rte|1080|{{ include "common.servicename.e2mgr.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.e2mgr.rmr.data" . }} rte|1090|{{ include "common.servicename.e2term.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.e2term.rmr.data" . }} rte|1100|{{ include "common.servicename.e2term.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.e2term.rmr.data" . }} + rte|1101|{{ include "common.servicename.e2term.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.e2term.rmr.data" . }} rte|1200|{{ include "common.servicename.rsm.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.rsm.rmr.data" . }} rte|1210|{{ include "common.servicename.rsm.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.rsm.rmr.data" . }} rte|1220|{{ include "common.servicename.rsm.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.rsm.rmr.data" . }} @@ -78,7 +79,14 @@ data: {{- if hasKey .Values.e2mgr "maxMsgSize" }} maxMsgSize: {{ .Values.e2mgr.maxMsgSize }} {{- else }} - maxMsgSize: 4096 + maxMsgSize: 65536 + {{- end }} + + routingManager: + {{- if hasKey .Values.e2mgr "baseUrl" }} + baseUrl: {{ .Values.e2mgr.baseUrl }} + {{- else }} + baseUrl: "http://service-ricplt-rtmgr-http:3800/ric/v1/handles/" {{- end }} {{- if hasKey .Values.e2mgr "notificationResponseBuffer" }} @@ -109,6 +117,47 @@ data: rnibRetryIntervalMs: {{ .Values.e2mgr.rnibRetryIntervalMs }} {{- else }} rnibRetryIntervalMs: 10 - {{- end }} + {{- end }} + {{- if hasKey .Values.e2mgr "keepAliveResponseTimeoutMs" }} + keepAliveResponseTimeoutMs: {{ .Values.e2mgr.keepAliveResponseTimeoutMs }} + {{- else }} + keepAliveResponseTimeoutMs: 360000 + {{- end }} + + {{- if hasKey .Values.e2mgr "keepAliveDelayMs" }} + keepAliveDelayMs: {{ .Values.e2mgr.keepAliveDelayMs }} + {{- else }} + keepAliveDelayMs: 120000 + {{- end }} + + globalRicId: + {{- if hasKey .Values.e2mgr "ricId" }} + ricId: {{ .Values.e2mgr.ricId }} + {{- else }} + ricId: "AACCE" + {{- end }} + {{- if hasKey .Values.e2mgr "mcc" }} + mcc: {{ .Values.e2mgr.mcc }} + {{- else }} + mcc: "310" + {{- end }} + {{- if hasKey .Values.e2mgr "mnc" }} + mnc: {{ .Values.e2mgr.mnc }} + {{- else }} + mnc: "411" + {{- end }} + + rnibWriter: + {{- if hasKey .Values.e2mgr "stateChangeMessageChannel" }} + stateChangeMessageChannel: {{ .Values.e2mgr.stateChangeMessageChannel }} + {{- else }} + stateChangeMessageChannel: "RAN_CONNECTION_STATUS_CHANGE" + {{- end }} + {{- if hasKey .Values.e2mgr "ranManipulationMessageChannel" }} + ranManipulationMessageChannel: {{ .Values.e2mgr.ranManipulationMessageChannel }} + {{- else }} + ranManipulationMessageChannel: "RAN_MANIPULATION" + {{- end }} + ---