From 7d7cf54f39b9136749d47336576688ce150be49d Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 25 Jun 2012 09:26:15 +0200 Subject: Packet Downlink Assigment now uses ARFCN/TN of current BTS layout Now the MS receives dowlink LLC frames. --- src/gprs_rlcmac.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gprs_rlcmac.h') diff --git a/src/gprs_rlcmac.h b/src/gprs_rlcmac.h index d18c516e..83ef7bd9 100644 --- a/src/gprs_rlcmac.h +++ b/src/gprs_rlcmac.h @@ -66,6 +66,8 @@ struct gprs_rlcmac_tbf { extern struct llist_head gprs_rlcmac_tbfs; +int select_pdch(uint8_t *_trx, uint8_t *_ts); + int tfi_alloc(); struct gprs_rlcmac_tbf *tbf_alloc(uint8_t tfi, uint8_t trx, uint8_t ts); -- cgit v1.2.3