aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/sms_queue.h
AgeCommit message (Collapse)AuthorFilesLines
2010-12-26sms: Allow setting amount of failures through the vty.Holger Hans Peter Freyther1-0/+1
2010-12-26sms: Add vty command to clear the pending messageHolger Hans Peter Freyther1-0/+1
2010-12-26sms: Make the max_pending tunable via a vty runtime settingHolger Hans Peter Freyther1-0/+1
Make it possible to change the max pending via the vty. This can be useful to play with the performance of the queue.
2010-12-26sms: Provide some simple vty command for the state of the SMS queueHolger Hans Peter Freyther1-0/+4
2010-12-26sms: Begin sending SMS messages, handle failuresHolger Hans Peter Freyther1-0/+2
The sms queue will attempt to send one SMS per subscriber to fill all the available slots. It will handle the case where paging has not started, timed out or if there was any kind of other failure. It is also retransmitting SMS in case of failures.
2010-12-26sms: Introduce a SMS queue that will be responsible for deliveryHolger Hans Peter Freyther1-0/+8
The SMSqueue will be responsible of sending to the user. It will do so in a loop and will also try not to overload the BTS. This means the throughput of SMS will be limited.