aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/bts_model.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-sysmo/bts_model.c')
-rw-r--r--src/osmo-bts-sysmo/bts_model.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osmo-bts-sysmo/bts_model.c b/src/osmo-bts-sysmo/bts_model.c
index ac4e2055..a1040217 100644
--- a/src/osmo-bts-sysmo/bts_model.c
+++ b/src/osmo-bts-sysmo/bts_model.c
@@ -27,8 +27,8 @@
int bts_model_rsl_chan_act(struct gsm_lchan *lchan, struct tlv_parsed *tp)
{
- uint8_t mode = *TLVP_VAL(tp, RSL_IE_CHAN_MODE);
- uint8_t type = *TLVP_VAL(tp, RSL_IE_ACT_TYPE);
+ //uint8_t mode = *TLVP_VAL(tp, RSL_IE_CHAN_MODE);
+ //uint8_t type = *TLVP_VAL(tp, RSL_IE_ACT_TYPE);
lchan_activate(lchan);
/* FIXME: only do this in case of success */