1. 927d1a4 Make extending subscriber creation easier by Max · 8 years ago
  2. 34ef4c5 Start to use struct osmo_auth_vector from gsm_auth_tuple by Harald Welte · 8 years ago
  3. 19206b8 subscr: Make db_create_subscriber fail on duplicates by Holger Hans Peter Freyther · 8 years ago
  4. d2421df paging: Provide information about pending requests by Holger Hans Peter Freyther · 9 years ago
  5. c3b9cf6 64bit: Fix compiler warnings in regard to 64bit by Holger Hans Peter Freyther · 9 years ago
  6. 1387df7 nitb: Add a mode to not use TMSI for normal operation by Holger Hans Peter Freyther · 9 years ago
  7. 61623df sub: Remove the queue from the subscriber code by Holger Hans Peter Freyther · 9 years ago
  8. dd1f026 sub: Remove introspection of the "channel queue" by Holger Hans Peter Freyther · 9 years ago
  9. 508c310 nitb: Check source string length before calling strncpy (Coverity) by Jacob Erlbeck · 9 years ago
  10. 65b8992 meas: Install the scenario command and test it by Holger Hans Peter Freyther · 9 years ago
  11. 54c0124 meas: Add VTY documentation for the measurement commands by Holger Hans Peter Freyther · 9 years ago
  12. e144211 nitb: Make the last change configurable by Holger Hans Peter Freyther · 9 years ago
  13. 75cf52a logging: Only compare the subscr address by Holger Hans Peter Freyther · 10 years ago
  14. d597317 Initial support for export + curses-visualization of measurements by Harald Welte · 12 years ago
  15. da8770b msc: Add and use gsm_subscriber_group by Jacob Erlbeck · 10 years ago
  16. 6af2b40 nitb: Add subscriber delete command by Ruben Pollan · 10 years ago
  17. 3ed864f vty: Fix interactive VTY help for silent-sms transmission by Harald Welte · 10 years ago
  18. 6e05cd6 nitb: Only print channel activations once in show statistics by Holger Hans Peter Freyther · 10 years ago
  19. 4fcba8e bsc/msc: Extension can never be NULL use strlen instead by Holger Hans Peter Freyther · 10 years ago
  20. 477f928 msc: Name is never NULL use strlen to check if it is empty by Holger Hans Peter Freyther · 10 years ago
  21. f414e85 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  22. abe587d db: Remove the struct gsm_network from the database layer by Holger Hans Peter Freyther · 11 years ago
  23. e092dec nitb: Add "subscriber create" VTY command. by Alexander Chemeris · 11 years ago
  24. bf8eec7 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  25. 2a835d8 expiration: Print the "expire_lu" time in show subscriber by Holger Hans Peter Freyther · 11 years ago
  26. b0be39b nitb: The subscr->imsi is an array will never be NULL by Holger Hans Peter Freyther · 11 years ago
  27. e6e99e1 nitb: Add a missing NULL check for searching the subscriber by Holger Hans Peter Freyther · 11 years ago
  28. ebe3725 vty: Document some previously undocumented parameters by Holger Hans Peter Freyther · 11 years ago
  29. 3073f52 VTY: backwards compatibility for 'logging level sms' by Harald Welte · 11 years ago
  30. 9431faa libmsc: Allow to set sender id when sending SMS from the VTY by Sylvain Munaut · 12 years ago
  31. f4dfea1 nitb: Add a VTY command to initiate a handover to another BTS by Holger Hans Peter Freyther · 12 years ago
  32. d0a34ed sms: Use the DLSMS instead of the DSMS category throughout our code by Holger Hans Peter Freyther · 12 years ago
  33. 45362bb VTY: improve VTY prompt and make sure exit/end works everywhere by Harald Welte · 12 years ago
  34. fa2015f Some more VTY documentation / help fixes by Harald Welte · 12 years ago
  35. 557f399 complete the VTY help messages so we don't get "null" in the manual by Harald Welte · 12 years ago
  36. e6a500e nitb: Document missing parameters, reword documentation, combine param by Holger Hans Peter Freyther · 12 years ago
  37. 1ed89d4 Add VTY command to specify default speech codec by Harald Welte · 13 years ago
  38. 42e41df src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago
  39. b1d5a69 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  40. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  41. ef717c6 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  42. 9cda7a0 msc: bail out if subscriber VTY command fails by Pablo Neira Ayuso · 13 years ago
  43. c1cf9d5 misc: Fix possible crash with setting an extension by Holger Hans Peter Freyther · 13 years ago
  44. 30c060b misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  45. 7eb8a9a misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  46. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  47. 3d1aaac prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/msc/vty_interface_layer3.c]
  48. 4f272cc re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/vty_interface_layer3.c]
  49. 55ab246 sms: introduce new command to trigger the sending process for specific subscribers only by Nico Golde · 13 years ago
  50. 30f93fb Fix various compiler warnings all over the code by Harald Welte · 13 years ago
  51. 1ce419d silent sms: Fix the silent SMS feature once again by Holger Hans Peter Freyther · 13 years ago
  52. 3fb6bf9 sms: Allow to specify the DCS for the SMS. by Holger Hans Peter Freyther · 13 years ago
  53. 805d369 sms: Move the sms_from_text to gsm_04_11 by Holger Hans Peter Freyther · 13 years ago
  54. e5d806e subscr: Add a vty option to kick the queue. by Holger Hans Peter Freyther · 14 years ago
  55. 0fe0c8c subscr: Dump the pending requests to help with debugging state. by Holger Hans Peter Freyther · 14 years ago
  56. 32531c4 subscr: Fix subscr leaks in the KI code. by Holger Hans Peter Freyther · 14 years ago
  57. ce69aec subscr: Make it possible to clear pending requests for a subscriber by Holger Hans Peter Freyther · 14 years ago
  58. 5b72b30 subscr: Show the number of pending requests on this subscriber. by Holger Hans Peter Freyther · 14 years ago
  59. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  60. e78b443 sms: Always go through the database and the smsqueue to send messages by Holger Hans Peter Freyther · 14 years ago
  61. 70428d9 sms: Allow setting amount of failures through the vty. by Holger Hans Peter Freyther · 14 years ago
  62. 416c7de sms: Add vty command to clear the pending message by Holger Hans Peter Freyther · 14 years ago
  63. 96b4d35 sms: Make the max_pending tunable via a vty runtime setting by Holger Hans Peter Freyther · 14 years ago
  64. 58fe028 sms: Add vty command to trigger running the queue. by Holger Hans Peter Freyther · 14 years ago
  65. 6ec8098 sms: Provide some simple vty command for the state of the SMS queue by Holger Hans Peter Freyther · 14 years ago
  66. ae9c9d9 db: Introduce a limit in delivery attempts for the SMS search by Holger Hans Peter Freyther · 14 years ago
  67. ff8dd57 subscr: Print the lac of the subscriber. by Holger Hans Peter Freyther · 14 years ago
  68. 0c29e5f subscr: Add a VTY command to update the subscriber from the database. by Holger Hans Peter Freyther · 14 years ago
  69. ed1d030 subscr: Add VTY command to purge subscribers that are held in memory by Holger Hans Peter Freyther · 14 years ago
  70. c56006b BSC Call Control: Actually implement call statistics by Harald Welte · 14 years ago
  71. 87c0017 BSC VTY: Print some more of the already-generated statistics by Harald Welte · 14 years ago
  72. 441365d Use hexparse() from libosmocore >= 0.1.14 by Harald Welte · 14 years ago
  73. 7429476 gsm_04_80: Allow to specify the alert pattern for the notification by Holger Hans Peter Freyther · 14 years ago
  74. 9059790 gsm_04_80: Send a Release Complete otherwise the USSD unit stays BUSY by Holger Hans Peter Freyther · 14 years ago
  75. b506d72 gsm_04_80: Add untested code for USSD notification... by Holger Hans Peter Freyther · 14 years ago
  76. a36df37 vty_interface_layer3: Fix a subscriber memory leak.. by Holger Hans Peter Freyther · 14 years ago
  77. 2e6bc80 * 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
  78. c7ebb77 [BSC] VTY: Fix parsing of uppercase hex digits by Harald Welte · 14 years ago
  79. 3368e36 [BSC] Enable the use of whitespaces in the subscriber name by Harald Welte · 14 years ago
  80. d3aaf66 bsc_api: Make paging/silent call work with the subscriber_connection by Holger Hans Peter Freyther · 14 years ago
  81. 4887644 auth: Add support for XOR test A3A8 algo (and vty commands) by Sylvain Munaut · 14 years ago
  82. 0d7d991 vty/auth: Make sure we clear the last tuple when changing auth params by Sylvain Munaut · 14 years ago
  83. 48858d2 db: Change naming convention for auth info functions by Sylvain Munaut · 14 years ago
  84. f190bdf db: Rename AuthTuples to AuthLastTuples by Sylvain Munaut · 14 years ago
  85. c4bf319 VTY: Fix help for 'subscriber .... a3a8' command by Harald Welte · 14 years ago
  86. a8ca70f VTY: Unify Subscriber functions, remove SUBSCR_NODE by Harald Welte · 14 years ago
  87. bd9591f Migrate VTY code to libosmovty by Harald Welte · 14 years ago
  88. 4015287 VTY: decouple telnet_interface from 'struct gsmnet' by Harald Welte · 14 years ago
  89. 3699e20 VTY: use argv_concat() instead of vty_argv_to_buffer + buffer_getstr() by Harald Welte · 14 years ago
  90. 18ce31c VTY: More interactive help by Harald Welte · 14 years ago
  91. 58ed1cb [VTY] Remove OpenBSC specific node-exit handling from src/vty by Harald Welte · 14 years ago
  92. 8791dac VTY: Introduce common code to add 'description' to objects like BTS by Harald Welte · 14 years ago
  93. 7bc28f6 Ensure all 'view' commands are availalbe from 'enable' too by Harald Welte · 14 years ago
  94. a163e40 [vty] Allow to create a buffer in a given context. by Holger Hans Peter Freyther · 14 years ago
  95. e789b21 [vty] Separate BSC and MSC statistics. Make it easy to print them. by Holger Hans Peter Freyther · 14 years ago
  96. f4625b1 split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  97. 1dd0a1b [vty] Move db usage out of the libbsc (fork dumping of subscr) by Holger Hans Peter Freyther · 14 years ago
  98. dcf8c4c vty: Add command to set auth algo & Ki for a subscriber by Sylvain Munaut · 15 years ago
  99. 1c378a7 silent_call: Add option to choose channel type by Sylvain Munaut · 15 years ago
  100. c2e0a44 Implement a better sending of pending SMS by Sylvain Munaut · 15 years ago