1. f098489 bts/pdch: Move the adding of paging to the BTS/PDCH objects by Holger Hans Peter Freyther · 11 years ago
  2. 24e98d0 pdch: Move paging dequeue into the PDCH object by Holger Hans Peter Freyther · 11 years ago
  3. 17b0d83 pdch: Move enable/disable into the PDCH code by Holger Hans Peter Freyther · 11 years ago
  4. ba5543f Add a TODO file with high-level tasks by Holger Hans Peter Freyther · 11 years ago
  5. b78adcd bts: Introduce a PollController that has the responsibility to poll by Holger Hans Peter Freyther · 11 years ago
  6. 9b30c7f bts: Move the frame_number into the BTS sructure by Holger Hans Peter Freyther · 11 years ago
  7. b6acfda bts: Introduce a singleton for the BTS and use it in the code by Holger Hans Peter Freyther · 11 years ago
  8. 67ed34e bts: Move struct gprs_rlcmac_bts and other structs into a bts.h by Holger Hans Peter Freyther · 11 years ago
  9. 1b33361 bts: Remove the global state from the tbf by Holger Hans Peter Freyther · 11 years ago
  10. b19d726 bts: Remove global state from gprs_rlcmac_rcv_rts_block by Holger Hans Peter Freyther · 11 years ago
  11. 1af73f6 bts: Remove global state from gprs_rlcmac_add_paging by Holger Hans Peter Freyther · 11 years ago
  12. ee7a535 bts: Remove global state from write_immediate_assignment by Holger Hans Peter Freyther · 11 years ago
  13. 485860c bts: Remove global state from write_packet_uplink_assignment by Holger Hans Peter Freyther · 11 years ago
  14. d507ce6 bts: Remove global state from gprs_rlcmac_send_packet_uplink_assignment by Holger Hans Peter Freyther · 11 years ago
  15. 8d7a632 bts: Remove global state frm gprs_rlcmac_rcv_control_block by Holger Hans Peter Freyther · 11 years ago
  16. 4ffc260 bts: Remove global state from gprs_rlcmac_send_data_block_acknowledged by Holger Hans Peter Freyther · 11 years ago
  17. 9f521cd bts: Remove global state from gprs_rlcmac_send_packet_downlink_assignment by Holger Hans Peter Freyther · 11 years ago
  18. b0250eb bts: Remove global state from gprs_rlcmac_rcv_rach by Holger Hans Peter Freyther · 11 years ago
  19. 698b612 bts: Remove global state from gprs_rlcmac_rcv_data_block_acknowledged by Holger Hans Peter Freyther · 11 years ago
  20. ae947fc bts: Remove the global state from write_packet_uplink_ack by Holger Hans Peter Freyther · 11 years ago
  21. 344ff48 bts: Remove the global state gprs_rlcmac_trigger_downlink_assignment by Holger Hans Peter Freyther · 11 years ago
  22. 173a240 bts: Remove global state and the usage of the gprs_rlcmac_bts by Holger Hans Peter Freyther · 11 years ago
  23. 45396a9 sched: Make sched_poll static and add a warning about fairness by Holger Hans Peter Freyther · 11 years ago
  24. bfdd5f2 alloc: Add very basic test case for the alloc_a algorithm by Holger Hans Peter Freyther · 11 years ago
  25. 948a3d6 alloc: Move usf into the scope it is actually used by Holger Hans Peter Freyther · 11 years ago
  26. b0a0075 alloc: Factor out the routine to find an enabled PDCH by Holger Hans Peter Freyther · 11 years ago
  27. 11a7489 alloc: Remove the unimplemented/unfinished time constraint code by Holger Hans Peter Freyther · 11 years ago
  28. 8481a05 alloc: Remove code duplication for downlink assignment by Holger Hans Peter Freyther · 11 years ago
  29. 743bafa alloc: Introduce a backpointer from the tbf to the trx and simplify code by Holger Hans Peter Freyther · 11 years ago
  30. 96efa70 alloc: Call it trx_no and not trx as it is not trx object by Holger Hans Peter Freyther · 11 years ago
  31. 02ab4a8 alloc: Move the two timeslot alloc algorithms to a dedicated file by Holger Hans Peter Freyther · 11 years ago
  32. 96173ae alloc: Move the "assignment" of the slot into a common function by Holger Hans Peter Freyther · 11 years ago
  33. 1c344e2 tbf: Prepare to make thing things private in the tbf, start with the state by Holger Hans Peter Freyther · 11 years ago
  34. 7380bab tbf: Move the tbf_timer_cb into the tbf class by Holger Hans Peter Freyther · 11 years ago
  35. 0946f99 tbf: Remove dead code that called tbf_free by Holger Hans Peter Freyther · 11 years ago
  36. 4556130 tbf: Move many routines related to the tbf from gprs_rlcmac to tbf.c by Holger Hans Peter Freyther · 11 years ago
  37. 4f6a4e5d tbf: Add another variant of the free_all now by pdch by Holger Hans Peter Freyther · 11 years ago
  38. 964ddb6 tbf: Move the code to close all timeslots into the tbf class by Holger Hans Peter Freyther · 11 years ago
  39. 9e21d84 tbf: Move header definition from gprs_rlcmac to the tbf by Holger Hans Peter Freyther · 11 years ago
  40. 099535a tbf: Move the struct to the tbf.h header file by Holger Hans Peter Freyther · 11 years ago
  41. 8692128 tbf: Move the alloc_ul_tbf into tbf.c and change signature by Holger Hans Peter Freyther · 11 years ago
  42. bb20b2c tbf: Add more to do items for refactoring on the dl assignment by Holger Hans Peter Freyther · 11 years ago
  43. bcafdf8 tbf: Warn about copy and paste between different tbf alloc routines by Holger Hans Peter Freyther · 11 years ago
  44. 443c822 tbf: Move the creation of a new tbf for the downlink to a new method by Holger Hans Peter Freyther · 11 years ago
  45. d868928 tbf: Create an assign method for IMSI. by Holger Hans Peter Freyther · 11 years ago
  46. d1d114f tbf: Move code that sets the tbf's ms_class to a central place by Holger Hans Peter Freyther · 11 years ago
  47. 31d0df9 tbf: Separate the easy path out of the receive path by Holger Hans Peter Freyther · 11 years ago
  48. 17c31ce tbf: Begin to add some structure to the tbf code by Holger Hans Peter Freyther · 11 years ago
  49. dcc9c39 sba: Fix memory leak when all PDCHs are disabled by Holger Hans Peter Freyther · 11 years ago
  50. 70862c9 misc: Print the payload that is not known by Holger Hans Peter Freyther · 11 years ago
  51. 26da836 rlc: Add missing break after GPRS_RLCMAC_CONTROL_BLOCK_OPT by Holger Hans Peter Freyther · 11 years ago
  52. 483f77a misc: Fix some typos sed -i s,ressources,resources,g by Holger Hans Peter Freyther · 11 years ago
  53. 9858060 misc: Fix format and typos in the code by Holger Hans Peter Freyther · 11 years ago
  54. 52c911b tbf: constify the IMSI argument for the downlink assignment by Holger Hans Peter Freyther · 11 years ago
  55. 2023bd1 tbf: Make multislot lookup tables static/const by Holger Hans Peter Freyther · 11 years ago
  56. d6bd91e tfi: The tfi_alloc doesn't allocate anything, rename the function by Holger Hans Peter Freyther · 11 years ago
  57. 9d93838 emu: Add a crash re-producer for the SGSN (and the concept of tests) by Holger Hans Peter Freyther · 11 years ago
  58. bc1e52c emu: Use OpenBSC code to decode the LLC and add assertions by Holger Hans Peter Freyther · 11 years ago
  59. 741481d emu: Send a static GPRS ATTACH request and wait for the reply. by Holger Hans Peter Freyther · 11 years ago
  60. 4ea9407 emu: Create an app that allows to communicate with a SGSN by Holger Hans Peter Freyther · 11 years ago
  61. 416ce69 bssgp: Add callback UNITDATA.DL messaes with the data by Holger Hans Peter Freyther · 11 years ago
  62. c0f1644 bssgp: Add callbacks for certain BSSGP events by Holger Hans Peter Freyther · 11 years ago
  63. e8d9a5f bssgp: Return the gprs_bssgp_pcu instance from create/connect by Holger Hans Peter Freyther · 11 years ago
  64. b67a8a3 rlcmac: Reduce the depedency on the global gprs_rlcmac_bts variable by Holger Hans Peter Freyther · 11 years ago
  65. 90d5df4 bssgp: These routines are not public API.. make them static for now by Holger Hans Peter Freyther · 11 years ago
  66. a9744de bssgp: Re-indent the switch/case statement by Holger Hans Peter Freyther · 11 years ago
  67. dfe17d7 tests: Fix the expected result (re-add whitespace) by Holger Hans Peter Freyther · 11 years ago
  68. e13298d tests: Move the RLCMACTest into the test directory and setup autotest by Holger Hans Peter Freyther · 11 years ago
  69. bb00704 tests: Create tests directory and move the VTY testing into there by Holger Hans Peter Freyther · 11 years ago
  70. 421fe79 bssgp: The method creates and the connects.. reflect that in the name by Holger Hans Peter Freyther · 11 years ago
  71. 939bfae bitvector: Address compiler warnings about unsigned/signed by Holger Hans Peter Freyther · 11 years ago
  72. f14ddb7 pcu_l1_if.cpp: Remove unused method and comment by Holger Hans Peter Freyther · 11 years ago
  73. 997d2ac femtobts: Remove code that is causing warnings with GCC 4.8 by Holger Hans Peter Freyther · 11 years ago
  74. cf0265a csn1: Fix various printf/format issues pointed out by gcc by Holger Hans Peter Freyther · 11 years ago
  75. 49be8bc misc: Ignore the two osmo-pcu binaries and files created by vim by Holger Hans Peter Freyther · 11 years ago
  76. 148fb9a csn1: Remove unused code from the file by Holger Hans Peter Freyther · 11 years ago
  77. 98fe945 misc: Move the parsing of the ms_class from RA Capabilities to a method by Holger Hans Peter Freyther · 11 years ago
  78. 249c7e9 bssgp: Remove commented out code that is currently not used. by Holger Hans Peter Freyther · 11 years ago
  79. 40bd0c4 bssgp: Reset the BVC and NSVC state in the destroy routine by Holger Hans Peter Freyther · 11 years ago
  80. 4b984b1 misc: Move the nsvc_unblocked into the struct osmo_pcu by Holger Hans Peter Freyther · 11 years ago
  81. ed70cb7 misc: Move the bvc_timer into the struct osmo_pcu by Holger Hans Peter Freyther · 11 years ago
  82. d8157c0 misc: Remove the unused sgsn pointer from the compilation unit by Holger Hans Peter Freyther · 11 years ago
  83. 90692f9 misc: Move the struct bssgp_bvc_ctx into the struct osmo_pcu by Holger Hans Peter Freyther · 11 years ago
  84. 90f08ef misc: Introduce a struct osmo_pcu and move things into it. by Holger Hans Peter Freyther · 11 years ago
  85. a30f476 misc: Add an option exit/quit when the BSSGP is supposed to be destroyed by Holger Hans Peter Freyther · 11 years ago
  86. 51c5704 misc: Remove if (timer_pending) stop_timer idiom from the code by Holger Hans Peter Freyther · 11 years ago
  87. a004e6a Added timing advance support for up and downlink TBFs by Andreas Eversberg · 11 years ago
  88. 783aa4b Allow to enable realtime priority for the BTS process by Andreas Eversberg · 11 years ago
  89. b6bb55d We shouldn't include the VTY tests in make check by default. by Ivan Kluchnikov · 11 years ago
  90. 7dac486 Added conditional python-based tests for VTY/config handling by Kat · 11 years ago
  91. 72075f0 Make the code handle SIGTERM. by Holger Hans Peter Freyther · 11 years ago
  92. 81a12be Fix: Correctly display SGSN remote IP at debugging by Andreas Eversberg · 11 years ago
  93. 050ace2 Introduce new file for various measurements by Andreas Eversberg · 11 years ago
  94. 570b44b Add RSSI of data blocks to PCU interface by Andreas Eversberg · 11 years ago 0.2 0.2.0
  95. 0b874b6 Use default 'alpha' value of 0 by Andreas Eversberg · 11 years ago
  96. 30a73d8 PCU: respect the PCU-side "local port" as configured via L1 IF by Harald Welte · 11 years ago
  97. 4440845 Fixed decoding and encoding of CSN_RECURSIVE_TARRAY, CSN_RECURSIVE_TARRAY_1, CSN_RECURSIVE_TARRAY_2. by Ivan Kluchnikov · 11 years ago
  98. 5dc29a5 Fixed memory leaks caused by not freeing msgb in udp_read_cb() function. by Ivan Kluchnikov · 11 years ago
  99. 3afe56d Fixed closing of PDCH when enabling sysmo-bts' direct DSP access by Andreas Eversberg · 11 years ago
  100. 827ed55 misc: Use the $enableval in the macro and not "yes" by Holger Hans Peter Freyther · 11 years ago