aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-12-26MNCC: rename mncc_send() to mncc_tx_to_cc()Harald Welte3-22/+22
2010-12-26MNCC: split into generic mncc.c and mncc_builtin.cHarald Welte3-365/+403
2010-12-26MNCC: make get_call_ref() function staticHarald Welte1-1/+1
2010-12-26MNCC: clarify naming / rename mncc_recv() to int_mncc_recv()Harald Welte3-3/+4
2010-12-26MNCC: rename mncc_upq_enqueue() to cc_tx_to_mncc()Harald Welte4-4/+4
2010-12-26[db] Properly quote name and extension for SQL accessHarald Welte1-3/+10
2010-12-26SGSN: Avoid duplicate MM contexts in case MS and SGSN disagree on P-TMSIHarald Welte3-0/+31
2010-12-26SGSN: Implement network-initiated PDP CTX DEACT when GGSN restartsHarald Welte5-4/+189
2010-12-26SGSN: some more commentsHarald Welte1-0/+4
2010-12-26Merge branch 'zecke/sms-queue'Holger Hans Peter Freyther21-58/+756
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 Freyther2-2/+2
2010-12-26sms: Workaround a bug in the db layer and update the dataHolger Hans Peter Freyther1-0/+3
2010-12-26sms: Always go through the database and the smsqueue to send messagesHolger Hans Peter Freyther1-8/+7
2010-12-26sms: Allow setting amount of failures through the vty.Holger Hans Peter Freyther3-0/+21
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 Freyther3-0/+26
2010-12-26sms: Make the max_pending tunable via a vty runtime settingHolger Hans Peter Freyther3-0/+21
2010-12-26sms: Add vty command to trigger running the queue.Holger Hans Peter Freyther2-1/+12
2010-12-26sms: Provide some simple vty command for the state of the SMS queueHolger Hans Peter Freyther3-0/+33
2010-12-26sms: Begin sending SMS messages, handle failuresHolger Hans Peter Freyther2-2/+300
2010-12-26sms: Introduce a SMS queue that will be responsible for deliveryHolger Hans Peter Freyther8-34/+116
2010-12-26sms: Create signal data for SMS with more informationHolger Hans Peter Freyther3-13/+36
2010-12-26sms: Dispatch a failed signal in many of the MT-sms pointsHolger Hans Peter Freyther2-2/+11
2010-12-26sms: Use the SMS in the signals where it makes sense.Holger Hans Peter Freyther1-2/+2
2010-12-26sms: Add a simple SystemTap probe to see SQL queriesHolger Hans Peter Freyther1-0/+5
2010-12-26sms: Add a script to query for unsent SMSHolger Hans Peter Freyther1-0/+10
2010-12-26sms: Add dummy script to create subscribers and SMSHolger Hans Peter Freyther1-0/+66
2010-12-25sms: Fix a small typo.Holger Hans Peter Freyther1-1/+1
2010-12-25db: Introduce a limit in delivery attempts for the SMS searchHolger Hans Peter Freyther3-5/+8
2010-12-25db: Add method to load a SMS by id.Holger Hans Peter Freyther2-0/+23
2010-12-25subscr: Sync the database before sending the attached signalHolger Hans Peter Freyther1-1/+10
2010-12-25subscr: Print the lac of the subscriber.Holger Hans Peter Freyther1-0/+2
2010-12-25paging: Introduce a GSM_PAGING_BUSY event for a special timeoutHolger Hans Peter Freyther8-2/+19
2010-12-24Merge branch 'zecke/subscr'Holger Hans Peter Freyther8-20/+129
2010-12-24subscr: Add a VTY command to update the subscriber from the database.Holger Hans Peter Freyther5-19/+80
2010-12-24subscr: Add VTY command to purge subscribers that are held in memoryHolger Hans Peter Freyther1-0/+14
2010-12-24subscr: Introduce VTY option to keep subscribers in ram.Holger Hans Peter Freyther1-0/+14
2010-12-24subscr: Introduce subscr_purge_inactive to free unused subscribersHolger Hans Peter Freyther2-0/+17
2010-12-24subscr: Make it possible to keep subscribers in RAM.Holger Hans Peter Freyther2-1/+4
2010-12-24BSC Call Control: Actually implement call statisticsHarald Welte4-10/+21
2010-12-24BSC VTY: Print some more of the already-generated statisticsHarald Welte1-0/+7
2010-12-24SGSN / GMM: Only allow non-roaming IMSIsHarald Welte1-1/+10
2010-12-24BSC API: Make 'Got data in non active state' message as LOGL_INFOHarald Welte1-1/+2
2010-12-24RSL: Make "waiting for SAPI=%d to be released" LOGL_DEBUGHarald Welte1-1/+1
2010-12-24Fix some stupid typos resulting in compile errors.Harald Welte1-2/+2
2010-12-24BSC VTY: Fix off-by-one / segfault in 'show bts NR'Harald Welte1-1/+1
2010-12-24BTS VTY: Order bts-trx-ts-lchan in 'show lchan'Harald Welte1-9/+7