aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-06rtp: Move the RTP Proxy code out of RSL into the BSC/MSC domainHolger Hans Peter Freyther5-74/+98
2011-01-01fix spelling mistake in log messageHarald Welte1-1/+1
2011-01-01re-order the sequence of events in bsc_api:handle_release()Harald Welte1-7/+6
2011-01-01[db] Fix double-quoting in libdbi backendHarald Welte1-2/+2
2011-01-01MNCC: avoid segfault in DEBUGP due to non-existing conn->lchanHarald Welte1-1/+1
2011-01-01[SGSN] Fix processing of RA Update Request regarding TLLIHarald Welte2-1/+27
2011-01-01MNCC: fix copy+paste mistake in log message and change it to DEBUGHarald Welte1-1/+1
2011-01-01mncc_sock: Fix potential segfault in case MNCC app diesHarald Welte2-1/+4
2011-01-01mncc_sock: Use proper logging directives and levels, don't printf.Harald Welte1-5/+14
2011-01-01MNCC: Introduce bsc_hack argument '-m' for enabling MNCC socketHarald Welte1-2/+14
2011-01-01mncc_sock: Add new 'mncc handler' functionHarald Welte2-1/+39
2011-01-01MNCC: pass the actual 'struct msgb' down the mncc_recv() callbackHarald Welte6-11/+15
2011-01-01GSM 04.08 / MNCC interface: verbuse logging of incoming MNCC primitivesHarald Welte1-5/+22
2011-01-01mncc_sock: Clear all calls if MNCC application (LCR) disconnectsHarald Welte3-1/+16
2011-01-01mncc_sock: Add an assert() in case our queue peek trick goes wrongHarald Welte1-2/+5
2011-01-01MNCC: remove 'upqueue'Harald Welte4-23/+4
2011-01-01MNCC: move cc_tx_to_mncc() from gsm_data.h into mncc.cHarald Welte3-6/+6
2011-01-01MNCC socket: Export MNCC interface via unix domain socketHarald Welte2-1/+290
2011-01-01MNCC: rename mncc_send() to mncc_tx_to_cc()Harald Welte3-22/+22
2011-01-01MNCC: split into generic mncc.c and mncc_builtin.cHarald Welte3-365/+403
2011-01-01MNCC: make get_call_ref() function staticHarald Welte1-1/+1
2011-01-01MNCC: clarify naming / rename mncc_recv() to int_mncc_recv()Harald Welte3-3/+4
2011-01-01MNCC: rename mncc_upq_enqueue() to cc_tx_to_mncc()Harald Welte4-4/+4
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte128-1023/+1963
2010-12-27lchan: Every SS_LCHAN signal now sends a struct lchan_sig_dataHolger Hans Peter Freyther7-26/+43
2010-12-27bsc: Some S_LCHAN signals don't provide an lchanHolger Hans Peter Freyther1-0/+14
2010-12-27auth: Release the security operation after we sent out a messageHolger Hans Peter Freyther1-1/+3
2010-12-27bsc: Avoid crashing when no lchan is present in the subscriber connectionHolger Hans Peter Freyther1-1/+11
2010-12-27gsm_04_08_utils: Fix Channel Request mode for e0/e0 and neci=1Sylvain Munaut1-1/+1
2010-12-26db: Quote the IMEI string before passing it into the database.Holger Hans Peter Freyther1-2/+5
2010-12-26ho: Access the network after we are known to have an entry.Holger Hans Peter Freyther1-1/+2
2010-12-26ho: Set the conn to NULL before calling lchan_releaseHolger Hans Peter Freyther1-0/+1
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