1. 0ae92a9 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  2. b970894 expiration: Print the "expire_lu" time in show subscriber by Holger Hans Peter Freyther · 11 years ago
  3. 5ccd015 nitb: The subscr->imsi is an array will never be NULL by Holger Hans Peter Freyther · 11 years ago
  4. 9feef48 nitb: Add a missing NULL check for searching the subscriber by Holger Hans Peter Freyther · 11 years ago
  5. 63b0e44 vty: Document some previously undocumented parameters by Holger Hans Peter Freyther · 11 years ago
  6. b02fc1e VTY: backwards compatibility for 'logging level sms' by Harald Welte · 11 years ago
  7. 01c13a3 libmsc: Allow to set sender id when sending SMS from the VTY by Sylvain Munaut · 12 years ago
  8. 4485321 nitb: Add a VTY command to initiate a handover to another BTS by Holger Hans Peter Freyther · 12 years ago
  9. eff4094 sms: Use the DLSMS instead of the DSMS category throughout our code by Holger Hans Peter Freyther · 12 years ago
  10. 570ce24 VTY: improve VTY prompt and make sure exit/end works everywhere by Harald Welte · 12 years ago
  11. d13e0cd Some more VTY documentation / help fixes by Harald Welte · 12 years ago
  12. cfaabbb complete the VTY help messages so we don't get "null" in the manual by Harald Welte · 12 years ago
  13. 3217fa2 nitb: Document missing parameters, reword documentation, combine param by Holger Hans Peter Freyther · 12 years ago
  14. ab386e6 Add VTY command to specify default speech codec by Harald Welte · 13 years ago
  15. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago 0.9.15 openbsc/0.9.15
  16. c0d17f2 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  17. dfb342c src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  18. bbc5b99 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  19. ef1e587 msc: bail out if subscriber VTY command fails by Pablo Neira Ayuso · 13 years ago
  20. 0e7d071 misc: Fix possible crash with setting an extension by Holger Hans Peter Freyther · 13 years ago
  21. a8a09df misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  22. c42ad8b misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  23. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  24. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/msc/vty_interface_layer3.c]
  25. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/vty_interface_layer3.c]
  26. b62b123 sms: introduce new command to trigger the sending process for specific subscribers only by Nico Golde · 13 years ago
  27. 4d54d0b Fix various compiler warnings all over the code by Harald Welte · 13 years ago
  28. 8e3f0e7 silent sms: Fix the silent SMS feature once again by Holger Hans Peter Freyther · 13 years ago
  29. cdfcbee sms: Allow to specify the DCS for the SMS. by Holger Hans Peter Freyther · 13 years ago
  30. c464491 sms: Move the sms_from_text to gsm_04_11 by Holger Hans Peter Freyther · 13 years ago
  31. 451eb29 subscr: Add a vty option to kick the queue. by Holger Hans Peter Freyther · 14 years ago
  32. 763b42a subscr: Dump the pending requests to help with debugging state. by Holger Hans Peter Freyther · 14 years ago
  33. c02b120 subscr: Fix subscr leaks in the KI code. by Holger Hans Peter Freyther · 14 years ago
  34. fc85741 subscr: Make it possible to clear pending requests for a subscriber by Holger Hans Peter Freyther · 14 years ago
  35. ebdd3cb subscr: Show the number of pending requests on this subscriber. by Holger Hans Peter Freyther · 14 years ago
  36. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  37. 445e615 sms: Always go through the database and the smsqueue to send messages by Holger Hans Peter Freyther · 14 years ago
  38. 994dcbb sms: Allow setting amount of failures through the vty. by Holger Hans Peter Freyther · 14 years ago
  39. 4dcc5e5 sms: Add vty command to clear the pending message by Holger Hans Peter Freyther · 14 years ago
  40. 3c6f6c2 sms: Make the max_pending tunable via a vty runtime setting by Holger Hans Peter Freyther · 14 years ago
  41. 7a0e166 sms: Add vty command to trigger running the queue. by Holger Hans Peter Freyther · 14 years ago
  42. 81c0e25 sms: Provide some simple vty command for the state of the SMS queue by Holger Hans Peter Freyther · 14 years ago
  43. 73b878a db: Introduce a limit in delivery attempts for the SMS search by Holger Hans Peter Freyther · 14 years ago
  44. 3d76e44 subscr: Print the lac of the subscriber. by Holger Hans Peter Freyther · 14 years ago
  45. abd0cac subscr: Add a VTY command to update the subscriber from the database. by Holger Hans Peter Freyther · 14 years ago
  46. c577ca1 subscr: Add VTY command to purge subscribers that are held in memory by Holger Hans Peter Freyther · 14 years ago
  47. a29e43a BSC Call Control: Actually implement call statistics by Harald Welte · 14 years ago
  48. 75e2def BSC VTY: Print some more of the already-generated statistics by Harald Welte · 14 years ago
  49. 88f9d98 Use hexparse() from libosmocore >= 0.1.14 by Harald Welte · 14 years ago
  50. e731e1d gsm_04_80: Allow to specify the alert pattern for the notification by Holger Hans Peter Freyther · 14 years ago
  51. 68d2679 gsm_04_80: Send a Release Complete otherwise the USSD unit stays BUSY by Holger Hans Peter Freyther · 14 years ago
  52. daf7534 gsm_04_80: Add untested code for USSD notification... by Holger Hans Peter Freyther · 14 years ago
  53. 742fc70 vty_interface_layer3: Fix a subscriber memory leak.. by Holger Hans Peter Freyther · 14 years ago
  54. 5950236 * Fix null ptr dereference and sms memleak in case the recipient of an sms sent via vty is not attached. Store the sms in the database in this case for later delivery. by Nico Golde · 14 years ago
  55. bd17b39 [BSC] VTY: Fix parsing of uppercase hex digits by Harald Welte · 14 years ago
  56. 9d4cca7 [BSC] Enable the use of whitespaces in the subscriber name by Harald Welte · 14 years ago
  57. 86481c2 bsc_api: Make paging/silent call work with the subscriber_connection by Holger Hans Peter Freyther · 14 years ago
  58. e824d9c auth: Add support for XOR test A3A8 algo (and vty commands) by Sylvain Munaut · 14 years ago
  59. 0c873a0 vty/auth: Make sure we clear the last tuple when changing auth params by Sylvain Munaut · 14 years ago
  60. 92b2ff5 db: Change naming convention for auth info functions by Sylvain Munaut · 14 years ago
  61. c614a6a db: Rename AuthTuples to AuthLastTuples by Sylvain Munaut · 14 years ago
  62. d3cf85d VTY: Fix help for 'subscriber .... a3a8' command by Harald Welte · 14 years ago
  63. b4a84e1 VTY: Unify Subscriber functions, remove SUBSCR_NODE by Harald Welte · 14 years ago
  64. 4b037e4 Migrate VTY code to libosmovty by Harald Welte · 14 years ago
  65. dcccb18 VTY: decouple telnet_interface from 'struct gsmnet' by Harald Welte · 14 years ago
  66. 20474ad VTY: use argv_concat() instead of vty_argv_to_buffer + buffer_getstr() by Harald Welte · 14 years ago
  67. 2832606 VTY: More interactive help by Harald Welte · 14 years ago
  68. 62ab20c [VTY] Remove OpenBSC specific node-exit handling from src/vty by Harald Welte · 14 years ago
  69. 197dea9 VTY: Introduce common code to add 'description' to objects like BTS by Harald Welte · 14 years ago
  70. b4d5b17 Ensure all 'view' commands are availalbe from 'enable' too by Harald Welte · 14 years ago
  71. 1700c93 [vty] Allow to create a buffer in a given context. by Holger Hans Peter Freyther · 14 years ago
  72. e0ec326 [vty] Separate BSC and MSC statistics. Make it easy to print them. by Holger Hans Peter Freyther · 14 years ago
  73. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  74. 424c4f0 [vty] Move db usage out of the libbsc (fork dumping of subscr) by Holger Hans Peter Freyther · 14 years ago
  75. 9979290 vty: Add command to set auth algo & Ki for a subscriber by Sylvain Munaut · 15 years ago
  76. 5048070 silent_call: Add option to choose channel type by Sylvain Munaut · 15 years ago
  77. ff1f19e Implement a better sending of pending SMS by Sylvain Munaut · 15 years ago
  78. b54d950 silent call: add header file for function prototypes by Harald Welte · 15 years ago
  79. 20f9831 VTY (silent sms / sms): better error reporting by Harald Welte · 15 years ago
  80. af8c7b4 silent sms: make it silent again (type 64), fix subscriber refcount leak by Harald Welte · 15 years ago
  81. a148233 Add "silent call" feature to OpenBSC by Harald Welte · 15 years ago
  82. 98f9c75 [VTY] restructure sms and silent sms commands by Harald Welte · 15 years ago
  83. 793a135 [VTY] Add feature to send silent SMS from console by Harald Welte · 15 years ago
  84. e33966c vty: Do not leak the gsm_subscriber by Holger Hans Peter Freyther · 15 years ago
  85. cfa90d4 [vty] Move layer3+ functionality to vty_interface_layer3.c by Holger Hans Peter Freyther · 15 years ago