aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-26 20:12:59 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:11 +0100
commitd9262b3b550d61ece3c3328608bf51e643c856eb (patch)
tree5ae954057ad64acdbc208b0bfdbc499aaa8dbf01 /src/bts.h
parent40cfaa6837827bc1b5812bca17aa043b7ec67cf7 (diff)
tbf: Move gprs_rlcmac_poll_timeout into the tbf
Move the gprs_rlcmac_poll_timeout method into the tbf class and gprs_rlcmac_downlink_assignment into the BTS.
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bts.h b/src/bts.h
index 25c6473..608f215 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -170,6 +170,8 @@ public:
int rcv_imm_ass_cnf(const uint8_t *data, uint32_t fn);
+ void snd_dl_ass(gprs_rlcmac_tbf *tbf, uint8_t poll, const char *imsi);
+
private:
int m_cur_fn;
struct gprs_rlcmac_bts m_bts;