aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoding.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-08rlc: Use the rlc structure to access the data unit in the RLC messageJacob Erlbeck1-17/+21
2016-02-08edge: Add a bitvec based Decoding::extract_rbb functionJacob Erlbeck1-0/+12
2016-02-08decode: Add bitvec based GPRS DL ACK/NACK decoderJacob Erlbeck1-0/+47
2016-02-08edge: Enable CRBB decodingJacob Erlbeck1-13/+1
2016-02-08edge: Add experimental support for uplink CRBBJacob Erlbeck1-27/+67
2016-02-08edge: Handle EGPRS PACKET DOWNLINK ACK NACKJacob Erlbeck1-0/+91
2016-02-05tbf: Remove obsolete TLLI functionsJacob Erlbeck1-41/+0
2016-02-05edge: Rename gprs_rlc_ul_header_egprs and gprs_rlc_ul_data_block_infoJacob Erlbeck1-5/+5
2016-01-08edge: Remove leftover comments from encoding.cJacob Erlbeck1-8/+0
2016-01-08edge: Fix data block decoder (Coverity)Jacob Erlbeck1-1/+7
2015-12-16edge: Add unified decoder methods for GPRS/EGPRSJacob Erlbeck1-0/+422
2015-11-30edge: Get EGPRS multislot classJacob Erlbeck1-0/+15
2013-12-12decoding: Cosmetic - change rbb decodingDaniel Willmann1-2/+4
2013-12-12decoding: Use 'I' and 'R' in rbb array for DLDaniel Willmann1-1/+1
2013-11-26tbf/rlc: Move the parsing of RBB to Decoding, move window marking outHolger Hans Peter Freyther1-0/+14
2013-10-30pdch: Move the giant switch/case of gprs_rlcmac_rcv_control_blockHolger Hans Peter Freyther1-0/+15
2013-10-30pdch/tbf: Move gprs_rlcmac_rcv_data_block_acknowledged into the pdchHolger Hans Peter Freyther1-0/+70