1. 77289c2 [GPRS] SGSN: properly delete a PDP context after receiving PDP CTX DEACT REQ by Harald Welte · 14 years ago
  2. 55e0df7 [GPRS] SGSN: Don't use GGSN-provided QoS as the MS doesn't like it by Harald Welte · 14 years ago
  3. 322a5ee [GPRS] SGSN: ensure we mark libgtp filedescriptors as READ by Harald Welte · 14 years ago
  4. d764c06 [GPRS] LLC: Fix logic to detect unknown TLLI/SAPI by Harald Welte · 14 years ago
  5. 6ffbaab [GPRS] SGSN: properly initialzie pdp_list head of mm ctx by Harald Welte · 14 years ago
  6. b61f403 [GPRS] LLC: print human-readable LLC command type by Harald Welte · 14 years ago
  7. 2e918a8 [GPRS] LLC: Add VTY interface for LLC by Harald Welte · 14 years ago
  8. 68b99a4 [GPRS] fix null pointer dereference in GMM by Harald Welte · 14 years ago
  9. 803bd5c [GPRS] BSSG: Fix Vty printing of BVC by Harald Welte · 14 years ago
  10. b3911a0 [GPRS] BSSGP: Use correct values for SIGNALLING and PTM BVCI by Harald Welte · 14 years ago
  11. 75827d6 [GPRS] add missing header file gprs_gmm.h by Harald Welte · 14 years ago
  12. a7c262a [GPRS] Make sure libsgsn.a is only built when libgtp is available by Harald Welte · 14 years ago
  13. 8acd88f [GPRS] SGSN: Include rate counters in MM Context by Harald Welte · 14 years ago
  14. 6abf94e [GPRS] Properly connect GPRS SM with LIBGTP for PDP context activation by Harald Welte · 14 years ago
  15. d2a9ed2 [GPRS] SGSN: Activate BSSGP VTY functions by Harald Welte · 14 years ago
  16. 03800ba [GPRS] Build osmo-sgsn only if libgtp is available by Harald Welte · 14 years ago
  17. d9a55f6 [GPRS] BSSGP: Add VTY for configuration and inpection by Harald Welte · 14 years ago
  18. b1b2908 [GPRS] BSSGP: Introduce packet/byte counters by Harald Welte · 14 years ago
  19. 5fa2f44 [GPRS] VTY: Add BSSGP node by Harald Welte · 14 years ago
  20. 5c90e5c [GPRS] BSSGP: expose more internal structures / API by Harald Welte · 14 years ago
  21. ada466f [GPRS] BSSGP: Rename bssgp_bts_ctx to bssgp_bvc_ctx by Harald Welte · 14 years ago
  22. d193cb3 [GPRS] More work on a real SGSN by Harald Welte · 14 years ago
  23. 8fc1a46 [SGSN] remove the mmctx->sgsn pointer by Harald Welte · 14 years ago
  24. 2720e73 [GPRS] Initial untested support for libgtp by Harald Welte · 14 years ago
  25. 7363e92 [GPRS] NS: Receiving a STATUS message is a NOTICEable event by Harald Welte · 14 years ago
  26. 5bc61dc VTY: separate VTY logging commands and OpenBSC node exit code by Harald Welte · 14 years ago
  27. 7d9f223 VTY: rename vty_interface.c to bsc_vty.c by Harald Welte · 14 years ago
  28. 4f10c25 VTY: Move BSC specific openbsc_vty_print_statistics() to vty_interface.c by Harald Welte · 14 years ago
  29. dcccb18 VTY: decouple telnet_interface from 'struct gsmnet' by Harald Welte · 14 years ago
  30. 88907a2 telnet: cosmetic coding style changes by Harald Welte · 14 years ago
  31. 9a87ad9 telnet: remove dead code by Harald Welte · 14 years ago
  32. 20474ad VTY: use argv_concat() instead of vty_argv_to_buffer + buffer_getstr() by Harald Welte · 14 years ago
  33. 08e2bfa VTY: remove accidentially enabled TELNET option debugging by Harald Welte · 14 years ago
  34. 1353f96 VTY: pass program name, version and copyright to vty_init() by Harald Welte · 14 years ago
  35. 3071d6a VTY: remove dead code by Harald Welte · 14 years ago
  36. 00fd8b0 vty: use install_node_ve() instead of separate ENABLE and VIEW node installs by Harald Welte · 14 years ago
  37. 9564715 VTY: Context-sensitive help for logging related commands by Harald Welte · 14 years ago
  38. 8be8c8f [GPRS] NS: Allow filtering of log messages by NSVC / NSEI by Harald Welte · 14 years ago
  39. 3bac9a8 VTY / logging: Fix subscriber context / imsi filtering by Harald Welte · 14 years ago
  40. 52613a1 [GPRS] NS: VTY: Don't nsvc_delete() on 'no nse...' by Harald Welte · 14 years ago
  41. 55c91e4 [GPRS] NS: Introduce command to display a single NSE by Harald Welte · 14 years ago
  42. ff56d61 [GPRS] NS: Always start NS-ALIVE procedure after RESET by Harald Welte · 14 years ago
  43. b7b9c1d gsm48: Add a generic MI from classmark+mi extraction. by Holger Hans Peter Freyther · 14 years ago
  44. f6903de gsm48: Add size checks to the paging response mi parsing. by Holger Hans Peter Freyther · 14 years ago
  45. 5d65806 gsm48: Typo fix. by Holger Hans Peter Freyther · 14 years ago
  46. 2832606 VTY: More interactive help by Harald Welte · 14 years ago
  47. 9ef9108 [GPRS] NS: Add 'nsvc nsei ... (block|unblock|reset)' command to VTY by Harald Welte · 14 years ago
  48. 54f7424 [VTY] Introduce "end" command that works from any level in config by Harald Welte · 14 years ago
  49. 93e9020 [BSC] ARFCN 0 is legal in E-GSM by Harald Welte · 14 years ago
  50. 62ab20c [VTY] Remove OpenBSC specific node-exit handling from src/vty by Harald Welte · 14 years ago
  51. 197dea9 VTY: Introduce common code to add 'description' to objects like BTS by Harald Welte · 14 years ago
  52. d94d6a0 DB: don't use reserved "index" word in SQL table field name by Harald Welte · 14 years ago
  53. 1ccbf44 [GPRS] gb_proxy: Initiate RESET procedure on persistent NS-VC at startup by Harald Welte · 14 years ago
  54. 768f287 [GPRS] Gb_proxy: Support common command line arguments by Harald Welte · 14 years ago
  55. 2b36ae1 [GPRS] BSSGP: Refuse blocking of signalling BVC; Ignore traffic on blocked BVC by Harald Welte · 14 years ago
  56. 3a1bece [GPRS] BSSGP: Make implementation more robust by Harald Welte · 14 years ago
  57. 1b170d1 [GPRS] LLC: Start using different log levels by Harald Welte · 14 years ago
  58. c6ecafe [GPRS] LLC: Use DLLC instead of DGPRS by Harald Welte · 14 years ago
  59. b2e4918 [GPRS] Add debug sections for LLC and SNDCP by Harald Welte · 14 years ago
  60. f47dc0b [GPRS] BSSGP: Elaborate more on FIXMEs by Harald Welte · 14 years ago
  61. 24c9fc1 [GPRS] Rename gsm_04_08_gprs.c to gprs_gmm.c by Harald Welte · 14 years ago
  62. 4cc605a [GPRS] BSSGP: add function declaration by Harald Welte · 14 years ago
  63. 1ae09c7 [GPRS] LLC: Improve implementation compliance to spec by Harald Welte · 14 years ago
  64. e15ad48 ipaccess-config: Silence compiler warning. by Holger Hans Peter Freyther · 14 years ago
  65. 6fc8791 [misc] Silence compiler warning... by Holger Hans Peter Freyther · 14 years ago
  66. 42993c2 Forward declare make_socket. by Holger Hans Peter Freyther · 14 years ago
  67. b5be7ac [mgcp] Make show mgcp available in both modes. by Holger Hans Peter Freyther · 14 years ago
  68. 7373109 Merge branch 'master' into on-waves/mgcp by Holger Hans Peter Freyther · 14 years ago
  69. c1cb5eb [mgcp] Clean up VTY code, the ranges are checked by the VTY code. by Holger Hans Peter Freyther · 14 years ago
  70. 1384af6 [mgcp] Use A.B.C.D for the ip addresses inside the vty config by Holger Hans Peter Freyther · 14 years ago
  71. b3c206a [mgcp] Improve the language of the comments. by Holger Hans Peter Freyther · 14 years ago
  72. b715d7f [mgcp] Include stdlib.h for abs. by Holger Hans Peter Freyther · 14 years ago
  73. cf5cc5b [vty] Add power measurements to the one line summary. by Holger Hans Peter Freyther · 14 years ago
  74. 3d6a5d6 [vty] Add a one line show lchan summary command. by Holger Hans Peter Freyther · 14 years ago
  75. 029235e [vty] Move "show lchan" into a parameterized method by Holger Hans Peter Freyther · 14 years ago
  76. b8819bb [vty] Remove unfinished code from the VTY... by Holger Hans Peter Freyther · 14 years ago
  77. 7b90d4a rach: Allow to set the emergency call bit by Holger Hans Peter Freyther · 14 years ago
  78. 3a0a463 rach: Allow to set the emergency call bit by Holger Hans Peter Freyther · 14 years ago
  79. 3863e04 [GPRS] NS: Remove 'unknown_nsvc' from list of NS-VCs by Harald Welte · 14 years ago
  80. 4cf12e9 [GPRS] Gb Proxy: More verbose logging by Harald Welte · 14 years ago
  81. 9aa97fc [GPRS] NS: Fix segfault when receiving message from unknown NS-VC by Harald Welte · 14 years ago
  82. a6fd8f2 [GPRS] NS: remove debug statement about l2len by Harald Welte · 14 years ago
  83. c191986 [GPRS] NS: more rate counters for BLOCK / DEAD count by Harald Welte · 14 years ago
  84. 73b2359 [GPRS] NS: Show statistics on VTY only if requested by Harald Welte · 14 years ago
  85. e183345 [GPRS] NS: properly assign msgb->l2h to count outgoing bytes correctly by Harald Welte · 14 years ago
  86. 8e605b0 [GPRS] NS: Fix wrong counter use and remove debug statement by Harald Welte · 14 years ago
  87. 89deee9 Add missing file vty/utils.c by Harald Welte · 14 years ago
  88. 66f793a [GPRS] SGSN: Add Signal handler and NS VTY support by Harald Welte · 14 years ago
  89. f2b4cd7 [GPRS] NS: Start to use rate_ctr_group code from libosmocore by Harald Welte · 14 years ago
  90. 0ab535b [GPRS] Gb Proxy: Cosmetic fix of log message by Harald Welte · 14 years ago
  91. 6df0c51 GPRS: Gb proxy memory leak debugging with SIGUSR by Harald Welte · 14 years ago
  92. 8272c77 GPRS: We have to do the msgb_free() in NS not Gb Proxy by Harald Welte · 14 years ago
  93. 22229d6 Fix missing #include preventing compilation of vty_interface.c by Harald Welte · 14 years ago
  94. 39d0bb5 Gb Proxy: Proper msgb memory management by Harald Welte · 14 years ago
  95. ea4647d NS: Make all timers configurable from VTY by Harald Welte · 14 years ago
  96. 995a2d3 use new install_element_ve() by Harald Welte · 14 years ago
  97. d6adf5e ipaccess: Make sure flashing of the secondary BTS is working by Holger Hans Peter Freyther · 14 years ago
  98. 64278ed sw_load: Specify the trx_nr for the software load by Holger Hans Peter Freyther · 14 years ago
  99. 52fd4e4 ipaccess: Send the reset to the BASEBAND_TRANSC and supply TRX by Holger Hans Peter Freyther · 14 years ago
  100. ebead59 ipaccess: Refactor... unite some code by Holger Hans Peter Freyther · 14 years ago