pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/36136?usp=email )
Change subject: ttcn3-epdg: Set up params to get GTP-U echo working
......................................................................
ttcn3-epdg: Set up params to get GTP-U echo working
Set the new module parameter added in the test.
Make sure the gtp_u_kmod osmo-epdg.config IP address is updated to the
proper docker network subnet.
Depends: osmo-ttcn3-hacks.git Change-Id I3fd96f212175959cb113d2f6a362c0e77e5ca0d7
Change-Id: I5cd9dcd6188227baed71823b0cbceb77dc771011
---
M ttcn3-epdg-test/EPDG_Tests.cfg
M ttcn3-epdg-test/jenkins.sh
2 files changed, 18 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/36/36136/1
diff --git a/ttcn3-epdg-test/EPDG_Tests.cfg b/ttcn3-epdg-test/EPDG_Tests.cfg
index 5dbcb4c..d61939a 100644
--- a/ttcn3-epdg-test/EPDG_Tests.cfg
+++ b/ttcn3-epdg-test/EPDG_Tests.cfg
@@ -11,6 +11,7 @@
EPDG_Tests.mp_swx_local_ip := "172.18.10.103"
EPDG_Tests.mp_s6b_local_ip := "172.18.10.103"
EPDG_Tests.mp_s2b_local_ip := "172.18.10.103"
+EPDG_Tests.mp_upf_gtpu_local_ip := "172.18.10.103"
EPDG_Tests.mp_gsup_remote_ip := "172.18.10.20"
EPDG_Tests.mp_s6b_remote_ip := "172.18.10.20"
diff --git a/ttcn3-epdg-test/jenkins.sh b/ttcn3-epdg-test/jenkins.sh
index 096b2af..a4d029b 100755
--- a/ttcn3-epdg-test/jenkins.sh
+++ b/ttcn3-epdg-test/jenkins.sh
@@ -18,6 +18,9 @@
network_create
network_replace_subnet_in_configs
+# gtp_u_kmod has the IP addresses as usual erlang-tuple format. Patch them too:
+sed -i -E -e "s/172\,18\,[0-9]{1,3}\,/172,18,$SUBNET,/g" $VOL_BASE_DIR/epdg/osmo-epdg.config
+#TODO: Patch IPv6 address once it's supported.
echo Starting container with osmo-epdg
docker run --rm \
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/36136?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I5cd9dcd6188227baed71823b0cbceb77dc771011
Gerrit-Change-Number: 36136
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange
Attention is currently required from: laforge, osmith.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/36133?usp=email )
Change subject: ttcn3-ggsn-test: enable dynamic debug
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
> 8 is the current one, so it looks like you also have it set to 8?
Weirdly enough, in my IM conversation I wrote a while ago:
$ cat /proc/sys/kernel/printk
1 4 1 4
So either it changed automatically when I enabled dynamic_debug in gtp module myself, or I got confused and copied the output from somewhere else without noticing...
Using kernel 6.7.6-arch1-1 here ("I use Arch btw").
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/36133?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I048646c4f90233939809546d30c94c4218eedbb1
Gerrit-Change-Number: 36133
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Fri, 01 Mar 2024 17:33:47 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: osmith <osmith(a)sysmocom.de>
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: laforge, pespin.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/36133?usp=email )
Change subject: ttcn3-ggsn-test: enable dynamic debug
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
> We still don't understand why, because in my system I have the following and it still works: […]
8 is the current one, so it looks like you also have it set to 8?
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/36133?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I048646c4f90233939809546d30c94c4218eedbb1
Gerrit-Change-Number: 36133
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 01 Mar 2024 17:27:18 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: osmith.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/36134?usp=email )
Change subject: ttcn3-ggsn-test: tweak log options
......................................................................
Patch Set 1: Code-Review-1
(1 comment)
Patchset:
PS1:
I think you should have log info in "stderr" section, and "debug" in "gsmtap" section. Isn't that what we do everywhere nowadays?
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/36134?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I6c3095f4d3378d2026d3720bc32e27ce4c8345b3
Gerrit-Change-Number: 36134
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 01 Mar 2024 17:26:30 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: laforge, osmith.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/36133?usp=email )
Change subject: ttcn3-ggsn-test: enable dynamic debug
......................................................................
Patch Set 1: Code-Review+1
(1 comment)
Patchset:
PS1:
We still don't understand why, because in my system I have the following and it still works:
$ cat /proc/sys/kernel/printk
8 4 1 4
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/36133?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I048646c4f90233939809546d30c94c4218eedbb1
Gerrit-Change-Number: 36133
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Fri, 01 Mar 2024 17:25:27 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment