aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-02-18gsm_rlcmac: fix misleading LOGP statement in decode_gsm_ra_cap()Vadim Yanitskiy2-2/+2
2020-02-17csn1: use proper format specifier for unsigned integersVadim Yanitskiy2-23/+23
2020-02-17csn1: bitvec_get_uint() may return a negative, use %dVadim Yanitskiy1-1/+1
2020-02-17csn1: fix csnStreamDecoder(): update bit_offset in CSN_EXIST{_LH}Vadim Yanitskiy1-0/+1
2020-02-17csn1: fix csnStreamDecoder(): always keep remaining_bits_len updatedVadim Yanitskiy1-2/+4
2020-02-17csn1: fix csnStreamDecoder(): do not subtract no_of_bits twiceVadim Yanitskiy1-1/+0
2020-02-17csn1: get rid of C++ specific code, compile with GCCVadim Yanitskiy6-213/+209
2020-02-17tests/rlcmac: additionally match debug output of the CSN.1 codecVadim Yanitskiy5-4/+43
2020-02-16csn1: fix existNextElement(): use bitvec_get_bit_pos()Vadim Yanitskiy1-1/+1
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.0AndersBroman2-0/+295
2020-02-11tests/rlcmac: mark Packet Polling Request as malformedVadim Yanitskiy1-1/+1
2020-02-11csn1: fix csnStreamDecoder(): catch unknown CSN_CHOICE valuesVadim Yanitskiy2-2/+10
2020-02-11csn1: fix some mistaken CSN.1 error namesVadim Yanitskiy1-2/+2
2020-02-10encoding: assert return value of bitvec_set_u64()Vadim Yanitskiy1-1/+2
2020-02-10tbf: fix NULL pointer dereference in create_[ul|dl]_ass()Vadim Yanitskiy1-2/+4
2020-02-09tbf: cosmetic: fix spacing in gprs_rlcmac_tbf::create_ul_ass()Vadim Yanitskiy1-1/+1
2020-02-08Fix trailing newline mess with LOGP(C) in rlcmac/csn1Pau Espin Pedrol2-1/+38
2020-02-08pcu_sock: cosmetic: fix typo in a comment messageVadim Yanitskiy1-1/+1
2020-02-08pcu_sock: fix memleak, allocate pcu_sock_state on stackVadim Yanitskiy1-52/+26
2020-02-08VTY: install talloc context introspection commandsVadim Yanitskiy2-0/+2
2020-02-08VTY: get rid of pcu_vty_go_parent() / pcu_vty_is_config_node()Vadim Yanitskiy1-31/+0
2020-02-06csn1: fix csnStreamDecoder(): avoid conditional calls to bitvec_read_field()Vadim Yanitskiy1-4/+4
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