1. 35042a2 NS: Factor out gprs_nsvc_start_test() and use it by Harald Welte · 5 years ago
  2. 797558e send NS_POUT_UNBLOCK_ACK before signalling S_NS_UNBLOCK by Stefan Sperling · 6 years ago
  3. a829b45 use osmo_init_logging2() with proper talloc ctx by Neels Hofmeyr · 6 years ago
  4. e29ec85 Use existing function for TLLI encoding by Max · 6 years ago
  5. 85f5a2c bssgp_fc_test: sanitize: free fc struct when done by Neels Hofmeyr · 7 years ago
  6. cd325ef gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflow by Neels Hofmeyr · 7 years ago
  7. 0128c78 bssgp_fc_test: sanitizer: free msgb context when done by Neels Hofmeyr · 7 years ago
  8. 9541a68 bssgp_fc_test: clarify by outputting ok / failure messages by Neels Hofmeyr · 7 years ago
  9. 568f8e2 bssgp_fc_test: remove rounding to deciseconds by Neels Hofmeyr · 7 years ago
  10. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  11. ae510dc rate_ctr: Enforce counter (and ctr_group) names are valid identifiers by Harald Welte · 7 years ago
  12. 4ce24c4 GPRS: unify NS state printing by Max · 7 years ago
  13. faa0461 gprs_ns_test.c: Remove unused byte arrays by Pau Espin Pedrol · 7 years ago
  14. 7132011 bssgp_fc_test: do not use real time by Neels Hofmeyr · 7 years ago
  15. 8e2f7e8 add osmo_gettimeofday as a shim around gettimeofday by Neels Hofmeyr · 8 years ago
  16. f78ec5c gb: Add bssgp_msgb_copy function by Jacob Erlbeck · 9 years ago
  17. fdb4667 test: Fix compiler warnings on 64bit systems by Holger Hans Peter Freyther · 9 years ago
  18. cc6ac4c ns: Force a defined state when sending NS RESET by Jacob Erlbeck · 9 years ago
  19. 2c58197 bssgp/test: Add missing START/END printfs by Jacob Erlbeck · 9 years ago
  20. 9385d1e bssgp: Fix bssgp_tx_fc_bvc parameter type by Jacob Erlbeck · 9 years ago
  21. 455d34f bssgp/test: Fix bssgp-fc test by Jacob Erlbeck · 9 years ago
  22. b535e39 bssgp: Ensure non-NULL bctx before calling bssgp_rx_ptp (Coverity) by Jacob Erlbeck · 9 years ago
  23. 36153dc bssgp: Handle BSSGP STATUS messages by Jacob Erlbeck · 9 years ago
  24. e0a1a80 bssgp: Include sys/socket.h for AF_INET on FreeBSD by Holger Hans Peter Freyther · 10 years ago
  25. b43baf2 gprs: Don't discard SUSPEND/RESUME in bssgp_rcvmsg by Jacob Erlbeck · 10 years ago
  26. cdebf74 gprs/test: Add BSSGP tests by Jacob Erlbeck · 10 years ago
  27. 10dd73c bssgp: Free msgb in case of error when calling into gprs_ns_sendmsg by Holger Hans Peter Freyther · 10 years ago
  28. dade018 gprs-ns/test: Check the nsvc state explicitely by Jacob Erlbeck · 10 years ago
  29. 84bcce6 gprs-ns/test: Re-add return value check for gprs_nsvc_reset by Holger Hans Peter Freyther · 10 years ago
  30. 6ac70a4 gprs-ns: Fix reset state handling by Jacob Erlbeck · 10 years ago
  31. cdb85f5 gprs-ns/test: Add test_sgsn_reset_invalid_state by Jacob Erlbeck · 10 years ago
  32. f1bcbb0 gprs-ns/test: Add expire_nsvc_timer by Jacob Erlbeck · 10 years ago
  33. 2381fde gprs-ns/test: Save the last PDU type sent by Jacob Erlbeck · 10 years ago
  34. f357c87 gprs-ns/test: Use gprs_nsvc_reset instead of gprs_ns_tx_reset by Jacob Erlbeck · 10 years ago
  35. 3d557b1 gprs: Ignore NS RESET_ACK and ALIVE_ACK without RESET by Jacob Erlbeck · 11 years ago
  36. e7c4271 grps: Add test for NS messages that shall be ignored by Jacob Erlbeck · 11 years ago
  37. 54b8b2d gb: Create new NSVC object instead of patching the NSVCI by Jacob Erlbeck · 11 years ago
  38. ab852ee gb: Fix RESET handling with changing NSEI by Jacob Erlbeck · 11 years ago
  39. 5405a10 gb: Fix NS RESET/RESET_ACK abnormal cases by Jacob Erlbeck · 11 years ago
  40. 81d7c14 gb: Add test cases for NS RESET procedures by Jacob Erlbeck · 11 years ago
  41. a52ba01 gb: Fix gprs_nsvc_delete() to free ctr group by Jacob Erlbeck · 11 years ago
  42. bf02196 gb: Fix gprs_active_nsvc_by_nsei() by Jacob Erlbeck · 11 years ago
  43. 0d4e949 gb: Test sending messages to the SGSN by Jacob Erlbeck · 11 years ago
  44. 5e6d679 gb: Fix gprs_ns_rx_reset to not create NS-VC duplicates by Jacob Erlbeck · 11 years ago
  45. 96550e0 gb: Add functions to access the LL part of the NS-VC objects by Jacob Erlbeck · 11 years ago
  46. 34fc470 tests/gb: Show invoked signals in test output by Jacob Erlbeck · 11 years ago
  47. b6390f9 gb: Use the NS-VCI to find an existing NS-VC by Jacob Erlbeck · 11 years ago
  48. 05395a6 gb: Fix NS-RESET response message order by Jacob Erlbeck · 11 years ago
  49. dcce196 tests/gb: Add test for GPRS NS protocol by Jacob Erlbeck · 11 years ago
  50. 5b6416a bssgp: Address various compiler warnings in the bssgp code by Holger Hans Peter Freyther · 11 years ago
  51. c302eca tests: Make the gb test work with srcdir != builddir by Holger Hans Peter Freyther · 12 years ago
  52. d8b4769 BSSGP: make bvc_ctx->fc a dynamic talloc allocation by Harald Welte · 12 years ago
  53. 04f0989 GPRS BSSGP test: integrate into autotest by Harald Welte · 12 years ago
  54. 57e5b94 BSSGP flow-control: Add unit test for algorithm tests by Harald Welte · 12 years ago