From 6854ccf03414b1af19f314730f1688f4be827ad3 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Fri, 25 Jun 2021 06:16:33 +0200 Subject: [PATCH] Reset version of A1 Simulator in docker-compose The version of the A1 Simulator was accidentally stepped in the docler-compose file after ther D release. Issue-ID: NONRTRIC-547 Signed-off-by: elinuxhenrik Change-Id: Ifbdff6f95b2c0aae267c9c25b58f6f265414e95b --- docker-compose/a1-sim/docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose/a1-sim/docker-compose.yaml b/docker-compose/a1-sim/docker-compose.yaml index 64ac983f..ddd9c181 100644 --- a/docker-compose/a1-sim/docker-compose.yaml +++ b/docker-compose/a1-sim/docker-compose.yaml @@ -22,7 +22,7 @@ networks: services: a1-sim-OSC: - image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.2.0 + image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.1.0 container_name: a1-sim-OSC networks: - default @@ -35,7 +35,7 @@ services: - ALLOW_HTTP=true a1-sim-STD: - image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.2.0 + image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.1.0 container_name: a1-sim-STD networks: - default @@ -48,7 +48,7 @@ services: - ALLOW_HTTP=true a1-sim-STD-v2: - image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.2.0 + image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.1.0 container_name: a1-sim-STD-v2 networks: - default -- 2.16.6