aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2012-06-25 09:26:15 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2012-06-25 09:26:15 +0200
commit7d7cf54f39b9136749d47336576688ce150be49d (patch)
tree4bb672bf95ad81964cde13eaa9655439e6a6f636 /src/gprs_rlcmac.h
parent055340801b3ab7e04854c6ec5d367765037e38fd (diff)
Packet Downlink Assigment now uses ARFCN/TN of current BTS layout
Now the MS receives dowlink LLC frames.
Diffstat (limited to 'src/gprs_rlcmac.h')
-rw-r--r--src/gprs_rlcmac.h2
1 files changed, 2 insertions, 0 deletions
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);