aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw_cn.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/hnbgw_cn.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/hnbgw_cn.c')
-rw-r--r--src/hnbgw_cn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hnbgw_cn.c b/src/hnbgw_cn.c
index c1e9d1c..18661ea 100644
--- a/src/hnbgw_cn.c
+++ b/src/hnbgw_cn.c
@@ -28,8 +28,8 @@
#include "hnbgw.h"
#include "hnbgw_rua.h"
-#include "ranap_ies_defs.h"
-#include "ranap_msg_factory.h"
+#include <osmocom/ranap/ranap_ies_defs.h>
+#include <osmocom/ranap/ranap_msg_factory.h>
#include "context_map.h"
#include "sccp_helpers.h"