1. 695ce77 gprs_rlc_ts_alloc: ensure no rolling slots are allocated by Alexander Couzens · 3 years, 5 months ago
  2. 1e00947 AllocTest: Avoid queuing tons of to-be-freed ms by Pau Espin Pedrol · 3 years, 5 months ago
  3. c2d3625 tbf: remove 'software error' logs from tbf_free by Pau Espin Pedrol · 3 years, 5 months ago
  4. da971ee Convert GprsMS and helpers classes to C by Pau Espin Pedrol · 3 years, 6 months ago
  5. 398f60e migrate to DLBSSGP as log sub-system for BSSGP by Harald Welte · 3 years, 6 months ago
  6. 7d0f9a0 Dl TBF: Get rid of LLC UI dummy blocks following other data by Pau Espin Pedrol · 3 years, 7 months ago
  7. 022f9e5 Implement downgrade to DL MCS1-4 when USF for GPRS_only MS by Pau Espin Pedrol · 3 years, 7 months ago
  8. 74aa352 csn1: Log CSN_VARIABLE_ARRAY values as hex by Pau Espin Pedrol · 3 years, 7 months ago
  9. 259a694 csn1: Fix readIndex pointer change in CSN_VARIABLE_ARRAY by Pau Espin Pedrol · 3 years, 7 months ago
  10. cb98894 TLLI 0x00000000 is a valid TLLI, use 0xffffffff instead by Vadim Yanitskiy · 3 years, 7 months ago
  11. 87eec1f Get rid of bts->egprs_enabled by Pau Espin Pedrol · 3 years, 8 months ago
  12. 569f0d2 tbf_dl: Don't fake EGPRS MS class when no related info is available by Pau Espin Pedrol · 3 years, 8 months ago
  13. 8072e35 Move EGPRS MS mode set to gprs_ms.cpp by Pau Espin Pedrol · 3 years, 8 months ago
  14. d87722d pcuif: Improve BTS-supported CS/MCS handling by Pau Espin Pedrol · 3 years, 8 months ago
  15. 46fd7a0 Move BTS initial values inside bts.cpp by Pau Espin Pedrol · 3 years, 7 months ago
  16. b1bbcae cosmetic: tests: pcu_emu: fix trailing whitespace by Pau Espin Pedrol · 3 years, 8 months ago
  17. 758ace8 tbf_dl: Update (egprs_)ms_class for already known MS by Pau Espin Pedrol · 3 years, 8 months ago
  18. 4d16635 bts: define egprs_enabled as bool by Pau Espin Pedrol · 3 years, 8 months ago
  19. 983bb7e alloc_algo_b: Select TRX with least assigned TFIs during TBF alloc by Pau Espin Pedrol · 3 years, 8 months ago
  20. 528820d tbf: Clean up gprs_rlcmac_dl_tbf::handle() by Pau Espin Pedrol · 3 years, 8 months ago
  21. 38de84c tests: ms: Pass correct pointer in constructor instead of NULL by Pau Espin Pedrol · 3 years, 8 months ago
  22. e9f77d3 tbf: Set MS during constructor time by Pau Espin Pedrol · 3 years, 8 months ago
  23. b3f2397 tbf: Make window() available to tbf base class by Pau Espin Pedrol · 3 years, 8 months ago
  24. a611b4f Fix several calls to LOGPAL by Pau Espin Pedrol · 3 years, 8 months ago
  25. 8353d97 Improve debug logging for alloc algos by Pau Espin Pedrol · 3 years, 8 months ago
  26. 5bece2a Rework NS configuration over the info indication by Alexander Couzens · 3 years, 8 months ago
  27. 290d903 Use the new NS2 lib by Alexander Couzens · 3 years, 9 months ago
  28. cd6c466 tbf: Don't log rlcmac_diag() output in separate lines by Pau Espin Pedrol · 3 years, 9 months ago
  29. 1156776 encoding: pass pdch slot directly to encoding functions by Vadim Yanitskiy · 4 years ago
  30. 48587d5 gsm_rlcmac: use consistent naming for [Extended] Packet Timing Advance by Vadim Yanitskiy · 3 years, 10 months ago
  31. f2dad59 Introduce log macro helper LOGPMS by Pau Espin Pedrol · 3 years, 10 months ago
  32. 5935707 pdch.cpp: Store TLLI promptly on newly created TLLI in rcv_resource_request by Pau Espin Pedrol · 4 years ago
  33. 9e7361a pdch.cpp: Fix wrong annoying log line about non-scheduled ResourceReq received by Pau Espin Pedrol · 4 years ago
  34. bcb226d pdch.cpp: Avoid resetting (egprs_)ms_class to unknown if not found in MS RadioAccCap by Pau Espin Pedrol · 4 years ago
  35. 85faa76 pdch.cpp: Avoid dropping existing DL TBF during rcv_resource_request by Pau Espin Pedrol · 4 years ago
  36. d21e961 tbf: Drop unneeded method set_tlli_from_ul by Pau Espin Pedrol · 4 years ago
  37. a0a0b7f bts: refactor handling and parsing of RACH.ind by Vadim Yanitskiy · 4 years, 1 month ago
  38. a2d972a RLC/MAC: implement decoding of EGPRS Packet Channel Request by Vadim Yanitskiy · 4 years, 2 months ago
  39. 93ad3fd csn1: fix: never use enumerated types in codec structures by Vadim Yanitskiy · 4 years, 1 month ago
  40. 2ae8337 Get rid of class GprsCodingScheme by Pau Espin Pedrol · 4 years, 1 month ago
  41. c33a024 tbf_ul: Fix UL ACK not sent to MS if intermediate UL block is lost by Pau Espin Pedrol · 4 years, 1 month ago
  42. 5bb87b8 rlc: Move prepare() function out of gprs_rlc_data struct by Pau Espin Pedrol · 4 years, 1 month ago
  43. 09afd6f pcu: tbf_ul: Clean up maybe_schedule_uplink_acknack() by Pau Espin Pedrol · 4 years, 1 month ago
  44. 5dc6e46 Drop unneeded arg 'ta' in tbf_alloc_ul() by Pau Espin Pedrol · 4 years, 1 month ago
  45. de0e558 gprs_debug: Use only LOGL_NOTICE as default loglevel by Philipp Maier · 4 years, 3 months ago
  46. 322456e Expect ms object to exist before calling tbf_alloc_dl_tbf() by Pau Espin Pedrol · 4 years, 1 month ago
  47. 17402a5 Expect ms object to exist before calling tbf_alloc_ul_tbf() by Pau Espin Pedrol · 4 years, 1 month ago
  48. 3f27fb5 TBF/UL: fix rcv_data_block_acknowledged(): print the actual TLLI by Vadim Yanitskiy · 4 years, 2 months ago
  49. b2653fe Move gsm_rlcmac.cpp -> .c by Pau Espin Pedrol · 4 years, 3 months ago
  50. a0cbde7 tbf.cpp: Include c++ <new> header required for new operator's replacement type by Pau Espin Pedrol · 4 years, 3 months ago
  51. 007056e gsm_rlcmac: Use 'struct bitvec' instead of 'bitvec' by Pau Espin Pedrol · 4 years, 3 months ago
  52. e50ce6e rlcmac: Introduce MS Radio Access Capabilities 2 to fix related spare bits by Pau Espin Pedrol · 4 years, 3 months ago
  53. 20848c3 rlcmac: Log names of de/encoded rlcmac packet types by Pau Espin Pedrol · 4 years, 3 months ago
  54. 7faa5da rlcmac: Fix bug receiving RA cap by Pau Espin Pedrol · 4 years, 3 months ago
  55. efad80b csn1: Validate recursive array max size during decoding by Pau Espin Pedrol · 4 years, 3 months ago
  56. 866bece tests/RLCMACTest: Several fixes and improvements to RAcap tests by Pau Espin Pedrol · 4 years, 3 months ago
  57. 2f16924 tests/RLCMACTest: free allocated bitvectors by Pau Espin Pedrol · 4 years, 3 months ago
  58. 570f913 csn1.c: Almost all of the logging is DEBUG, not NOTICE by Harald Welte · 4 years, 3 months ago
  59. 1de6873 Use clock_gettime(CLOCK_MONOTONIC) and timespec everywhere by Pau Espin Pedrol · 4 years, 3 months ago
  60. 29aeb90 csn1: fix: do not return 0 if no bits left in the buffer by Vadim Yanitskiy · 4 years, 3 months ago
  61. 773cb74 rlcmac: fix encode_gsm_*(): do not suppress encoding errors by Vadim Yanitskiy · 4 years, 3 months ago
  62. 40d4e35 tests/llc: Change unrealistic time jump to avoid runtime error under ARM by Pau Espin Pedrol · 4 years, 3 months ago
  63. bbafcc1 tests/rlcmac: also enable logging for DRLCMACDATA category by Vadim Yanitskiy · 4 years, 3 months ago
  64. 1145fd2 gsm_rlcmac: improve dissection of MS RA Capability IE by Vincent Helfre · 4 years, 5 months ago
  65. 2679ec0 csn1: fix csnStreamDecoder(): skip bits unhandled by serialize() by Vadim Yanitskiy · 4 years, 3 months ago
  66. f22163b tests/rlcmac: add a new test vector for Packet Resource Request by Vadim Yanitskiy · 4 years, 3 months ago
  67. 0daf913 gsm_rlcmac: fix Packet_Resource_Request_t: s/Slot/I_LEVEL_TN/ by Pau Espin Pedrol · 4 years, 4 months ago
  68. b47e53b tests/rlcmac: also verify encoding of MS RA Capability by Vadim Yanitskiy · 4 years, 4 months ago
  69. 5fc6e01 llc_queue::{dequeue,enqueue}() refactor by Pau Espin Pedrol · 4 years, 4 months ago
  70. 55f06c3 tests/rlcmac: fix malformed MS RA capability in testRAcap() by Vadim Yanitskiy · 4 years, 4 months ago
  71. e60d9c7 gsm_rlcmac: fix misleading LOGP statement in decode_gsm_ra_cap() by Vadim Yanitskiy · 4 years, 4 months ago
  72. 1553049 csn1: use proper format specifier for unsigned integers by Vadim Yanitskiy · 4 years, 4 months ago
  73. 39a6505 csn1: get rid of C++ specific code, compile with GCC by Vadim Yanitskiy · 4 years, 5 months ago
  74. 8a87f91 tests/rlcmac: additionally match debug output of the CSN.1 codec by Vadim Yanitskiy · 4 years, 4 months ago
  75. 9b2f7c4 tests/rlcmac: mark Packet Polling Request as malformed by Vadim Yanitskiy · 4 years, 4 months ago
  76. 5574a58 csn1: fix csnStreamDecoder(): catch unknown CSN_CHOICE values by Vadim Yanitskiy · 4 years, 4 months ago
  77. 5e300ce Check return code of rlcmac decode/encode functions by Pau Espin Pedrol · 4 years, 4 months ago
  78. 9f62b92 tests/alloc: fix implicit conversion from 'double' to 'int8_t' by Vadim Yanitskiy · 4 years, 5 months ago
  79. cc76d41 gsm_rlcmac.h: Remove Uplink messages from the RlcMacDownlink_t structure by Pascal Quantin · 4 years, 5 months ago
  80. cdbc5db tests/rlcmac: Add test to showcase that decode_gsm_ra_cap() fails by Pau Espin Pedrol · 4 years, 5 months ago
  81. ea39fad tests/rlcmac: Don't check stderr output by Pau Espin Pedrol · 4 years, 5 months ago
  82. 87bfbe4 tests/rlcmac: Use osmo_hexdump to print buffers by Pau Espin Pedrol · 4 years, 5 months ago
  83. 5cb002f tests/rlcmac: Fix missing commas with unexpected results by Pau Espin Pedrol · 4 years, 5 months ago
  84. 99c437b tests/rlcmac: Memzero decoded struct by Pau Espin Pedrol · 4 years, 5 months ago
  85. 54681c3 tests/rlcmac: print test name at the start by Pau Espin Pedrol · 4 years, 5 months ago
  86. 506eb23 fix typo in log message by Pau Espin Pedrol · 4 years, 6 months ago
  87. 30f6617 tbf_dl.cpp: Fix typo in log line by Pau Espin Pedrol · 4 years, 6 months ago
  88. fd734de GprsMs::update_cs_ul(): clarify the meaning of old_link_qual by Vadim Yanitskiy · 4 years, 7 months ago
  89. 87b6e7d tests/tbf: suspend warnings about the link quality measurements by Vadim Yanitskiy · 4 years, 7 months ago
  90. 9d1cdb1 Move out tbf subclasses from tbf.h to their own headers by Pau Espin Pedrol · 4 years, 9 months ago
  91. 488aa29 cosmetic: fix whitespace by Pau Espin Pedrol · 4 years, 9 months ago
  92. 2beb1b8 tests/app_info: fix compiling with older g++ by Oliver Smith · 4 years, 9 months ago
  93. 2b5c629 Use osmo_tdef to implement dl-tbf-idle-time by Pau Espin Pedrol · 4 years, 9 months ago
  94. 63700ea Use osmo_tdef to implement ms-idle-time by Pau Espin Pedrol · 4 years, 9 months ago
  95. 474dc77 tests: TbfTest: Unify stderr and stdout to ease debugging by Pau Espin Pedrol · 4 years, 9 months ago
  96. cfb6321 Forward ETWS Primary Notification to MS by Oliver Smith · 4 years, 9 months ago
  97. 28f160e Introduce osmo_tdef infra and timer VTY commands by Pau Espin Pedrol · 4 years, 9 months ago
  98. 2585451 tests: test encoding of egprs ul ack/nacks by Alexander Couzens · 5 years ago
  99. cd2ac56 Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds by Pau Espin Pedrol · 4 years, 10 months ago
  100. 2d24eba decompress_crbb: add length argument for search_runlen by Alexander Couzens · 5 years ago