aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_bssgp_pcu.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-08-22 08:44:04 +0200
committerIvan Kluchnikov <kluchnikovi@gmail.com>2013-09-04 21:28:53 +0400
commit416ce695505891c1eade0616cbe4e0150100b195 (patch)
treede0596a77f30dce2a6b92d22b19b32f96367a906 /src/gprs_bssgp_pcu.h
parentc0f1644c880ff5c64f6c5d7ef95dfe1e80c9ffd6 (diff)
bssgp: Add callback UNITDATA.DL messaes with the data
Diffstat (limited to 'src/gprs_bssgp_pcu.h')
-rw-r--r--src/gprs_bssgp_pcu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gprs_bssgp_pcu.h b/src/gprs_bssgp_pcu.h
index 413c0567..7156bf08 100644
--- a/src/gprs_bssgp_pcu.h
+++ b/src/gprs_bssgp_pcu.h
@@ -61,6 +61,10 @@ struct gprs_bssgp_pcu {
/* The BSSGP has been unblocked */
void (*on_unblock_ack)(struct gprs_bssgp_pcu *pcu);
+
+ /* When BSSGP data arrives. The msgb is not only for reference */
+ void (*on_dl_unit_data)(struct gprs_bssgp_pcu *pcu, struct msgb *msg,
+ struct tlv_parsed *tp);
};
struct gprs_bssgp_pcu *gprs_bssgp_create_and_connect(struct gprs_rlcmac_bts *bts,