neels has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/29352 )
Change subject: do not depend on libosmo-gtlv
......................................................................
do not depend on libosmo-gtlv
Depending on libosmo-pfcp implies libosmo-gtlv, no need to explicitly
add this dependency.
Change-Id: I39eb59520231bcfed724060d3fda4ba919f2199d
---
M configure.ac
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
pespin: Looks good to me, but someone else must approve
fixeria: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/configure.ac b/configure.ac
index 1a73496..290a939 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,7 +64,6 @@
AC_ARG_ENABLE([pfcp], [AS_HELP_STRING([--enable-pfcp], [Build with PFCP support, for GTP tunnel mapping via UPF])],
[osmo_ac_pfcp="$enableval"],[osmo_ac_pfcp="no"])
if test "x$osmo_ac_pfcp" = "xyes" ; then
- PKG_CHECK_MODULES(LIBOSMOGTLV, libosmo-gtlv >= 0.1.0)
PKG_CHECK_MODULES(LIBOSMOPFCP, libosmo-pfcp >= 0.1.0)
AC_DEFINE(ENABLE_PFCP, 1, [Define to build with PFCP support])
fi
--
To view, visit https://gerrit.osmocom.org/c/osmo-hnbgw/+/29352
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I39eb59520231bcfed724060d3fda4ba919f2199d
Gerrit-Change-Number: 29352
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged
Attention is currently required from: pespin.
neels has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/29352 )
Change subject: do not depend on libosmo-gtlv
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
> That's because osmo-hnbgw doesn't really use any libosmo-gtlv stuff directly, correct?
that's right, only the libosmo-pfcp api.
i wasn't thinking clearly when i added the deps originally...
--
To view, visit https://gerrit.osmocom.org/c/osmo-hnbgw/+/29352
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I39eb59520231bcfed724060d3fda4ba919f2199d
Gerrit-Change-Number: 29352
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 14 Sep 2022 15:24: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: neels.
Hello osmith, Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/docker-playground/+/29339
to look at the new patch set (#2).
Change subject: add ttcn3-hnbgw-test-pfcp
......................................................................
add ttcn3-hnbgw-test-pfcp
Add a new test suite, running osmo-hnbgw with PFCP enabled. Just run all
the same tests again, no matter if they are related to PS RAB Assignment
or not, to also ensure no ill side effects from PFCP configuration.
Related: SYS#5895
Depends: I511e758807e0512c18f3f9e0a8c4699b9a3f5992 (osmo-ttcn3-hacks)
Change-Id: I02b60941343000a4618e95f56326bec170c32bfe
---
A ttcn3-hnbgw-test-pfcp/Dockerfile
A ttcn3-hnbgw-test-pfcp/HNBGW_Tests.cfg
A ttcn3-hnbgw-test-pfcp/Makefile
A ttcn3-hnbgw-test-pfcp/jenkins.sh
A ttcn3-hnbgw-test-pfcp/osmo-hnbgw.cfg
A ttcn3-hnbgw-test-pfcp/osmo-stp.cfg
6 files changed, 232 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/39/29339/2
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/29339
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I02b60941343000a4618e95f56326bec170c32bfe
Gerrit-Change-Number: 29339
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: newpatchset