aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlc.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-30Support puncturing scheme selection for EGPRS DLAravind Sirsikar1-0/+74
2016-03-30Update CPS calculation with new data structuresAravind Sirsikar1-11/+22
2016-03-30Add data structure for CPS calculation in DLAravind Sirsikar1-0/+3
2016-02-08rlc: Add gprs_rlc_mcs_cps_decodeJacob Erlbeck1-0/+29
2016-02-08rlc: Add with_padding argument to gprs_rlc_data_info_init_dl/ulJacob Erlbeck1-9/+18
2016-02-08rlc: Support encoding of EGPRS header type 1 + 2Jacob Erlbeck1-2/+8
2016-02-08rlc: Add unified gprs_rlc_window parent classJacob Erlbeck1-18/+2
2016-02-08edge: Add bitvec based DL window updating methodsJacob Erlbeck1-0/+31
2016-02-05edge: Provide and use CS -> CPS conversionJacob Erlbeck1-0/+15
2016-02-05edge: Add init functions for gprs_rlc_data_infoJacob Erlbeck1-0/+46
2016-02-01rlc: Make WS and SNS variableJacob Erlbeck1-0/+32
2016-02-01rlc/edge: Consistently use uint16_t for BSNs and SSNsJacob Erlbeck1-1/+1
2016-02-01rlc: Add and use mod_sns(bsn) methodJacob Erlbeck1-11/+11
2015-12-16edge: Add is_received and invalidate_bsn to gprs_rlc_ul_windowJacob Erlbeck1-0/+7
2015-12-16rlc: Do not raise_v_q in receive_bsnJacob Erlbeck1-2/+1
2015-12-16edge: Add unified decoder methods for GPRS/EGPRSJacob Erlbeck1-0/+2
2014-08-07tbf, ...: Make the fields in the dl/ul struct member variablesDaniel Willmann1-0/+7
2014-01-15rlc: Rename state() to show_state() to better reflect its functionDaniel Willmann1-1/+3
2014-01-15rlc: Use an enum for the state array instead of charsDaniel Willmann1-4/+16
2014-01-15rlc/tbf: Move v_b into DL windowDaniel Willmann1-26/+25
2014-01-15rlc/tbf: Add function receive_bsn that updates v_r, v_q, v_nDaniel Willmann1-0/+8
2014-01-15rlc/tbf: Move v_n into gprs_rlc_ul_window and adapt the testsDaniel Willmann1-6/+6
2014-01-15rlc: Rename the simple raise_v_r method to avoid naming conflictsDaniel Willmann1-1/+1
2013-12-18rlc: Use sizeof() for the memset instead of ARRAY_SIZEHolger Hans Peter Freyther1-1/+1
2013-12-12rlc: Make the update loop more understandableDaniel Willmann1-7/+11
2013-12-12decoding: Use 'I' and 'R' in rbb array for DLDaniel Willmann1-1/+1
2013-12-12rlc: Manage the received block bitmap in the ul_windowDaniel Willmann1-0/+12
2013-12-04rlc: Make the RLC types only operate on the BSNHolger Hans Peter Freyther1-17/+12
2013-11-26tbf/rlc: Move raising of V(Q) into the ul window codeHolger Hans Peter Freyther1-2/+23
2013-11-26rlc/tbf: Move the code to raise V(R) into the ul_window handlingHolger Hans Peter Freyther1-0/+16
2013-11-26tbf/rlc: Move the putting of a block into the rlc codeHolger Hans Peter Freyther1-0/+6
2013-11-26rlc: Test the basic of the gprs_rlc_v_n code for remembering the stateHolger Hans Peter Freyther1-0/+5
2013-11-26tbf/rlc: Big change and move the window handling out to the rlcHolger Hans Peter Freyther1-30/+22
2013-11-26rlc: Use uint16_t for the BSN in all cases.Holger Hans Peter Freyther1-2/+2
2013-11-26tbf/rlc: Move the counting of unacked frames into the RLC V_B classHolger Hans Peter Freyther1-0/+15
2013-11-26tbf/rlc: Change the code and generate the entire state in the V_BHolger Hans Peter Freyther1-0/+15
2013-11-26tbf/rlc: Move the moving of V(A) into the V_B codeHolger Hans Peter Freyther1-0/+19
2013-11-26tbf/rlc: Move the parsing of RBB to Decoding, move window marking outHolger Hans Peter Freyther1-0/+29
2013-11-26tbf/rlc: Move the marking of frames for resend into the v_bHolger Hans Peter Freyther1-0/+18
2013-11-26rlc/tbf: Move the loop into the gprs_rlc_v_b classHolger Hans Peter Freyther1-0/+13
2013-11-23rlc: Move the ack state array into a separate class that can be testedHolger Hans Peter Freyther1-0/+6
2013-11-19rlc: Start to move things out of the tbf into the rlcHolger Hans Peter Freyther1-0/+33