aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/silent_call.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-23clang: Initialize rc with zero.Holger Hans Peter Freyther1-1/+1
2010-06-30msc: Add includes to silence a compiler warning.Holger Hans Peter Freyther1-0/+1
2010-06-28bsc_msc: Remove use_count from the subscriber connectionHolger Hans Peter Freyther1-2/+2
2010-06-21silent_call: Use the gsm_subscriber_connection instead of lchan->connHolger Hans Peter Freyther1-3/+3
2010-06-17bsc_api: Make paging/silent call work with the subscriber_connectionHolger Hans Peter Freyther1-7/+4
2010-06-16bsc_api: Rename lchan_for_subscr to connection_for_subscr and update codeHolger Hans Peter Freyther1-4/+2
2010-03-25lchan: Create a structure for MSC data of the lchanHolger Hans Peter Freyther1-5/+10
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-1/+1
2010-01-03silent_call: Add option to choose channel typeSylvain Munaut1-2/+2
2010-01-01introduce and implement silent_call_reroute() and silent_call_rx()Harald Welte1-0/+44
2010-01-01keep 'silent call' state in struct lchanHarald Welte1-1/+5
2009-11-17fix some more compiler warningsHarald Welte1-0/+1
2009-11-14Add "silent call" feature to OpenBSCHarald Welte1-0/+92