1. 94a367f gprs_bssgp: rename gprs_ns_config -> gprs_ns_update_config by Alexander Couzens · 3 years, 5 months ago
  2. db5e339 Get rid of singleton gprs_bssgp_pcu_current_bctx() by Pau Espin Pedrol · 3 years, 5 months ago
  3. 8a35e64 Convert gprs_bssgp_pcu.cpp to C by Pau Espin Pedrol · 3 years, 6 months ago
  4. ac3fd12 Split PCU global PCU object from BTS object by Pau Espin Pedrol · 3 years, 6 months ago
  5. 5bece2a Rework NS configuration over the info indication by Alexander Couzens · 3 years, 9 months ago
  6. 194b6f0 gprs_bssgp_pcu: make osmo_sockaddr local/sgsn arguments const by Vadim Yanitskiy · 3 years, 9 months ago
  7. 290d903 Use the new NS2 lib by Alexander Couzens · 3 years, 10 months ago
  8. 1de6873 Use clock_gettime(CLOCK_MONOTONIC) and timespec everywhere by Pau Espin Pedrol · 4 years, 4 months ago
  9. eb64d43 gprs_bssgp_pcu: make gprs_bssgp_ns_cb public by Alexander Couzens · 5 years ago
  10. b26854c Mark gprs_ns_reconnect() as static (not used outside of C file) by Harald Welte · 5 years ago
  11. bdc55fa implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  12. 1187a77 Update header includes by Max · 6 years ago
  13. 2db0f08 bssgp: Use measured leak rate for flow control by Jacob Erlbeck · 9 years ago
  14. ebebad1 ns: Reconnect NSVC after timeout by Jacob Erlbeck · 9 years ago
  15. 1e50a3d llc: Make timeval arguments const by Jacob Erlbeck · 9 years ago
  16. 6eeb7c7 bssgp: Increment BSSGP flow control tag value by Jacob Erlbeck · 9 years ago
  17. 6e4ccec bssgp: Compute and transmit queue delay by Jacob Erlbeck · 9 years ago
  18. 6d8884d Always exit and don't try to recover by Daniel Willmann · 10 years ago
  19. 67ed34e bts: Move struct gprs_rlcmac_bts and other structs into a bts.h by Holger Hans Peter Freyther · 11 years ago
  20. 416ce69 bssgp: Add callback UNITDATA.DL messaes with the data by Holger Hans Peter Freyther · 11 years ago
  21. c0f1644 bssgp: Add callbacks for certain BSSGP events by Holger Hans Peter Freyther · 11 years ago
  22. e8d9a5f bssgp: Return the gprs_bssgp_pcu instance from create/connect by Holger Hans Peter Freyther · 11 years ago
  23. b67a8a3 rlcmac: Reduce the depedency on the global gprs_rlcmac_bts variable by Holger Hans Peter Freyther · 11 years ago
  24. 90d5df4 bssgp: These routines are not public API.. make them static for now by Holger Hans Peter Freyther · 11 years ago
  25. 421fe79 bssgp: The method creates and the connects.. reflect that in the name by Holger Hans Peter Freyther · 11 years ago
  26. 90692f9 misc: Move the struct bssgp_bvc_ctx into the struct osmo_pcu by Holger Hans Peter Freyther · 11 years ago
  27. a30f476 misc: Add an option exit/quit when the BSSGP is supposed to be destroyed by Holger Hans Peter Freyther · 11 years ago
  28. 30a73d8 PCU: respect the PCU-side "local port" as configured via L1 IF by Harald Welte · 11 years ago
  29. 4b39dd1 Replace local definitions by header gprs_bssgp_bss.h by Andreas Eversberg · 12 years ago
  30. 3e372d5 Cleanup of BSSGP code. by Andreas Eversberg · 12 years ago
  31. bf5a0f6 Move BSSGP/NS instances creation and desctruction to gprs_bssgp_pcu.cpp by Andreas Eversberg · 12 years ago
  32. d679009 remove dependencies to openbsc/osmoggsn internals by Harald Welte · 12 years ago
  33. 5dac2f0 Work on RLCMAC layer. Integration of scheduler and new packet transfer by Andreas Eversberg · 12 years ago
  34. fe411b3 Hack to slow down uplink transfer by Andreas Eversberg · 12 years ago
  35. c5187a1 move everything to src/ subdirectory by Harald Welte · 12 years ago[Renamed from gprs_bssgp_pcu.h]
  36. 5e0df93 Fixed parsing of BSSGP DL-UNITDATA in gprs_bssgp_pcu_rx_dl_ud() function. by Ivan Kluchnikov · 12 years ago
  37. b172b1b Fixed handling of LLC-PDU Length Indicator. by Ivan Kluchnikov · 12 years ago
  38. 3fa42b2 Fixed length of BSSGP header. by Ivan Kluchnikov · 12 years ago
  39. a21f275 Fixed RLC/MAC downlink block data length and gprs_rlcmac_tx_dl_data_block function. by Ivan Kluchnikov · 12 years ago
  40. a9f1ff2 Modified PCU debugging/logging system. Now we use functions from osmocom logging system. by Ivan Kluchnikov · 12 years ago
  41. 8ee6051 Separation of GPRS PCU application from main OpenBTS code and changing PCU architecture (First step). by Ivan Kluchnikov · 12 years ago[Renamed (65%) from bssgp.h]
  42. 8aa4c52 Added segmentation of LLC PDUs into RLC data blocks. by Ivan Kluchnikov · 12 years ago
  43. 5c2f9fb Added RLC/MAC application. by Ivan Kluchnikov · 12 years ago