1. e5a0939 pcu_main: Add '-V' to obtain the (compile) version of osmo-pcu by Harald Welte · 11 years ago 0.1 0.1.0
  2. d1e340f VTY: complete the copyright message by Harald Welte · 11 years ago
  3. 71cce91 Use PCU's talloc context to allocate libosmogb instances by Andreas Eversberg · 11 years ago
  4. 0f4541b Free each fl1h (sysmo-bts' layer 1 handler) when closing BTS<->PCU socket by Andreas Eversberg · 11 years ago
  5. 273a222 Fixed memory leaks caused by not freeing bitvector by Andreas Eversberg · 11 years ago
  6. 7a5a67a Use global PCU's talloc context for all talloc calls by Andreas Eversberg · 11 years ago
  7. 97644ed Various fixes for multi slot allocation algotihm by Andreas Eversberg · 11 years ago
  8. 02d7cd2 Get rid of allocating first timeslot at tfi_alloc by Andreas Eversberg · 11 years ago
  9. 138f4e6 Adding missing initialization of logging to RLCMACTest.cpp by Andreas Eversberg · 11 years ago
  10. 9aaf2ae add missing examples/Makefile.am by Harald Welte · 11 years ago
  11. e405011 install osmo-pcu.cfg to /etc/osmocom/ by Harald Welte · 11 years ago
  12. 850d80b add example configuration file as per Andreas' suggestion by Harald Welte · 11 years ago
  13. de5253a make sure to register NS protocol to the VTY by Harald Welte · 11 years ago
  14. a23c7ee Adding direct access to DSP of sysmoBTS for PDTCH traffice by Andreas Eversberg · 11 years ago
  15. 106ea79 Fix: Align TLLI to 32 bit margin, before converting it by Andreas Eversberg · 12 years ago
  16. d87b468 Fix of debug names and initial log levels by Andreas Eversberg · 12 years ago
  17. 5b8a528 Doc: Update on README and tbf.txt by Andreas Eversberg · 12 years ago
  18. f01929b Rework on multislot allocation algorithm by Andreas Eversberg · 12 years ago
  19. 8c3680d Added paging PS support by Ivan Kluchnikov by Andreas Eversberg · 12 years ago
  20. 0095074 Use seperate function to parse IMSI from BSSGP message by Andreas Eversberg · 12 years ago
  21. afdd9e1 Fix: Don't use TIMING_ADVANCE_INDEX in assignment messages, if not used by Andreas Eversberg · 12 years ago
  22. 3a7eb6b Fix: Drop ongoing UL TBF, if another UL TBF is established for same TLLI by Andreas Eversberg · 12 years ago
  23. 0c9b50c Fix: Handling of final acknowledge on downlink TBFs by Andreas Eversberg · 12 years ago
  24. aafcd70 Fix: Be sure to check if the PACKET DOWNLINK ACK belongs to the polled MS by Andreas Eversberg · 12 years ago
  25. b83e2a7 Adding flow chart diagram of ongoing TBFs and their events by Andreas Eversberg · 12 years ago
  26. 5cae087 Fix: Free CS paging messages by Andreas Eversberg · 12 years ago
  27. f7adfde Fix: Removed potential double free bug when receiving NS messages by Andreas Eversberg · 12 years ago
  28. 701d9f8 Ported fixes and improvements from Wireshark for RLC/MAC control block decoding. Part 1. by Ivan Kluchnikov · 12 years ago
  29. 9eb552b Merge branch 'jolly' by Ivan Kluchnikov · 12 years ago
  30. 499ff41 Allow setting of seperate coding schemes for uplink and downlink by Andreas Eversberg · 12 years ago
  31. 3b1332c Replace switch/case construct by a structure, to define coding schemes by Andreas Eversberg · 12 years ago
  32. 5f14bd9 Fix: Poll correctly for downlink acknowlege, to prevent window stalling by Andreas Eversberg · 12 years ago
  33. a3c12fb Fix: Cleanly open and close NS instance by Andreas Eversberg · 12 years ago
  34. a9be154 Use PCH confirm from BTS to start downlink packet flow by Andreas Eversberg · 12 years ago
  35. 99a107d Free existing UL/DL TBF, if RACH has been received from MS by Andreas Eversberg · 12 years ago
  36. 80be275 Fix: Dump correct NSVCI value at debug line by Andreas Eversberg · 12 years ago
  37. aafcbbb Set Alpha and Gamma at assingment messages for power control by Andreas Eversberg · 12 years ago
  38. df4d20e Fix: T3193 is now started with the correct value by Andreas Eversberg · 12 years ago
  39. 9a91346 Fix: Send correct QOS profile and DL-UNITDATA IE to SGSN by Andreas Eversberg · 12 years ago
  40. 514491d Fix: Correctly interpret MCC, MNC, CELL ID from BTS by Andreas Eversberg · 12 years ago
  41. cd8a83a Statefull reset and unblock BVCs and sending flow control messages by Andreas Eversberg · 12 years ago
  42. 4b39dd1 Replace local definitions by header gprs_bssgp_bss.h by Andreas Eversberg · 12 years ago
  43. adb2f18 Assign TFI to complete TRX, not just one TS by Andreas Eversberg · 12 years ago
  44. 07e97cf Adding single block allocation by Andreas Eversberg · 12 years ago
  45. cbcd124 Fix: Add timer for downlink TBF in assignment state by Andreas Eversberg · 12 years ago
  46. 309ce74 Fix: tfi_alloc() has some signed attributes by Andreas Eversberg · 12 years ago
  47. 14db19e Adding flags for debugging assignment and polling timeout by Andreas Eversberg · 12 years ago
  48. 802bb6e Adding polling for packet control ack at packet downlink/uplink assignment by Andreas Eversberg · 12 years ago
  49. 08e93cd Use final_ack_sent and contention_resolution_done to define ongoing UL TBF by Andreas Eversberg · 12 years ago
  50. 4b55962 Minor changes on comments of scheduler by Andreas Eversberg · 12 years ago
  51. ef42540 Be sure to priorize uplink assignment (PACCH) by Andreas Eversberg · 12 years ago
  52. 0b0f2c0 misc: Add the libosmocore CFLAGS to the CPPFLAGS by Holger Hans Peter Freyther · 12 years ago
  53. ba1cd9b Fixed two issues found by clang, pointed out by Holger by Andreas Eversberg · 12 years ago
  54. 6681bb8 Replaced malloc() by talloc_zero() to be able to track memeory leaks by Andreas Eversberg · 12 years ago
  55. d6a8db6 Cleanup by splitting gprs_rlcmac_rcv_rts_block() into seperate methods by Andreas Eversberg · 12 years ago
  56. a95348c misc: Add the libosmocore CFLAGS to the CPPFLAGS by Holger Hans Peter Freyther · 12 years ago
  57. 1115f59 misc: Fix typos in the comments by Holger Hans Peter Freyther · 12 years ago
  58. b3ded4c Added debugging of downlink bandwidth by Andreas Eversberg · 12 years ago
  59. ca89ada Added README by Andreas Eversberg · 12 years ago
  60. 7f5352c Fix: gprs_rlcmac_trigger_downlink_assignment() selects correct channel by Andreas Eversberg · 12 years ago
  61. bc65586 Fix: Kill pending downlink TBF, if mobile requests uplink TBF on RACH by Andreas Eversberg · 12 years ago
  62. 7438df7 Fix: Send downlink assignment on PCH twice to make reception more safe by Andreas Eversberg · 12 years ago
  63. 642c7d3 Fix: We don't use timer to define when assignment is complete on PACCH by Andreas Eversberg · 12 years ago
  64. a1503fa VTY: Select timeslot allocation algorithm via VTY by Andreas Eversberg · 12 years ago
  65. da62859 Makefile.am: Actually install the pcu during 'make install' by Harald Welte · 12 years ago
  66. 3022a70 Makefile.am: rename executable name from pcu to osmo-pcu by Harald Welte · 12 years ago
  67. 74acef8 import GPLv2 license text to this project by Harald Welte · 12 years ago
  68. 24131bf Add check of lifetime of LLC frame by Andreas Eversberg · 12 years ago
  69. 8b761a3 VTY: Added option to force given CS and ignore the scheme given by BTS by Andreas Eversberg · 12 years ago
  70. 3b7461c Fixed Paging RR on PACCH by Andreas Eversberg · 12 years ago
  71. 2b91464 Added paging for RR connection on PACCH of active TBFs by Andreas Eversberg · 12 years ago
  72. 8389fd0 Update to version 3 of PCU socket interface (includes version check) by Andreas Eversberg · 12 years ago
  73. 4b470ff Changed log levels, to indicate abnormal events by Andreas Eversberg · 12 years ago
  74. 0f13c40 Check for downlink sequence is out of range by Andreas Eversberg · 12 years ago
  75. f54a89e Change polling interval for Packet Downlink Ack/Nack by Andreas Eversberg · 12 years ago
  76. 67e4f2f If we already sent final Packet Uplink Ack/Nack, request DL TBF on PCH by Andreas Eversberg · 12 years ago
  77. 67a1976 No content resolution is required when UL TBF is requested during DL TBF by Andreas Eversberg · 12 years ago
  78. c8466f4 Ignore Packet Resource Request by Andreas Eversberg · 12 years ago
  79. a9b9407 Only select TLLI, if it is valid (and not unset) by Andreas Eversberg · 12 years ago
  80. ab18bab Set coding scheme on Packet Uplink Ack/Nack message by Andreas Eversberg · 12 years ago
  81. 52c748c Minor fixes of debug output of channel allocation by Andreas Eversberg · 12 years ago
  82. ee31b78 Fixed contention resolution issue by Andreas Eversberg · 12 years ago
  83. 06f96cd Added missing TA value assignment by Andreas Eversberg · 12 years ago
  84. 53f4725 Adding multislot allocation algorithm by Andreas Eversberg · 12 years ago
  85. 6664a90 Downlink transfer is finished if all packets are acknowleged by Andreas Eversberg · 12 years ago
  86. 5e043da Polling for downlink ack/nack is performed only on suitable slot by Andreas Eversberg · 12 years ago
  87. 592e04a multislot: Rework of handling control channel / polling by Andreas Eversberg · 12 years ago
  88. 51ab134 Added parsing of multislot class inside BSSGP PDU by Andreas Eversberg · 12 years ago
  89. f298fa8 multislot: Extracted "slot allocation algorithm" from tbf allocator by Andreas Eversberg · 12 years ago
  90. b0c7ea7 Changed data structures for TBF and PDCH instances, to allow multislot by Andreas Eversberg · 12 years ago
  91. e266bd4 Adding signal handler to allow clean exit of PCU by Andreas Eversberg · 12 years ago
  92. df72c89 Removed unnecessary test for tbf. by Ivan Kluchnikov · 12 years ago
  93. b8695f2 Removed obsolete if-condition by Andreas Eversberg · 12 years ago
  94. ebde64f logging: Add vty to allow definition/storage of debug levels by Andreas Eversberg · 12 years ago
  95. 1294256 VTY implementation by Andreas Eversberg · 12 years ago
  96. ef7f28c Merge branch 'jolly_new' by Ivan Kluchnikov · 12 years ago
  97. e13fa2d Send downlink IMMEDIATE ASSIGNMENT on PCH and not on AGCH by Andreas Eversberg · 12 years ago
  98. 88a214c Fixed return value of pcu_l1if_open() when connection to BTS fails by Andreas Eversberg · 12 years ago
  99. 0e40309 Restructured debugging levels to get better overview of TBFs/processes by Andreas Eversberg · 12 years ago
  100. 7b04501 Fixed pseudo length of IMMEDIATE ASSIGNMENT message. by Andreas Eversberg · 12 years ago