aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-12-26 19:27:43 +0100
committerMax <msuraev@sysmocom.de>2017-12-31 11:02:07 +0000
commitef727410b28f1482a2a174cfbe943e6e98205bdb (patch)
tree8d2bf14bdc25fe7db1a22fd11320db37a7b5376b /include
parent1e57ba503ed734b36094288ad2dbedbd11f39c57 (diff)
Add control interface
* add libosmoctrl dependency * bind control interface Change-Id: I4637e88da00bac1ab0237c29ac73806d024863ba
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/iuh/hnbgw.h2
1 files changed, 1 insertions, 1 deletions
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;