1. f6d2828 manual: Fix documentation missing "-D" command line option by Harald Welte · 4 years, 7 months ago
  2. c925ccc manual: Fix copy+paste error by Harald Welte · 4 years, 7 months ago
  3. 657a4c0 VTY: cosmetic: use osmo_talloc_replace_string() by Vadim Yanitskiy · 4 years, 7 months ago
  4. fc75cc0 VTY: add warning about changing PCU socket path at run-time by Vadim Yanitskiy · 4 years, 7 months ago
  5. 1e6eb30 Clarify (M)CS related VTY attributes by Pau Espin Pedrol · 4 years, 7 months ago
  6. 1d8497b doc: vty: Update osmo-pcu_vty_reference.xml by Pau Espin Pedrol · 4 years, 7 months ago
  7. ffebd24 PTCCH: properly handle RACH.ind for PCU_IF_SAPI_PTCCH by Vadim Yanitskiy · 4 years, 9 months ago
  8. 17954da pcuif_proto.h: extend RACH.ind with TRX / TS numbers by Vadim Yanitskiy · 4 years, 9 months ago
  9. 78f5861 PTCCH: properly handle RTS.req for PCU_IF_SAPI_PTCCH by Vadim Yanitskiy · 4 years, 9 months ago
  10. bd0dac3 PTCCH: implement basic message codec and API by Vadim Yanitskiy · 4 years, 9 months ago
  11. 0bf622e gprs_bssgp_destroy(): fix memleak and NULL-pointer dereference by Vadim Yanitskiy · 4 years, 7 months ago
  12. fd734de GprsMs::update_cs_ul(): clarify the meaning of old_link_qual by Vadim Yanitskiy · 4 years, 7 months ago
  13. 87b6e7d tests/tbf: suspend warnings about the link quality measurements by Vadim Yanitskiy · 4 years, 7 months ago
  14. ce27d1e BSSGP: properly print BVCI for signalling messages (BVCI=0) by Vadim Yanitskiy · 4 years, 7 months ago
  15. ef44414 BSSGP: do not reject SUSPEND ACK / NACK messages by Vadim Yanitskiy · 4 years, 7 months ago
  16. 05bca35 Fix assertion hit upon CCCH Paging Request by Pau Espin Pedrol · 4 years, 8 months ago
  17. b3b0c49 encoding: fix space, tabs by Alexander Couzens · 4 years, 9 months ago
  18. cef2f84 VTY: fix command 'show tbf all': properly filter TBFs by Vadim Yanitskiy · 4 years, 8 months ago
  19. afbf189 VTY: refactor pcu_vty_show_ms_all(): use show_ms() by Vadim Yanitskiy · 4 years, 8 months ago
  20. d752d7c pcu_l1_if.cpp: Replace value 23 with libosmocore's GSM_MACBLOCK_LEN by Pau Espin Pedrol · 4 years, 9 months ago
  21. 8dc09e7 pcu_l1_if.cpp: Imm Assign PCH: clarify size of different items by Pau Espin Pedrol · 4 years, 9 months ago
  22. f681f07 pcu_l1_if.cpp: Drop unneeded byte in Imm Ass PCH buffer by Pau Espin Pedrol · 4 years, 9 months ago
  23. 2ccb6ae pcu_l1_if.cpp: Fix GSMTAP Imm Assign PCH wrong encoding by Pau Espin Pedrol · 4 years, 9 months ago
  24. 5854370 Log AGCH and PCH blocks using GSMTAP by Pau Espin Pedrol · 4 years, 9 months ago
  25. 1ec211f Log RACH Requests using GSMTAP by Pau Espin Pedrol · 4 years, 9 months ago
  26. 1879442 vty: Fix osmo_tdef timers not listed in write config by Pau Espin Pedrol · 4 years, 9 months ago
  27. 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
  28. ad586a9 tbf_dl: Setup m_llc_timer in constructor using osmocom API by Pau Espin Pedrol · 4 years, 9 months ago
  29. bddf1ad Move tbf_{dl,ul} child constructors to respective .cpp files by Pau Espin Pedrol · 4 years, 9 months ago
  30. 9d1cdb1 Move out tbf subclasses from tbf.h to their own headers by Pau Espin Pedrol · 4 years, 9 months ago
  31. 488aa29 cosmetic: fix whitespace by Pau Espin Pedrol · 4 years, 9 months ago
  32. e13cdc5 pdch.cpp: Use pcu_l1_meas previously filled by lower layers by Pau Espin Pedrol · 4 years, 9 months ago
  33. 812d466 pdch.cpp: Refactor bitvec param passing in rcv_control_block by Pau Espin Pedrol · 4 years, 9 months ago
  34. 04797b1 configure.ac: set C and C++ dialects by Oliver Smith · 4 years, 9 months ago
  35. 2beb1b8 tests/app_info: fix compiling with older g++ by Oliver Smith · 4 years, 9 months ago
  36. 2b5c629 Use osmo_tdef to implement dl-tbf-idle-time by Pau Espin Pedrol · 4 years, 9 months ago
  37. 63700ea Use osmo_tdef to implement ms-idle-time by Pau Espin Pedrol · 4 years, 9 months ago
  38. 474dc77 tests: TbfTest: Unify stderr and stdout to ease debugging by Pau Espin Pedrol · 4 years, 9 months ago
  39. 38cfa73 Use osmo_tdef to implement T3190 by Pau Espin Pedrol · 4 years, 9 months ago
  40. 5211d9d Use osmo_tdef for BSSGP T1 and T2 by Pau Espin Pedrol · 4 years, 10 months ago
  41. cfb6321 Forward ETWS Primary Notification to MS by Oliver Smith · 4 years, 10 months ago
  42. 5360ef5 bts.cpp: Fix osmo_tdef initialization on older g++ compilers by Pau Espin Pedrol · 4 years, 9 months ago
  43. e46d8dc tbf_dl: add comments to the scheduler by Alexander Couzens · 4 years, 9 months ago
  44. 28f160e Introduce osmo_tdef infra and timer VTY commands by Pau Espin Pedrol · 4 years, 10 months ago
  45. 45fdc44 tbf_dl: make preemptive retransmission optional by Oliver Smith · 4 years, 10 months ago
  46. 37ae22a doc: update generated VTY reference by Oliver Smith · 4 years, 10 months ago
  47. a8892a6 Use proper API osmo_timer_setup() to set up timer struct by Pau Espin Pedrol · 4 years, 10 months ago
  48. ef1fe58 cosmetic: tbf: Rename T and N arrays by Pau Espin Pedrol · 4 years, 10 months ago
  49. df0fd8b osmobts_sock.cpp: do not print the same debug message twice by Vadim Yanitskiy · 4 years, 10 months ago
  50. 9e5ef54 osmobts_sock.cpp: pcu_sock_read(): further simplify the code by Vadim Yanitskiy · 4 years, 10 months ago
  51. c7849c2 osmobts_sock.cpp: pcu_sock_read(): use stack buffer, not heap by Vadim Yanitskiy · 4 years, 10 months ago
  52. aef6bf4 osmobts_sock.cpp: pcu_sock_cb(): use libosmocore's socket API by Vadim Yanitskiy · 4 years, 10 months ago
  53. 2585451 tests: test encoding of egprs ul ack/nacks by Alexander Couzens · 5 years ago
  54. 19b15a5 Bump version: 0.6.0.88-3bcc → 0.7.0 by Pau Espin Pedrol · 4 years, 11 months ago 0.7.0
  55. 3bcc7ab Require newer libosmocore to avoid compile failures by Pau Espin Pedrol · 4 years, 11 months ago
  56. cd2ac56 Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds by Pau Espin Pedrol · 4 years, 11 months ago
  57. 2c076bc gprs_bssgp_pcu_rx_dl_ud(): use OSMO_IMSI_BUF_SIZE by Vadim Yanitskiy · 5 years ago
  58. 6170ac0 gprs_bssgp_pcu.cpp: check return code of gsm48_mi_to_string() by Vadim Yanitskiy · 5 years ago
  59. aad87b6 gprs_bssgp_pcu_rx_dl_ud(): fix: BSSGP_IE_IMSI is optional by Vadim Yanitskiy · 5 years ago
  60. ab8b01e ubsan: fix shift by Eric Wild · 5 years ago
  61. 7b7f204 bssgp: Fix dead code: PDUT_STATUS can never reach this part by Harald Welte · 5 years ago
  62. 8bb7904 fix spelling errors detected by lintian by Thorsten Alteholz · 6 years ago
  63. f3038e7 Use libosmocore for IMSI parsing by Max · 5 years ago
  64. f17dfc0 src/pcu_l1_if.cpp: fix: properly pass measurements from PCUIF by Vadim Yanitskiy · 5 years ago
  65. 210ccf4 Encoding: ACK/NACK: always encode with length field present by Alexander Couzens · 5 years ago
  66. 5c3a988 contrib/jenkins.sh: run "make maintainer-clean" by Oliver Smith · 5 years ago
  67. e4e70d0 Encoding: use uint16_t when interacting with the window object by Alexander Couzens · 5 years ago
  68. fba931b bts.cpp: ensure left-shift operation does not exceed uint32_t by Alexander Couzens · 5 years ago
  69. 243a204 Encoding: write_packet_ack_nack_desc_egprs: don't use a reference for rest_bits by Alexander Couzens · 5 years ago
  70. 2d24eba decompress_crbb: add length argument for search_runlen by Alexander Couzens · 5 years ago
  71. 3a499f3 Encoding: drop struct gprs_rlcmac_bts* from all functions by Alexander Couzens · 5 years ago
  72. 0d482c5 rlc: replace int with uint16_t by Alexander Couzens · 5 years ago
  73. 1f0ca54 Cosmetic: Osmcoom -> Osmocom by Keith · 5 years ago
  74. 7fe3895 tests/BitcompTest: fix wording in log message by Alexander Couzens · 5 years ago
  75. 79c6c4d manuals: Update VTY documentation by Daniel Willmann · 5 years ago
  76. 76791d2 manuals: Add script to regenerate vty/counter documentation by Daniel Willmann · 5 years ago
  77. 6d73205 egprs_rlc_compression: fix white spaces by Alexander Couzens · 5 years ago
  78. b7439f2 encoding: use `/* */` for comments instead of `#if 0 #endif` by Alexander Couzens · 5 years ago
  79. 3f64077 encoding: correct encoding of CRBB in ACK/NACK when not byte aligned by Alexander Couzens · 5 years ago
  80. 5c3783b gprs_bssgp_pcu: explicit allocate & initialize bssgp_nsi instance by Alexander Couzens · 5 years ago
  81. a558ad4 debian: create -doc subpackage with pdf manuals by Oliver Smith · 5 years ago
  82. eb64d43 gprs_bssgp_pcu: make gprs_bssgp_ns_cb public by Alexander Couzens · 5 years ago
  83. 41d6b35 Add test for MS mode and (M)CS settings by Max · 5 years ago
  84. 0e6e45a Fix help message formatting of osmo-pcu. by Rafael Diniz · 5 years ago
  85. 34513fe cosmetic: use const pointer for bts_data by Max · 6 years ago
  86. 902e3e5 Update MCS selection for retransmission by Max · 5 years ago
  87. 12a0987 vty: add commands to show TBF of a certain kind by Max · 6 years ago
  88. 0e6ac79 TS alloc: expand tests log by Max · 6 years ago
  89. 8ab35b1 jenkins.sh: Add oc2g build support by Daniel Willmann · 5 years ago
  90. 32518cc oc2g: Change log type (Litecell15->Oc2g) by Daniel Willmann · 5 years ago
  91. f57dccb oc2g: Remove custom alarms by Daniel Willmann · 5 years ago
  92. ba66ea4 OC-2G: Always use positive TA information provided in PH-RA-IND by Minh-Quang Nguyen · 7 years ago
  93. 2ba6084 OC-2G: Fix TA adjustment by Minh-Quang Nguyen · 7 years ago
  94. 4a1796f OC-2G: Fix missing header by Minh-Quang Nguyen · 7 years ago
  95. c1e4490 Initial commit for OC-2G support. by Jean-Francois Dionne · 7 years ago
  96. 3fa235f Update IA Rest Octets encoding by Max · 5 years ago
  97. d4a3929 TBF-DL: cosmetic update for helper routines by Max · 5 years ago
  98. fb59a93 TBF: update MCS counters by Max · 5 years ago
  99. e742cc0 Use Timing Advance Index in UL assignments by Max · 5 years ago
  100. 3eb4736 Rewrite Packet Uplink IA Rest Octets for SBA by Max · 5 years ago