aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-18 22:05:15 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-27 15:38:53 +0200
commitd17aac657410262c5c1316452f4d05a532208d00 (patch)
tree8f341e350d5461daf8d3fb0374d48b8c28fe80c1
parentde7c1f269fabacb37908fb9a286194f97ae03f7e (diff)
gsm_data_shared: Add bts->osmo_link for osmo-bts OML routerlaforge/oml-router
-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;
};