aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libgb/gprs_bssgp_bss.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-16 16:09:52 +0800
committerHarald Welte <laforge@gnumonks.org>2012-06-16 16:09:52 +0800
commit8645e101da22d539342d2e356bdab6cbf92ed9ef (patch)
treecca8a410060328c0bda20d6c6f8320df51cdbccf /openbsc/src/libgb/gprs_bssgp_bss.c
parentea34a4e3a7741c0b03fc421e2850234b82a0977c (diff)
libgb: move GPRS specific msgb CB definitions to separate header
Diffstat (limited to 'openbsc/src/libgb/gprs_bssgp_bss.c')
-rw-r--r--openbsc/src/libgb/gprs_bssgp_bss.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsc/src/libgb/gprs_bssgp_bss.c b/openbsc/src/libgb/gprs_bssgp_bss.c
index a53423ca1..a681b9dab 100644
--- a/openbsc/src/libgb/gprs_bssgp_bss.c
+++ b/openbsc/src/libgb/gprs_bssgp_bss.c
@@ -1,6 +1,6 @@
/* GPRS BSSGP protocol implementation as per 3GPP TS 08.18 */
-/* (C) 2009-2011 by Harald Welte <laforge@gnumonks.org>
+/* (C) 2009-2012 by Harald Welte <laforge@gnumonks.org>
*
* All Rights Reserved
*
@@ -32,7 +32,6 @@
#include <osmocom/gprs/gprs_ns.h>
#include <openbsc/debug.h>
-#include <openbsc/gsm_data.h>
uint8_t *bssgp_msgb_tlli_put(struct msgb *msg, uint32_t tlli)
{