aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-02-05rlcmac: Transform a few LOGPC messages to LOGPPau Espin Pedrol1-7/+7
2020-02-05Check return code of rlcmac decode/encode functionsPau Espin Pedrol5-70/+115
2020-02-05rlcmac: Return error code from csn1 encoder/decoderPau Espin Pedrol2-98/+143
2020-02-05csn1.cpp: Rework ProcessError() function to print errorsPau Espin Pedrol1-23/+26
2020-02-03cosmetic: csn1.cpp: Fix whitespacePau Espin Pedrol1-8/+7
2020-02-03gprs_bssgp_pcu: fixup: fix length check in gprs_bssgp_pcu_rx_dl_ud()Vadim Yanitskiy1-1/+1
2020-01-29gprs_bssgp_pcu: fix invalid use of non-static data member 'frame'Vadim Yanitskiy1-1/+1
2020-01-29tests/alloc: fix implicit conversion from 'double' to 'int8_t'Vadim Yanitskiy1-1/+1
2020-01-29encoding: fix log_alert_exit(): do not treat error as format stringVadim Yanitskiy1-1/+1
2020-01-29gsm_timer: fix comparison of constant LONG_MAX with an integerVadim Yanitskiy1-10/+7
2020-01-28gsm_rlcmac: add dissection of NAS containerVincent Helfre2-9/+20
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 Quantin2-30/+43
2020-01-28gsm_rlcmac.h: Remove Uplink messages from the RlcMacDownlink_t structurePascal Quantin2-37/+16
2020-01-28gsm_rlcmac.h: Make sure we have a corresponding 'u' member to RlcMacDownlink_...Gerald Combs1-18/+28
2020-01-28gsm_rlcmac.h: #if 0 unused stuffBill Meier1-86/+107
2020-01-28csn1: fix this statement may fall through [-Werror=implicit-fallthrough=] fou...Alexis La Goutte1-6/+6
2020-01-28csn1: Drop format_p union from CSN_DESCRPau Espin Pedrol2-56/+51
2020-01-28csn1: Try to fix cast discards '__attribute__((const))' qualifier from pointe...Anders Broman1-7/+7
2020-01-28csn1: Don't cast away constnessGuy Harris1-1/+1
2020-01-28csn1: Fix warning with -Wmissing-prototypesAnders Broman1-1/+1
2020-01-28csn1: Fix an infinite loop in CSN.1 dissector when having more than 255 paddi...Pascal Quantin2-1/+2
2020-01-28csn1: Fix pedantic compiler warnings in csn.1 dissectorsPau Espin Pedrol2-56/+58
2020-01-28csn1: Allow CHOICE elements to re-process the bits used for the choicePau Espin Pedrol3-44/+47
2020-01-28csn1: Extend CSN_SERIALIZE to allow 0 bit of lengthPau Espin Pedrol1-3/+8
2020-01-28csn1: shuffle decrements of remaining_bits_lenJeff Morriss1-20/+14
2020-01-28csn1: packet-csn1.c:179: warning: 'pui8' may be used uninitialized in this fu...Anders Broman1-1/+1
2020-01-28csn1: Update M_NULL CSN_DESCR to match wiresharkAnders Broman3-4/+6
2020-01-28tests/rlcmac: Add test to showcase that decode_gsm_ra_cap() failsPau Espin Pedrol4-3/+49
2020-01-24tests/rlcmac: Don't check stderr outputPau Espin Pedrol3-3/+2
2020-01-24tests/rlcmac: Use osmo_hexdump to print buffersPau Espin Pedrol2-88/+52
2020-01-24tests/rlcmac: Fix missing commas with unexpected resultsPau Espin Pedrol2-5/+29
2020-01-24tests/rlcmac: Memzero decoded structPau Espin Pedrol1-8/+9
2020-01-23tests/rlcmac: print test name at the startPau Espin Pedrol2-0/+7
2020-01-16pcu_l1_if.cpp: fix NULL-pointer dereference in imsi2paging_group()Vadim Yanitskiy1-2/+3
2020-01-06Support PAGING-CS and PAGING-PS on on PTP-BVCIPau Espin Pedrol1-1/+5
2020-01-06Support Gb PAGING-CSPau Espin Pedrol1-1/+23
2020-01-06Allow Gb PAGING-PS without P-TMSIPau Espin Pedrol5-27/+27
2020-01-06Pass paging group instead of imsi where later is not neededPau Espin Pedrol9-21/+54
2020-01-03Bump version: 0.7.0.62-fbfa-dirty → 0.8.00.8.0Pau Espin Pedrol3-5/+81
2020-01-01Split identity_lv param into mi+mi_lenPau Espin Pedrol5-9/+11
2020-01-01Log BVCI PTP value upon msg recvPau Espin Pedrol1-1/+1
2019-12-31fix typo in log messagePau Espin Pedrol2-13/+13
2019-12-10Fix trailing whitespacePau Espin Pedrol3-8/+8
2019-12-10prs_bssgp_pcu.cpp: Mark priv funcs as static and remove trailing whitespacePau Espin Pedrol1-3/+3
2019-12-09pcu_l1_if: Check pag_req id_lv len fits bufferPau Espin Pedrol1-0/+8
2019-12-04tbf_dl.cpp: Fix typo in log linePau Espin Pedrol2-125/+125