From 2e3228f05972cac65733b0a1fd5cdcc3ba2a3c05 Mon Sep 17 00:00:00 2001 From: turletti <turletti@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:17:59 +0200 Subject: [PATCH] fix nr-ue config --- charts/oai-5g-ran/oai-nr-ue/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/oai-5g-ran/oai-nr-ue/values.yaml b/charts/oai-5g-ran/oai-nr-ue/values.yaml index 6d412d65..2e3373f3 100644 --- a/charts/oai-5g-ran/oai-nr-ue/values.yaml +++ b/charts/oai-5g-ran/oai-nr-ue/values.yaml @@ -33,7 +33,7 @@ multus: config: timeZone: "Europe/Paris" - rfSimServer: "@IP_GNB@" # ip-address of rfsim or service name oai-gnb or oai-du + rfSimServer: "oai-ran" fullImsi: "@RFSIM_IMSI@" # make sure all the below entries are present in the subscriber database fullKey: "@FULL_KEY@" opc: "@OPC@" -- GitLab