aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/bsc_nat.h')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index 638791a8b..ab80cb401 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -22,6 +22,8 @@
#ifndef BSC_NAT_H
#define BSC_NAT_H
+#include "mgcp.h"
+
#include <sys/types.h>
#include <sccp/sccp_types.h>
@@ -33,6 +35,8 @@
#define DIR_BSC 1
#define DIR_MSC 2
+#define NAT_IPAC_PROTO_MGCP
+
struct bsc_nat;
/*
@@ -135,6 +139,9 @@ struct bsc_nat {
/* known BSC's */
struct llist_head bsc_configs;
int num_bsc;
+
+ /* MGCP config */
+ struct mgcp_config *mgcp_cfg;
};
/* create and init the structures */