From c332a4e49d0468b1caa13311639fd4f2bb33534b Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sat, 4 Mar 2017 01:29:03 +0100 Subject: move iucs_ranap.[hc] to include / libmsc to use in msc_vlr tests Change-Id: I99ca36857f5e4c9ae113017955611fd92256123c --- openbsc/include/openbsc/iucs_ranap.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 openbsc/include/openbsc/iucs_ranap.h (limited to 'openbsc/include/openbsc/iucs_ranap.h') diff --git a/openbsc/include/openbsc/iucs_ranap.h b/openbsc/include/openbsc/iucs_ranap.h new file mode 100644 index 000000000..748de23d7 --- /dev/null +++ b/openbsc/include/openbsc/iucs_ranap.h @@ -0,0 +1,7 @@ +#pragma once + +struct gsm_network; +struct ue_conn_ctx; + +int iucs_rx_ranap_event(struct gsm_network *network, + struct ue_conn_ctx *ue_ctx, int type, void *data); -- cgit v1.2.3