Change in docker-playground[master]: ttcn3-pcu: Update configs to support NACC tests

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Mon Feb 1 11:21:06 UTC 2021


pespin has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/22515 )

Change subject: ttcn3-pcu: Update configs to support NACC tests
......................................................................

ttcn3-pcu: Update configs to support NACC tests

Change-Id: If027812940579a7f344a36543e85518cc096905b
---
M ttcn3-pcu-test/PCU_Tests.cfg
M ttcn3-pcu-test/jenkins.sh
M ttcn3-pcu-test/osmo-pcu.cfg
3 files changed, 5 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved; Verified



diff --git a/ttcn3-pcu-test/PCU_Tests.cfg b/ttcn3-pcu-test/PCU_Tests.cfg
index 89ed220..43e9d88 100644
--- a/ttcn3-pcu-test/PCU_Tests.cfg
+++ b/ttcn3-pcu-test/PCU_Tests.cfg
@@ -14,6 +14,7 @@
 [MODULE_PARAMETERS]
 PCU_Tests.mp_pcu_sock_path := "/data/unix/pcu_bts"
 PCU_Tests.mp_pcu_statsd_ip := "172.18.13.10"
+PCU_Tests.mp_ctrl_neigh_ip := "172.18.13.10";
 SGSN_Components.mp_nsconfig := {
 	nsei := 1234,
 	handle_sns := false,
diff --git a/ttcn3-pcu-test/jenkins.sh b/ttcn3-pcu-test/jenkins.sh
index d85b405..c2ef0d5 100755
--- a/ttcn3-pcu-test/jenkins.sh
+++ b/ttcn3-pcu-test/jenkins.sh
@@ -33,6 +33,9 @@
 	sed -i "s/^StatsD_Checker.mp_enable_stats.*/StatsD_Checker.mp_enable_stats := false;/" $VOL_BASE_DIR/pcu-tester/PCU_Tests.cfg
 	sed -i "s/stats interval 0//" $VOL_BASE_DIR/pcu/osmo-pcu.cfg
 	sed -i "s/flush-period 1//" $VOL_BASE_DIR/pcu/osmo-pcu.cfg
+
+	# neighbor resolution only available in osmo-pcu > 0.8.0
+	sed "/neighbor resolution/d" -i $VOL_BASE_DIR/pcu/osmo-pcu.cfg
 fi
 
 echo Starting container with PCU
diff --git a/ttcn3-pcu-test/osmo-pcu.cfg b/ttcn3-pcu-test/osmo-pcu.cfg
index 733cebe..3d60d93 100644
--- a/ttcn3-pcu-test/osmo-pcu.cfg
+++ b/ttcn3-pcu-test/osmo-pcu.cfg
@@ -32,6 +32,7 @@
  alpha 0
  gamma 0
  pcu-socket /data/unix/pcu_bts
+ neighbor resolution 172.18.13.10
  gsmtap-category dl-unknown
  gsmtap-category dl-dummy
  gsmtap-category dl-ctrl

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/22515
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: If027812940579a7f344a36543e85518cc096905b
Gerrit-Change-Number: 22515
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210201/787a7a9a/attachment.htm>


More information about the gerrit-log mailing list