aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/a_reset.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-11-30 01:46:51 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-30 22:46:15 +0100
commit7992122bac66f28ce2d77ddcd7aef8416796deea (patch)
tree490bb3d8edba3f2801cf840c8d78fe810919d3e0 /src/libmsc/a_reset.c
parenta8945ce37c23ba557b8b369943a5730b73c46604 (diff)
combine several small .h in msc_common.h
For hysterical raisins, there are some header files that contain few declarations, and where the name doesn't reflect the content. Combine them to new msc_common.h: - common.h - common_cs.h - osmo_msc.h Change-Id: I9e3a587342f8d398fb27354a2f2475f8797cdb28
Diffstat (limited to 'src/libmsc/a_reset.c')
-rw-r--r--src/libmsc/a_reset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libmsc/a_reset.c b/src/libmsc/a_reset.c
index 1e35a108c..d6d4a1c5e 100644
--- a/src/libmsc/a_reset.c
+++ b/src/libmsc/a_reset.c
@@ -27,6 +27,7 @@
#include <string.h>
#include <osmocom/msc/debug.h>
#include <osmocom/msc/a_reset.h>
+#include <osmocom/msc/msc_common.h>
#define RESET_RESEND_INTERVAL 2 /* sec */
#define RESET_RESEND_TIMER_NO 16 /* See also 3GPP TS 48.008 Chapter 3.1.4.1.3.2 */