From 96979af054dd71f8fccc749a56512e1cf9af0be8 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 5 Jan 2016 15:19:44 +0100 Subject: 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. --- src/hnbgw_ranap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hnbgw_ranap.c') diff --git a/src/hnbgw_ranap.c b/src/hnbgw_ranap.c index 5d9168b..3f7c2bf 100644 --- a/src/hnbgw_ranap.c +++ b/src/hnbgw_ranap.c @@ -31,8 +31,8 @@ #include "hnbgw.h" #include "hnbgw_rua.h" -#include "ranap_common.h" -#include "ranap_ies_defs.h" +#include +#include static int ranap_tx_reset_ack(struct hnb_context *hnb, RANAP_CN_DomainIndicator_t domain) -- cgit v1.2.3