1. 85a8fd3 Gb/BSSGP: replace hardcoded Tx into NS library by a callback by Alexander Couzens · 4 years ago
  2. 9c86a2c gprs_ns: fix typo in comment by Alexander Couzens · 4 years ago
  3. 78af6ba gprs_ns: Set sockaddr_in.sin_family for persistent NSVCs by Harald Welte · 4 years ago
  4. 2d3465f gprs_bssgp: Add bssgp_tx_bvc_reset2() by Harald Welte · 4 years ago
  5. a13fb75 Revert "add osmo_mobile_identity API" by Harald Welte · 4 years, 1 month ago
  6. d1ceca9 add osmo_mobile_identity API by Neels Hofmeyr · 4 years, 1 month ago
  7. 6894496 NS: replace use of gprs_nsvc_create() with gprs_nsvc_crate2() by Harald Welte · 4 years, 1 month ago
  8. 057122e NS: Optionally disable NS-{RESET,BLOCK,UNBLOCK} when using UDP/IP by Harald Welte · 4 years, 1 month ago
  9. 07cdd76 gb: Print signalling and data weights on NS-VC creation. by Alexander Chemeris · 4 years, 4 months ago
  10. 8abe45d gb: Fix typos in gprs_ns.c comments by Alexander Chemeris · 4 years, 4 months ago
  11. 9b90ca8 gb: Fix typo in bssgp_cause_strings description by Pau Espin Pedrol · 4 years, 6 months ago
  12. 2862f90 Bump version: 1.2.0.108-c6a8-dirty → 1.3.0 by Pau Espin Pedrol · 4 years, 6 months ago 1.3.0
  13. 7d0fe2a gprs_bssgp: Work around gcc-9 claiming "error=stringop-overflow" by Harald Welte · 4 years, 7 months ago
  14. 797d533 gprs_ns_instantiate(): propagate errors from gprs_sns_init() to caller by Harald Welte · 4 years, 7 months ago
  15. 8eae2fc GPRS/BSSGP: introduce bssgp_bvc_ctx_free() by Vadim Yanitskiy · 4 years, 8 months ago
  16. d4b4edd gprs_ns_vty: return success for disabled FR/GRE by Oliver Smith · 4 years, 8 months ago
  17. d12f698 logging: Introduce mutex API to manage log_target in multi-thread envs by Pau Espin Pedrol · 4 years, 10 months ago
  18. 922d276 Bump version: 1.1.0.107-afce-dirty → 1.2.0 by Pau Espin Pedrol · 5 years ago 1.2.0
  19. 171ef82 make all library-internal static buffers thread-local by Harald Welte · 5 years ago
  20. 38176d2 NS: log address:port on error by Max · 6 years ago
  21. 6d3135c deal with rate_ctr_group_alloc() returning NULL by Harald Welte · 5 years ago
  22. 1fcdd0d Bump version: 1.0.1.143-cc72c → 1.1.0 by Pau Espin Pedrol · 5 years ago 1.1.0
  23. b7344d0 gb/gprs_ns_sns.c: fix incorrect sizeof() calculation by Vadim Yanitskiy · 5 years ago
  24. 179f357 Add _c versions of functions that otherwise return static buffers by Harald Welte · 5 years ago
  25. 4a62eda Add _buf() functions to bypass static string buffers by Harald Welte · 5 years ago
  26. 548caef BSSGP: use variable for NSEI by Max · 5 years ago
  27. 1688699 select: Rename BSC_FD_* constants to OSMO_FD_* by Harald Welte · 5 years ago
  28. fa90cfd gprs_ns_sns: Properly initialize sockaddr_in in gprs_nsvc_create_ip4() by Harald Welte · 5 years ago
  29. 24e67f8 gprs_ns_sns: Use "correct" remote IP address for local IP endpoint by Harald Welte · 5 years ago
  30. 94c9b44 gprs_ns: Don't use initial IP/port for anything but SNS by Harald Welte · 5 years ago
  31. 1e072cc gprs_ns.c: Update comment: IP SNS has recently been implemented by Harald Welte · 5 years ago
  32. 047f387 NS: Add support for GPRS NS IP Sub-Network-Service (SNS) by Harald Welte · 6 years ago
  33. 35042a2 NS: Factor out gprs_nsvc_start_test() and use it by Harald Welte · 5 years ago
  34. 17a642d gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encoding by Harald Welte · 6 years ago
  35. 47cf21f NS: Add missing NS Cause strings by Harald Welte · 5 years ago
  36. dc80281 NS: Don't print information about FR/GRE if not enabled! by Harald Welte · 5 years ago
  37. 9ef2e15 gprs_ns: Add missing NSVCI IE to NS-BLOCK-ACK message by Harald Welte · 5 years ago
  38. 9612fcb gprs_ns.c: cosmetic whitespace fixes by Harald Welte · 5 years ago
  39. 4091f92 gprs_ns: Use gprs_ns_tx_alive() instead of gprs_ns_tx_simple() by Harald Welte · 5 years ago
  40. 6a469e1 bssgp_tx_bvc_unblock(): Fix log message by Harald Welte · 5 years ago
  41. 2033be8 Work around bogus gcc-8.2 array-bounds warning/error by Harald Welte · 5 years ago
  42. 1c3bae1 constrain gsm48_generate_mid() output array bounds by Harald Welte · 5 years ago
  43. a0c1cba Bump version: 0.12.0.128-8dfde → 1.0.0 by Harald Welte · 5 years ago 1.0.0
  44. c6bfc63 document unblock-ack vs. signalling in gprs_ns_process_msg() by Stefan Sperling · 6 years ago
  45. 797558e send NS_POUT_UNBLOCK_ACK before signalling S_NS_UNBLOCK by Stefan Sperling · 6 years ago
  46. f653821 fix error handling gprs_ns_nsip_listen() by Stefan Sperling · 6 years ago
  47. 983dcb9 use __FILE__, not __BASE_FILE__ by Neels Hofmeyr · 6 years ago
  48. acc0a07 bssgp: introduce flush queue functions by Alexander Couzens · 6 years ago
  49. 924ef0b Bump version: 0.11.0.91-9d4a3-dirty → 0.12.0 by Pau Espin Pedrol · 6 years ago 0.12.0
  50. f1e13d6 return error to sender upon bssgp_tlv_parse() failure by Stefan Sperling · 6 years ago
  51. 2b544b2 check bssgp_tlv_parse() return code in bssgp_rcvmsg() by Stefan Sperling · 6 years ago
  52. f1318fe Add function gprs_nsvc_state_append by Daniel Willmann · 6 years ago
  53. c4fce14 implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  54. e29ec85 Use existing function for TLLI encoding by Max · 6 years ago
  55. f1ad60e Add function to properly encode RAI by Max · 6 years ago
  56. cd325ef gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflow by Neels Hofmeyr · 7 years ago
  57. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  58. ba1059c Move additional libraries to appropriate place by Max · 7 years ago
  59. faee5de Tag/Release version 0.10.0 by Harald Welte · 7 years ago 0.10.0
  60. cbf5cdf GPRS: constify NS printing routine parameters by Max · 7 years ago
  61. 296511b GPRS: add vty command to show only persistent NS by Max · 7 years ago
  62. a7a5065 Convert lib-internal rate_ctr from '.' separator to ':' separator by Harald Welte · 7 years ago
  63. 37f465e GPRS: check and report local address used for NSE by Max · 7 years ago
  64. 9530859 GPRS: clarify ip/frgre union use by Max · 7 years ago
  65. c513c0f GPRS: wrap NS state assignment in macro by Max · 7 years ago
  66. 4ce24c4 GPRS: unify NS state printing by Max · 7 years ago
  67. 224a6dd gb: optionally allow nsip packets only from a specific host by Philipp Maier · 7 years ago
  68. a19c126 GPRS: log NS socket by Max · 7 years ago
  69. 32f9971 GPRS: print remote state info for NS peer by Max · 7 years ago
  70. f4f23bd vty: install 'exit', 'end',... commands on *all* nodes by Neels Hofmeyr · 7 years ago
  71. 607275c gb: drop special vty exit commands, use vty_install_default() by Neels Hofmeyr · 7 years ago
  72. 6f41767 vty: fix style: bssgp node vty prompt by Neels Hofmeyr · 7 years ago
  73. 8b8938f BSSGP: add function to reset all PTP BVC by Max · 7 years ago
  74. 4aaa8ab Add missing BSSGP cause values by Max · 7 years ago
  75. 590c402 BSSGP: handle BVC-RESET-ACK by Max · 7 years ago
  76. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  77. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  78. f178695 gb/gprs_bssgp.c: avoid valueless goto usage by Vadim Yanitskiy · 7 years ago
  79. 96e2a00 update/extend doxygen documentation by Harald Welte · 7 years ago
  80. 54ca30c Add human-readable names for signal_ns by Max · 7 years ago
  81. bfe62e5 libosmogb: Convert to use new endian conversion helpers by Harald Welte · 7 years ago
  82. 44f423f timer: add osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  83. 584f4b6 gprs: add value strings for NS PDU type by Max · 7 years ago
  84. a81055d fix spelling in API docu, command reply, logging, descriptions by Thorsten Alteholz · 7 years ago
  85. 8b86cd7 logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* by Neels Hofmeyr · 7 years ago
  86. 812ba6d logging: centrally define ctx and filter indexes by Neels Hofmeyr · 7 years ago
  87. 8fcc81d fix: gprs_bssgp_vty: logging filter: wrong constant by Neels Hofmeyr · 7 years ago
  88. c32bfd5 gprs_ns_vty: guard against duplicate VTY elements by Neels Hofmeyr · 7 years ago
  89. 6176b6e bssgp_rx_paging(): Fix parsing of P-TMSI IE in Paging message by Harald Welte · 8 years ago
  90. 684cf32 bssgp_vty: Remove dead code and compiler warning by Harald Welte · 8 years ago
  91. 8e2f7e8 add osmo_gettimeofday as a shim around gettimeofday by Neels Hofmeyr · 8 years ago
  92. 27e8036 Fix unaligned access found by addr. sanitizer by Max · 8 years ago
  93. 93bc64f gb: Add bssgp_pdu_str to libosmogb namespace by Max · 8 years ago
  94. b9bb0b0 Add missing docs for bssgp bvc reset vty command by Max · 8 years ago
  95. ea50732 Add vty command to explicitly reset given BVCI by Max · 8 years ago
  96. 2c34ab4 Improve BSSGP debug output by Max · 8 years ago
  97. c0d9a6c Add helper function to convert numerical BSSGP PDU type to string by Max · 8 years ago
  98. f78ec5c gb: Add bssgp_msgb_copy function by Jacob Erlbeck · 9 years ago
  99. cc6ac4c ns: Force a defined state when sending NS RESET by Jacob Erlbeck · 9 years ago
  100. 0975a7f ns/stats: Add missing osmo_stat_item_group_free to gprs_nsvc_delete by Jacob Erlbeck · 9 years ago