From ef1d83d4a794de0b59446c2ed3cfb47527393a39 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 30 May 2016 14:56:06 +0200 Subject: add iucs.[hc] Change-Id: I88e981f4c31393a98ae8d61176c65c9251a6f28b --- openbsc/include/openbsc/Makefile.am | 1 + openbsc/include/openbsc/iucs.h | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 openbsc/include/openbsc/iucs.h (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/Makefile.am b/openbsc/include/openbsc/Makefile.am index 1091e8a04..283baf0a7 100644 --- a/openbsc/include/openbsc/Makefile.am +++ b/openbsc/include/openbsc/Makefile.am @@ -46,6 +46,7 @@ noinst_HEADERS = \ handover_decision.h \ ipaccess.h \ iu.h \ + iucs.h \ meas_feed.h \ meas_rep.h \ mgcp.h \ diff --git a/openbsc/include/openbsc/iucs.h b/openbsc/include/openbsc/iucs.h new file mode 100644 index 000000000..fb61a5cf1 --- /dev/null +++ b/openbsc/include/openbsc/iucs.h @@ -0,0 +1,7 @@ +#pragma once + +int gsm0408_rcvmsg_iucs(struct gsm_network *network, struct msgb *msg, + uint16_t *lac); + +struct gsm_subscriber_connection *subscr_conn_lookup_iu(struct gsm_network *network, + struct ue_conn_ctx *ue); -- cgit v1.2.3