aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/sms_queue.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-26sms: Make sure that this loop is broken from time to time.Holger Hans Peter Freyther1-3/+5
2010-12-26sms: Rewrite the queue to find SMS harder.Holger Hans Peter Freyther1-3/+25
2010-12-26sms: Move the finding of the next SMS to handle to a new methodHolger Hans Peter Freyther1-9/+20
2010-12-26sms: Change the default values for the sms_queueHolger Hans Peter Freyther1-1/+1
2010-12-26sms: Workaround a bug in the db layer and update the dataHolger Hans Peter Freyther1-0/+3
2010-12-26sms: Allow setting amount of failures through the vty.Holger Hans Peter Freyther1-0/+8
2010-12-26sms: Make the amount of failures configurable as well.Holger Hans Peter Freyther1-1/+3
2010-12-26sms: Add vty command to clear the pending messageHolger Hans Peter Freyther1-0/+13
2010-12-26sms: Make the max_pending tunable via a vty runtime settingHolger Hans Peter Freyther1-0/+8
2010-12-26sms: Add vty command to trigger running the queue.Holger Hans Peter Freyther1-1/+1
2010-12-26sms: Provide some simple vty command for the state of the SMS queueHolger Hans Peter Freyther1-0/+16
2010-12-26sms: Begin sending SMS messages, handle failuresHolger Hans Peter Freyther1-2/+298
2010-12-26sms: Introduce a SMS queue that will be responsible for deliveryHolger Hans Peter Freyther1-0/+97