aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-05 03:03:53 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-05 18:38:38 +0700
commit301b21850922a03cf7fbb7a3adfba4d8b95d6332 (patch)
tree8e8b035316fef98046e70d1e4ad8a10a1e0a9dd4 /include
parent759a12e8aabdb813c39bcd07a69e4f7856367e84 (diff)
vty: fix bts_dump_vty(): properly print OML stream ID (TEI)
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/gsm_data_shared.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index 65e8bfaf..f010dbc8 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -536,7 +536,6 @@ struct gsm_bts {
int ms_max_power;
/* how do we talk OML with this TRX? */
- uint8_t oml_tei;
struct e1inp_sign_link *oml_link;
struct timespec oml_conn_established_timestamp;