From 3d4d8c7b5098776867b7b2192b00d02ab1e9da7f Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 15 Feb 2011 21:14:09 +0100 Subject: msc: Move the nat handling into the sccp_state for now --- include/msc_connection.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/msc_connection.h') diff --git a/include/msc_connection.h b/include/msc_connection.h index 3770452..9690906 100644 --- a/include/msc_connection.h +++ b/include/msc_connection.h @@ -81,4 +81,8 @@ int msc_connection_start(struct msc_connection *msc); /* MGCP */ void mgcp_forward(struct msc_connection *msc, const uint8_t *data, unsigned int length); +/* Called by the MSC Connection */ +void msc_dispatch_sccp(struct msc_connection *msc, struct msgb *msg); + + #endif -- cgit v1.2.3