osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38342?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: testenv: osmo-dev: build with gtp_linux.opts ......................................................................
testenv: osmo-dev: build with gtp_linux.opts
Run the osmo-ggsn ./configure with --enable-gtp-linux, in preparation for testing kernel gtp-u with testenv too.
Related: https://gitea.osmocom.org/osmocom/osmo-dev/src/branch/master/gtp_linux.opts Change-Id: Ia8ea5494597e0fedae93f501c8bc7d6115543f36 --- M _testenv/testenv/osmo_dev.py 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/_testenv/testenv/osmo_dev.py b/_testenv/testenv/osmo_dev.py index 00782cd..d3f7a1c 100644 --- a/_testenv/testenv/osmo_dev.py +++ b/_testenv/testenv/osmo_dev.py @@ -82,6 +82,7 @@ testenv.src_dir, "default.opts", "ccache.opts", + "gtp_linux.opts", "iu.opts", "no_dahdi.opts", "no_doxygen.opts",