From d17aac657410262c5c1316452f4d05a532208d00 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 18 Aug 2014 22:05:15 +0200 Subject: gsm_data_shared: Add bts->osmo_link for osmo-bts OML router --- openbsc/include/openbsc/gsm_data_shared.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h index 0704bd753..393eb680f 100644 --- a/openbsc/include/openbsc/gsm_data_shared.h +++ b/openbsc/include/openbsc/gsm_data_shared.h @@ -729,6 +729,9 @@ struct gsm_bts { /* supported codecs beside FR */ struct bts_codec_conf codec; +#else + /* IPAC_PROTO_OSMO link between BTS and OML router */ + struct e1inp_sign_link *osmo_link; #endif /* ROLE_BSC */ void *role; }; -- cgit v1.2.3