aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-26 16:42:38 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:10 +0100
commit9ae367f639b3f4cf77d9ddef3bbbef710b7f29fe (patch)
treedd3c34459045843afde63f37c356a191d1d2414c /src/bts.h
parentb65e08a7be6cb7e94248dbf7c8d46e9f30511c9d (diff)
pdch: Instead of passing bts, trx, ts use the pdch
All dispatching will go through the PDCH. This will clean a lot of the look-ups inside the gprs_rlcmac_data.c and continue with adding structure to the pcu code.
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 a8b62237..4b9ede4e 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -53,6 +53,9 @@ struct gprs_rlcmac_pdch {
void enable();
void disable();
+
+ /* dispatching of messages */
+ int rcv_block(uint8_t *data, uint8_t len, uint32_t fn, int8_t rssi);
#endif
uint8_t m_is_enabled; /* TS is enabled */