1. ff7c581 Rename gprs_rlcmac_ts_alloc.cpp -> alloc_algo.cpp & create own .h file by Pau Espin Pedrol · 1 year, 7 months ago
  2. 4f29fe7 Convert gprs_debug.cpp to C by Pau Espin Pedrol · 1 year, 8 months ago
  3. 343c0ee Split tbf_fsm as tbf_{ul,dl}_fsm by Pau Espin Pedrol · 1 year, 8 months ago
  4. 3cf9d53 Makefile.am: drop unneeded '-ldl -pthread' from AM_CXXFLAGS by Vadim Yanitskiy · 1 year, 8 months ago
  5. 8c88219 {src,tests}/Makefile.am: $(COMMON_LA) is not definied by Vadim Yanitskiy · 1 year, 11 months ago
  6. 4f8384b llc: Convert to C by Pau Espin Pedrol · 2 years, 3 months ago
  7. c90e6f8 Split csn1.c into common, enc and dec files by Pau Espin Pedrol · 2 years, 9 months ago
  8. ea8dbdd Move tbf ul_ack_state to osmocom FSM by Pau Espin Pedrol · 3 years ago
  9. 49a2f40 replace dl_ass_state with osmocom FSM by Pau Espin Pedrol · 3 years ago
  10. 6ad11a6 Replace ul_ass_state with osmocom FSM by Pau Espin Pedrol · 3 years ago
  11. d3c7591 Add counters: pcu.bts.N.pch.requests.timeout by Oliver Smith · 3 years ago
  12. dc2aaac tbf: Move existing tbf_state implementation to osmo_fsm by Pau Espin Pedrol · 3 years, 2 months ago
  13. 99360a3 Replace PollController with newly added PDCH UL Controller by Pau Espin Pedrol · 3 years, 4 months ago
  14. 15c58ac Add new PDCH UL Controller, drop SBAllocator class by Pau Espin Pedrol · 3 years, 4 months ago
  15. c0a250d Introduce NACC support by Pau Espin Pedrol · 3 years, 6 months ago
  16. 3a27102 Initial handling support for RIM messages by Pau Espin Pedrol · 3 years, 6 months ago
  17. e91c4c7 Convert osmo_bts_sock.cpp to C by Pau Espin Pedrol · 3 years, 6 months ago
  18. 8a35e64 Convert gprs_bssgp_pcu.cpp to C by Pau Espin Pedrol · 3 years, 6 months ago
  19. 4a5209d Get rid of unused gsm_timer.{cpp,h} by Pau Espin Pedrol · 3 years, 6 months ago
  20. ac3fd12 Split PCU global PCU object from BTS object by Pau Espin Pedrol · 3 years, 6 months ago
  21. da971ee Convert GprsMS and helpers classes to C by Pau Espin Pedrol · 3 years, 7 months ago
  22. 2ae8337 Get rid of class GprsCodingScheme by Pau Espin Pedrol · 4 years, 2 months ago
  23. b2653fe Move gsm_rlcmac.cpp -> .c by Pau Espin Pedrol · 4 years, 3 months ago
  24. 39a6505 csn1: get rid of C++ specific code, compile with GCC by Vadim Yanitskiy · 4 years, 5 months ago
  25. 9d1cdb1 Move out tbf subclasses from tbf.h to their own headers by Pau Espin Pedrol · 4 years, 10 months ago
  26. cfb6321 Forward ETWS Primary Notification to MS by Oliver Smith · 4 years, 10 months ago
  27. c1e4490 Initial commit for OC-2G support. by Jean-Francois Dionne · 7 years ago
  28. 51754b6 MCS: move HeaderType enum outside of class definition by Max · 5 years ago
  29. bea2edb MCS: move Coding Scheme enum outside of class definition by Max · 5 years ago
  30. 1f2e69f Don't install pcuif_proto.h header by Max · 5 years ago
  31. 6dc90b8 Move PDCH-related functions into separate files by Max · 6 years ago
  32. 186206c Allow specifying sysmocom headers explicitly by Max · 6 years ago
  33. 842d781 Move multislot table to separate file by Max · 7 years ago
  34. c136be0 lc15: further fixes regarding --with-litecell15 by Harald Welte · 7 years ago
  35. ccde5c9 remove pcu own bitvector implementation by Alexander Couzens · 7 years ago
  36. 68fc127 Install the pcuif_proto.h header file by Harald Welte · 8 years ago
  37. 0a4a6c1 EGPRS: Add EPDAN CRBB Tree based decoding by Pravin Kumarvel · 8 years ago
  38. 660709d Add support for NuRAN Wireless Litecell 1.5 BTS by Yves Godin · 8 years ago
  39. f0bb254 Enable subdir-objects automake option by Yves Godin · 8 years ago
  40. de810f2 Restructure sources by Max · 8 years ago
  41. cad867e Rename define for direct hw access by Max · 8 years ago
  42. 409f980 edge: Add GprsCodingScheme class by Jacob Erlbeck · 9 years ago
  43. 08e5d60 remove obsolete OpenBTS PCU interface support by Harald Welte · 9 years ago
  44. d32cbbb rename sysmo_sock.cpp to osmobts_sock.cpp by Harald Welte · 9 years ago
  45. 4f666bc llc: Add CoDel AQM implementation by Jacob Erlbeck · 9 years ago
  46. b4584ff build: Add -lrt to AM_LDFLAGS by Jacob Erlbeck · 9 years ago
  47. 62e96a3 vty: Add a file for C++ functions by Jacob Erlbeck · 9 years ago
  48. 1db67e0 tbf: Remove TimingAdvance storage by Jacob Erlbeck · 9 years ago
  49. 5367086 ms: Add MS storage class by Jacob Erlbeck · 9 years ago
  50. dfef28d llist: Add a C++ wrapper for linux_list by Jacob Erlbeck · 9 years ago
  51. e04e0b0 ms: Add GprsMs class to hold per-MS information by Jacob Erlbeck · 9 years ago
  52. 0a0b5dc pcu: Add pcu_utils.h to Makefile.am by Jacob Erlbeck · 9 years ago
  53. ca102af tbf: Split out UL/DL TBF methods into separate files by Daniel Willmann · 10 years ago
  54. 58db60c rlc: Start to move things out of the tbf into the rlc by Holger Hans Peter Freyther · 11 years ago
  55. be57081 llc: Move the llc structure to a new header file by Holger Hans Peter Freyther · 11 years ago
  56. 096f6f9 llc: Move the llc code out of the tbf.cpp into a new dedicated one by Holger Hans Peter Freyther · 11 years ago
  57. 61a0a04 tbf: Move gprs_rlcmac_send_data_block_acknowledged into tbf by Holger Hans Peter Freyther · 11 years ago
  58. d11290b pdch/tbf: Move gprs_rlcmac_rcv_data_block_acknowledged into the pdch by Holger Hans Peter Freyther · 11 years ago
  59. cedf890 sba: Create a SBAController that will manage the sbas for a BTS by Holger Hans Peter Freyther · 11 years ago
  60. 621dc2f sba: Move the sba code to a dedicated file by Holger Hans Peter Freyther · 11 years ago
  61. 111614a ta: Create TimingAdvance class and make it belong to the BTS by Holger Hans Peter Freyther · 11 years ago
  62. d6ef534 ta: Move timing advance related code into the ta.cpp file by Holger Hans Peter Freyther · 11 years ago
  63. 63f29d6 encoding: Move the functions into the encoding class by Holger Hans Peter Freyther · 11 years ago
  64. 6ca0a90 encoding: Move encoding routines into a separate file by Holger Hans Peter Freyther · 11 years ago
  65. b78adcd bts: Introduce a PollController that has the responsibility to poll by Holger Hans Peter Freyther · 11 years ago
  66. b6acfda bts: Introduce a singleton for the BTS and use it in the code by Holger Hans Peter Freyther · 11 years ago
  67. 67ed34e bts: Move struct gprs_rlcmac_bts and other structs into a bts.h by Holger Hans Peter Freyther · 11 years ago
  68. 02ab4a8 alloc: Move the two timeslot alloc algorithms to a dedicated file by Holger Hans Peter Freyther · 11 years ago
  69. 17c31ce tbf: Begin to add some structure to the tbf code by Holger Hans Peter Freyther · 11 years ago
  70. e13298d tests: Move the RLCMACTest into the test directory and setup autotest by Holger Hans Peter Freyther · 11 years ago
  71. 050ace2 Introduce new file for various measurements by Andreas Eversberg · 11 years ago
  72. a23c7ee Adding direct access to DSP of sysmoBTS for PDTCH traffice by Andreas Eversberg · 12 years ago
  73. 0b0f2c0 misc: Add the libosmocore CFLAGS to the CPPFLAGS by Holger Hans Peter Freyther · 12 years ago
  74. da62859 Makefile.am: Actually install the pcu during 'make install' by Harald Welte · 12 years ago
  75. 3022a70 Makefile.am: rename executable name from pcu to osmo-pcu by Harald Welte · 12 years ago
  76. ebde64f logging: Add vty to allow definition/storage of debug levels by Andreas Eversberg · 12 years ago
  77. ef7f28c Merge branch 'jolly_new' by Ivan Kluchnikov · 12 years ago
  78. d679009 remove dependencies to openbsc/osmoggsn internals by Harald Welte · 12 years ago
  79. 5dac2f0 Work on RLCMAC layer. Integration of scheduler and new packet transfer by Andreas Eversberg · 12 years ago
  80. cf7b3a5 Merge branch 'jolly' Merged jolly branch with master, fixed conflicts. by Ivan Kluchnikov · 12 years ago
  81. 0aed654 Split of L1 interface to be used with OpenBTS or sysmo-BTS by Andreas Eversberg · 12 years ago
  82. f6b7ca5 Adding more OpenBSC object files to Makefile.am by Andreas Eversberg · 12 years ago
  83. 477e79e remove dependencies to openbsc/osmoggsn internals by Harald Welte · 12 years ago
  84. 40383dc Makefile.am: Don't link lots of openbsc / sgsn / ggsn internal .o files by Harald Welte · 12 years ago
  85. 57f6b02 Add auto-foo (partial cleanup, master makefile/configure.ac by Harald Welte · 12 years ago
  86. c5187a1 move everything to src/ subdirectory by Harald Welte · 12 years ago[Renamed from Makefile.am]
  87. 6043718 Added PCU debugging/logging support code based on osmocom logging system. by Ivan Kluchnikov · 12 years ago
  88. 962f97b Additional functions for Osmocom bit vector abstraction. by Ivan Kluchnikov · 12 years ago
  89. ff447cd Added gsm_timer.h and gsm_timer.cpp files to Makefile.am. by Ivan Kluchnikov · 12 years ago
  90. 8ee6051 Separation of GPRS PCU application from main OpenBTS code and changing PCU architecture (First step). by Ivan Kluchnikov · 12 years ago
  91. 5c2f9fb Added RLC/MAC application. by Ivan Kluchnikov · 12 years ago
  92. 9c2c699 Fixed GPRS/Makefile.am. Libgprs.la for RLCMACTest was lost. by Ivan Kluchnikov · 13 years ago
  93. 487a141 Moved CSN1 and RLC/MAC code to new GPRS directory. by Ivan Kluchnikov · 13 years ago