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