From 61112344e58f539be46b51ff101772f9c118ae52 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 13 May 2010 19:25:59 +0200 Subject: [GPRS] BSSGP: add function declaration --- openbsc/include/openbsc/gprs_bssgp.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openbsc/include/openbsc/gprs_bssgp.h b/openbsc/include/openbsc/gprs_bssgp.h index d3ccb12e..8fdef811 100644 --- a/openbsc/include/openbsc/gprs_bssgp.h +++ b/openbsc/include/openbsc/gprs_bssgp.h @@ -151,7 +151,12 @@ int bssgp_tx_status(uint8_t cause, uint16_t *bvci, struct msgb *orig_msg); #include -extern int gprs_bssgp_rcvmsg(struct msgb *msg); +/* BSSGP-UL-UNITDATA.ind */ +int gprs_bssgp_rcvmsg(struct msgb *msg); + +/* BSSGP-DL-UNITDATA.req */ +int gprs_bssgp_tx_dl_ud(struct msgb *msg); + uint16_t bssgp_parse_cell_id(struct gprs_ra_id *raid, const uint8_t *buf); /* Wrapper around TLV parser to parse BSSGP IEs */ -- cgit v1.2.3