From 1d4fa1cf95c6194f0b05cfc535185cd6d12b3117 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 20 Aug 2017 23:32:07 +0200 Subject: osmo-bts-master: Send GSMTAP (incl. BCCH) to .239 (sysinfo tester) --- osmo-bts-master/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'osmo-bts-master/Dockerfile') diff --git a/osmo-bts-master/Dockerfile b/osmo-bts-master/Dockerfile index 6bc8ac2..19b1a2f 100644 --- a/osmo-bts-master/Dockerfile +++ b/osmo-bts-master/Dockerfile @@ -39,6 +39,7 @@ VOLUME /data COPY osmo-bts.cfg /data/osmo-bts.cfg WORKDIR /data -CMD ["/usr/local/bin/osmo-bts-virtual"] + # send GSMTAP data to .230 which is the ttcn3-sysinfo test +CMD ["/usr/local/bin/osmo-bts-virtual", "-i", "172.18.0.230"] #EXPOSE -- cgit v1.2.3