summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HACK / unfinished: persistent storage of SGSN statelaforge/gprs_persistentHarald Welte2010-12-262-0/+106
* [SGSN] Fix processing of RA Update Request regarding TLLIHarald Welte2010-12-262-1/+27
* MNCC: fix copy+paste mistake in log message and change it to DEBUGHarald Welte2010-12-261-1/+1
* mncc_sock: Fix potential segfault in case MNCC app diesHarald Welte2010-12-262-1/+4
* mncc_sock: Use proper logging directives and levels, don't printf.Harald Welte2010-12-261-5/+14
* MNCC: Introduce bsc_hack argument '-m' for enabling MNCC socketHarald Welte2010-12-261-2/+14
* mncc_sock: Add new 'mncc handler' functionHarald Welte2010-12-262-1/+39
* MNCC: pass the actual 'struct msgb' down the mncc_recv() callbackHarald Welte2010-12-266-11/+15
* GSM 04.08 / MNCC interface: verbuse logging of incoming MNCC primitivesHarald Welte2010-12-261-5/+22
* mncc_sock: Clear all calls if MNCC application (LCR) disconnectsHarald Welte2010-12-263-1/+16
* mncc_sock: Add an assert() in case our queue peek trick goes wrongHarald Welte2010-12-261-2/+5
* MNCC: remove 'upqueue'Harald Welte2010-12-264-23/+4
* MNCC: move cc_tx_to_mncc() from gsm_data.h into mncc.cHarald Welte2010-12-263-6/+6
* MNCC socket: Export MNCC interface via unix domain socketHarald Welte2010-12-262-1/+290
* MNCC: rename mncc_send() to mncc_tx_to_cc()Harald Welte2010-12-263-22/+22
* MNCC: split into generic mncc.c and mncc_builtin.cHarald Welte2010-12-263-365/+403
* MNCC: make get_call_ref() function staticHarald Welte2010-12-261-1/+1
* MNCC: clarify naming / rename mncc_recv() to int_mncc_recv()Harald Welte2010-12-263-3/+4
* MNCC: rename mncc_upq_enqueue() to cc_tx_to_mncc()Harald Welte2010-12-264-4/+4
* Merge branch 'zecke/sms-queue'Holger Hans Peter Freyther2010-12-2621-58/+756
|\
| * sms: Make sure that this loop is broken from time to time.Holger Hans Peter Freyther2010-12-261-3/+5
| * sms: Rewrite the queue to find SMS harder.Holger Hans Peter Freyther2010-12-261-3/+25
| * sms: Move the finding of the next SMS to handle to a new methodHolger Hans Peter Freyther2010-12-261-9/+20
| * sms: Change the default values for the sms_queueHolger Hans Peter Freyther2010-12-262-2/+2
| * sms: Workaround a bug in the db layer and update the dataHolger Hans Peter Freyther2010-12-261-0/+3
| * sms: Always go through the database and the smsqueue to send messagesHolger Hans Peter Freyther2010-12-261-8/+7
| * sms: Allow setting amount of failures through the vty.Holger Hans Peter Freyther2010-12-263-0/+21
| * sms: Make the amount of failures configurable as well.Holger Hans Peter Freyther2010-12-261-1/+3
| * sms: Add vty command to clear the pending messageHolger Hans Peter Freyther2010-12-263-0/+26
| * sms: Make the max_pending tunable via a vty runtime settingHolger Hans Peter Freyther2010-12-263-0/+21
| * sms: Add vty command to trigger running the queue.Holger Hans Peter Freyther2010-12-262-1/+12
| * sms: Provide some simple vty command for the state of the SMS queueHolger Hans Peter Freyther2010-12-263-0/+33
| * sms: Begin sending SMS messages, handle failuresHolger Hans Peter Freyther2010-12-262-2/+300
| * sms: Introduce a SMS queue that will be responsible for deliveryHolger Hans Peter Freyther2010-12-268-34/+116
| * sms: Create signal data for SMS with more informationHolger Hans Peter Freyther2010-12-263-13/+36
| * sms: Dispatch a failed signal in many of the MT-sms pointsHolger Hans Peter Freyther2010-12-262-2/+11
| * sms: Use the SMS in the signals where it makes sense.Holger Hans Peter Freyther2010-12-261-2/+2
| * sms: Add a simple SystemTap probe to see SQL queriesHolger Hans Peter Freyther2010-12-261-0/+5
| * sms: Add a script to query for unsent SMSHolger Hans Peter Freyther2010-12-261-0/+10
| * sms: Add dummy script to create subscribers and SMSHolger Hans Peter Freyther2010-12-261-0/+66
| * sms: Fix a small typo.Holger Hans Peter Freyther2010-12-251-1/+1
| * db: Introduce a limit in delivery attempts for the SMS searchHolger Hans Peter Freyther2010-12-253-5/+8
| * db: Add method to load a SMS by id.Holger Hans Peter Freyther2010-12-252-0/+23
| * subscr: Sync the database before sending the attached signalHolger Hans Peter Freyther2010-12-251-1/+10
| * subscr: Print the lac of the subscriber.Holger Hans Peter Freyther2010-12-251-0/+2
| * paging: Introduce a GSM_PAGING_BUSY event for a special timeoutHolger Hans Peter Freyther2010-12-258-2/+19
|/
* Merge branch 'zecke/subscr'Holger Hans Peter Freyther2010-12-248-20/+129
|\
| * subscr: Add a VTY command to update the subscriber from the database.Holger Hans Peter Freyther2010-12-245-19/+80
| * subscr: Add VTY command to purge subscribers that are held in memoryHolger Hans Peter Freyther2010-12-241-0/+14
| * subscr: Introduce VTY option to keep subscribers in ram.Holger Hans Peter Freyther2010-12-241-0/+14