Skip to content
Snippets Groups Projects
Commit 88ec8c2b authored by turletti's avatar turletti
Browse files

oai-gnb charts update

parent 1832a69c
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,10 @@ spec:
value: {{ .Values.config.useAdditionalOptions }}
- name: AMF_IP_ADDRESS
value: {{ .Values.config.amfIpAddress }}
- name: N2_IF_NAME
value: {{ .Values.config.n2IfName }}
- name: N3_IF_NAME
value: {{ .Values.config.n3IfName }}
{{- if .Values.includeTcpDumpContainer }}
- name: tcpdump
image: "{{ .Values.tcpdumpimage.repository }}:{{ .Values.tcpdumpimage.version }}"
......
......@@ -99,6 +99,8 @@ config:
sst: "1" #currently only 4 standard values are allowed 1,2,3,4
usrp: "@RRU_TYPE@" #allowed values rfsim, b2xx, n3xx or x3xx
amfIpAddress: "@AMF_IP_ADDRESS@" # amf ip-address or service-name oai-amf-svc
n2IfName: "@GNB_N2_IF_NAME@" # if multus.n2Interface.create is true then use n2
n3IfName: "@GNB_N3_IF_NAME@" # if multus.n3Interface.create is true then use n3 or you can only use 1 interface n2 or eth0
## Debugging section
start:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment