1. 9385d1e bssgp: Fix bssgp_tx_fc_bvc parameter type by Jacob Erlbeck · 9 years ago
  2. 9731935 bssgp: Fix call to llist_entry in fc_queue_timer_cfg by Jacob Erlbeck · 9 years ago
  3. 580af4b bssgp: Fix encoding of BVC_FLOW_CONTROL by Jacob Erlbeck · 9 years ago
  4. 1bda442 bssgp: Fix output of the VTY 'show bssgp stats' command by Jacob Erlbeck · 9 years ago
  5. a84db61 gprs: Add assertion for msg != NULL to bssgp_msgb_alloc (Coverity) by Jacob Erlbeck · 9 years ago
  6. 8d192d7 ns: Log when sending fails (Coverity) by Jacob Erlbeck · 9 years ago
  7. b535e39 bssgp: Ensure non-NULL bctx before calling bssgp_rx_ptp (Coverity) by Jacob Erlbeck · 9 years ago
  8. c641591 bssgp: Always expect dup != NULL in bssgp_tx_dl_ud (Coverity) by Jacob Erlbeck · 9 years ago
  9. 36153dc bssgp: Handle BSSGP STATUS messages by Jacob Erlbeck · 9 years ago
  10. 49ed9be bssgp: Don't reply with STATUS when receiving a PtP STATUS message by Jacob Erlbeck · 9 years ago
  11. 0673b70 bssgp: Fix VTY command 'show bssgp nsei N' by Jacob Erlbeck · 10 years ago
  12. 7fa89c2 Change license of libosmogb from AGPLv3+ to GPLv2+ by Harald Welte · 10 years ago
  13. b43baf2 gprs: Don't discard SUSPEND/RESUME in bssgp_rcvmsg by Jacob Erlbeck · 10 years ago
  14. 10dd73c bssgp: Free msgb in case of error when calling into gprs_ns_sendmsg by Holger Hans Peter Freyther · 10 years ago
  15. 6ac70a4 gprs-ns: Fix reset state handling by Jacob Erlbeck · 10 years ago
  16. 0540d83 gprs-ns: Let gprs_nsvc_reset return a value by Jacob Erlbeck · 10 years ago
  17. 9ffeb97 build: remove unused all_includes and use AM_CPPFLAGS by Jan Engelhardt · 11 years ago
  18. 96af786 misc: Look into the build directory for generated files by Holger Hans Peter Freyther · 10 years ago
  19. a39e2de gprs: Set bssgph field in bssgp_msgb_alloc() by Jacob Erlbeck · 10 years ago
  20. b83b838 gprs: Fix bssgp_rcvmsg to handle signalling msgs with BVCI IE by Jacob Erlbeck · 10 years ago
  21. a716577 gprs: Fix and check BVCI in BSSGP STATUS messages by Jacob Erlbeck · 10 years ago
  22. 336915a prepare for 0.7.0 release by Harald Welte · 10 years ago 0.7.0
  23. 777b056 gprs-ns: Re-initialize the list head and free the unknown_nsvc by Holger Hans Peter Freyther · 10 years ago
  24. 56cc60d gb: Remove comment about ABI changes from the Makefile by Holger Hans Peter Freyther · 11 years ago
  25. 9b591b7 gprs: Fix VTY NSVC initialisation bug by changing gprs_nsvc_create() by Jacob Erlbeck · 11 years ago
  26. 3d557b1 gprs: Ignore NS RESET_ACK and ALIVE_ACK without RESET by Jacob Erlbeck · 11 years ago
  27. 9e1cd5a gprs: Address coverity warning for gprs_ns_tx_status result by Holger Hans Peter Freyther · 11 years ago
  28. 726e272 gprs: Address coverity warning on unchecked return of gprs_ns_tx_reset_ack by Holger Hans Peter Freyther · 11 years ago
  29. 7c91bfd gprs: Address coverity warning on unchecked return of gprs_ns_tx_status by Holger Hans Peter Freyther · 11 years ago
  30. 0cccf40 gprs: Make sure that the buf is NULL terminated at the end by Holger Hans Peter Freyther · 11 years ago
  31. 54b8b2d gb: Create new NSVC object instead of patching the NSVCI by Jacob Erlbeck · 11 years ago
  32. ab852ee gb: Fix RESET handling with changing NSEI by Jacob Erlbeck · 11 years ago
  33. 5405a10 gb: Fix NS RESET/RESET_ACK abnormal cases by Jacob Erlbeck · 11 years ago
  34. a52ba01 gb: Fix gprs_nsvc_delete() to free ctr group by Jacob Erlbeck · 11 years ago
  35. 35fe87c gb/vty: Fix the VTY node string for L_NS_NODE by Jacob Erlbeck · 11 years ago
  36. 687b690 gb/vty: Perform NS-VC operations based on NS-VCI by Jacob Erlbeck · 11 years ago
  37. bf02196 gb: Fix gprs_active_nsvc_by_nsei() by Jacob Erlbeck · 11 years ago
  38. f41e5e6 release: Prepare the 0.6.4 release of libosmocore by Holger Hans Peter Freyther · 11 years ago 0.6.4
  39. 5e6d679 gb: Fix gprs_ns_rx_reset to not create NS-VC duplicates by Jacob Erlbeck · 11 years ago
  40. 96550e0 gb: Add functions to access the LL part of the NS-VC objects by Jacob Erlbeck · 11 years ago
  41. 6901715 gb: When sending on a NS-VC group use the first active NS-VC by Jacob Erlbeck · 11 years ago
  42. 34fc470 tests/gb: Show invoked signals in test output by Jacob Erlbeck · 11 years ago
  43. b6390f9 gb: Use the NS-VCI to find an existing NS-VC by Jacob Erlbeck · 11 years ago
  44. 05395a6 gb: Fix NS-RESET response message order by Jacob Erlbeck · 11 years ago
  45. 84cdc70 gb: Separate nsvc creation from NS message processing by Jacob Erlbeck · 11 years ago
  46. c62a1bf libosmogb: Add function to close NS instance without destroying it by Holger Hans Peter Freyther · 11 years ago
  47. 27b2bb7 BSSGP: prevent divide-by-zero in flow control by Harald Welte · 11 years ago
  48. 2c3393d gprs_ns: Allow to set the DSCP for the UDP socket. by Holger Hans Peter Freyther · 11 years ago
  49. 06ddf8b Fix build on Cygwin by Evgeny Zverev · 11 years ago
  50. 5689a3b build: Don't use the deprecated INCLUDES in the various Makefile.am by Sylvain Munaut · 12 years ago
  51. 597460f Do not use --version-script linker flag on OSX by Tobias Engel · 12 years ago
  52. 2db368e Define struct iphdr for OSX by Tobias Engel · 12 years ago
  53. b8d18f3 Doc: Adding new parameter descriptions in gprs_bssgp_bss.c by Andreas Eversberg · 12 years ago
  54. f44ed8c Fix: Correcting bssgp_tx_fc_bvc, bssgp_tx_fc_ms, bssgp_tx_ul_ud by Andreas Eversberg · 12 years ago
  55. aaccdac Fix: gprs_ns_destroy() now frees all NSVCs and its timers by Andreas Eversberg · 12 years ago
  56. e92866b Gb: Add functions for sending flow control messages from BSS side by Harald Welte · 12 years ago
  57. 30fabdf Gb: Add header file for BSS-side BSSGP functions by Harald Welte · 12 years ago
  58. e3a10b6 libosmogb: make build conditional, disable in embedded build by Harald Welte · 12 years ago
  59. 0823e1e BSSGP: print per-bvc flow control parameters on vty by Harald Welte · 12 years ago
  60. d8b4769 BSSGP: make bvc_ctx->fc a dynamic talloc allocation by Harald Welte · 12 years ago
  61. bb82622 BSSGP flow-control: various fixes by Harald Welte · 12 years ago
  62. d11c059 libosmogb: Port BSSGP flow control from openbsc/laforge/bssgp_fc branch by Harald Welte · 12 years ago
  63. 5b3bffb BSSGP: fix unused variable compiler warnings by Harald Welte · 12 years ago
  64. ca0af8a libosmogb: build without strict aliasing rules by Harald Welte · 12 years ago
  65. d296f42 gb: Make suspend_ref a plain uint8_t instead of a uint8_t* by Holger Hans Peter Freyther · 12 years ago
  66. 5a19bf7 libgb: Link to the libraries used by libgb by Holger Hans Peter Freyther · 12 years ago
  67. aa5d0e8 Fix encoding of BSSGP_IE_NUM_OCT_AFF in bssgp_tx_llc_discarded() by Andreas Eversberg · 12 years ago
  68. 3c16de2 freebsd: Make libgb compile on FreeBSD by Holger Hans Peter Freyther · 12 years ago
  69. 2d956a8 bssgp: check for IMSI being a null pointer, not just an empty string. by Harald Welte · 12 years ago
  70. c5f055f build: use LT_INIT(pic-only) instead of forcing -fPIC. by Diego Elio Pettenò · 12 years ago 0.5.2
  71. 0b2a316 add missing Makefile.am for libosmo-gb by Harald Welte · 12 years ago
  72. fcaa805 libosmogb: export btsctx_* functions by Harald Welte · 12 years ago
  73. c241404 libosmogb: export missing symbols by Harald Welte · 12 years ago 0.5.1
  74. 641f7ce libosmogb: move files to proper location and fix build by Harald Welte · 12 years ago 0.5.0