aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-06misc: Remove unused variable from the db.Holger Hans Peter Freyther1-1/+0
2011-01-06misc: Forward declare the struct gsm_bts_trx_ts to avoid warning.Holger Hans Peter Freyther1-0/+1
2011-01-06mncc: Move the cc_tx_to_mncc code into the libbsc.aHolger Hans Peter Freyther3-5/+28
2011-01-06mncc: Switch the header file from u_int to uintHolger Hans Peter Freyther1-7/+9
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