Review at https://gerrit.osmocom.org/7065
rsl: remove unused variable
The variable btsb in rsl_rx_mode_modif() is set but not used.
- remove btsb
Change-Id: Ic07edfa04c2184bff4a043e96e69c07df38607e4
---
M src/common/rsl.c
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/65/7065/1
diff --git a/src/common/rsl.c b/src/common/rsl.c
index d048c82..47f59d8 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -1343,7 +1343,6 @@
struct gsm_lchan *lchan = msg->lchan;
struct rsl_ie_chan_mode *cm;
struct tlv_parsed tp;
- struct gsm_bts_role_bts *btsb = bts_role_bts(lchan->ts->trx->bts);
rsl_tlv_parse(&tp, msgb_l3(msg), msgb_l3len(msg));
--
To view, visit https://gerrit.osmocom.org/7065
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic07edfa04c2184bff4a043e96e69c07df38607e4
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: dexter <[email protected]>