aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2011-01-06subscr: Stop stopping paging requests behind the back of subscrHolger Hans Peter Freyther2-12/+36
2011-01-06subscr: Remember if we need to call subscr_put_channel at the end.Holger Hans Peter Freyther2-0/+9
2011-01-06paging: Handle the possible OOM message as well.Holger Hans Peter Freyther1-0/+1
2011-01-06sms: Improve the logging of the paging callback.Holger Hans Peter Freyther1-1/+3
2011-01-06subscr: Add a vty option to kick the queue.Holger Hans Peter Freyther2-0/+28
2011-01-06subscr: Dump the pending requests to help with debugging state.Holger Hans Peter Freyther2-0/+37
2011-01-06subscr: Store the state of a subscr request for inspection.Holger Hans Peter Freyther1-0/+16
2011-01-06subscr: Fix subscr leaks in the KI code.Holger Hans Peter Freyther1-2/+8
2011-01-06subscr: Make it possible to clear pending requests for a subscriberHolger Hans Peter Freyther2-0/+39
2011-01-06subscr: Show the number of pending requests on this subscriber.Holger Hans Peter Freyther2-3/+17
2011-01-06subscr: Stop all paging requests if one is failing.Holger Hans Peter Freyther1-1/+12
2011-01-06subscr: Kick the queue in case of a paging timeoutHolger Hans Peter Freyther1-0/+3
2011-01-06msc: Attempt to fix a bug with 'stuck' SMS due RF failure on authHolger Hans Peter Freyther1-0/+7
2011-01-06sms: Add new SMS requests to the end of the list.Holger Hans Peter Freyther1-1/+1
2011-01-06sms: Argh... reset the pending after we have cleared the queue.Holger Hans Peter Freyther1-0/+1
2011-01-06sms: Fix crash by saving the gsm_networkHolger Hans Peter Freyther1-1/+4
2011-01-06sms: Show the amount of failures and the SMS we want to send.Holger Hans Peter Freyther1-2/+3
2011-01-06sms: Fix the log message and end with a new newline.Holger Hans Peter Freyther1-1/+1
2011-01-06subscr: Make the subscr_put_channel work with the subscrHolger Hans Peter Freyther2-5/+8
2011-01-06mncc: Do not print the BTS at all as it might not be presentHolger Hans Peter Freyther1-4/+3
2011-01-06mncc: bts can be NULL, attempt to find the bts from the transactionHolger Hans Peter Freyther1-1/+1
2011-01-06mncc: Do not use bts->nr as it might be NULL.Holger Hans Peter Freyther1-2/+3
2011-01-06bsc: Clear the hand-over in case the new_lchan is failingHolger Hans Peter Freyther2-4/+8
2011-01-06misc: Remove unused variable from the function.Holger Hans Peter Freyther1-1/+0
2011-01-06misc: Fix compiler warning about incompatible pointersHolger Hans Peter Freyther3-4/+5
2011-01-06misc: Fix warning about the cast.Holger Hans Peter Freyther1-1/+1
2011-01-06misc: Remove unused variable from the db.Holger Hans Peter Freyther1-1/+0
2011-01-06mncc: Move the cc_tx_to_mncc code into the libbsc.aHolger Hans Peter Freyther3-5/+28
2011-01-06rtp: Move the RTP Proxy code out of RSL into the BSC/MSC domainHolger Hans Peter Freyther4-74/+87
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 Welte1-0/+33
2011-01-01MNCC: pass the actual 'struct msgb' down the mncc_recv() callbackHarald Welte4-8/+11
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 Welte2-1/+15
2011-01-01mncc_sock: Add an assert() in case our queue peek trick goes wrongHarald Welte1-2/+5
2011-01-01MNCC: remove 'upqueue'Harald Welte3-21/+4
2011-01-01MNCC: move cc_tx_to_mncc() from gsm_data.h into mncc.cHarald Welte1-0/+5
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 Welte2-21/+21
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 Welte2-2/+3