aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoding.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-07-17fix spelling errors detected by lintianThorsten Alteholz1-3/+3
2019-03-26MCS: add mcs_is_*() helpersMax1-2/+2
2019-03-19MCS: use value_string for conversionMax1-1/+1
2019-03-19MCS: move HeaderType enum outside of class definitionMax1-4/+4
2016-12-02Add debugging log for RLC data block decodingMrinal Mishra1-0/+9
2016-10-17EGPRS: Add EPDAN CRBB Tree based decodingPravin Kumarvel1-12/+9
2016-09-15EGPRS: Fix issue with row 4 of Table 10.4.14a.1 of 44.060 version 7.27.0 Rele...Aravind Sirsikar1-5/+2
2016-07-14egprs: Use RLC/MAC headers from libosmocoreTom Tsou1-9/+10
2016-06-16Add header type 1 support for EGPRS uplinkAravind Sirsikar1-2/+61
2016-06-16Add Header Type2 support in EGPRS ULAravind Sirsikar1-3/+49
2016-06-01decoding: remove superfluous double-semicolonAlexander Couzens1-1/+1
2016-05-31decoding: improve and add commentsAlexander Couzens1-1/+2
2016-03-30Refactor the Uplink RLC header parsing functionBhargava Abhyankar1-64/+76
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