aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-26 17:38:37 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:11 +0100
commitfcbc70211208323b22ab9805cdf19769cce72d23 (patch)
tree4d3b54833789ff6b60b93e657dd9c9097386f7b8 /src/bts.h
parentd11290b90bb5f32a7d57affbe11bdadb24e42db0 (diff)
pdch: Move the giant switch/case of gprs_rlcmac_rcv_control_block
Move the dispatch into the PDCH. This needs to be split up further into understandable blocks.
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bts.h b/src/bts.h
index 7eabfbc8..541b9b20 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -76,6 +76,9 @@ private:
int rcv_data_block_acknowledged(struct gprs_rlcmac_bts *bts,
uint8_t trx, uint8_t ts,
uint8_t *data, uint8_t len, int8_t rssi);
+ int rcv_control_block(struct gprs_rlcmac_bts *bts,
+ bitvec *rlc_block, uint8_t trx, uint8_t ts,
+ uint32_t fn);
#endif
};