1. 26da836 rlc: Add missing break after GPRS_RLCMAC_CONTROL_BLOCK_OPT by Holger Hans Peter Freyther · 11 years ago
  2. 483f77a misc: Fix some typos sed -i s,ressources,resources,g by Holger Hans Peter Freyther · 11 years ago
  3. 9858060 misc: Fix format and typos in the code by Holger Hans Peter Freyther · 11 years ago
  4. 52c911b tbf: constify the IMSI argument for the downlink assignment by Holger Hans Peter Freyther · 11 years ago
  5. 2023bd1 tbf: Make multislot lookup tables static/const by Holger Hans Peter Freyther · 11 years ago
  6. d6bd91e tfi: The tfi_alloc doesn't allocate anything, rename the function by Holger Hans Peter Freyther · 11 years ago
  7. 9d93838 emu: Add a crash re-producer for the SGSN (and the concept of tests) by Holger Hans Peter Freyther · 11 years ago
  8. bc1e52c emu: Use OpenBSC code to decode the LLC and add assertions by Holger Hans Peter Freyther · 11 years ago
  9. 741481d emu: Send a static GPRS ATTACH request and wait for the reply. by Holger Hans Peter Freyther · 11 years ago
  10. 4ea9407 emu: Create an app that allows to communicate with a SGSN by Holger Hans Peter Freyther · 11 years ago
  11. 416ce69 bssgp: Add callback UNITDATA.DL messaes with the data by Holger Hans Peter Freyther · 11 years ago
  12. c0f1644 bssgp: Add callbacks for certain BSSGP events by Holger Hans Peter Freyther · 11 years ago
  13. e8d9a5f bssgp: Return the gprs_bssgp_pcu instance from create/connect by Holger Hans Peter Freyther · 11 years ago
  14. b67a8a3 rlcmac: Reduce the depedency on the global gprs_rlcmac_bts variable by Holger Hans Peter Freyther · 11 years ago
  15. 90d5df4 bssgp: These routines are not public API.. make them static for now by Holger Hans Peter Freyther · 11 years ago
  16. a9744de bssgp: Re-indent the switch/case statement by Holger Hans Peter Freyther · 11 years ago
  17. dfe17d7 tests: Fix the expected result (re-add whitespace) by Holger Hans Peter Freyther · 11 years ago
  18. e13298d tests: Move the RLCMACTest into the test directory and setup autotest by Holger Hans Peter Freyther · 11 years ago
  19. bb00704 tests: Create tests directory and move the VTY testing into there by Holger Hans Peter Freyther · 11 years ago
  20. 421fe79 bssgp: The method creates and the connects.. reflect that in the name by Holger Hans Peter Freyther · 11 years ago
  21. 939bfae bitvector: Address compiler warnings about unsigned/signed by Holger Hans Peter Freyther · 11 years ago
  22. f14ddb7 pcu_l1_if.cpp: Remove unused method and comment by Holger Hans Peter Freyther · 11 years ago
  23. 997d2ac femtobts: Remove code that is causing warnings with GCC 4.8 by Holger Hans Peter Freyther · 11 years ago
  24. cf0265a csn1: Fix various printf/format issues pointed out by gcc by Holger Hans Peter Freyther · 11 years ago
  25. 49be8bc misc: Ignore the two osmo-pcu binaries and files created by vim by Holger Hans Peter Freyther · 11 years ago
  26. 148fb9a csn1: Remove unused code from the file by Holger Hans Peter Freyther · 11 years ago
  27. 98fe945 misc: Move the parsing of the ms_class from RA Capabilities to a method by Holger Hans Peter Freyther · 11 years ago
  28. 249c7e9 bssgp: Remove commented out code that is currently not used. by Holger Hans Peter Freyther · 11 years ago
  29. 40bd0c4 bssgp: Reset the BVC and NSVC state in the destroy routine by Holger Hans Peter Freyther · 11 years ago
  30. 4b984b1 misc: Move the nsvc_unblocked into the struct osmo_pcu by Holger Hans Peter Freyther · 11 years ago
  31. ed70cb7 misc: Move the bvc_timer into the struct osmo_pcu by Holger Hans Peter Freyther · 11 years ago
  32. d8157c0 misc: Remove the unused sgsn pointer from the compilation unit by Holger Hans Peter Freyther · 11 years ago
  33. 90692f9 misc: Move the struct bssgp_bvc_ctx into the struct osmo_pcu by Holger Hans Peter Freyther · 11 years ago
  34. 90f08ef misc: Introduce a struct osmo_pcu and move things into it. by Holger Hans Peter Freyther · 11 years ago
  35. a30f476 misc: Add an option exit/quit when the BSSGP is supposed to be destroyed by Holger Hans Peter Freyther · 11 years ago
  36. 51c5704 misc: Remove if (timer_pending) stop_timer idiom from the code by Holger Hans Peter Freyther · 11 years ago
  37. a004e6a Added timing advance support for up and downlink TBFs by Andreas Eversberg · 11 years ago
  38. 783aa4b Allow to enable realtime priority for the BTS process by Andreas Eversberg · 11 years ago
  39. b6bb55d We shouldn't include the VTY tests in make check by default. by Ivan Kluchnikov · 11 years ago
  40. 7dac486 Added conditional python-based tests for VTY/config handling by Kat · 11 years ago
  41. 72075f0 Make the code handle SIGTERM. by Holger Hans Peter Freyther · 11 years ago
  42. 81a12be Fix: Correctly display SGSN remote IP at debugging by Andreas Eversberg · 11 years ago
  43. 050ace2 Introduce new file for various measurements by Andreas Eversberg · 11 years ago
  44. 570b44b Add RSSI of data blocks to PCU interface by Andreas Eversberg · 11 years ago 0.2 0.2.0
  45. 0b874b6 Use default 'alpha' value of 0 by Andreas Eversberg · 11 years ago
  46. 30a73d8 PCU: respect the PCU-side "local port" as configured via L1 IF by Harald Welte · 11 years ago
  47. 4440845 Fixed decoding and encoding of CSN_RECURSIVE_TARRAY, CSN_RECURSIVE_TARRAY_1, CSN_RECURSIVE_TARRAY_2. by Ivan Kluchnikov · 11 years ago
  48. 5dc29a5 Fixed memory leaks caused by not freeing msgb in udp_read_cb() function. by Ivan Kluchnikov · 11 years ago
  49. 3afe56d Fixed closing of PDCH when enabling sysmo-bts' direct DSP access by Andreas Eversberg · 11 years ago
  50. 827ed55 misc: Use the $enableval in the macro and not "yes" by Holger Hans Peter Freyther · 11 years ago
  51. e5a0939 pcu_main: Add '-V' to obtain the (compile) version of osmo-pcu by Harald Welte · 11 years ago 0.1 0.1.0
  52. d1e340f VTY: complete the copyright message by Harald Welte · 11 years ago
  53. 71cce91 Use PCU's talloc context to allocate libosmogb instances by Andreas Eversberg · 11 years ago
  54. 0f4541b Free each fl1h (sysmo-bts' layer 1 handler) when closing BTS<->PCU socket by Andreas Eversberg · 11 years ago
  55. 273a222 Fixed memory leaks caused by not freeing bitvector by Andreas Eversberg · 11 years ago
  56. 7a5a67a Use global PCU's talloc context for all talloc calls by Andreas Eversberg · 11 years ago
  57. 97644ed Various fixes for multi slot allocation algotihm by Andreas Eversberg · 11 years ago
  58. 02d7cd2 Get rid of allocating first timeslot at tfi_alloc by Andreas Eversberg · 11 years ago
  59. 138f4e6 Adding missing initialization of logging to RLCMACTest.cpp by Andreas Eversberg · 11 years ago
  60. 9aaf2ae add missing examples/Makefile.am by Harald Welte · 11 years ago
  61. e405011 install osmo-pcu.cfg to /etc/osmocom/ by Harald Welte · 11 years ago
  62. 850d80b add example configuration file as per Andreas' suggestion by Harald Welte · 11 years ago
  63. de5253a make sure to register NS protocol to the VTY by Harald Welte · 11 years ago
  64. a23c7ee Adding direct access to DSP of sysmoBTS for PDTCH traffice by Andreas Eversberg · 12 years ago
  65. 106ea79 Fix: Align TLLI to 32 bit margin, before converting it by Andreas Eversberg · 12 years ago
  66. d87b468 Fix of debug names and initial log levels by Andreas Eversberg · 12 years ago
  67. 5b8a528 Doc: Update on README and tbf.txt by Andreas Eversberg · 12 years ago
  68. f01929b Rework on multislot allocation algorithm by Andreas Eversberg · 12 years ago
  69. 8c3680d Added paging PS support by Ivan Kluchnikov by Andreas Eversberg · 12 years ago
  70. 0095074 Use seperate function to parse IMSI from BSSGP message by Andreas Eversberg · 12 years ago
  71. afdd9e1 Fix: Don't use TIMING_ADVANCE_INDEX in assignment messages, if not used by Andreas Eversberg · 12 years ago
  72. 3a7eb6b Fix: Drop ongoing UL TBF, if another UL TBF is established for same TLLI by Andreas Eversberg · 12 years ago
  73. 0c9b50c Fix: Handling of final acknowledge on downlink TBFs by Andreas Eversberg · 12 years ago
  74. aafcd70 Fix: Be sure to check if the PACKET DOWNLINK ACK belongs to the polled MS by Andreas Eversberg · 12 years ago
  75. b83e2a7 Adding flow chart diagram of ongoing TBFs and their events by Andreas Eversberg · 12 years ago
  76. 5cae087 Fix: Free CS paging messages by Andreas Eversberg · 12 years ago
  77. f7adfde Fix: Removed potential double free bug when receiving NS messages by Andreas Eversberg · 12 years ago
  78. 701d9f8 Ported fixes and improvements from Wireshark for RLC/MAC control block decoding. Part 1. by Ivan Kluchnikov · 12 years ago
  79. 9eb552b Merge branch 'jolly' by Ivan Kluchnikov · 12 years ago
  80. 499ff41 Allow setting of seperate coding schemes for uplink and downlink by Andreas Eversberg · 12 years ago
  81. 3b1332c Replace switch/case construct by a structure, to define coding schemes by Andreas Eversberg · 12 years ago
  82. 5f14bd9 Fix: Poll correctly for downlink acknowlege, to prevent window stalling by Andreas Eversberg · 12 years ago
  83. a3c12fb Fix: Cleanly open and close NS instance by Andreas Eversberg · 12 years ago
  84. a9be154 Use PCH confirm from BTS to start downlink packet flow by Andreas Eversberg · 12 years ago
  85. 99a107d Free existing UL/DL TBF, if RACH has been received from MS by Andreas Eversberg · 12 years ago
  86. 80be275 Fix: Dump correct NSVCI value at debug line by Andreas Eversberg · 12 years ago
  87. aafcbbb Set Alpha and Gamma at assingment messages for power control by Andreas Eversberg · 12 years ago
  88. df4d20e Fix: T3193 is now started with the correct value by Andreas Eversberg · 12 years ago
  89. 9a91346 Fix: Send correct QOS profile and DL-UNITDATA IE to SGSN by Andreas Eversberg · 12 years ago
  90. 514491d Fix: Correctly interpret MCC, MNC, CELL ID from BTS by Andreas Eversberg · 12 years ago
  91. cd8a83a Statefull reset and unblock BVCs and sending flow control messages by Andreas Eversberg · 12 years ago
  92. 4b39dd1 Replace local definitions by header gprs_bssgp_bss.h by Andreas Eversberg · 12 years ago
  93. adb2f18 Assign TFI to complete TRX, not just one TS by Andreas Eversberg · 12 years ago
  94. 07e97cf Adding single block allocation by Andreas Eversberg · 12 years ago
  95. cbcd124 Fix: Add timer for downlink TBF in assignment state by Andreas Eversberg · 12 years ago
  96. 309ce74 Fix: tfi_alloc() has some signed attributes by Andreas Eversberg · 12 years ago
  97. 14db19e Adding flags for debugging assignment and polling timeout by Andreas Eversberg · 12 years ago
  98. 802bb6e Adding polling for packet control ack at packet downlink/uplink assignment by Andreas Eversberg · 12 years ago
  99. 08e93cd Use final_ack_sent and contention_resolution_done to define ongoing UL TBF by Andreas Eversberg · 12 years ago
  100. 4b55962 Minor changes on comments of scheduler by Andreas Eversberg · 12 years ago