1. 84da6b1 Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago
  2. 4283675 sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_config by Neels Hofmeyr · 7 years ago
  3. 2483f1b Use libvlr in libmsc (large refactoring) by Harald Welte · 8 years ago
  4. 29b9206 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/gprs/sgsn_main.c]
  5. 99c9707 cosmetic: Add commandline option to display version by Philipp Maier · 7 years ago
  6. 27355c9 SGSN VTY: make missing GSUP server address+port fatal by Neels Hofmeyr · 7 years ago
  7. db0e380 vty: remove ignored logging parameters by Max · 7 years ago
  8. 39ae17f msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctx by Neels Hofmeyr · 8 years ago
  9. aba8209 log CTRL bind only once by Neels Hofmeyr · 8 years ago
  10. dab3e34 log VTY telnet bind only once by Neels Hofmeyr · 8 years ago
  11. 73f83d5 SNDCP: add V.42bis data compression functionality by Philipp · 8 years ago
  12. 2c7f837 RFC1144: integration and unit-test by Philipp · 8 years ago
  13. 6292c8d IuPS: osmo-sgsn: add core IuPS impl, call iu_init() by Daniel Willmann · 8 years ago
  14. 14314bd sgsn: add statistics counter for GPRS and PDP packets by Alexander Couzens · 8 years ago
  15. 4011e72 SGSN: use unique AUTH REQ reference by Max · 8 years ago
  16. 3adb23c add DSUA debug constant by Daniel Willmann · 8 years ago
  17. 35a65ed add DRANAP debug constant by Daniel Willmann · 8 years ago
  18. 7382815 enable ctrl bind config for various programs by Neels Hofmeyr · 8 years ago
  19. fa0f715 enable telnet VTY bind address config for various programs by Neels Hofmeyr · 8 years ago
  20. 64630cc stats: Enable stats for sgsn, gbproxy, nitb, bsc, nat by Jacob Erlbeck · 9 years ago
  21. 69ca8f0 SGSN: Fix typo in VTY license statement. by Harald Welte · 9 years ago
  22. 130be40 sgsn_main: in -h, print default config file by Neels Hofmeyr · 9 years ago
  23. 3e4e8cf vty: Change the return type from enum to int by Holger Hans Peter Freyther · 9 years ago
  24. 39c430e sgsn: Allow to resolve the IPv4 address of a GGSN through DNS by Holger Hans Peter Freyther · 9 years ago
  25. 4f5b823 sgsn: Create an initial and limited CDR module by Holger Hans Peter Freyther · 9 years ago
  26. 81ffb74 sgsn: Remove inactive LLME/MM after inactivity timeout by Jacob Erlbeck · 9 years ago
  27. 39f040d sgsn: Integrate the GSUP client into the SGSN by Jacob Erlbeck · 10 years ago
  28. 33b6dad sgsn: Add gprs_subscriber.c by Jacob Erlbeck · 10 years ago
  29. a0b6efb sgsn: Remove explicit sgsn_instance parameters by Jacob Erlbeck · 10 years ago
  30. 106f547 sgsn: Add 'acl-only' authentication policy by Jacob Erlbeck · 10 years ago
  31. 3b5d407 sgsn: Moved IMSI ACL management to sgsn_auth.c by Jacob Erlbeck · 10 years ago
  32. 55dc31e Use port number #defines for VTY and CTRL ports by Harald Welte · 10 years ago
  33. ba874b8 move libctrl from openbsc to libosmoctrl (libosmocore.git) by Harald Welte · 10 years ago
  34. a273030 sgsn/ctrl: Add ctrl interface, implement listing subscribers by Holger Hans Peter Freyther · 10 years ago
  35. 7f6da48 sgsn: add a minimalistic ACL by Harald Welte · 11 years ago
  36. eff40949 sms: Use the DLSMS instead of the DSMS category throughout our code by Holger Hans Peter Freyther · 12 years ago
  37. 9b5db28 gb: suspend_ref was changed to a plain uint8_t, update the code by Holger Hans Peter Freyther · 12 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. b1fd902 libgb: don't call directly into GMM / LLC layer 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 · 12 years ago
  46. 6142dc4 gprs: Fix compiler warnings in the code by Holger Hans Peter Freyther · 13 years ago
  47. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago openbsc/0.9.15
  48. baf7700 sgsn_main: add comment about exit statement never reached by Harald Welte · 13 years ago
  49. 67cd75f misc: Use the osmo_init code for signals and logging by Holger Hans Peter Freyther · 13 years ago
  50. bbc5b99 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  51. 4db9299 src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  52. a8a09df misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  53. c42ad8b misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  54. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  55. 3848770 src: fix use of logging_vty_add_cmds() without log_info parameter by Pablo Neira Ayuso · 13 years ago
  56. ec1921d Use shorter vty_app_info->name for all apps by Harald Welte · 13 years ago
  57. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  58. 85531cc misc: Once again go from "On Waves" to "On-Waves".. by Holger Hans Peter Freyther · 14 years ago
  59. 5f54075 vty: Use \r\n in the copyright messages by Holger Hans Peter Freyther · 14 years ago
  60. 81506b4 vty: Add the config node code to everyone. by Holger Hans Peter Freyther · 14 years ago
  61. 9ae28a1 [gprs] Add option parsing to SGSN by Harald Welte · 14 years ago
  62. 496aee4 [SGSN] Call libosmocore helper to load cipher plugins by Harald Welte · 14 years ago
  63. f78a3b2 [SGSN] Add VTY interface for SNDCP by Harald Welte · 14 years ago
  64. 57da447 misc: Fix the return type of the go back vty function... by Holger Hans Peter Freyther · 14 years ago
  65. c31f480 [VTY] use new struct vty_app_info in libvty by Harald Welte · 14 years ago
  66. 4b037e4 Migrate VTY code to libosmovty by Harald Welte · 14 years ago
  67. 6efc176 [GPRS] Make SGSN more verbose when startup fails by Harald Welte · 14 years ago
  68. ff3bde8 [GPRS] NS: VTY: Move all local ip/port bind values into 'ns' node by Harald Welte · 14 years ago
  69. 5540c4c [GPRS] Add Frame Relay in GRE encapsulation for NS by Harald Welte · 14 years ago
  70. ab1d562 [GPRS] SGSN: use GGSN IP address from config file, disable TMSI allocation by Harald Welte · 14 years ago
  71. 269ae75 [GPRS] SGSN: exit() if we cannot bind to the GTP address by Harald Welte · 14 years ago
  72. 77289c2 [GPRS] SGSN: properly delete a PDP context after receiving PDP CTX DEACT REQ by Harald Welte · 14 years ago
  73. 2e918a8 [GPRS] LLC: Add VTY interface for LLC by Harald Welte · 14 years ago
  74. d2a9ed2 [GPRS] SGSN: Activate BSSGP VTY functions by Harald Welte · 14 years ago
  75. 8fc1a46 [SGSN] remove the mmctx->sgsn pointer by Harald Welte · 14 years ago
  76. 2720e73 [GPRS] Initial untested support for libgtp by Harald Welte · 14 years ago
  77. 5bc61dc VTY: separate VTY logging commands and OpenBSC node exit code by Harald Welte · 14 years ago
  78. dcccb18 VTY: decouple telnet_interface from 'struct gsmnet' by Harald Welte · 14 years ago
  79. 1353f96 VTY: pass program name, version and copyright to vty_init() by Harald Welte · 14 years ago
  80. 66f793a [GPRS] SGSN: Add Signal handler and NS VTY support by Harald Welte · 14 years ago
  81. e236596 [gprs] Move all GPRS related code to src/gprs subdirectory by Harald Welte · 14 years ago[Renamed (98%) from openbsc/src/sgsn_main.c]
  82. d6c7416 [gprs] correctly set the NS instance that BSSGP should use by Harald Welte · 14 years ago
  83. e6afd60 [gprs] SGSN: Expect all Identifiers to be stored at highest level by Harald Welte · 14 years ago
  84. 288be16 [gprs] Build the SGSN stand-alone and not as part of bsc_hack by Harald Welte · 14 years ago