aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h3
1 files changed, 3 insertions, 0 deletions
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;
};