ttcn3-pcu-test: osmo-pcu.cfg: use 'gsmtap-remote-host'
Change-Id: Ib7d6e564e12db08a8dd4890426d2599b3260fa9dchanges/57/29557/1
parent
c80a5e0db3
commit
5e9af962ba
|
@ -32,7 +32,7 @@ docker run --rm \
|
|||
--name ${BUILD_TAG}-pcu -d \
|
||||
$DOCKER_ARGS \
|
||||
$REPO_USER/osmo-pcu-$IMAGE_SUFFIX \
|
||||
/bin/sh -c "/usr/local/bin/respawn.sh osmo-pcu -c /data/osmo-pcu.cfg -i 172.18.13.10 >>/data/osmo-pcu.log 2>&1"
|
||||
/bin/sh -c "/usr/local/bin/respawn.sh osmo-pcu -c /data/osmo-pcu.cfg >>/data/osmo-pcu.log 2>&1"
|
||||
|
||||
echo Starting container with PCU testsuite
|
||||
docker run --rm \
|
||||
|
|
|
@ -32,4 +32,5 @@ pcu
|
|||
alpha 0
|
||||
gamma 0
|
||||
pcu-socket /data/unix/pcu_bts
|
||||
gsmtap-remote-host 172.18.13.10
|
||||
gsmtap-category enable-all
|
||||
|
|
Loading…
Reference in New Issue