aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/msc_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/msc_common.h')
-rw-r--r--include/osmocom/msc/msc_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmocom/msc/msc_common.h b/include/osmocom/msc/msc_common.h
index 78337f764..bd85722cd 100644
--- a/include/osmocom/msc/msc_common.h
+++ b/include/osmocom/msc/msc_common.h
@@ -1,5 +1,7 @@
#pragma once
+#include <osmocom/core/tdef.h>
+
#include <osmocom/gsm/protocol/gsm_04_08.h>
#include <osmocom/gsm/gsm0808.h>
@@ -7,6 +9,8 @@ struct msgb;
struct gsm_network;
struct vlr_subscr;
+extern struct osmo_tdef_group msc_tdef_group[];
+
#define MSC_HLR_REMOTE_IP_DEFAULT "127.0.0.1"
#define MSC_HLR_REMOTE_PORT_DEFAULT OSMO_GSUP_PORT