openggsn: gtpie.h

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/OpenBSC@lists.osmocom.org/.

Neels Hofmeyr nhofmeyr at sysmocom.de
Tue Oct 27 14:03:13 UTC 2015


Hi all,

though promising GTP implementations are emerging from the shadows, current GTP
Hub development is still using OpenGGSN's kludgy GTP API. I'd love to switch,
but it's not the time for that yet.

To be able to query and manipulate IEs in the OpenGGSN way, I've taken the
liberty to commit below patch on openggsn.git/master, which publishes gtpie.h.

~Neels


commit 6c06d25667f7c46e179bfd1121c512234c98649f
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Oct 27 14:57:18 2015 +0100

    make install: also install gtpie.h

diff --git a/gtp/Makefile.am b/gtp/Makefile.am
index 4ad9f65..9586dfe 100644
--- a/gtp/Makefile.am
+++ b/gtp/Makefile.am
@@ -1,6 +1,6 @@
 lib_LTLIBRARIES = libgtp.la
 
-include_HEADERS = gtp.h pdp.h
+include_HEADERS = gtp.h pdp.h gtpie.h
 
 AM_CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' -ggdb $(LIBOSMOCORE_CFLAGS)
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.osmocom.org/pipermail/openbsc/attachments/20151027/5bffe6b9/attachment.bin>


More information about the OpenBSC mailing list