aboutsummaryrefslogtreecommitdiffstats
path: root/library/RLCMAC_EncDec.cc
AgeCommit message (Expand)AuthorFilesLines
2020-11-16RLCMAC_EncDec: Implement decoding of Egprs Dl Data block HeaderType 2 and 1Pau Espin Pedrol1-3/+41
2020-11-16RLCMAC_EncDEc: Fix decode of DlEgprsDataBlock without LIPau Espin Pedrol1-7/+19
2020-11-16pcu: Specify (M)CS to use when sending UL rlcmac data blocksPau Espin Pedrol1-0/+30
2020-11-10RLCMAC_EncDec: Fix Encoding of TLLI in UlEgprsDataBlockPau Espin Pedrol1-1/+7
2020-11-10RLCMAC_EncDec: Implement encoding for RlcmacUlEgprsDataHeader HeaderType 1 and 2Pau Espin Pedrol1-2/+37
2020-11-10RLCMAC_EncDec: Fix encoding of TI and E bits in UlEgprsDataBlockPau Espin Pedrol1-2/+1
2020-11-06RLCMAC_EncDec: Provide decoded (m)cs in (E)GPRS data blocksPau Espin Pedrol1-12/+18
2020-05-01RLCMAC_EncDec.cc: Fix egprs data block encode alignmentPau Espin Pedrol1-11/+124
2020-04-30RLCMAC_EncDEc.cc: Support decoding Egprs Ul Data HeaderType2Pau Espin Pedrol1-1/+21
2020-04-30RLCMAC_EncDEc.cc: Use copied structure as other parts of the functionPau Espin Pedrol1-3/+3
2020-04-30RLCMAC_EncDEc.cc: Fix encoding of tfi and rsb fields in Egprs Ul HdeaderType3Pau Espin Pedrol1-2/+2
2020-04-30RLCMAC_EncDEc.cc: Fix wrong descriptors passed to RAW encoderPau Espin Pedrol1-2/+2
2020-04-30RLCMAC_EncDEc.cc: dec_RlcmacUl(Egprs)DataBlock: fix tlli and pfi uninitialize...Pau Espin Pedrol1-0/+8
2020-04-30cosmetic: RLCMAC_EncDEc.cc: fix typos in commentsPau Espin Pedrol1-2/+2
2020-04-29library/RLCMAC: Add partial support for EGPRS data block encoding/decodingPau Espin Pedrol1-117/+938
2019-05-27cosmetic: Update copyright statement, license notice and SPDXHarald Welte1-0/+6
2018-03-12RLCMAC_EncDec: Fix handling of optional LlcBlockHdrHarald Welte1-3/+3
2018-03-12gprs_gb: working UL TBF with segmentationHarald Welte1-23/+49
2018-03-03GSM_Types: Switch TLLI from uint32_t to OCT4Harald Welte1-15/+2
2017-08-26sysinfo: Fix the TC_telnet test case VTY command orderHarald Welte1-2/+4
2017-07-31RLCMAC: enc__RlcmacUlDataBlock: fix 'omit' for PFI / TLLIHarald Welte1-2/+2
2017-07-31RLCMAC: Fix encoding/decoding of 'union' typesHarald Welte1-0/+43
2017-07-30Add hand-written encoder/decoder for RLC/MAC UL/DL data blocksHarald Welte1-0/+265