aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoding.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-02edge: Enable CRBB decodingJacob Erlbeck1-14/+2
2016-02-02edge: Add experimental support for uplink CRBBJacob Erlbeck1-4/+43
2016-02-02edge: Fix handling of FINAL_ACK_INDICATIONJacob Erlbeck1-11/+19
2016-02-02edge: Handle EGPRS final ack correctly in decode_egprs_acknack_bits (TODO)Jacob Erlbeck1-0/+10
2016-02-02WIP: moved implicitly acked blocks handling to decoderJacob Erlbeck1-25/+51
2016-02-02WIP: Fix BSN ranges in decode_egprs_acknack_bitsJacob Erlbeck1-4/+22
2016-02-02FIXUP Decoding::decode_gprs_acknack_bits bit ordering 2Jacob Erlbeck1-3/+3
2016-02-02FIXUP Decoding::decode_gprs_acknack_bits bitvec generationJacob Erlbeck1-2/+2
2016-02-02FIXUP Decoding::decode_gprs_acknack_bitsJacob Erlbeck1-1/+1
2016-02-02WIP: fix Decoding::decode_gprs_acknack_bitsJacob Erlbeck1-2/+4
2016-02-02WIP: replace window update functions (TODO)Jacob Erlbeck1-2/+39
2016-02-02WIP: bitmap decodingJacob Erlbeck1-0/+48
2016-02-02tbf: Remove obsolete TLLI functionsJacob Erlbeck1-41/+0
2016-02-01edge: 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