Change in ...docker-playground[master]: osmo-sgsn-master: Enable Iu support

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/.

daniel gerrit-no-reply at lists.osmocom.org
Wed Jul 24 13:44:02 UTC 2019


daniel has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/docker-playground/+/14920 )

Change subject: osmo-sgsn-master: Enable Iu support
......................................................................

osmo-sgsn-master: Enable Iu support

So far the SGSN master image is built without Iu support.
osmo-sgsn-latest is using the built debian packages which enable Iu
support, so it's not an issue there.

Change-Id: Ib9c2e96dc7309f7fcbd563d656b64d37f2599f7b
---
M osmo-sgsn-master/Dockerfile
1 file changed, 5 insertions(+), 2 deletions(-)

Approvals:
  pespin: Looks good to me, approved
  daniel: Verified



diff --git a/osmo-sgsn-master/Dockerfile b/osmo-sgsn-master/Dockerfile
index 4257141..9f31788 100644
--- a/osmo-sgsn-master/Dockerfile
+++ b/osmo-sgsn-master/Dockerfile
@@ -19,9 +19,12 @@
 		libosmo-abis-dev \
 		libosmo-gsup-client-dev \
 		libosmo-netif-dev \
+		libosmo-ranap-dev \
 		libosmo-sccp-dev \
+		libosmo-sigtran-dev \
 		libsmpp34-dev \
-		libgtp-dev && \
+		libgtp-dev \
+		libasn1c-dev && \
 	apt-get clean
 
 WORKDIR	/tmp
@@ -36,7 +39,7 @@
 	(git symbolic-ref -q HEAD && git reset --hard origin/$OSMO_SGSN_BRANCH || exit 1); \
 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && \
 	autoreconf -fi && \
-	./configure && \
+	./configure --enable-iu && \
 	make -j8 install && \
 	ldconfig
 

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ib9c2e96dc7309f7fcbd563d656b64d37f2599f7b
Gerrit-Change-Number: 14920
Gerrit-PatchSet: 2
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
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/20190724/a9b72950/attachment.htm>


More information about the gerrit-log mailing list