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. 2023bd1 tbf: Make multislot lookup tables static/const by Holger Hans Peter Freyther · 11 years ago
  5. d6bd91e tfi: The tfi_alloc doesn't allocate anything, rename the function by Holger Hans Peter Freyther · 11 years ago
  6. b67a8a3 rlcmac: Reduce the depedency on the global gprs_rlcmac_bts variable by Holger Hans Peter Freyther · 11 years ago
  7. 90692f9 misc: Move the struct bssgp_bvc_ctx into the struct osmo_pcu by Holger Hans Peter Freyther · 11 years ago
  8. a004e6a Added timing advance support for up and downlink TBFs by Andreas Eversberg · 11 years ago
  9. 050ace2 Introduce new file for various measurements by Andreas Eversberg · 11 years ago
  10. 570b44b Add RSSI of data blocks to PCU interface by Andreas Eversberg · 11 years ago 0.2 0.2.0
  11. 97644ed Various fixes for multi slot allocation algotihm by Andreas Eversberg · 11 years ago
  12. 02d7cd2 Get rid of allocating first timeslot at tfi_alloc by Andreas Eversberg · 11 years ago
  13. f01929b Rework on multislot allocation algorithm by Andreas Eversberg · 12 years ago
  14. 8c3680d Added paging PS support by Ivan Kluchnikov by Andreas Eversberg · 12 years ago
  15. afdd9e1 Fix: Don't use TIMING_ADVANCE_INDEX in assignment messages, if not used by Andreas Eversberg · 12 years ago
  16. b83e2a7 Adding flow chart diagram of ongoing TBFs and their events by Andreas Eversberg · 12 years ago
  17. 5cae087 Fix: Free CS paging messages by Andreas Eversberg · 12 years ago
  18. 499ff41 Allow setting of seperate coding schemes for uplink and downlink by Andreas Eversberg · 12 years ago
  19. 3b1332c Replace switch/case construct by a structure, to define coding schemes by Andreas Eversberg · 12 years ago
  20. aafcbbb Set Alpha and Gamma at assingment messages for power control by Andreas Eversberg · 12 years ago
  21. 9a91346 Fix: Send correct QOS profile and DL-UNITDATA IE to SGSN by Andreas Eversberg · 12 years ago
  22. adb2f18 Assign TFI to complete TRX, not just one TS by Andreas Eversberg · 12 years ago
  23. 07e97cf Adding single block allocation by Andreas Eversberg · 12 years ago
  24. 309ce74 Fix: tfi_alloc() has some signed attributes by Andreas Eversberg · 12 years ago
  25. ba1cd9b Fixed two issues found by clang, pointed out by Holger by Andreas Eversberg · 12 years ago
  26. 6681bb8 Replaced malloc() by talloc_zero() to be able to track memeory leaks by Andreas Eversberg · 12 years ago
  27. b3ded4c Added debugging of downlink bandwidth by Andreas Eversberg · 12 years ago
  28. 3b7461c Fixed Paging RR on PACCH by Andreas Eversberg · 12 years ago
  29. 2b91464 Added paging for RR connection on PACCH of active TBFs by Andreas Eversberg · 12 years ago
  30. a9b9407 Only select TLLI, if it is valid (and not unset) by Andreas Eversberg · 12 years ago
  31. ab18bab Set coding scheme on Packet Uplink Ack/Nack message by Andreas Eversberg · 12 years ago
  32. 52c748c Minor fixes of debug output of channel allocation by Andreas Eversberg · 12 years ago
  33. 53f4725 Adding multislot allocation algorithm by Andreas Eversberg · 12 years ago
  34. 592e04a multislot: Rework of handling control channel / polling by Andreas Eversberg · 12 years ago
  35. f298fa8 multislot: Extracted "slot allocation algorithm" from tbf allocator by Andreas Eversberg · 12 years ago
  36. b0c7ea7 Changed data structures for TBF and PDCH instances, to allow multislot by Andreas Eversberg · 12 years ago
  37. ef7f28c Merge branch 'jolly_new' by Ivan Kluchnikov · 12 years ago
  38. 0e40309 Restructured debugging levels to get better overview of TBFs/processes by Andreas Eversberg · 12 years ago
  39. 7b04501 Fixed pseudo length of IMMEDIATE ASSIGNMENT message. by Andreas Eversberg · 12 years ago
  40. 3e372d5 Cleanup of BSSGP code. by Andreas Eversberg · 12 years ago
  41. dfa563c RLC/MAC process makes use from attributes, received from PCU socket by Andreas Eversberg · 12 years ago
  42. e6228b3 TBF acknowledged mode finished for both link directions by Andreas Eversberg · 12 years ago
  43. c7e7f68 Implemented Paging procedure on CCCH. by Ivan Kluchnikov · 12 years ago
  44. bbbd79d Fixed DL TBF establishment on CCCH. by Ivan Kluchnikov · 12 years ago
  45. 34460b8 Modified encoding of Packet Downlink Assignment and Packet Uplink Ack/Nack messages. by Ivan Kluchnikov · 12 years ago
  46. 5dac2f0 Work on RLCMAC layer. Integration of scheduler and new packet transfer by Andreas Eversberg · 12 years ago
  47. d78ee73 Fixed Downlink TBF Establishment on CCCH. by Ivan Kluchnikov · 12 years ago
  48. cf7b3a5 Merge branch 'jolly' Merged jolly branch with master, fixed conflicts. by Ivan Kluchnikov · 12 years ago
  49. 7d7cf54 Packet Downlink Assigment now uses ARFCN/TN of current BTS layout by Andreas Eversberg · 12 years ago
  50. 0553408 Fixed IMM.ASS message by Andreas Eversberg · 12 years ago
  51. fe411b3 Hack to slow down uplink transfer by Andreas Eversberg · 12 years ago
  52. 0aed654 Split of L1 interface to be used with OpenBTS or sysmo-BTS by Andreas Eversberg · 12 years ago
  53. a9e6dc5 Improvement of TBF management. by Ivan Kluchnikov · 12 years ago
  54. 856221f Removed all OpenBTS dependencies. We don't use OpenBTS cout and gsmtap anymore. by Ivan Kluchnikov · 12 years ago
  55. c5187a1 move everything to src/ subdirectory by Harald Welte · 12 years ago[Renamed from gprs_rlcmac.cpp]
  56. 6347711 Fixed gprs_rlcmac_rcv_data_block() function. by Ivan Kluchnikov · 12 years ago
  57. 2f69acd Modified gprs_rlcmac_data_block_parse() function. by Ivan Kluchnikov · 12 years ago
  58. e359423 Modified gprs_rlcmac_segment_llc_pdu() and gprs_rlcmac_tx_dl_data_block() functions. by Ivan Kluchnikov · 12 years ago
  59. bceb3fb Modified gprs_rlcmac_data_block_parse() function. by Ivan Kluchnikov · 12 years ago
  60. b2b8100 Fixed gprs_rlcmac_rcv_data_block() and gprs_rlcmac_data_block_parse() functions. by Ivan Kluchnikov · 12 years ago
  61. 9c795ab Changed Downlink TBF Establishment. by Ivan Kluchnikov · 12 years ago
  62. 0b450c1 Modified write_packet_downlink_assignment function. by Ivan Kluchnikov · 12 years ago
  63. a21f275 Fixed RLC/MAC downlink block data length and gprs_rlcmac_tx_dl_data_block function. by Ivan Kluchnikov · 12 years ago
  64. a9f1ff2 Modified PCU debugging/logging system. Now we use functions from osmocom logging system. by Ivan Kluchnikov · 12 years ago
  65. 835f91e We don't use OpenBTS bit vectors in PCU anymore. All OpenBTS bit vectors are replaced by Osmocom bit vectors. by Ivan Kluchnikov · 12 years ago
  66. 5310d45 L1 Interface (PCU side): Added functions for handling PhConnectInd and PhRaInd primitives. by Ivan Kluchnikov · 12 years ago
  67. 192e9c1 Fixed: wrong sizeof value for malloc(). by Ivan Kluchnikov · 12 years ago
  68. 61a33f7 Added support of osmo_timers and osmo_gsm_timers for TBF. by Ivan Kluchnikov · 12 years ago
  69. 8b0e8e3 Changed parameters for Downlink Immediate Assignment Rest Octets. by Ivan Kluchnikov · 12 years ago
  70. c320d86 Fixed bugs in handling of TBFs. by Ivan Kluchnikov · 12 years ago
  71. 8ee6051 Separation of GPRS PCU application from main OpenBTS code and changing PCU architecture (First step). by Ivan Kluchnikov · 12 years ago