1. 8d03c50 treewide: remove FSF address by Oliver Smith · 2 years, 6 months ago 2021q4
  2. 13961c9 bts_pch_timer: Fix timer working only for MI type IMSI by Pau Espin Pedrol · 2 years, 7 months ago
  3. d3c7591 Add counters: pcu.bts.N.pch.requests.timeout by Oliver Smith · 2 years, 11 months ago
  4. 4df959d Add counters: pcu.bts.N.pch.requests by Oliver Smith · 3 years ago
  5. d1049dc Allow multiple bts objects in PCU by Pau Espin Pedrol · 3 years, 4 months ago
  6. 59fc0bd paging: pass struct osmo_mobile_identity, not encoded IE bytes by Neels Hofmeyr · 3 years, 9 months ago
  7. 0052051 use new osmo_mobile_identity api (avoid deprecation) by Neels Hofmeyr · 3 years, 9 months ago
  8. 5530f12 Allow Gb PAGING-PS without P-TMSI by Pau Espin Pedrol · 4 years, 6 months ago
  9. d7c3265 Pass paging group instead of imsi where later is not needed by Pau Espin Pedrol · 4 years, 5 months ago
  10. 585cfb2 Fix trailing whitespace by Pau Espin Pedrol · 4 years, 6 months ago
  11. 05bca35 Fix assertion hit upon CCCH Paging Request by Pau Espin Pedrol · 4 years, 8 months ago
  12. cfb6321 Forward ETWS Primary Notification to MS by Oliver Smith · 4 years, 9 months ago
  13. 7426c5f Add define for dummy burst string by Max · 5 years ago
  14. 1187a77 Update header includes by Max · 6 years ago
  15. ef784e4 Remove unused includes and forward declarations by Max · 6 years ago
  16. ccde5c9 remove pcu own bitvector implementation by Alexander Couzens · 7 years ago
  17. 12c039c debug_diagram: Remove the special debug_diagram compilation mode by Holger Hans Peter Freyther · 11 years ago
  18. 9948514 tbf: Move the tx part into the tbf as it accesses internal data by Holger Hans Peter Freyther · 11 years ago
  19. 474685e tbf: Make the tlli "private" and update the updating code by Holger Hans Peter Freyther · 11 years ago
  20. bd449f5 tbf: Create tbf_name and use it in log statements by Holger Hans Peter Freyther · 11 years ago
  21. 70ddde6 tbf/bts: Move the tfi_find_free into the bts by Holger Hans Peter Freyther · 11 years ago
  22. 6f9f434 pdch: Move the dispatch of gprs_rlcmac_rcv_block into the pdch by Holger Hans Peter Freyther · 11 years ago
  23. 7ce21eb data: Move gprs_rlcmac_cs to the place it is used and make static by Holger Hans Peter Freyther · 11 years ago
  24. 34bd8bd bts/tbf: Move the lists into the BTS and do the look-up from the BTS by Holger Hans Peter Freyther · 11 years ago
  25. 621dc2f sba: Move the sba code to a dedicated file by Holger Hans Peter Freyther · 11 years ago
  26. d6ef534 ta: Move timing advance related code into the ta.cpp file by Holger Hans Peter Freyther · 11 years ago
  27. 63f29d6 encoding: Move the functions into the encoding class by Holger Hans Peter Freyther · 11 years ago
  28. 6ca0a90 encoding: Move encoding routines into a separate file by Holger Hans Peter Freyther · 11 years ago
  29. f098489 bts/pdch: Move the adding of paging to the BTS/PDCH objects by Holger Hans Peter Freyther · 11 years ago
  30. 24e98d0 pdch: Move paging dequeue into the PDCH object by Holger Hans Peter Freyther · 11 years ago
  31. 17b0d83 pdch: Move enable/disable into the PDCH code by Holger Hans Peter Freyther · 11 years ago
  32. 67ed34e bts: Move struct gprs_rlcmac_bts and other structs into a bts.h by Holger Hans Peter Freyther · 11 years ago
  33. 1af73f6 bts: Remove global state from gprs_rlcmac_add_paging by Holger Hans Peter Freyther · 11 years ago
  34. ee7a535 bts: Remove global state from write_immediate_assignment by Holger Hans Peter Freyther · 11 years ago
  35. 485860c bts: Remove global state from write_packet_uplink_assignment by Holger Hans Peter Freyther · 11 years ago
  36. 8d7a632 bts: Remove global state frm gprs_rlcmac_rcv_control_block by Holger Hans Peter Freyther · 11 years ago
  37. 698b612 bts: Remove global state from gprs_rlcmac_rcv_data_block_acknowledged by Holger Hans Peter Freyther · 11 years ago
  38. ae947fc bts: Remove the global state from write_packet_uplink_ack by Holger Hans Peter Freyther · 11 years ago
  39. 173a240 bts: Remove global state and the usage of the gprs_rlcmac_bts by Holger Hans Peter Freyther · 11 years ago
  40. 96efa70 alloc: Call it trx_no and not trx as it is not trx object by Holger Hans Peter Freyther · 11 years ago
  41. 02ab4a8 alloc: Move the two timeslot alloc algorithms to a dedicated file by Holger Hans Peter Freyther · 11 years ago
  42. 96173ae alloc: Move the "assignment" of the slot into a common function by Holger Hans Peter Freyther · 11 years ago
  43. 7380bab tbf: Move the tbf_timer_cb into the tbf class by Holger Hans Peter Freyther · 11 years ago
  44. 0946f99 tbf: Remove dead code that called tbf_free by Holger Hans Peter Freyther · 11 years ago
  45. 4556130 tbf: Move many routines related to the tbf from gprs_rlcmac to tbf.c by Holger Hans Peter Freyther · 11 years ago
  46. 099535a tbf: Move the struct to the tbf.h header file by Holger Hans Peter Freyther · 11 years ago
  47. dcc9c39 sba: Fix memory leak when all PDCHs are disabled by Holger Hans Peter Freyther · 11 years ago
  48. 70862c9 misc: Print the payload that is not known by Holger Hans Peter Freyther · 11 years ago
  49. 26da836 rlc: Add missing break after GPRS_RLCMAC_CONTROL_BLOCK_OPT by Holger Hans Peter Freyther · 11 years ago
  50. 483f77a misc: Fix some typos sed -i s,ressources,resources,g by Holger Hans Peter Freyther · 11 years ago
  51. 9858060 misc: Fix format and typos in the code by Holger Hans Peter Freyther · 11 years ago
  52. 2023bd1 tbf: Make multislot lookup tables static/const by Holger Hans Peter Freyther · 11 years ago
  53. d6bd91e tfi: The tfi_alloc doesn't allocate anything, rename the function by Holger Hans Peter Freyther · 11 years ago
  54. b67a8a3 rlcmac: Reduce the depedency on the global gprs_rlcmac_bts variable by Holger Hans Peter Freyther · 11 years ago
  55. 90692f9 misc: Move the struct bssgp_bvc_ctx into the struct osmo_pcu by Holger Hans Peter Freyther · 11 years ago
  56. a004e6a Added timing advance support for up and downlink TBFs by Andreas Eversberg · 11 years ago
  57. 050ace2 Introduce new file for various measurements by Andreas Eversberg · 11 years ago
  58. 570b44b Add RSSI of data blocks to PCU interface by Andreas Eversberg · 11 years ago 0.2 0.2.0
  59. 97644ed Various fixes for multi slot allocation algotihm by Andreas Eversberg · 11 years ago
  60. 02d7cd2 Get rid of allocating first timeslot at tfi_alloc by Andreas Eversberg · 11 years ago
  61. f01929b Rework on multislot allocation algorithm by Andreas Eversberg · 12 years ago
  62. 8c3680d Added paging PS support by Ivan Kluchnikov by Andreas Eversberg · 12 years ago
  63. afdd9e1 Fix: Don't use TIMING_ADVANCE_INDEX in assignment messages, if not used by Andreas Eversberg · 12 years ago
  64. b83e2a7 Adding flow chart diagram of ongoing TBFs and their events by Andreas Eversberg · 12 years ago
  65. 5cae087 Fix: Free CS paging messages by Andreas Eversberg · 12 years ago
  66. 499ff41 Allow setting of seperate coding schemes for uplink and downlink by Andreas Eversberg · 12 years ago
  67. 3b1332c Replace switch/case construct by a structure, to define coding schemes by Andreas Eversberg · 12 years ago
  68. aafcbbb Set Alpha and Gamma at assingment messages for power control by Andreas Eversberg · 12 years ago
  69. 9a91346 Fix: Send correct QOS profile and DL-UNITDATA IE to SGSN by Andreas Eversberg · 12 years ago
  70. adb2f18 Assign TFI to complete TRX, not just one TS by Andreas Eversberg · 12 years ago
  71. 07e97cf Adding single block allocation by Andreas Eversberg · 12 years ago
  72. 309ce74 Fix: tfi_alloc() has some signed attributes by Andreas Eversberg · 12 years ago
  73. ba1cd9b Fixed two issues found by clang, pointed out by Holger by Andreas Eversberg · 12 years ago
  74. 6681bb8 Replaced malloc() by talloc_zero() to be able to track memeory leaks by Andreas Eversberg · 12 years ago
  75. b3ded4c Added debugging of downlink bandwidth by Andreas Eversberg · 12 years ago
  76. 3b7461c Fixed Paging RR on PACCH by Andreas Eversberg · 12 years ago
  77. 2b91464 Added paging for RR connection on PACCH of active TBFs by Andreas Eversberg · 12 years ago
  78. a9b9407 Only select TLLI, if it is valid (and not unset) by Andreas Eversberg · 12 years ago
  79. ab18bab Set coding scheme on Packet Uplink Ack/Nack message by Andreas Eversberg · 12 years ago
  80. 52c748c Minor fixes of debug output of channel allocation by Andreas Eversberg · 12 years ago
  81. 53f4725 Adding multislot allocation algorithm by Andreas Eversberg · 12 years ago
  82. 592e04a multislot: Rework of handling control channel / polling by Andreas Eversberg · 12 years ago
  83. f298fa8 multislot: Extracted "slot allocation algorithm" from tbf allocator by Andreas Eversberg · 12 years ago
  84. b0c7ea7 Changed data structures for TBF and PDCH instances, to allow multislot by Andreas Eversberg · 12 years ago
  85. ef7f28c Merge branch 'jolly_new' by Ivan Kluchnikov · 12 years ago
  86. 0e40309 Restructured debugging levels to get better overview of TBFs/processes by Andreas Eversberg · 12 years ago
  87. 7b04501 Fixed pseudo length of IMMEDIATE ASSIGNMENT message. by Andreas Eversberg · 12 years ago
  88. 3e372d5 Cleanup of BSSGP code. by Andreas Eversberg · 12 years ago
  89. dfa563c RLC/MAC process makes use from attributes, received from PCU socket by Andreas Eversberg · 12 years ago
  90. e6228b3 TBF acknowledged mode finished for both link directions by Andreas Eversberg · 12 years ago
  91. c7e7f68 Implemented Paging procedure on CCCH. by Ivan Kluchnikov · 12 years ago
  92. bbbd79d Fixed DL TBF establishment on CCCH. by Ivan Kluchnikov · 12 years ago
  93. 34460b8 Modified encoding of Packet Downlink Assignment and Packet Uplink Ack/Nack messages. by Ivan Kluchnikov · 12 years ago
  94. 5dac2f0 Work on RLCMAC layer. Integration of scheduler and new packet transfer by Andreas Eversberg · 12 years ago
  95. d78ee73 Fixed Downlink TBF Establishment on CCCH. by Ivan Kluchnikov · 12 years ago
  96. cf7b3a5 Merge branch 'jolly' Merged jolly branch with master, fixed conflicts. by Ivan Kluchnikov · 12 years ago
  97. 7d7cf54 Packet Downlink Assigment now uses ARFCN/TN of current BTS layout by Andreas Eversberg · 12 years ago
  98. 0553408 Fixed IMM.ASS message by Andreas Eversberg · 12 years ago
  99. fe411b3 Hack to slow down uplink transfer by Andreas Eversberg · 12 years ago
  100. 0aed654 Split of L1 interface to be used with OpenBTS or sysmo-BTS by Andreas Eversberg · 12 years ago