aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_bssgp_pcu.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-18 12:21:03 +0800
committerAndreas Eversberg <jolly@eversberg.eu>2012-07-06 07:24:41 +0200
commitd679009a2dbe88869d699060bac40139d79cbd23 (patch)
tree489102a35f425a2c2853525e367d3f05ecf39ef3 /src/gprs_bssgp_pcu.h
parente6228b34a75efcb6b0700ac29672d62539860fbf (diff)
remove dependencies to openbsc/osmoggsn internals
...and link against libosmogb (part of libosmocore.git)
Diffstat (limited to 'src/gprs_bssgp_pcu.h')
-rw-r--r--src/gprs_bssgp_pcu.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gprs_bssgp_pcu.h b/src/gprs_bssgp_pcu.h
index dd9022f7..584bbc2f 100644
--- a/src/gprs_bssgp_pcu.h
+++ b/src/gprs_bssgp_pcu.h
@@ -25,10 +25,11 @@ extern "C" {
#include <osmocom/core/talloc.h>
#include <osmocom/core/rate_ctr.h>
#include <osmocom/core/logging.h>
-#include <openbsc/signal.h>
-#include <openbsc/gprs_ns.h>
-#include <openbsc/gprs_bssgp.h>
+#include <osmocom/core/signal.h>
#include <osmocom/core/application.h>
+#include <osmocom/gprs/gprs_ns.h>
+#include <osmocom/gprs/gprs_bssgp.h>
+#include <osmocom/gprs/gprs_msgb.h>
int bssgp_tx_bvc_reset(struct bssgp_bvc_ctx *bctx, uint16_t bvci, uint8_t cause);