1. 67e4f2f If we already sent final Packet Uplink Ack/Nack, request DL TBF on PCH by Andreas Eversberg · 12 years ago
  2. 67a1976 No content resolution is required when UL TBF is requested during DL TBF by Andreas Eversberg · 12 years ago
  3. c8466f4 Ignore Packet Resource Request by Andreas Eversberg · 12 years ago
  4. a9b9407 Only select TLLI, if it is valid (and not unset) by Andreas Eversberg · 12 years ago
  5. ab18bab Set coding scheme on Packet Uplink Ack/Nack message by Andreas Eversberg · 12 years ago
  6. 52c748c Minor fixes of debug output of channel allocation by Andreas Eversberg · 12 years ago
  7. ee31b78 Fixed contention resolution issue by Andreas Eversberg · 12 years ago
  8. 06f96cd Added missing TA value assignment by Andreas Eversberg · 12 years ago
  9. 53f4725 Adding multislot allocation algorithm by Andreas Eversberg · 12 years ago
  10. 6664a90 Downlink transfer is finished if all packets are acknowleged by Andreas Eversberg · 12 years ago
  11. 5e043da Polling for downlink ack/nack is performed only on suitable slot by Andreas Eversberg · 12 years ago
  12. 592e04a multislot: Rework of handling control channel / polling by Andreas Eversberg · 12 years ago
  13. 51ab134 Added parsing of multislot class inside BSSGP PDU by Andreas Eversberg · 12 years ago
  14. f298fa8 multislot: Extracted "slot allocation algorithm" from tbf allocator by Andreas Eversberg · 12 years ago
  15. b0c7ea7 Changed data structures for TBF and PDCH instances, to allow multislot by Andreas Eversberg · 12 years ago
  16. e266bd4 Adding signal handler to allow clean exit of PCU by Andreas Eversberg · 12 years ago
  17. b8695f2 Removed obsolete if-condition by Andreas Eversberg · 12 years ago
  18. ebde64f logging: Add vty to allow definition/storage of debug levels by Andreas Eversberg · 12 years ago
  19. 1294256 VTY implementation by Andreas Eversberg · 12 years ago
  20. ef7f28c Merge branch 'jolly_new' by Ivan Kluchnikov · 12 years ago
  21. e13fa2d Send downlink IMMEDIATE ASSIGNMENT on PCH and not on AGCH by Andreas Eversberg · 12 years ago
  22. 88a214c Fixed return value of pcu_l1if_open() when connection to BTS fails by Andreas Eversberg · 12 years ago
  23. 0e40309 Restructured debugging levels to get better overview of TBFs/processes by Andreas Eversberg · 12 years ago
  24. 7b04501 Fixed pseudo length of IMMEDIATE ASSIGNMENT message. by Andreas Eversberg · 12 years ago
  25. 1944bd5 Minor fix of MCC, MNC options by Andreas Eversberg · 12 years ago
  26. 3e372d5 Cleanup of BSSGP code. by Andreas Eversberg · 12 years ago
  27. bf5a0f6 Move BSSGP/NS instances creation and desctruction to gprs_bssgp_pcu.cpp by Andreas Eversberg · 12 years ago
  28. 81e895b Adding MCC/MNC spoof options to pcu_main.cpp by Andreas Eversberg · 12 years ago
  29. dfa563c RLC/MAC process makes use from attributes, received from PCU socket by Andreas Eversberg · 12 years ago
  30. b3c6f6c Receive cell informations via PCU socket interface by Andreas Eversberg · 12 years ago
  31. d679009 remove dependencies to openbsc/osmoggsn internals by Harald Welte · 12 years ago
  32. e6228b3 TBF acknowledged mode finished for both link directions by Andreas Eversberg · 12 years ago
  33. c7e7f68 Implemented Paging procedure on CCCH. by Ivan Kluchnikov · 12 years ago
  34. bbbd79d Fixed DL TBF establishment on CCCH. by Ivan Kluchnikov · 12 years ago
  35. 83ced49 Adding .gitignore to source directory by Andreas Eversberg · 12 years ago
  36. 34460b8 Modified encoding of Packet Downlink Assignment and Packet Uplink Ack/Nack messages. by Ivan Kluchnikov · 12 years ago
  37. 5dac2f0 Work on RLCMAC layer. Integration of scheduler and new packet transfer by Andreas Eversberg · 12 years ago
  38. 66690dd Rewrite of RLC/MAC uplink acknowledged TBF. by Andreas Eversberg · 12 years ago
  39. 39621c4 Introducing scheduler to process transmission of blocks by Andreas Eversberg · 12 years ago
  40. d78ee73 Fixed Downlink TBF Establishment on CCCH. by Ivan Kluchnikov · 12 years ago
  41. cf7b3a5 Merge branch 'jolly' Merged jolly branch with master, fixed conflicts. by Ivan Kluchnikov · 12 years ago
  42. 7d7cf54 Packet Downlink Assigment now uses ARFCN/TN of current BTS layout by Andreas Eversberg · 12 years ago
  43. 0553408 Fixed IMM.ASS message by Andreas Eversberg · 12 years ago
  44. fe411b3 Hack to slow down uplink transfer by Andreas Eversberg · 12 years ago
  45. 0aed654 Split of L1 interface to be used with OpenBTS or sysmo-BTS by Andreas Eversberg · 12 years ago
  46. f6b7ca5 Adding more OpenBSC object files to Makefile.am by Andreas Eversberg · 12 years ago
  47. 477e79e remove dependencies to openbsc/osmoggsn internals by Harald Welte · 12 years ago
  48. a9e6dc5 Improvement of TBF management. by Ivan Kluchnikov · 12 years ago
  49. 9b06ff0 Removed all size_t variables. Fixed type of readIndex and writeIndex variables. by Ivan Kluchnikov · 12 years ago
  50. 856221f Removed all OpenBTS dependencies. We don't use OpenBTS cout and gsmtap anymore. by Ivan Kluchnikov · 12 years ago
  51. 40383dc Makefile.am: Don't link lots of openbsc / sgsn / ggsn internal .o files by Harald Welte · 12 years ago
  52. 57f6b02 Add auto-foo (partial cleanup, master makefile/configure.ac by Harald Welte · 12 years ago
  53. 57875a9 add .gitignore file by Harald Welte · 12 years ago
  54. c5187a1 move everything to src/ subdirectory by Harald Welte · 12 years ago
  55. 6347711 Fixed gprs_rlcmac_rcv_data_block() function. by Ivan Kluchnikov · 12 years ago
  56. 5e0df93 Fixed parsing of BSSGP DL-UNITDATA in gprs_bssgp_pcu_rx_dl_ud() function. by Ivan Kluchnikov · 12 years ago
  57. 2f69acd Modified gprs_rlcmac_data_block_parse() function. by Ivan Kluchnikov · 12 years ago
  58. b172b1b Fixed handling of LLC-PDU Length Indicator. by Ivan Kluchnikov · 12 years ago
  59. e359423 Modified gprs_rlcmac_segment_llc_pdu() and gprs_rlcmac_tx_dl_data_block() functions. by Ivan Kluchnikov · 12 years ago
  60. bceb3fb Modified gprs_rlcmac_data_block_parse() function. by Ivan Kluchnikov · 12 years ago
  61. b2b8100 Fixed gprs_rlcmac_rcv_data_block() and gprs_rlcmac_data_block_parse() functions. by Ivan Kluchnikov · 12 years ago
  62. c5d8c27 Fixed maximum length of LLC frame. by Ivan Kluchnikov · 12 years ago
  63. 3fa42b2 Fixed length of BSSGP header. by Ivan Kluchnikov · 12 years ago
  64. 9c795ab Changed Downlink TBF Establishment. by Ivan Kluchnikov · 12 years ago
  65. 0b450c1 Modified write_packet_downlink_assignment function. by Ivan Kluchnikov · 12 years ago
  66. a21f275 Fixed RLC/MAC downlink block data length and gprs_rlcmac_tx_dl_data_block function. by Ivan Kluchnikov · 12 years ago
  67. a9f1ff2 Modified PCU debugging/logging system. Now we use functions from osmocom logging system. by Ivan Kluchnikov · 12 years ago
  68. 6043718 Added PCU debugging/logging support code based on osmocom logging system. by Ivan Kluchnikov · 12 years ago
  69. 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
  70. 962f97b Additional functions for Osmocom bit vector abstraction. by Ivan Kluchnikov · 12 years ago
  71. 5310d45 L1 Interface (PCU side): Added functions for handling PhConnectInd and PhRaInd primitives. by Ivan Kluchnikov · 12 years ago
  72. 27482ba Added structure for GsmL1_PhConnectInd_t primitive. by Ivan Kluchnikov · 12 years ago
  73. 192e9c1 Fixed: wrong sizeof value for malloc(). by Ivan Kluchnikov · 12 years ago
  74. 61a33f7 Added support of osmo_timers and osmo_gsm_timers for TBF. by Ivan Kluchnikov · 12 years ago
  75. ff447cd Added gsm_timer.h and gsm_timer.cpp files to Makefile.am. by Ivan Kluchnikov · 12 years ago
  76. 6578562 Added GSM timer handling routines. GSM timer is the same as osmo_timer, but it uses frame numbers instead of seconds. by Ivan Kluchnikov · 12 years ago
  77. 4277f0c L1 Interface (PCU side): Added function for handle phReadyToSendInd primitive. Added variable and functions for storage current FN. by Ivan Kluchnikov · 12 years ago
  78. 8b0e8e3 Changed parameters for Downlink Immediate Assignment Rest Octets. by Ivan Kluchnikov · 12 years ago
  79. 74b459f Fixed: We should use guint8 array instead of guint32 and guint64 variables for decoding and encoding CSN1 bitmap. by Ivan Kluchnikov · 12 years ago
  80. 1efac07 Fixed: endif statement is missed in gsmL1prim.h. by Ivan Kluchnikov · 12 years ago
  81. e3a0596 Added L1 interface between PCU and OpenBTS for communication (PCU side). by Ivan Kluchnikov · 12 years ago
  82. c320d86 Fixed bugs in handling of TBFs. by Ivan Kluchnikov · 12 years ago
  83. 8ee6051 Separation of GPRS PCU application from main OpenBTS code and changing PCU architecture (First step). by Ivan Kluchnikov · 12 years ago
  84. 3450640 Added packet uplink and downlink assignment, packet uplink ack, RLC/MAC Data and Control blocks dispatchers, gsmtap support for LLC PDUs. by Ivan Kluchnikov · 12 years ago
  85. 8aa4c52 Added segmentation of LLC PDUs into RLC data blocks. by Ivan Kluchnikov · 12 years ago
  86. 92ac637 Added encoder for RLC/MAC downlink data control block. by Ivan Kluchnikov · 12 years ago
  87. 5c2f9fb Added RLC/MAC application. by Ivan Kluchnikov · 12 years ago
  88. d5f0133 Added function for decoding GPRS RLC/MAC uplink data block. by Ivan Kluchnikov · 12 years ago
  89. 9c2c699 Fixed GPRS/Makefile.am. Libgprs.la for RLCMACTest was lost. by Ivan Kluchnikov · 12 years ago
  90. 487a141 Moved CSN1 and RLC/MAC code to new GPRS directory. by Ivan Kluchnikov · 13 years ago