aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm_rlcmac.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-03-26gsm_rlcmac: Use 'struct bitvec' instead of 'bitvec'Pau Espin Pedrol1-12/+12
2020-03-25rlcmac: Rename field to MS RA Cap2 in Additional_MS_Rad_Access_Cap_tPau Espin Pedrol1-1/+1
2020-03-23rlcmac: Introduce MS Radio Access Capabilities 2 to fix related spare bitsPau Espin Pedrol1-7/+10
2020-03-23rlcmac: Log names of de/encoded rlcmac packet typesPau Espin Pedrol1-121/+84
2020-03-23rlcmac: Don't pass array element to CSN1 descriptorsPau Espin Pedrol1-12/+11
2020-03-11rlcmac: fix encode_gsm_*(): do not suppress encoding errorsVadim Yanitskiy1-9/+12
2020-03-07gsm_rlcmac: improve dissection of MS RA Capability IEVincent Helfre1-0/+34
2020-03-02gsm_rlcmac: fix Packet_Resource_Request_t: s/Slot/I_LEVEL_TN/Pau Espin Pedrol1-1/+1
2020-03-02tests/rlcmac: also verify encoding of MS RA CapabilityVadim Yanitskiy1-0/+24
2020-02-18gsm_rlcmac: fix misleading LOGP statement in decode_gsm_ra_cap()Vadim Yanitskiy1-1/+1
2020-02-17csn1: get rid of C++ specific code, compile with GCCVadim Yanitskiy1-83/+83
2020-02-15gsm_rlcmac.cpp: fix global-buffer-overflow error reported by ASANPascal Quantin1-1/+4
2020-02-14gsm_rlcmac.cpp: fix another global-buffer-overflow error reported by ASANPascal Quantin1-1/+4
2020-02-14gsm_rlcmac: Update : PACKET RESOURCE REQUEST to Release 14.0.0AndersBroman1-0/+150
2020-02-08Fix trailing newline mess with LOGP(C) in rlcmac/csn1Pau Espin Pedrol1-0/+36
2020-02-05rlcmac: Transform a few LOGPC messages to LOGPPau Espin Pedrol1-7/+7
2020-02-05rlcmac: Return error code from csn1 encoder/decoderPau Espin Pedrol1-94/+139
2020-01-28gsm_rlcmac: add dissection of NAS containerVincent Helfre1-5/+11
2020-01-28gsm_rlcmac.cpp: fix an out of bounds accessPascal Quantin1-1/+1
2020-01-28gsm_rlcmac.cpp: Do not skip too many lines of the CSN_DESCR when the field is...Pascal Quantin1-2/+2
2020-01-28gsm_rlcmac.cpp: hanged all M_BIT macros to M_UINT, as M_BIT does not use the ...Anders Broman1-61/+61
2020-01-28gsm_rlcmac.cpp: Fix trailing whitespacePau Espin Pedrol1-12/+12
2020-01-28gsm_rlcmac: Enhance dissection of PSI1Pascal Quantin1-27/+33
2020-01-28csn1: Allow CHOICE elements to re-process the bits used for the choicePau Espin Pedrol1-42/+42
2020-01-28csn1: Update M_NULL CSN_DESCR to match wiresharkAnders Broman1-2/+2
2020-01-28tests/rlcmac: Add test to showcase that decode_gsm_ra_cap() failsPau Espin Pedrol1-2/+2
2019-07-17fix spelling errors detected by lintianThorsten Alteholz1-2/+2
2017-05-15remove pcu own bitvector implementationAlexander Couzens1-62/+62
2016-02-08rlc: Add decode_gsm_ra_cap to decode Radio Access CapsJacob Erlbeck1-0/+8
2013-12-30Fix warnings in gsm_rlcmac.cppIvan Kluchnikov1-0/+3
2012-10-10Ported fixes and improvements from Wireshark for RLC/MAC control block decodi...Ivan Kluchnikov1-57/+135
2012-06-15Removed all size_t variables. Fixed type of readIndex and writeIndex variables.Ivan Kluchnikov1-9/+9
2012-06-14move everything to src/ subdirectoryHarald Welte1-0/+5430