aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2011-02-05[E1 input] proper config error reportingHarald Welte2-9/+37
2011-02-05[E1 INPUT] remove debug printf'sHarald Welte1-2/+0
2011-02-05[E1 INPUT] explicitly configure the E1 input driver for each lineHarald Welte9-20/+172
2011-02-05[input] make mi_e1_line_update() a driver specific callbackHarald Welte3-2/+9
2011-01-27mncc: Fix a crash in the call release codeHolger Hans Peter Freyther1-1/+7
2011-01-25mgcp: Be able to parse RQNT messages and reply to themHolger Hans Peter Freyther1-0/+25
2011-01-16bsc: Initialize the subscr to NULL in the default caseHolger Hans Peter Freyther1-0/+3
2011-01-16mncc: Fix crash when memory allocation is failingHolger Hans Peter Freyther1-2/+2
2011-01-16bsc: Fix possible crash when the lchan->conn alloc failedHolger Hans Peter Freyther1-2/+5
2011-01-16misc: Make clang --analyze happy with the source codeHolger Hans Peter Freyther1-1/+1
2011-01-14update gitignoreHarald Welte2-0/+4
2011-01-14[RSL] Move RF CHAN REL ACK into its own functionHarald Welte1-10/+19
2011-01-13[SI] Make sure we set BS_AG_BLKS_RES !=0Harald Welte1-0/+2
2011-01-13[RSL] add missing hunk from commit 18b590de4acec1536d5fc44ae60cf2ff7250ffe6Harald Welte1-0/+19
2011-01-13RSL: add code to generate SACCH INFO MODIFY commandHarald Welte1-0/+3
2011-01-11[BSC] Allow manual override of neighbor cell listHarald Welte4-5/+67
2011-01-10silent sms: Fix the silent SMS feature once againHolger Hans Peter Freyther1-1/+1
2011-01-10sms: Allow to specify the DCS for the SMS.Holger Hans Peter Freyther4-5/+5
2011-01-10sms: Move the sms_from_text to gsm_04_11Holger Hans Peter Freyther4-27/+26
2011-01-07ipa: Only use one IPA number for Osmo extensionsHolger Hans Peter Freyther7-10/+17
2011-01-07mgcp: Return with NULL if we fail the size check.Holger Hans Peter Freyther1-0/+1
2011-01-07mgcp: We want to count trunks starting from one.Holger Hans Peter Freyther2-5/+5
2011-01-06mgcp: Parse a Digital Trunk endpoint name.Holger Hans Peter Freyther5-6/+139
2011-01-06mgcp: Include a MGCP Response String in the responseHolger Hans Peter Freyther2-31/+35
2011-01-06subscr: Stop stopping paging requests behind the back of subscrHolger Hans Peter Freyther3-12/+39
2011-01-06subscr: Remember if we need to call subscr_put_channel at the end.Holger Hans Peter Freyther3-0/+10
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 Freyther3-0/+29
2011-01-06subscr: Dump the pending requests to help with debugging state.Holger Hans Peter Freyther5-0/+42
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 Freyther3-0/+40
2011-01-06subscr: Show the number of pending requests on this subscriber.Holger Hans Peter Freyther3-3/+19
2011-01-06subscr: Stop all paging requests if one is failing.Holger Hans Peter Freyther2-1/+13
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 Freyther3-6/+9
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 Freyther3-5/+9
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 Freyther4-5/+6
2011-01-06misc: Fix warning about the cast.Holger Hans Peter Freyther1-1/+1