1. 8b86cd7 logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* by Neels Hofmeyr · 7 years ago
  2. 812ba6d logging: centrally define ctx and filter indexes by Neels Hofmeyr · 7 years ago
  3. 8fcc81d fix: gprs_bssgp_vty: logging filter: wrong constant by Neels Hofmeyr · 7 years ago
  4. c32bfd5 gprs_ns_vty: guard against duplicate VTY elements by Neels Hofmeyr · 7 years ago
  5. 6176b6e bssgp_rx_paging(): Fix parsing of P-TMSI IE in Paging message by Harald Welte · 8 years ago
  6. 684cf32 bssgp_vty: Remove dead code and compiler warning by Harald Welte · 8 years ago
  7. 8e2f7e8 add osmo_gettimeofday as a shim around gettimeofday by Neels Hofmeyr · 8 years ago
  8. 27e8036 Fix unaligned access found by addr. sanitizer by Max · 8 years ago
  9. 93bc64f gb: Add bssgp_pdu_str to libosmogb namespace by Max · 8 years ago
  10. b9bb0b0 Add missing docs for bssgp bvc reset vty command by Max · 8 years ago
  11. ea50732 Add vty command to explicitly reset given BVCI by Max · 8 years ago
  12. 2c34ab4 Improve BSSGP debug output by Max · 8 years ago
  13. c0d9a6c Add helper function to convert numerical BSSGP PDU type to string by Max · 8 years ago
  14. f78ec5c gb: Add bssgp_msgb_copy function by Jacob Erlbeck · 9 years ago
  15. cc6ac4c ns: Force a defined state when sending NS RESET by Jacob Erlbeck · 9 years ago
  16. 0975a7f ns/stats: Add missing osmo_stat_item_group_free to gprs_nsvc_delete by Jacob Erlbeck · 9 years ago
  17. 90e614f remove our internal copy of talloc, use system libtalloc by Harald Welte · 9 years ago
  18. 495b0db gprs-ns/stats: When the NSVCI is updated, update the stats counter by Holger Hans Peter Freyther · 9 years ago
  19. fed2a48 ns/stats: Fix class_id of "NSVC Peer Statistics" rate_ctr group by Jacob Erlbeck · 9 years ago
  20. bc9d9ac stats: Limit reporting by class id by Jacob Erlbeck · 9 years ago
  21. fc9533d stats: Add osmo_ name prefix to identifiers by Jacob Erlbeck · 9 years ago
  22. 0a1400f ns: Add statistics for some events by Jacob Erlbeck · 9 years ago
  23. c136da5 release: Prepare the 0.8.2 release by Holger Hans Peter Freyther · 9 years ago 0.8.2
  24. c1cb75e bssgp: Fix IMSI buffer size (Coverity) by Jacob Erlbeck · 9 years ago
  25. 9385d1e bssgp: Fix bssgp_tx_fc_bvc parameter type by Jacob Erlbeck · 9 years ago
  26. 9731935 bssgp: Fix call to llist_entry in fc_queue_timer_cfg by Jacob Erlbeck · 9 years ago
  27. 580af4b bssgp: Fix encoding of BVC_FLOW_CONTROL by Jacob Erlbeck · 9 years ago
  28. 1bda442 bssgp: Fix output of the VTY 'show bssgp stats' command by Jacob Erlbeck · 9 years ago
  29. a84db61 gprs: Add assertion for msg != NULL to bssgp_msgb_alloc (Coverity) by Jacob Erlbeck · 9 years ago
  30. 8d192d7 ns: Log when sending fails (Coverity) by Jacob Erlbeck · 9 years ago
  31. b535e39 bssgp: Ensure non-NULL bctx before calling bssgp_rx_ptp (Coverity) by Jacob Erlbeck · 9 years ago
  32. c641591 bssgp: Always expect dup != NULL in bssgp_tx_dl_ud (Coverity) by Jacob Erlbeck · 9 years ago
  33. 36153dc bssgp: Handle BSSGP STATUS messages by Jacob Erlbeck · 9 years ago
  34. 49ed9be bssgp: Don't reply with STATUS when receiving a PtP STATUS message by Jacob Erlbeck · 9 years ago
  35. 0673b70 bssgp: Fix VTY command 'show bssgp nsei N' by Jacob Erlbeck · 10 years ago
  36. 7fa89c2 Change license of libosmogb from AGPLv3+ to GPLv2+ by Harald Welte · 10 years ago
  37. b43baf2 gprs: Don't discard SUSPEND/RESUME in bssgp_rcvmsg by Jacob Erlbeck · 10 years ago
  38. 10dd73c bssgp: Free msgb in case of error when calling into gprs_ns_sendmsg by Holger Hans Peter Freyther · 10 years ago
  39. 6ac70a4 gprs-ns: Fix reset state handling by Jacob Erlbeck · 10 years ago
  40. 0540d83 gprs-ns: Let gprs_nsvc_reset return a value by Jacob Erlbeck · 10 years ago
  41. 9ffeb97 build: remove unused all_includes and use AM_CPPFLAGS by Jan Engelhardt · 11 years ago
  42. 96af786 misc: Look into the build directory for generated files by Holger Hans Peter Freyther · 10 years ago
  43. a39e2de gprs: Set bssgph field in bssgp_msgb_alloc() by Jacob Erlbeck · 10 years ago
  44. b83b838 gprs: Fix bssgp_rcvmsg to handle signalling msgs with BVCI IE by Jacob Erlbeck · 10 years ago
  45. a716577 gprs: Fix and check BVCI in BSSGP STATUS messages by Jacob Erlbeck · 10 years ago
  46. 336915a prepare for 0.7.0 release by Harald Welte · 10 years ago 0.7.0
  47. 777b056 gprs-ns: Re-initialize the list head and free the unknown_nsvc by Holger Hans Peter Freyther · 10 years ago
  48. 56cc60d gb: Remove comment about ABI changes from the Makefile by Holger Hans Peter Freyther · 11 years ago
  49. 9b591b7 gprs: Fix VTY NSVC initialisation bug by changing gprs_nsvc_create() by Jacob Erlbeck · 11 years ago
  50. 3d557b1 gprs: Ignore NS RESET_ACK and ALIVE_ACK without RESET by Jacob Erlbeck · 11 years ago
  51. 9e1cd5a gprs: Address coverity warning for gprs_ns_tx_status result by Holger Hans Peter Freyther · 11 years ago
  52. 726e272 gprs: Address coverity warning on unchecked return of gprs_ns_tx_reset_ack by Holger Hans Peter Freyther · 11 years ago
  53. 7c91bfd gprs: Address coverity warning on unchecked return of gprs_ns_tx_status by Holger Hans Peter Freyther · 11 years ago
  54. 0cccf40 gprs: Make sure that the buf is NULL terminated at the end by Holger Hans Peter Freyther · 11 years ago
  55. 54b8b2d gb: Create new NSVC object instead of patching the NSVCI by Jacob Erlbeck · 11 years ago
  56. ab852ee gb: Fix RESET handling with changing NSEI by Jacob Erlbeck · 11 years ago
  57. 5405a10 gb: Fix NS RESET/RESET_ACK abnormal cases by Jacob Erlbeck · 11 years ago
  58. a52ba01 gb: Fix gprs_nsvc_delete() to free ctr group by Jacob Erlbeck · 11 years ago
  59. 35fe87c gb/vty: Fix the VTY node string for L_NS_NODE by Jacob Erlbeck · 11 years ago
  60. 687b690 gb/vty: Perform NS-VC operations based on NS-VCI by Jacob Erlbeck · 11 years ago
  61. bf02196 gb: Fix gprs_active_nsvc_by_nsei() by Jacob Erlbeck · 11 years ago
  62. f41e5e6 release: Prepare the 0.6.4 release of libosmocore by Holger Hans Peter Freyther · 11 years ago 0.6.4
  63. 5e6d679 gb: Fix gprs_ns_rx_reset to not create NS-VC duplicates by Jacob Erlbeck · 11 years ago
  64. 96550e0 gb: Add functions to access the LL part of the NS-VC objects by Jacob Erlbeck · 11 years ago
  65. 6901715 gb: When sending on a NS-VC group use the first active NS-VC by Jacob Erlbeck · 11 years ago
  66. 34fc470 tests/gb: Show invoked signals in test output by Jacob Erlbeck · 11 years ago
  67. b6390f9 gb: Use the NS-VCI to find an existing NS-VC by Jacob Erlbeck · 11 years ago
  68. 05395a6 gb: Fix NS-RESET response message order by Jacob Erlbeck · 11 years ago
  69. 84cdc70 gb: Separate nsvc creation from NS message processing by Jacob Erlbeck · 11 years ago
  70. c62a1bf libosmogb: Add function to close NS instance without destroying it by Holger Hans Peter Freyther · 11 years ago
  71. 27b2bb7 BSSGP: prevent divide-by-zero in flow control by Harald Welte · 11 years ago
  72. 2c3393d gprs_ns: Allow to set the DSCP for the UDP socket. by Holger Hans Peter Freyther · 11 years ago
  73. 06ddf8b Fix build on Cygwin by Evgeny Zverev · 11 years ago
  74. 5689a3b build: Don't use the deprecated INCLUDES in the various Makefile.am by Sylvain Munaut · 12 years ago
  75. 597460f Do not use --version-script linker flag on OSX by Tobias Engel · 12 years ago
  76. 2db368e Define struct iphdr for OSX by Tobias Engel · 12 years ago
  77. b8d18f3 Doc: Adding new parameter descriptions in gprs_bssgp_bss.c by Andreas Eversberg · 12 years ago
  78. f44ed8c Fix: Correcting bssgp_tx_fc_bvc, bssgp_tx_fc_ms, bssgp_tx_ul_ud by Andreas Eversberg · 12 years ago
  79. aaccdac Fix: gprs_ns_destroy() now frees all NSVCs and its timers by Andreas Eversberg · 12 years ago
  80. e92866b Gb: Add functions for sending flow control messages from BSS side by Harald Welte · 12 years ago
  81. 30fabdf Gb: Add header file for BSS-side BSSGP functions by Harald Welte · 12 years ago
  82. e3a10b6 libosmogb: make build conditional, disable in embedded build by Harald Welte · 12 years ago
  83. 0823e1e BSSGP: print per-bvc flow control parameters on vty by Harald Welte · 12 years ago
  84. d8b4769 BSSGP: make bvc_ctx->fc a dynamic talloc allocation by Harald Welte · 12 years ago
  85. bb82622 BSSGP flow-control: various fixes by Harald Welte · 12 years ago
  86. d11c059 libosmogb: Port BSSGP flow control from openbsc/laforge/bssgp_fc branch by Harald Welte · 12 years ago
  87. 5b3bffb BSSGP: fix unused variable compiler warnings by Harald Welte · 12 years ago
  88. ca0af8a libosmogb: build without strict aliasing rules by Harald Welte · 12 years ago
  89. d296f42 gb: Make suspend_ref a plain uint8_t instead of a uint8_t* by Holger Hans Peter Freyther · 12 years ago
  90. 5a19bf7 libgb: Link to the libraries used by libgb by Holger Hans Peter Freyther · 12 years ago
  91. aa5d0e8 Fix encoding of BSSGP_IE_NUM_OCT_AFF in bssgp_tx_llc_discarded() by Andreas Eversberg · 12 years ago
  92. 3c16de2 freebsd: Make libgb compile on FreeBSD by Holger Hans Peter Freyther · 12 years ago
  93. 2d956a8 bssgp: check for IMSI being a null pointer, not just an empty string. by Harald Welte · 12 years ago
  94. c5f055f build: use LT_INIT(pic-only) instead of forcing -fPIC. by Diego Elio Pettenò · 12 years ago 0.5.2
  95. 0b2a316 add missing Makefile.am for libosmo-gb by Harald Welte · 12 years ago
  96. fcaa805 libosmogb: export btsctx_* functions by Harald Welte · 12 years ago
  97. c241404 libosmogb: export missing symbols by Harald Welte · 12 years ago 0.5.1
  98. 641f7ce libosmogb: move files to proper location and fix build by Harald Welte · 12 years ago 0.5.0