From: Alex Stancu Date: Thu, 6 Apr 2023 07:46:21 +0000 (+0300) Subject: Add simulated O-DU with Rel 18. X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F10857%2F2;p=oam.git Add simulated O-DU with Rel 18. Issue-ID: OAM-325 Change-Id: Ic5f22c0c64718c2b8673889af043352d692789e9 Signed-off-by: Alex Stancu --- diff --git a/solution/network/.env b/solution/network/.env index 9bc05e8..2d85aaa 100644 --- a/solution/network/.env +++ b/solution/network/.env @@ -58,4 +58,4 @@ VES_ENDPOINT_AUTH_METHOD=basic-auth VES_ENDPOINT_USERNAME=sample1 VES_ENDPOINT_PASSWORD=sample1 -HOST_IP=10.20.11.121 +HOST_IP=AA.BB.CC.DD diff --git a/solution/smo/oam/.env b/solution/smo/oam/.env index e9bf98f..9ad6728 100644 --- a/solution/smo/oam/.env +++ b/solution/smo/oam/.env @@ -54,4 +54,4 @@ VES_ENDPOINT_AUTH_METHOD=basic-auth VES_ENDPOINT_USERNAME=sample1 VES_ENDPOINT_PASSWORD=sample1 -HOST_IP=10.20.11.121 +HOST_IP=AA.BB.CC.DD