1. fa96a76 pcuif_proto: rename tlli to msg_id by Philipp Maier · 10 months ago
  2. e98b315 pcu_l1_if.cpp: Fix gsmtap not sent in PCU_IF_SAPI_PCH_DT by Pau Espin Pedrol · 11 months ago
  3. 90e33bf cosmetic: Document foce_two_phase feature based on specs by Pau Espin Pedrol · 11 months ago
  4. 6691f51 cosmetic: mslot_class.h: Update spec reference by Pau Espin Pedrol · 11 months ago
  5. c127828 gprs_rlc_ul_window: Mark received BSNs falling out of the V(N)/RBB when V(R) is raised by Pau Espin Pedrol · 11 months ago
  6. ff33597 Split rlc_{dl_,ul_,}window out of rlc.{h,cpp} by Pau Espin Pedrol · 11 months ago
  7. 61f64c3 gprs_rlc_ul_window: Make sure V(N) array is cleared during reset_state() by Pau Espin Pedrol · 11 months ago
  8. a1e54e7 nacc_fsm: fix uninitialized neigh_key variable by Philipp Maier · 11 months ago
  9. 0cde91d nacc_fsm: Add support for NACC with UTRAN and E-UTRAN cells by Philipp Maier · 12 months ago
  10. b8f79e8 pcu_l1_if: Document tx_pch empty IMSI scenario by Pau Espin Pedrol · 11 months ago
  11. eca828b oc2g: Fix multiple definitions of arrays by Pau Espin Pedrol · 11 months ago
  12. d675425 gprs_ms: Update assert condition by Pau Espin Pedrol · 11 months ago
  13. a4e755e gprs_ms: Constify variable in ms_is_reachable_for_dl_ass() by Pau Espin Pedrol · 11 months ago
  14. 68e3d78 pcuif: Log read() error cause by Pau Espin Pedrol · 11 months ago
  15. c46b6f2 neigh_cache: make neigh_cache_lookup_entry static by Philipp Maier · 12 months ago
  16. e4e53ad tbf_dl_fsm: Fix '{FLOW}: Event ASSIGN_PCUIF_CNF not permitted' by Pau Espin Pedrol · 12 months ago
  17. 091fba7 cosmetic: pdch.cpp: Drop wrong comment due to copy-paste error by Pau Espin Pedrol · 12 months ago
  18. 37c2f84 Reestore last LLC frames never completely acked when freeing DL TBF by Pau Espin Pedrol · 12 months ago
  19. 11627ff tbf_dl_fsm: Ignore DL_ACKNACK_MISS events in WAIT_{RELEASE,REUSE_TFI} states by Pau Espin Pedrol · 12 months ago
  20. 747761f Avoid re-assigning DL TBF over PACCH upon duplicate FinalACKs received by Pau Espin Pedrol · 12 months ago
  21. 6a12271 Avoid using UL TBF in RELEASE state to assign DL TBF over PACCH by Pau Espin Pedrol · 12 months ago
  22. 5f3177e tbf_ul_fsm: Delay moving ul_tbf to FLOW by Pau Espin Pedrol · 12 months ago
  23. 061fbca tbf_ul: Avoid processing rx UL blocks for UL TBFs in RELEASING state by Pau Espin Pedrol · 12 months ago
  24. 28ccf7a ms_need_dl_tbf(): Fix state checks and document function by Pau Espin Pedrol · 12 months ago
  25. 40a297f Differentiate between T3192 and T3193 by Pau Espin Pedrol · 12 months ago
  26. 8c52bef pdch.cpp: Drop impossible code path by Pau Espin Pedrol · 12 months ago
  27. 556dc18 cosmetic: tbf_fsm: Fix typo in comment by Pau Espin Pedrol · 12 months ago
  28. 95ec50c tbf_dl_fsm: Drop impossible event by Pau Espin Pedrol · 12 months ago
  29. ed94d4c Store T3192 value received from SI13, do some sanity checks by Pau Espin Pedrol · 12 months ago
  30. ac1495e bts: Use same default value for T3193 as set in osmo-bts/bsc by Pau Espin Pedrol · 12 months ago
  31. e8ac8da Fix DL_TBF PACCH ass done on UL_TBF already scheduled to tx last PKT CTRL ACK by Pau Espin Pedrol · 1 year, 3 months ago
  32. dca3c90 pcu_l1_if: use correct SAPI in PCUIF message PCU_IF_MSG_DATA_CNF_DT by Philipp Maier · 12 months ago
  33. 46db3c1 cosmetic: Improve comment by Pau Espin Pedrol · 1 year ago
  34. e5ba83d Change several log lines to start with capital letter by Pau Espin Pedrol · 1 year ago
  35. 93b16ae Move call to bts_snd_dl_ass() from tbf_dl.cpp to tbf_dl_fsm.c by Pau Espin Pedrol · 1 year ago
  36. 9c46591 cosmetic: tbf_dl_fsm: Fix a couple comment typos by Pau Espin Pedrol · 1 year ago
  37. 83ff58d tests/tbf: Drop unneeded line re-setting CCCH ass type by Pau Espin Pedrol · 1 year ago
  38. 6d71676 Move GPRS_RLCMAC_FLAG_DL_ACK from state_fsm to dl_tbf by Pau Espin Pedrol · 1 year ago
  39. bb34ffa Move GPRS_RLCMAC_FLAG_TO_DL_ACK from state_fsm to dl_tbf by Pau Espin Pedrol · 1 year ago
  40. 40b8dd5 tbf_{ul,dl}_fsm.c: Rearrange code/logs in mod_ass_type() by Pau Espin Pedrol · 1 year ago
  41. d4075bd tbf_{ul,dl}_fsm: Abort on unexpected path by Pau Espin Pedrol · 1 year ago
  42. c41fb6e tbf_dl_fsm: Fix wrong lchan specified in log line by Pau Espin Pedrol · 1 year ago
  43. 84011ef Improve logging in bts_snd_dl_ass() by Pau Espin Pedrol · 1 year ago
  44. e656c21 Remove unused GPRS_RLCMAC_FLAG_TO_MASK by Pau Espin Pedrol · 1 year ago pespin/t3193
  45. 7a4428c Abort UL TBF PACCH Ass based on T3168 by Pau Espin Pedrol · 1 year ago
  46. 906e7f4 tbf_ul_fsm: Remove 3195 references, simplify T3169 set up as consequence by Pau Espin Pedrol · 1 year ago
  47. d8ad8ff tbf_dl_fsm: Remove T3169 references, simplify T3195 set up as consequence by Pau Espin Pedrol · 1 year ago
  48. 365728d Avoid using N3105 in UL TBFs by Pau Espin Pedrol · 1 year ago
  49. 89fbf87 Avoid using N3103 in DL TBFs by Pau Espin Pedrol · 1 year ago
  50. d8c3877 Avoid using N3101 in DL TBFs by Pau Espin Pedrol · 1 year ago
  51. 74f6dd7 tbf_{ul,dl}_fsm: remove impossible dst state transitions by Pau Espin Pedrol · 1 year ago
  52. 637bcdf tbf_{ul,dl}_fsm: Remove unneeded asserts by Pau Espin Pedrol · 1 year ago
  53. 49b1448 tbf_dl_fsm: Apply T3193 using FSM infrastructure instead of manually by Pau Espin Pedrol · 1 year ago
  54. 08b6a00 Log MS information in error message using usual MS API by Pau Espin Pedrol · 1 year ago
  55. 2549c1e Document pcu_lsb() function by Pau Espin Pedrol · 1 year ago
  56. ba8918a pcu_utils.h: Replace software based bitcount impl with gcc builtin by Pau Espin Pedrol · 1 year ago
  57. ab571af Use OSMO_UNLIKELY() in bts_rfn_to_fn() by Pau Espin Pedrol · 1 year ago
  58. d0fd37c Move call to bts_set_current_frame_number() earlier in the code path by Pau Espin Pedrol · 1 year ago
  59. 53eaf74 Use fn_valid() helper in pcu_rx_time_ind() by Pau Espin Pedrol · 1 year ago
  60. fe8f4a4 Derive FN from RFN once and cache it in struct rach_ind_params by Pau Espin Pedrol · 1 year ago
  61. bd461e6 encoding: pass RFN to write_immediate_assignment(_reject)() by Pau Espin Pedrol · 1 year ago
  62. 636d7fd bts: use RFN directly to calculate fn416 by Pau Espin Pedrol · 1 year ago
  63. f09056d Error trying to obtain FN from RFN if curr_fn not known by Pau Espin Pedrol · 1 year ago
  64. 33cb3d6 Use always RFN when handling RACH indications by Pau Espin Pedrol · 1 year ago
  65. 96b7a3e cosmetic: tbf_ul_ack_fsm: Clean up use of ul_tbf and tbf pointers by Pau Espin Pedrol · 1 year ago
  66. a9b844d tbf: Improve TBF name description in logs by Pau Espin Pedrol · 1 year ago
  67. 2fc67e2 systemd: depend on networking-online.target by Oliver Smith · 1 year, 1 month ago
  68. 98e5910 gprs_rlcmac: also use PCU_IF_SAPI_PCH_DT for paging MAC blocks by Philipp Maier · 1 year, 1 month ago
  69. 5fd0022 copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH by Vadim Yanitskiy · 1 year, 1 month ago
  70. 3d46235 ctrl: drop deprecated neighbor resolution interface by Max · 1 year, 2 months ago
  71. 8984afa pcu_l1_if: replace magic numbers with IMSI_DIGITS_FOR_PAGING by Philipp Maier · 1 year, 2 months ago
  72. 6ee8d13 pcu_l1_if_phy: fix API function names by Philipp Maier · 1 year, 2 months ago
  73. 5e02434 er_ccu_l1_if: use one ccu_desr per timeslot by Philipp Maier · 1 year, 2 months ago
  74. e1a8915 cosmetic: ms: fix formatting of function comment by Pau Espin Pedrol · 1 year, 2 months ago
  75. 7a491b9 ms: Fix unsafe iterating freeing items in list by Pau Espin Pedrol · 1 year, 2 months ago
  76. 5faedf3 ms: Mark ms_reset() as static by Pau Espin Pedrol · 1 year, 2 months ago
  77. 96a3e7f debian: set compat level to 10 by Oliver Smith · 1 year, 2 months ago
  78. c564ce8 pcu_l1_if: cosmetic: reformat comment by Philipp Maier · 1 year, 2 months ago
  79. 4d36391 Move resource allocation outside of tbf allocation by Pau Espin Pedrol · 1 year, 2 months ago
  80. d6c555e Move out of alloc_algo code modifying the data model by Pau Espin Pedrol · 1 year, 2 months ago
  81. a42b174 alloc_algo: Move printing outside of update_ms_reserved_slots() by Pau Espin Pedrol · 1 year, 2 months ago
  82. a6a972e alloc_algo: Pass a struct containing all req params by Pau Espin Pedrol · 1 year, 2 months ago
  83. 51c903e vty: Several improvements to 'show ms' output format by Pau Espin Pedrol · 1 year, 2 months ago
  84. 4673eb0 ms: Log MS active/idle state in 'show ms' VTY commands by Pau Espin Pedrol · 1 year, 2 months ago
  85. f086fed ms: Rename field timer -> release_timer by Pau Espin Pedrol · 1 year, 2 months ago
  86. b53230a ms: Get rid of ms->delay field by Pau Espin Pedrol · 1 year, 2 months ago
  87. c5104b7 meas: Improve logging formatting by Pau Espin Pedrol · 1 year, 2 months ago
  88. 4fdf79e ms: Increase log level when scheduling release timer by Pau Espin Pedrol · 1 year, 2 months ago
  89. fe4d2f7 Add new log category 'ms' by Pau Espin Pedrol · 1 year, 2 months ago
  90. 8456a36 dl_tbf: Set BandWidth timestamps to current time directly by Pau Espin Pedrol · 1 year, 2 months ago
  91. eae9147 ms: Hold a reference during ms_alloc by Pau Espin Pedrol · 1 year, 2 months ago
  92. 84b0ebc cosmetic: Fix indentation in comment by Pau Espin Pedrol · 1 year, 2 months ago
  93. 759724c tbf: Move enable_egprs() to constructor by Pau Espin Pedrol · 1 year, 2 months ago
  94. e0e4251 tbf_ul: Move rate_ctr allocation to constructor by Pau Espin Pedrol · 1 year, 2 months ago
  95. e1c8457 tbf: Move m_ctrs alloc to constructor by Pau Espin Pedrol · 1 year, 2 months ago
  96. f9783c5 tbf: Store initial timestamp during constructor by Pau Espin Pedrol · 1 year, 2 months ago
  97. ac4d4a6 ms: Rewrite MS release lifecycle by Pau Espin Pedrol · 1 year, 2 months ago
  98. df6684f ms: Log detaching tbf log line in proper place by Pau Espin Pedrol · 1 year, 2 months ago
  99. 6efa381 ms: Make ms_{attach,detach}_tbf expectancies more robust by Pau Espin Pedrol · 1 year, 2 months ago
  100. 3ea467d ms: Make sure tbf!=NULL in ms_attach_{ul,dl}_tbf() by Pau Espin Pedrol · 1 year, 2 months ago