From 7e5cdb1da017feee6222a33760ad92fae932c453 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 26 Aug 2013 16:11:01 +0200 Subject: nat: Begin to prepare to inspect Call-Control (CC) messages 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. --- openbsc/src/osmo-bsc_nat/bsc_nat_call_control.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openbsc/src/osmo-bsc_nat/bsc_nat_call_control.c') diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat_call_control.c b/openbsc/src/osmo-bsc_nat/bsc_nat_call_control.c index b9a4bbae1..0328380bb 100644 --- a/openbsc/src/osmo-bsc_nat/bsc_nat_call_control.c +++ b/openbsc/src/osmo-bsc_nat/bsc_nat_call_control.c @@ -172,3 +172,9 @@ int bsc_cc_initialize(struct bsc_nat *nat) return 0; } + +int bsc_cc_check(struct nat_sccp_connection *con, struct bsc_nat_parsed *parsed, + struct msgb *msg) +{ + return 0; +} -- cgit v1.2.3