1. c4628a3 large refactoring: support inter-BSC and inter-MSC Handover by Neels Hofmeyr · 6 years ago
  2. 7c5346c vlr_subscr: use osmo_use_count by Neels Hofmeyr · 5 years ago
  3. d553c08 sms queue: avoid repeated Paging for a failed SMS by Neels Hofmeyr · 5 years ago
  4. f8af776 sms_queue: Print dest msisdn instead of unknown subscriber by Pau Espin Pedrol · 5 years ago
  5. 96262a7 libmsc/sms_queue.c: fix memleak in smsq_take_next_sms() by Vadim Yanitskiy · 5 years ago
  6. 34a36da SMS queue: properly log failed attempts number by Neels Hofmeyr · 5 years ago
  7. 7b61ffe GSM_EXTENSION_LENGTH -> VLR_MSISDN_LENGTH by Neels Hofmeyr · 6 years ago
  8. 24e025e libmsc/gsm_04_11.c: refactor MT SMS message handling by Vadim Yanitskiy · 6 years ago
  9. 4cf452f Remove unused GSM_PAGING_OOM by Pau Espin Pedrol · 6 years ago
  10. 37a3ae8 sms_queue: fix use-after-free on 'pending' by Harald Welte · 6 years ago
  11. 5e2e9bd Fix whitespace issues by Max · 6 years ago
  12. 98f7467 Wrap osmo_strlcpy() calls by Max · 6 years ago
  13. 14e0517 Delete expired SMS automatically. by Stefan Sperling · 6 years ago
  14. 87cba1f Add a VTY command which deletes all expired SMS. by Stefan Sperling · 6 years ago
  15. d35038d Massive removal of unused code/structs/headers by Harald Welte · 6 years ago
  16. 6ba2d5a Delete SMS from the database once they were sent successfully by Stefan Sperling · 6 years ago
  17. 9084396 rename include/openbsc to include/osmocom/msc by Neels Hofmeyr · 7 years ago
  18. 2483f1b Use libvlr in libmsc (large refactoring) by Harald Welte · 8 years ago
  19. 29b9206 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/libmsc/sms_queue.c]
  20. 5121576 src: use osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  21. 1e918c3 debug log for sms: fix/add by Neels Hofmeyr · 8 years ago
  22. e5d2c60 SMS: Attempting to send SMS is not a NOTICEable event by Harald Welte · 12 years ago
  23. 1e30a28 msc: Add and use gsm_subscriber_group by Jacob Erlbeck · 10 years ago
  24. 93de8b2 sms: Address the TODO and schedule the next SMS for an active subscriber by Holger Hans Peter Freyther · 10 years ago
  25. 024dc77 sms: Do not interfere with the SMS queue from within gsm_04_11 by Holger Hans Peter Freyther · 10 years ago
  26. eff40949 sms: Use the DLSMS instead of the DSMS category throughout our code by Holger Hans Peter Freyther · 12 years ago
  27. 6b55f60 sms_queue: It is a bad idea to detach a subscriber on failed delivery by Holger Hans Peter Freyther · 12 years ago
  28. 074b2b2 smsqueue: There was a race/bug with a booting phone, paging and LU by Holger Hans Peter Freyther · 13 years ago
  29. bbc5b99 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  30. bf540cb src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  31. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  32. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/msc/sms_queue.c]
  33. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/sms_queue.c]
  34. 701076e sms: Add new SMS requests to the end of the list. by Holger Hans Peter Freyther · 14 years ago
  35. 96e9f08 sms: Argh... reset the pending after we have cleared the queue. by Holger Hans Peter Freyther · 14 years ago
  36. 583e9ae sms: Show the amount of failures and the SMS we want to send. by Holger Hans Peter Freyther · 14 years ago
  37. dc53af6 sms: Fix the log message and end with a new newline. by Holger Hans Peter Freyther · 14 years ago
  38. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  39. 5479fc8 sms: Make sure that this loop is broken from time to time. by Holger Hans Peter Freyther · 14 years ago
  40. 2038457 sms: Rewrite the queue to find SMS harder. by Holger Hans Peter Freyther · 14 years ago
  41. f7e2389 sms: Move the finding of the next SMS to handle to a new method by Holger Hans Peter Freyther · 14 years ago
  42. a37e3bc sms: Change the default values for the sms_queue by Holger Hans Peter Freyther · 14 years ago
  43. a3a659b sms: Workaround a bug in the db layer and update the data by Holger Hans Peter Freyther · 14 years ago
  44. 994dcbb sms: Allow setting amount of failures through the vty. by Holger Hans Peter Freyther · 14 years ago
  45. 7e59c83 sms: Make the amount of failures configurable as well. by Holger Hans Peter Freyther · 14 years ago
  46. 4dcc5e5 sms: Add vty command to clear the pending message by Holger Hans Peter Freyther · 14 years ago
  47. 3c6f6c2 sms: Make the max_pending tunable via a vty runtime setting by Holger Hans Peter Freyther · 14 years ago
  48. 7a0e166 sms: Add vty command to trigger running the queue. by Holger Hans Peter Freyther · 14 years ago
  49. 81c0e25 sms: Provide some simple vty command for the state of the SMS queue by Holger Hans Peter Freyther · 14 years ago
  50. 1716406 sms: Begin sending SMS messages, handle failures by Holger Hans Peter Freyther · 14 years ago
  51. 11b28f9 sms: Introduce a SMS queue that will be responsible for delivery by Holger Hans Peter Freyther · 14 years ago