From 63700ead348ef8bf9a9fe64cff0722d197151be2 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 9 Sep 2019 13:19:06 +0200 Subject: Use osmo_tdef to implement ms-idle-time This commit would also remove the option from config_write_pcu() since it's automatically filled in by osmo_tdef, but there was actually a bug because that param was never printed when saving the config... Change-Id: Id8e70b0f44ef2f7e20ecdb3fd8ca93ae2a05b9a3 --- src/bts.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bts.h') diff --git a/src/bts.h b/src/bts.h index 5e7eeae3..5f25d024 100644 --- a/src/bts.h +++ b/src/bts.h @@ -140,7 +140,6 @@ struct gprs_rlcmac_bts { /* 0 to support resegmentation in DL, 1 for no reseg */ uint8_t dl_arq_type; - uint32_t ms_idle_sec; uint8_t cs_adj_enabled; uint8_t cs_adj_upper_limit; uint8_t cs_adj_lower_limit; -- cgit v1.2.3