aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/bts.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-06-23 14:15:20 +0200
committerlaforge <laforge@osmocom.org>2021-06-30 08:13:37 +0000
commita23eebb9a257e3f0048f9cf2172326619cd0e9d1 (patch)
treeb7580aaf51c3db2df4ded81f4edd2e314b27e7dc /include/osmocom/bsc/bts.h
parentc44a27c6728efe005d10de8b9a1b1e6da9bfece0 (diff)
Support proto IPAC_PROTO_EXT_PCU BSC<->PCU
Diffstat (limited to 'include/osmocom/bsc/bts.h')
-rw-r--r--include/osmocom/bsc/bts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/bsc/bts.h b/include/osmocom/bsc/bts.h
index b6980d1fe..49691e023 100644
--- a/include/osmocom/bsc/bts.h
+++ b/include/osmocom/bsc/bts.h
@@ -291,6 +291,8 @@ struct gsm_bts {
/* Connected PCU version (if any) */
char pcu_version[MAX_VERSION_LENGTH];
+ /* PCU sign_link, over OML line: */
+ struct e1inp_sign_link *osmo_link;
/* maximum Tx power that the MS is permitted to use in this cell */
int ms_max_power;