From 191063284ac98cbbf67eb1e8d8985623a1ae4e1c Mon Sep 17 00:00:00 2001 From: turletti <turletti@gmail.com> Date: Fri, 5 Apr 2024 08:18:15 +0200 Subject: [PATCH] update --- charts/oai-5g-ran/oai-cu/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/oai-5g-ran/oai-cu/values.yaml b/charts/oai-5g-ran/oai-cu/values.yaml index fd3e8d88..f35b1044 100644 --- a/charts/oai-5g-ran/oai-cu/values.yaml +++ b/charts/oai-5g-ran/oai-cu/values.yaml @@ -81,7 +81,7 @@ config: #sst: "1" #currently only 4 standard values are allowed 1,2,3,4 # set via sed configmap amfhost: "@HOST_AMF@" # "oai-amf" # amf ip-address or service-name oai-amf-svc or 172.21.6.94 n2IfName: "@N2IFNAME_CU@" # if multus.n2Interface.create is true then use n2 - n3IfName: "N3IFNAME_CU@" # if multus.n3Interface.create is true then use n3 or you can only use 1 interface n2 or eth0 + n3IfName: "@N3IFNAME_CU@" # if multus.n3Interface.create is true then use n3 or you can only use 1 interface n2 or eth0 f1IfName: "@F1IFNAME@" # "eth0" #if multus.f1Interface.create is true then use f1 cuHost: "@HOST_CU@" # "oai-cu" ## Ip-address or hostname f1cuPort: "@F1CUPORT@" # 2153 if using same interface for f1 and n3 else standard port 2152 should be used if f1 and n3 interface are different -- GitLab