aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-04-22 09:07:39 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-04-22 09:07:39 +0200
commitab22335378b80cc6179ae16a55daa0dc0f04e248 (patch)
tree24410c6d8f0b0ee9ec352851581b65719b582eba /openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
parent7e9b039a94fc136ca83d141c07932c2d654f8fdf (diff)
nat: Move the callstats to a new header file due sccp usage
The bsc_nat.h is included by common_vty.c so we may not used sccp_types.h in the bsc_nat.h header file. Move the callstats to a new file and include it where it is needed.
Diffstat (limited to 'openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c')
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c b/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
index 701cc72ae..c37daa7f3 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
@@ -43,6 +43,7 @@
*/
#include <openbsc/bsc_nat.h>
+#include <openbsc/bsc_nat_callstats.h>
#include <openbsc/bsc_nat_sccp.h>
#include <openbsc/gsm_data.h>
#include <openbsc/debug.h>