From 605ac5d1e760fad061513e555b005ff5753f3ff1 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 16 Jun 2012 16:09:52 +0800 Subject: libgb: move GPRS specific msgb CB definitions to separate header --- openbsc/src/libgb/gprs_bssgp.c | 3 +-- openbsc/src/libgb/gprs_bssgp_bss.c | 3 +-- openbsc/src/libgb/gprs_bssgp_util.c | 3 +-- openbsc/src/libgb/gprs_ns.c | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) (limited to 'openbsc/src') diff --git a/openbsc/src/libgb/gprs_bssgp.c b/openbsc/src/libgb/gprs_bssgp.c index e93b3de9..7615299a 100644 --- a/openbsc/src/libgb/gprs_bssgp.c +++ b/openbsc/src/libgb/gprs_bssgp.c @@ -1,6 +1,6 @@ /* GPRS BSSGP protocol implementation as per 3GPP TS 08.18 */ -/* (C) 2009-2010 by Harald Welte +/* (C) 2009-2012 by Harald Welte * * All Rights Reserved * @@ -33,7 +33,6 @@ #include #include -#include #include #include diff --git a/openbsc/src/libgb/gprs_bssgp_bss.c b/openbsc/src/libgb/gprs_bssgp_bss.c index a53423ca..a681b9da 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 +/* (C) 2009-2012 by Harald Welte * * All Rights Reserved * @@ -32,7 +32,6 @@ #include #include -#include uint8_t *bssgp_msgb_tlli_put(struct msgb *msg, uint32_t tlli) { diff --git a/openbsc/src/libgb/gprs_bssgp_util.c b/openbsc/src/libgb/gprs_bssgp_util.c index c794a590..6ab97a79 100644 --- a/openbsc/src/libgb/gprs_bssgp_util.c +++ b/openbsc/src/libgb/gprs_bssgp_util.c @@ -1,6 +1,6 @@ /* GPRS BSSGP protocol implementation as per 3GPP TS 08.18 */ -/* (C) 2009-2010 by Harald Welte +/* (C) 2009-2012 by Harald Welte * * All Rights Reserved * @@ -31,7 +31,6 @@ #include #include -#include struct gprs_ns_inst *bssgp_nsi; diff --git a/openbsc/src/libgb/gprs_ns.c b/openbsc/src/libgb/gprs_ns.c index c1efa431..8bed1b7b 100644 --- a/openbsc/src/libgb/gprs_ns.c +++ b/openbsc/src/libgb/gprs_ns.c @@ -1,7 +1,7 @@ /* GPRS Networks Service (NS) messages on the Gb interface * 3GPP TS 08.16 version 8.0.1 Release 1999 / ETSI TS 101 299 V8.0.1 (2002-05) */ -/* (C) 2009-2010 by Harald Welte +/* (C) 2009-2012 by Harald Welte * * All Rights Reserved * -- cgit v1.2.3