aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rlc.cpp')
-rw-r--r--src/rlc.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rlc.cpp b/src/rlc.cpp
index 9f5c61d9..bafc56e7 100644
--- a/src/rlc.cpp
+++ b/src/rlc.cpp
@@ -220,10 +220,9 @@ uint16_t gprs_rlc_ul_window::raise_v_q()
return count;
}
-uint16_t gprs_rlc_ul_window::receive_bsn(const uint16_t bsn)
+void gprs_rlc_ul_window::receive_bsn(const uint16_t bsn)
{
m_v_n.mark_received(bsn);
raise_v_r(bsn);
- return raise_v_q();
}