From ef727410b28f1482a2a174cfbe943e6e98205bdb Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 26 Dec 2017 19:27:43 +0100 Subject: Add control interface * add libosmoctrl dependency * bind control interface Change-Id: I4637e88da00bac1ab0237c29ac73806d024863ba --- include/osmocom/iuh/hnbgw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/osmocom/iuh/hnbgw.h b/include/osmocom/iuh/hnbgw.h index 58bdab4..971ede4 100644 --- a/include/osmocom/iuh/hnbgw.h +++ b/include/osmocom/iuh/hnbgw.h @@ -129,7 +129,7 @@ struct hnb_gw { struct llist_head ue_list; /* next availble UE Context ID */ uint32_t next_ue_ctx_id; - + struct ctrl_handle *ctrl; /* currently active CN links for CS and PS */ struct { struct osmo_sccp_instance *client; -- cgit v1.2.3