aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat/bsc_nat_call_control.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-03nat: Implement forwarding data to the local MSCHolger Hans Peter Freyther1-2/+59
2013-09-03nat: Detect a CC Setup and filter it for local call handlingHolger Hans Peter Freyther1-1/+88
2013-09-03nat: Begin to prepare to inspect Call-Control (CC) messagesHolger Hans Peter Freyther1-0/+6
Begin to inspect Call-Control messages and then hand off the entire connection to a different/local MSC. In the future this should work on a per transaction basis (the same applies to the USSD handling) but the first version will not do that.
2013-09-03nat: Create a second MSC connection toward the local CC handlerHolger Hans Peter Freyther1-0/+137
2013-09-03nat/vty: Allow to configure an optional local-call ip addressHolger Hans Peter Freyther1-0/+37