1. b3c6f6c Receive cell informations via PCU socket interface by Andreas Eversberg · 12 years ago
  2. d679009 remove dependencies to openbsc/osmoggsn internals by Harald Welte · 12 years ago
  3. e6228b3 TBF acknowledged mode finished for both link directions by Andreas Eversberg · 12 years ago
  4. 83ced49 Adding .gitignore to source directory by Andreas Eversberg · 12 years ago
  5. 5dac2f0 Work on RLCMAC layer. Integration of scheduler and new packet transfer by Andreas Eversberg · 12 years ago
  6. 66690dd Rewrite of RLC/MAC uplink acknowledged TBF. by Andreas Eversberg · 12 years ago
  7. 39621c4 Introducing scheduler to process transmission of blocks by Andreas Eversberg · 12 years ago
  8. 7d7cf54 Packet Downlink Assigment now uses ARFCN/TN of current BTS layout by Andreas Eversberg · 12 years ago
  9. 0553408 Fixed IMM.ASS message by Andreas Eversberg · 12 years ago
  10. fe411b3 Hack to slow down uplink transfer by Andreas Eversberg · 12 years ago
  11. 0aed654 Split of L1 interface to be used with OpenBTS or sysmo-BTS by Andreas Eversberg · 12 years ago
  12. f6b7ca5 Adding more OpenBSC object files to Makefile.am by Andreas Eversberg · 12 years ago
  13. 9b06ff0 Removed all size_t variables. Fixed type of readIndex and writeIndex variables. by Ivan Kluchnikov · 12 years ago
  14. 856221f Removed all OpenBTS dependencies. We don't use OpenBTS cout and gsmtap anymore. by Ivan Kluchnikov · 12 years ago
  15. 40383dc Makefile.am: Don't link lots of openbsc / sgsn / ggsn internal .o files by Harald Welte · 12 years ago
  16. 57f6b02 Add auto-foo (partial cleanup, master makefile/configure.ac by Harald Welte · 12 years ago
  17. 57875a9 add .gitignore file by Harald Welte · 12 years ago
  18. c5187a1 move everything to src/ subdirectory by Harald Welte · 12 years ago
  19. 6347711 Fixed gprs_rlcmac_rcv_data_block() function. by Ivan Kluchnikov · 12 years ago
  20. 5e0df93 Fixed parsing of BSSGP DL-UNITDATA in gprs_bssgp_pcu_rx_dl_ud() function. by Ivan Kluchnikov · 12 years ago
  21. 2f69acd Modified gprs_rlcmac_data_block_parse() function. by Ivan Kluchnikov · 12 years ago
  22. b172b1b Fixed handling of LLC-PDU Length Indicator. by Ivan Kluchnikov · 12 years ago
  23. e359423 Modified gprs_rlcmac_segment_llc_pdu() and gprs_rlcmac_tx_dl_data_block() functions. by Ivan Kluchnikov · 12 years ago
  24. bceb3fb Modified gprs_rlcmac_data_block_parse() function. by Ivan Kluchnikov · 12 years ago
  25. b2b8100 Fixed gprs_rlcmac_rcv_data_block() and gprs_rlcmac_data_block_parse() functions. by Ivan Kluchnikov · 12 years ago
  26. c5d8c27 Fixed maximum length of LLC frame. by Ivan Kluchnikov · 12 years ago
  27. 3fa42b2 Fixed length of BSSGP header. by Ivan Kluchnikov · 12 years ago
  28. 9c795ab Changed Downlink TBF Establishment. by Ivan Kluchnikov · 12 years ago
  29. 0b450c1 Modified write_packet_downlink_assignment function. by Ivan Kluchnikov · 12 years ago
  30. a21f275 Fixed RLC/MAC downlink block data length and gprs_rlcmac_tx_dl_data_block function. by Ivan Kluchnikov · 12 years ago
  31. a9f1ff2 Modified PCU debugging/logging system. Now we use functions from osmocom logging system. by Ivan Kluchnikov · 12 years ago
  32. 6043718 Added PCU debugging/logging support code based on osmocom logging system. by Ivan Kluchnikov · 12 years ago
  33. 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
  34. 962f97b Additional functions for Osmocom bit vector abstraction. by Ivan Kluchnikov · 12 years ago
  35. 5310d45 L1 Interface (PCU side): Added functions for handling PhConnectInd and PhRaInd primitives. by Ivan Kluchnikov · 12 years ago
  36. 27482ba Added structure for GsmL1_PhConnectInd_t primitive. by Ivan Kluchnikov · 12 years ago
  37. 192e9c1 Fixed: wrong sizeof value for malloc(). by Ivan Kluchnikov · 12 years ago
  38. 61a33f7 Added support of osmo_timers and osmo_gsm_timers for TBF. by Ivan Kluchnikov · 12 years ago
  39. ff447cd Added gsm_timer.h and gsm_timer.cpp files to Makefile.am. by Ivan Kluchnikov · 12 years ago
  40. 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
  41. 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
  42. 8b0e8e3 Changed parameters for Downlink Immediate Assignment Rest Octets. by Ivan Kluchnikov · 12 years ago
  43. 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
  44. 1efac07 Fixed: endif statement is missed in gsmL1prim.h. by Ivan Kluchnikov · 12 years ago
  45. e3a0596 Added L1 interface between PCU and OpenBTS for communication (PCU side). by Ivan Kluchnikov · 12 years ago
  46. c320d86 Fixed bugs in handling of TBFs. by Ivan Kluchnikov · 12 years ago
  47. 8ee6051 Separation of GPRS PCU application from main OpenBTS code and changing PCU architecture (First step). by Ivan Kluchnikov · 12 years ago
  48. 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
  49. 8aa4c52 Added segmentation of LLC PDUs into RLC data blocks. by Ivan Kluchnikov · 12 years ago
  50. 92ac637 Added encoder for RLC/MAC downlink data control block. by Ivan Kluchnikov · 12 years ago
  51. 5c2f9fb Added RLC/MAC application. by Ivan Kluchnikov · 12 years ago
  52. d5f0133 Added function for decoding GPRS RLC/MAC uplink data block. by Ivan Kluchnikov · 12 years ago
  53. 9c2c699 Fixed GPRS/Makefile.am. Libgprs.la for RLCMACTest was lost. by Ivan Kluchnikov · 13 years ago
  54. 487a141 Moved CSN1 and RLC/MAC code to new GPRS directory. by Ivan Kluchnikov · 13 years ago