1. 51730f7 gbproxy: use ns2 vty2 by Alexander Couzens · 3 years, 9 months ago
  2. 00c1f91 gbproxy: Add comments to sgsn functions by Daniel Willmann · 3 years, 9 months ago
  3. 784c59f gbproxy: Add FSM related VTY commands by Harald Welte · 3 years, 9 months ago
  4. 7cb76a4 gbproxy: Introduce new DOBJ log category; log object allocation/release by Harald Welte · 3 years, 10 months ago
  5. 5687ae6 gbproxy major rewrite for SGSN pool support by Harald Welte · 3 years, 10 months ago
  6. 453a51d migrate to DLBSSGP as log sub-system for BSSGP by Harald Welte · 3 years, 10 months ago
  7. 103a7ec gbproxy: Change generic LOG messages so BVCI/NSEI fmt is consistent by Daniel Willmann · 3 years, 10 months ago
  8. 826eaa3 gbproxy: generate coredump and exit upon SIGABRT received by Pau Espin Pedrol · 3 years, 10 months ago
  9. 62fa619 Let libosmocore handle VTY parent node tracking by Daniel Willmann · 3 years, 11 months ago
  10. 82182d0 Port gbproxy to NS2 by Alexander Couzens · 4 years ago
  11. de67c00 exit(2) on unsupported positional arguments on command line by Harald Welte · 4 years, 10 months ago
  12. 9d016fd Move out gbproxy to its own subdir by Pau Espin Pedrol · 5 years ago[Renamed from src/gprs/gb_proxy_main.c]
  13. e456e32 Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds by Pau Espin Pedrol · 5 years ago
  14. 03a2ed5 Add/fix help string for version option by Daniel Willmann · 5 years ago
  15. b1d1c24 Update wrong references to bsc in sgsn code by Pau Espin Pedrol · 6 years ago
  16. c977afa gb_proxy: Add ctrl interface and nsvc-state, gbproxy-state commands by Daniel Willmann · 6 years ago
  17. 3ab193c gb_proxy: tallocate memory for gbproxy cfg so it can be a talloc ctx by Daniel Willmann · 6 years ago
  18. 5bd340e use osmo_init_logging2(), fix regression test memleaks by Neels Hofmeyr · 6 years ago
  19. 5343a8c osmo-gbproxy: use 'osmo-gbproxy.cfg' as default config name by Neels Hofmeyr · 7 years ago
  20. 731930b Add talloc context introspection via VTY by Harald Welte · 7 years ago
  21. 396f2e6 move include/openbsc to include/osmocom/sgsn by Neels Hofmeyr · 7 years ago
  22. ee6cfdc split off osmo-sgsn: remove files, apply build by Neels Hofmeyr · 7 years ago 1.1.0
  23. 6f750e6 Treat SIGTERM just like SIGINT in our programs by Harald Welte · 7 years ago
  24. ed3157c move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/gprs/gb_proxy_main.c]
  25. db0e380 vty: remove ignored logging parameters by Max · 8 years ago
  26. 39ae17f msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctx by Neels Hofmeyr · 8 years ago
  27. dab3e34 log VTY telnet bind only once by Neels Hofmeyr · 8 years ago
  28. fa0f715 enable telnet VTY bind address config for various programs by Neels Hofmeyr · 9 years ago
  29. 64630cc stats: Enable stats for sgsn, gbproxy, nitb, bsc, nat by Jacob Erlbeck · 9 years ago
  30. 3e4e8cf vty: Change the return type from enum to int by Holger Hans Peter Freyther · 9 years ago
  31. 120250a gbproxy: Remove dummy definition of subscr_put by Jacob Erlbeck · 10 years ago
  32. abb3478 gb_proxy: No need to copy optarg by Holger Hans Peter Freyther · 10 years ago
  33. 55dc31e Use port number #defines for VTY and CTRL ports by Harald Welte · 10 years ago
  34. eece627 gbproxy: Remove global state from the gbproxy by Holger Hans Peter Freyther · 10 years ago
  35. 18739ea gbproxy: Move the VTY code into the vty file and create public API by Holger Hans Peter Freyther · 10 years ago
  36. 67a4445 gprs: Implement BSSGP MCC/MNC patching by Jacob Erlbeck · 10 years ago
  37. e75fec6 gbproxy: Replace NS-VC references by NSEI by Jacob Erlbeck · 11 years ago
  38. ce95b27 libgb: make sure all BSSGP functions have bssgp_ prefix by Harald Welte · 12 years ago
  39. 11461a6 libgb/gprs: don't use log_info from libcommon anymore by Harald Welte · 12 years ago
  40. e6599ee libgb: prefix all NS related functions with gprs_ by Harald Welte · 12 years ago
  41. 68d85d5 libgb: Remove dependency to openbsc/debug.h by Harald Welte · 12 years ago
  42. fdd8b3b libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.h by Harald Welte · 12 years ago
  43. a6a20b4 libgb: Use library SS_L_NS instead lf local SS_NS by Harald Welte · 12 years ago
  44. ea34a4e split libgb into a separate library for outside use by Harald Welte · 12 years ago
  45. a8ddb08 misc: Use msgb_free for freeing the messages by Holger Hans Peter Freyther · 13 years ago
  46. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago 0.9.15 openbsc/0.9.15
  47. 95fd72b misc: Remove the osmocom/core/process.h include by Holger Hans Peter Freyther · 13 years ago
  48. 67cd75f misc: Use the osmo_init code for signals and logging by Holger Hans Peter Freyther · 13 years ago
  49. bbc5b99 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  50. 4db9299 src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  51. a8a09df misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  52. c42ad8b misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  53. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 14 years ago
  54. 3848770 src: fix use of logging_vty_add_cmds() without log_info parameter by Pablo Neira Ayuso · 14 years ago
  55. ec1921d Use shorter vty_app_info->name for all apps by Harald Welte · 14 years ago
  56. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  57. 85531cc misc: Once again go from "On Waves" to "On-Waves".. by Holger Hans Peter Freyther · 14 years ago
  58. 5f54075 vty: Use \r\n in the copyright messages by Holger Hans Peter Freyther · 14 years ago
  59. 81506b4 vty: Add the config node code to everyone. by Holger Hans Peter Freyther · 14 years ago
  60. 2c869ef Introduce '-D' commandline option to daemonize processes by Harald Welte · 14 years ago
  61. 57da447 misc: Fix the return type of the go back vty function... by Holger Hans Peter Freyther · 14 years ago
  62. c31f480 [VTY] use new struct vty_app_info in libvty by Harald Welte · 14 years ago
  63. 4b037e4 Migrate VTY code to libosmovty by Harald Welte · 14 years ago
  64. ff3bde8 [GPRS] NS: VTY: Move all local ip/port bind values into 'ns' node by Harald Welte · 14 years ago
  65. 5540c4c [GPRS] Add Frame Relay in GRE encapsulation for NS by Harald Welte · 14 years ago
  66. 7af4962 [SGSN] Gb Proxy: Simplify configuration by Harald Welte · 14 years ago
  67. 5bc61dc VTY: separate VTY logging commands and OpenBSC node exit code by Harald Welte · 14 years ago
  68. dcccb18 VTY: decouple telnet_interface from 'struct gsmnet' by Harald Welte · 14 years ago
  69. 1353f96 VTY: pass program name, version and copyright to vty_init() by Harald Welte · 14 years ago
  70. 1ccbf44 [GPRS] gb_proxy: Initiate RESET procedure on persistent NS-VC at startup by Harald Welte · 14 years ago
  71. 768f287 [GPRS] Gb_proxy: Support common command line arguments by Harald Welte · 14 years ago
  72. f2b4cd7 [GPRS] NS: Start to use rate_ctr_group code from libosmocore by Harald Welte · 14 years ago
  73. 6df0c51 GPRS: Gb proxy memory leak debugging with SIGUSR by Harald Welte · 14 years ago
  74. 1194b58 NS: Add support for persistent NS-VC configuration by Harald Welte · 14 years ago
  75. e69b281 [gprs] use TCP port 4246 for the gb_proxy vty telnet by Harald Welte · 14 years ago
  76. 0a4050c [gprs] gb_proxy: Send proper BSSGP STATUS msg in error case by Harald Welte · 14 years ago
  77. c1c1dd2 [gprs] gb_proxy: Forward NS-RESET/NS-BLOCK/NS-UNBLOCK from SGSN to BTSs by Harald Welte · 14 years ago
  78. e236596 [gprs] Move all GPRS related code to src/gprs subdirectory by Harald Welte · 14 years ago[Renamed (98%) from openbsc/src/gb_proxy_main.c]
  79. 672f5c4 [gprs] gb_proxy: Fix proxying of BSS messages to SGSN by Harald Welte · 14 years ago
  80. 288be16 [gprs] Build the SGSN stand-alone and not as part of bsc_hack by Harald Welte · 14 years ago
  81. b77c697 [gprs] fully integrate VTY configuration into Gb proxy by Harald Welte · 14 years ago
  82. 799e0c9 gb_proxy: Add initial VTY configuration code by Harald Welte · 14 years ago
  83. 7b8255c gb_proxy: listen on UDP port 23000, use AF_INET by Harald Welte · 14 years ago
  84. 9f75c35 GPRS: Introduce a GPRS Gb Proxy by Harald Welte · 14 years ago