diff mbox

openggsn: gtpie.h

Message ID 20151027140313.GA1810@dub5
State Accepted
Headers show

Commit Message

Neels Hofmeyr Oct. 27, 2015, 2:03 p.m. UTC
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@sysmocom.de>
Date:   Tue Oct 27 14:57:18 2015 +0100

    make install: also install gtpie.h
diff mbox

Patch

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)