aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranap_common.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-01-05 15:19:44 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-01-05 15:37:23 +0100
commit96979af054dd71f8fccc749a56512e1cf9af0be8 (patch)
tree76d8c69dc070adc47697c06c603db627f4a94cd1 /src/ranap_common.c
parent1b0c9ecfac9a113db2af250c01d7d0e47f831d76 (diff)
move ranap_*.h,iu_helpers.h to include/osmocom/ranap/
A bit hacky: the ranap_ies_defs.h is generated together with the ranap_encoder.c and ranap_decoder.c. See comments in src/Makefile.am and include/osmocom/ranap/Makefile.am.
Diffstat (limited to 'src/ranap_common.c')
-rw-r--r--src/ranap_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ranap_common.c b/src/ranap_common.c
index 47ee684..4bd088c 100644
--- a/src/ranap_common.c
+++ b/src/ranap_common.c
@@ -23,7 +23,7 @@
#include <osmocom/core/msgb.h>
#include <osmocom/gsm/gsm48.h>
-#include "ranap_common.h"
+#include <osmocom/ranap/ranap_common.h>
extern int asn1_xer_print;
int _ranap_DRANAP = 0;