aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
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 e0f09b98..3dfe3f37 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -244,6 +244,7 @@ public:
/** TODO: change the number to unsigned */
void set_current_frame_number(int frame_number);
+ void set_current_block_frame_number(int frame_number);
int current_frame_number() const;
/** add paging to paging queue(s) */
@@ -301,6 +302,7 @@ public:
private:
int m_cur_fn;
+ int m_cur_blk_fn;
struct gprs_rlcmac_bts m_bts;
PollController m_pollController;
SBAController m_sba;