Release v1.9.0 on 2023-09-12.
  1. 8e7c496 vty: use install_lib_element() and install_lib_element_ve() by Vadim Yanitskiy · 3 years, 9 months ago
  2. 78af6ba gprs_ns: Set sockaddr_in.sin_family for persistent NSVCs by Harald Welte · 4 years ago
  3. 6894496 NS: replace use of gprs_nsvc_create() with gprs_nsvc_crate2() by Harald Welte · 4 years, 1 month ago
  4. 057122e NS: Optionally disable NS-{RESET,BLOCK,UNBLOCK} when using UDP/IP by Harald Welte · 4 years, 1 month ago
  5. d4b4edd gprs_ns_vty: return success for disabled FR/GRE by Oliver Smith · 4 years, 8 months ago
  6. d12f698 logging: Introduce mutex API to manage log_target in multi-thread envs by Pau Espin Pedrol · 4 years, 9 months ago
  7. 047f387 NS: Add support for GPRS NS IP Sub-Network-Service (SNS) by Harald Welte · 6 years ago
  8. dc80281 NS: Don't print information about FR/GRE if not enabled! by Harald Welte · 5 years ago
  9. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  10. cbf5cdf GPRS: constify NS printing routine parameters by Max · 7 years ago
  11. 296511b GPRS: add vty command to show only persistent NS by Max · 7 years ago
  12. 37f465e GPRS: check and report local address used for NSE by Max · 7 years ago
  13. 9530859 GPRS: clarify ip/frgre union use by Max · 7 years ago
  14. 4ce24c4 GPRS: unify NS state printing by Max · 7 years ago
  15. 32f9971 GPRS: print remote state info for NS peer by Max · 7 years ago
  16. f4f23bd vty: install 'exit', 'end',... commands on *all* nodes by Neels Hofmeyr · 7 years ago
  17. 607275c gb: drop special vty exit commands, use vty_install_default() by Neels Hofmeyr · 7 years ago
  18. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  19. bfe62e5 libosmogb: Convert to use new endian conversion helpers by Harald Welte · 7 years ago
  20. 8b86cd7 logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* by Neels Hofmeyr · 7 years ago
  21. 812ba6d logging: centrally define ctx and filter indexes by Neels Hofmeyr · 7 years ago
  22. c32bfd5 gprs_ns_vty: guard against duplicate VTY elements by Neels Hofmeyr · 7 years ago
  23. 0a1400f ns: Add statistics for some events by Jacob Erlbeck · 9 years ago
  24. 7fa89c2 Change license of libosmogb from AGPLv3+ to GPLv2+ by Harald Welte · 10 years ago
  25. 35fe87c gb/vty: Fix the VTY node string for L_NS_NODE by Jacob Erlbeck · 11 years ago
  26. 687b690 gb/vty: Perform NS-VC operations based on NS-VCI by Jacob Erlbeck · 11 years ago
  27. 2c3393d gprs_ns: Allow to set the DSCP for the UDP socket. by Holger Hans Peter Freyther · 11 years ago
  28. 641f7ce libosmogb: move files to proper location and fix build by Harald Welte · 12 years ago 0.5.0[Renamed from openbsc/src/libgb/gprs_ns_vty.c]
  29. f543036 libgb: prefix all NS related functions with gprs_ by Harald Welte · 12 years ago
  30. cca4963 libgb: Remove dependency to openbsc/debug.h by Harald Welte · 12 years ago
  31. 4f5883b libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.h by Harald Welte · 12 years ago
  32. 4fcdd76 libgb: Use library SS_L_NS instead lf local SS_NS by Harald Welte · 12 years ago
  33. 73952e3 split libgb into a separate library for outside use by Harald Welte · 12 years ago
  34. 887934e gb_proxy: Make sure each parameter has some sort of documentation by Holger Hans Peter Freyther · 13 years ago
  35. 167281e src: include new file osmocom/vty/misc.h for vty_out_rate_ctr_group() by Pablo Neira Ayuso · 13 years ago
  36. ff66323 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  37. 85e1097 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/gb/gprs_ns_vty.c]
  38. 393becc Move 'Gb' protocol stack into its own src/gb subdirectory by Harald Welte · 13 years ago[Renamed from openbsc/src/gprs/gprs_ns_vty.c]
  39. 43ae94e LOGGING: make sure to make the 'logging filter' compatible with vty log cfg by Harald Welte · 13 years ago
  40. e4cbb3f License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 13 years ago
  41. 188bda6 [GPRS] NS: Frame Relay DLCI for PVC from 16-1007 by Harald Welte · 14 years ago
  42. ac1a715 Migrate VTY code to libosmovty by Harald Welte · 14 years ago
  43. ce4ccbc [GPRS] NS: Better formatting of VTY output by Harald Welte · 14 years ago
  44. 7fb0523 [GPRS] NS: VTY: Move all local ip/port bind values into 'ns' node by Harald Welte · 14 years ago
  45. b3ee265 [GPRS] Add Frame Relay in GRE encapsulation for NS by Harald Welte · 14 years ago
  46. 6703bf7 VTY: Context-sensitive help for logging related commands by Harald Welte · 14 years ago
  47. 91f7f4b [GPRS] NS: Allow filtering of log messages by NSVC / NSEI by Harald Welte · 14 years ago
  48. 24133c3 [GPRS] NS: VTY: Don't nsvc_delete() on 'no nse...' by Harald Welte · 14 years ago
  49. 9288334 [GPRS] NS: Introduce command to display a single NSE by Harald Welte · 14 years ago
  50. 43f3b69 [GPRS] NS: Add 'nsvc nsei ... (block|unblock|reset)' command to VTY by Harald Welte · 14 years ago
  51. a52ff45 [VTY] Introduce "end" command that works from any level in config by Harald Welte · 14 years ago
  52. 804fc81 [VTY] Remove OpenBSC specific node-exit handling from src/vty by Harald Welte · 14 years ago
  53. dd1c83c [GPRS] NS: Fix segfault when receiving message from unknown NS-VC by Harald Welte · 14 years ago
  54. af1d4cb [GPRS] NS: Show statistics on VTY only if requested by Harald Welte · 14 years ago
  55. 144e029 [GPRS] NS: Start to use rate_ctr_group code from libosmocore by Harald Welte · 14 years ago