1. 28f160e Introduce osmo_tdef infra and timer VTY commands by Pau Espin Pedrol · 4 years, 10 months ago
  2. cd2ac56 Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds by Pau Espin Pedrol · 5 years ago
  3. 5c3783b gprs_bssgp_pcu: explicit allocate & initialize bssgp_nsi instance by Alexander Couzens · 5 years ago
  4. 0e6e45a Fix help message formatting of osmo-pcu. by Rafael Diniz · 5 years ago
  5. d5ffeb5 Explicitly clean up BTS singleton by Max · 5 years ago
  6. 8119ecd Tighten lqual table limits check by Max · 5 years ago
  7. f0af1b0 Added support for daemonize to osmo-pcu. by Rafael Diniz · 5 years ago
  8. 45143d2 Don't register SIGHUP handler without actually handling SIGHUP by Harald Welte · 6 years ago
  9. 42f2d61 use osmo_init_logging2() with proper talloc ctx by Neels Hofmeyr · 6 years ago
  10. bdc55fa implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  11. 1187a77 Update header includes by Max · 6 years ago
  12. 84bf0fa Support receiving SI13 from BTS by Max · 7 years ago
  13. 1f18909 EDGE: Fix UL link adaptation. by Minh-Quang Nguyen · 7 years ago
  14. c4178e5 Add pcu-socket vty config by Pau Espin Pedrol · 7 years ago
  15. ccde5c9 remove pcu own bitvector implementation by Alexander Couzens · 7 years ago
  16. 78ce591 main, tests: use msgb_talloc_ctx_init() (new) by Neels Hofmeyr · 7 years ago
  17. ee78bf0 Adds rate_ctr_init in the startup of osmo-pcu by sivasankari · 8 years ago
  18. fd9e16c heed VTY 'line vty'/'bind' command by Neels Hofmeyr · 8 years ago
  19. 01826c1 vty: use OSMO_VTY_PORT_PCU instead of number by Neels Hofmeyr · 8 years ago
  20. 50b0970 Modify EGPRS DL TBF flow to support SPB by Aravind Sirsikar · 8 years ago
  21. 99ab0a8 Add header type 1 support for EGPRS uplink by Aravind Sirsikar · 8 years ago
  22. 173ef90 pcu: Fix compiler warning about using string by Holger Hans Peter Freyther · 8 years ago
  23. 2efdf69 Introduce --gsmtap-ip/-i option by Max · 8 years ago
  24. 4f8438a Merge remote-tracking branch 'origin/jerlbeck/master' by Holger Hans Peter Freyther · 8 years ago
  25. 7f4841b Fix missing '-V / --version' in print_help() by Harald Welte · 8 years ago
  26. 36df774 edge: Make window size configurable by Jacob Erlbeck · 8 years ago
  27. 96ccea8 edge: Add initial_mcs_dl and initial_mcs_ul config values by Jacob Erlbeck · 8 years ago
  28. 0d05805 edge: Add max_mcs_ul and max_mcs_dl config by Jacob Erlbeck · 8 years ago
  29. eb93f59 pcu: Enable dl-tbf-idle-time and idle-ack-delay by default by Jacob Erlbeck · 9 years ago
  30. 42aba81 stats: Enable stats subsystem by Jacob Erlbeck · 9 years ago
  31. 56af6d5 ns: Add logging support by Jacob Erlbeck · 9 years ago
  32. b31f5ef pcu: Enable LLC CoDel by default by Jacob Erlbeck · 9 years ago
  33. f16a069 pcu: Use alloc_algorithm_dynamic by default by Jacob Erlbeck · 9 years ago
  34. 70b96aa ms: Reduce DL CS level if only a few LLC bytes are left by Jacob Erlbeck · 9 years ago
  35. 94cde13 ms: Add UL CS selection based on L1 link quality by Jacob Erlbeck · 9 years ago
  36. b33e675 ms: Add support for maximum CS values by Jacob Erlbeck · 9 years ago
  37. 1751c62 tbf: Add adaptive DL CS adjustment by Jacob Erlbeck · 9 years ago
  38. 3c91cb8 pcu: Set ms_idle_sec to 60s by Jacob Erlbeck · 9 years ago
  39. 1db67e0 tbf: Remove TimingAdvance storage by Jacob Erlbeck · 9 years ago
  40. 00fc6b1 pcu: Call bssgp_set_log_ss(DBSSGP) in main() by Jacob Erlbeck · 9 years ago
  41. 6d8884d Always exit and don't try to recover by Daniel Willmann · 10 years ago
  42. 12c039c debug_diagram: Remove the special debug_diagram compilation mode by Holger Hans Peter Freyther · 11 years ago
  43. 4e8b50c misc: Fix a potential leak on config parsing by Holger Hans Peter Freyther · 11 years ago
  44. 111614a ta: Create TimingAdvance class and make it belong to the BTS by Holger Hans Peter Freyther · 11 years ago
  45. b6acfda bts: Introduce a singleton for the BTS and use it in the code by Holger Hans Peter Freyther · 11 years ago
  46. 67ed34e bts: Move struct gprs_rlcmac_bts and other structs into a bts.h by Holger Hans Peter Freyther · 11 years ago
  47. a30f476 misc: Add an option exit/quit when the BSSGP is supposed to be destroyed by Holger Hans Peter Freyther · 11 years ago
  48. a004e6a Added timing advance support for up and downlink TBFs by Andreas Eversberg · 11 years ago
  49. 783aa4b Allow to enable realtime priority for the BTS process by Andreas Eversberg · 11 years ago
  50. 72075f0 Make the code handle SIGTERM. by Holger Hans Peter Freyther · 11 years ago
  51. 0b874b6 Use default 'alpha' value of 0 by Andreas Eversberg · 11 years ago
  52. e5a0939 pcu_main: Add '-V' to obtain the (compile) version of osmo-pcu by Harald Welte · 11 years ago 0.1 0.1.0
  53. 7a5a67a Use global PCU's talloc context for all talloc calls by Andreas Eversberg · 11 years ago
  54. b83e2a7 Adding flow chart diagram of ongoing TBFs and their events by Andreas Eversberg · 12 years ago
  55. 499ff41 Allow setting of seperate coding schemes for uplink and downlink by Andreas Eversberg · 12 years ago
  56. aafcbbb Set Alpha and Gamma at assingment messages for power control by Andreas Eversberg · 12 years ago
  57. cd8a83a Statefull reset and unblock BVCs and sending flow control messages by Andreas Eversberg · 12 years ago
  58. 53f4725 Adding multislot allocation algorithm by Andreas Eversberg · 12 years ago
  59. f298fa8 multislot: Extracted "slot allocation algorithm" from tbf allocator by Andreas Eversberg · 12 years ago
  60. e266bd4 Adding signal handler to allow clean exit of PCU by Andreas Eversberg · 12 years ago
  61. ebde64f logging: Add vty to allow definition/storage of debug levels by Andreas Eversberg · 12 years ago
  62. ef7f28c Merge branch 'jolly_new' by Ivan Kluchnikov · 12 years ago
  63. 1944bd5 Minor fix of MCC, MNC options by Andreas Eversberg · 12 years ago
  64. 3e372d5 Cleanup of BSSGP code. by Andreas Eversberg · 12 years ago
  65. 81e895b Adding MCC/MNC spoof options to pcu_main.cpp by Andreas Eversberg · 12 years ago
  66. dfa563c RLC/MAC process makes use from attributes, received from PCU socket by Andreas Eversberg · 12 years ago
  67. b3c6f6c Receive cell informations via PCU socket interface by Andreas Eversberg · 12 years ago
  68. d679009 remove dependencies to openbsc/osmoggsn internals by Harald Welte · 12 years ago
  69. e6228b3 TBF acknowledged mode finished for both link directions by Andreas Eversberg · 12 years ago
  70. 5dac2f0 Work on RLCMAC layer. Integration of scheduler and new packet transfer by Andreas Eversberg · 12 years ago
  71. cf7b3a5 Merge branch 'jolly' Merged jolly branch with master, fixed conflicts. by Ivan Kluchnikov · 12 years ago
  72. 0aed654 Split of L1 interface to be used with OpenBTS or sysmo-BTS by Andreas Eversberg · 12 years ago
  73. 477e79e remove dependencies to openbsc/osmoggsn internals by Harald Welte · 12 years ago
  74. c5187a1 move everything to src/ subdirectory by Harald Welte · 12 years ago[Renamed from pcu_main.cpp]
  75. a9f1ff2 Modified PCU debugging/logging system. Now we use functions from osmocom logging system. by Ivan Kluchnikov · 12 years ago
  76. 61a33f7 Added support of osmo_timers and osmo_gsm_timers for TBF. by Ivan Kluchnikov · 12 years ago
  77. e3a0596 Added L1 interface between PCU and OpenBTS for communication (PCU side). by Ivan Kluchnikov · 12 years ago
  78. 8ee6051 Separation of GPRS PCU application from main OpenBTS code and changing PCU architecture (First step). by Ivan Kluchnikov · 12 years ago