1. fee767f csn1: fix some mistaken CSN.1 error names by Vadim Yanitskiy · 4 years, 5 months ago
  2. 9a530a2 encoding: assert return value of bitvec_set_u64() by Vadim Yanitskiy · 4 years, 5 months ago
  3. 9cbfe11 tbf: fix NULL pointer dereference in create_[ul|dl]_ass() by Vadim Yanitskiy · 4 years, 5 months ago
  4. c74e217 tbf: cosmetic: fix spacing in gprs_rlcmac_tbf::create_ul_ass() by Vadim Yanitskiy · 4 years, 5 months ago
  5. ac2b866 Fix trailing newline mess with LOGP(C) in rlcmac/csn1 by Pau Espin Pedrol · 4 years, 5 months ago
  6. 3ff1a3c pcu_sock: cosmetic: fix typo in a comment message by Vadim Yanitskiy · 4 years, 5 months ago
  7. 8832c2e pcu_sock: fix memleak, allocate pcu_sock_state on stack by Vadim Yanitskiy · 4 years, 5 months ago
  8. d83c8ff VTY: install talloc context introspection commands by Vadim Yanitskiy · 4 years, 5 months ago
  9. 1ec29c7 VTY: get rid of pcu_vty_go_parent() / pcu_vty_is_config_node() by Vadim Yanitskiy · 4 years, 7 months ago
  10. 28b4d27 csn1: fix csnStreamDecoder(): avoid conditional calls to bitvec_read_field() by Vadim Yanitskiy · 4 years, 5 months ago
  11. ea9de4a rlcmac: Transform a few LOGPC messages to LOGP by Pau Espin Pedrol · 4 years, 5 months ago
  12. 5e300ce Check return code of rlcmac decode/encode functions by Pau Espin Pedrol · 4 years, 5 months ago
  13. 47de232 rlcmac: Return error code from csn1 encoder/decoder by Pau Espin Pedrol · 4 years, 5 months ago
  14. d636f74 csn1.cpp: Rework ProcessError() function to print errors by Pau Espin Pedrol · 4 years, 5 months ago
  15. f960d5b cosmetic: csn1.cpp: Fix whitespace by Pau Espin Pedrol · 4 years, 5 months ago
  16. 3568fcf gprs_bssgp_pcu: fixup: fix length check in gprs_bssgp_pcu_rx_dl_ud() by Vadim Yanitskiy · 4 years, 5 months ago
  17. 3898cd6 gprs_bssgp_pcu: fix invalid use of non-static data member 'frame' by Vadim Yanitskiy · 4 years, 5 months ago
  18. f6b83a2 encoding: fix log_alert_exit(): do not treat error as format string by Vadim Yanitskiy · 4 years, 5 months ago
  19. 4590b91 gsm_timer: fix comparison of constant LONG_MAX with an integer by Vadim Yanitskiy · 4 years, 5 months ago
  20. e525bf9 gsm_rlcmac: add dissection of NAS container by Vincent Helfre · 4 years, 5 months ago
  21. e4a243c gsm_rlcmac.cpp: fix an out of bounds access by Pascal Quantin · 4 years, 5 months ago
  22. 4637469 gsm_rlcmac.cpp: Do not skip too many lines of the CSN_DESCR when the field is missing by Pascal Quantin · 4 years, 5 months ago
  23. 8ea3cbe gsm_rlcmac.cpp: hanged all M_BIT macros to M_UINT, as M_BIT does not use the referenced hf. by Anders Broman · 4 years, 5 months ago
  24. 034e32f gsm_rlcmac.cpp: Fix trailing whitespace by Pau Espin Pedrol · 4 years, 5 months ago
  25. 29248d6 gsm_rlcmac: Enhance dissection of PSI1 by Pascal Quantin · 4 years, 5 months ago
  26. cc76d41 gsm_rlcmac.h: Remove Uplink messages from the RlcMacDownlink_t structure by Pascal Quantin · 4 years, 5 months ago
  27. bc4f393 gsm_rlcmac.h: Make sure we have a corresponding 'u' member to RlcMacDownlink_t for every call by Gerald Combs · 4 years, 5 months ago
  28. bcc6408 gsm_rlcmac.h: #if 0 unused stuff by Bill Meier · 4 years, 5 months ago
  29. e36fb5b csn1: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 by Alexis La Goutte · 4 years, 5 months ago
  30. 900c2e2 csn1: Drop format_p union from CSN_DESCR by Pau Espin Pedrol · 4 years, 5 months ago
  31. 771da85 csn1: Try to fix cast discards '__attribute__((const))' qualifier from pointer target type by Anders Broman · 4 years, 5 months ago
  32. e26467c csn1: Don't cast away constness by Guy Harris · 4 years, 5 months ago
  33. 60bf845 csn1: Fix warning with -Wmissing-prototypes by Anders Broman · 4 years, 5 months ago
  34. c515551 csn1: Fix an infinite loop in CSN.1 dissector when having more than 255 padding bits by Pascal Quantin · 4 years, 5 months ago
  35. 5b71697 csn1: Fix pedantic compiler warnings in csn.1 dissectors by Pau Espin Pedrol · 4 years, 5 months ago
  36. 7cce825 csn1: Allow CHOICE elements to re-process the bits used for the choice by Pau Espin Pedrol · 4 years, 5 months ago
  37. 98e4c53 csn1: Extend CSN_SERIALIZE to allow 0 bit of length by Pau Espin Pedrol · 4 years, 5 months ago
  38. c0b4f4a csn1: shuffle decrements of remaining_bits_len by Jeff Morriss · 4 years, 5 months ago
  39. c0190c8 csn1: packet-csn1.c:179: warning: 'pui8' may be used uninitialized in this function by Anders Broman · 4 years, 5 months ago
  40. 72c102a csn1: Update M_NULL CSN_DESCR to match wireshark by Anders Broman · 4 years, 5 months ago
  41. cdbc5db tests/rlcmac: Add test to showcase that decode_gsm_ra_cap() fails by Pau Espin Pedrol · 4 years, 5 months ago
  42. bd0b0b3 pcu_l1_if.cpp: fix NULL-pointer dereference in imsi2paging_group() by Vadim Yanitskiy · 4 years, 6 months ago
  43. 771de1f Support PAGING-CS and PAGING-PS on on PTP-BVCI by Pau Espin Pedrol · 4 years, 7 months ago
  44. 65a0d1d Support Gb PAGING-CS by Pau Espin Pedrol · 4 years, 7 months ago
  45. 5530f12 Allow Gb PAGING-PS without P-TMSI by Pau Espin Pedrol · 4 years, 7 months ago
  46. d7c3265 Pass paging group instead of imsi where later is not needed by Pau Espin Pedrol · 4 years, 6 months ago
  47. fbfab29 Split identity_lv param into mi+mi_len by Pau Espin Pedrol · 4 years, 6 months ago
  48. db12f25 Log BVCI PTP value upon msg recv by Pau Espin Pedrol · 4 years, 6 months ago
  49. 506eb23 fix typo in log message by Pau Espin Pedrol · 4 years, 6 months ago
  50. 585cfb2 Fix trailing whitespace by Pau Espin Pedrol · 4 years, 7 months ago
  51. 3f064f5 prs_bssgp_pcu.cpp: Mark priv funcs as static and remove trailing whitespace by Pau Espin Pedrol · 4 years, 7 months ago
  52. 32499b6 pcu_l1_if: Check pag_req id_lv len fits buffer by Pau Espin Pedrol · 4 years, 7 months ago
  53. 30f6617 tbf_dl.cpp: Fix typo in log line by Pau Espin Pedrol · 4 years, 7 months ago
  54. d0fc9e8 Remove dash from name used in VTY cmd prompt by Pau Espin Pedrol · 4 years, 7 months ago
  55. 657a4c0 VTY: cosmetic: use osmo_talloc_replace_string() by Vadim Yanitskiy · 4 years, 7 months ago
  56. fc75cc0 VTY: add warning about changing PCU socket path at run-time by Vadim Yanitskiy · 4 years, 7 months ago
  57. 1e6eb30 Clarify (M)CS related VTY attributes by Pau Espin Pedrol · 4 years, 7 months ago
  58. ffebd24 PTCCH: properly handle RACH.ind for PCU_IF_SAPI_PTCCH by Vadim Yanitskiy · 4 years, 9 months ago
  59. 78f5861 PTCCH: properly handle RTS.req for PCU_IF_SAPI_PTCCH by Vadim Yanitskiy · 4 years, 9 months ago
  60. bd0dac3 PTCCH: implement basic message codec and API by Vadim Yanitskiy · 4 years, 9 months ago
  61. 0bf622e gprs_bssgp_destroy(): fix memleak and NULL-pointer dereference by Vadim Yanitskiy · 4 years, 8 months ago
  62. fd734de GprsMs::update_cs_ul(): clarify the meaning of old_link_qual by Vadim Yanitskiy · 4 years, 8 months ago
  63. ce27d1e BSSGP: properly print BVCI for signalling messages (BVCI=0) by Vadim Yanitskiy · 4 years, 8 months ago
  64. ef44414 BSSGP: do not reject SUSPEND ACK / NACK messages by Vadim Yanitskiy · 4 years, 8 months ago
  65. 05bca35 Fix assertion hit upon CCCH Paging Request by Pau Espin Pedrol · 4 years, 9 months ago
  66. b3b0c49 encoding: fix space, tabs by Alexander Couzens · 4 years, 9 months ago
  67. cef2f84 VTY: fix command 'show tbf all': properly filter TBFs by Vadim Yanitskiy · 4 years, 9 months ago
  68. afbf189 VTY: refactor pcu_vty_show_ms_all(): use show_ms() by Vadim Yanitskiy · 4 years, 9 months ago
  69. d752d7c pcu_l1_if.cpp: Replace value 23 with libosmocore's GSM_MACBLOCK_LEN by Pau Espin Pedrol · 4 years, 9 months ago
  70. 8dc09e7 pcu_l1_if.cpp: Imm Assign PCH: clarify size of different items by Pau Espin Pedrol · 4 years, 9 months ago
  71. f681f07 pcu_l1_if.cpp: Drop unneeded byte in Imm Ass PCH buffer by Pau Espin Pedrol · 4 years, 9 months ago
  72. 2ccb6ae pcu_l1_if.cpp: Fix GSMTAP Imm Assign PCH wrong encoding by Pau Espin Pedrol · 4 years, 9 months ago
  73. 5854370 Log AGCH and PCH blocks using GSMTAP by Pau Espin Pedrol · 4 years, 9 months ago
  74. 1ec211f Log RACH Requests using GSMTAP by Pau Espin Pedrol · 4 years, 9 months ago
  75. 1879442 vty: Fix osmo_tdef timers not listed in write config by Pau Espin Pedrol · 4 years, 9 months ago
  76. f4c77e6 tbf_dl.cpp: Remove dup call to tbf_update_ms_class() in state GPRS_RLCMAC_WAIT_RELEASE by Pau Espin Pedrol · 4 years, 9 months ago
  77. ad586a9 tbf_dl: Setup m_llc_timer in constructor using osmocom API by Pau Espin Pedrol · 4 years, 9 months ago
  78. bddf1ad Move tbf_{dl,ul} child constructors to respective .cpp files by Pau Espin Pedrol · 4 years, 9 months ago
  79. 9d1cdb1 Move out tbf subclasses from tbf.h to their own headers by Pau Espin Pedrol · 4 years, 9 months ago
  80. 488aa29 cosmetic: fix whitespace by Pau Espin Pedrol · 4 years, 9 months ago
  81. e13cdc5 pdch.cpp: Use pcu_l1_meas previously filled by lower layers by Pau Espin Pedrol · 4 years, 9 months ago
  82. 812d466 pdch.cpp: Refactor bitvec param passing in rcv_control_block by Pau Espin Pedrol · 4 years, 9 months ago
  83. 2b5c629 Use osmo_tdef to implement dl-tbf-idle-time by Pau Espin Pedrol · 4 years, 10 months ago
  84. 63700ea Use osmo_tdef to implement ms-idle-time by Pau Espin Pedrol · 4 years, 10 months ago
  85. 38cfa73 Use osmo_tdef to implement T3190 by Pau Espin Pedrol · 4 years, 10 months ago
  86. 5211d9d Use osmo_tdef for BSSGP T1 and T2 by Pau Espin Pedrol · 4 years, 10 months ago
  87. cfb6321 Forward ETWS Primary Notification to MS by Oliver Smith · 4 years, 10 months ago
  88. 5360ef5 bts.cpp: Fix osmo_tdef initialization on older g++ compilers by Pau Espin Pedrol · 4 years, 10 months ago
  89. e46d8dc tbf_dl: add comments to the scheduler by Alexander Couzens · 4 years, 10 months ago
  90. 28f160e Introduce osmo_tdef infra and timer VTY commands by Pau Espin Pedrol · 4 years, 10 months ago
  91. 45fdc44 tbf_dl: make preemptive retransmission optional by Oliver Smith · 4 years, 10 months ago
  92. a8892a6 Use proper API osmo_timer_setup() to set up timer struct by Pau Espin Pedrol · 4 years, 10 months ago
  93. ef1fe58 cosmetic: tbf: Rename T and N arrays by Pau Espin Pedrol · 4 years, 10 months ago
  94. df0fd8b osmobts_sock.cpp: do not print the same debug message twice by Vadim Yanitskiy · 4 years, 10 months ago
  95. 9e5ef54 osmobts_sock.cpp: pcu_sock_read(): further simplify the code by Vadim Yanitskiy · 4 years, 10 months ago
  96. c7849c2 osmobts_sock.cpp: pcu_sock_read(): use stack buffer, not heap by Vadim Yanitskiy · 4 years, 10 months ago
  97. aef6bf4 osmobts_sock.cpp: pcu_sock_cb(): use libosmocore's socket API by Vadim Yanitskiy · 4 years, 10 months ago
  98. cd2ac56 Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds by Pau Espin Pedrol · 5 years ago
  99. 2c076bc gprs_bssgp_pcu_rx_dl_ud(): use OSMO_IMSI_BUF_SIZE by Vadim Yanitskiy · 5 years ago
  100. 6170ac0 gprs_bssgp_pcu.cpp: check return code of gsm48_mi_to_string() by Vadim Yanitskiy · 5 years ago