aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-06-12 15:58:28 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-18 17:50:09 +0200
commit2abf6b020090788b03d0d1d9207acd62d6a6abcb (patch)
treebf7314aeceeb8d07c5f644424b584275ac28e206
parent5cb12d0a2c75aa9624a1a95f3f98d7ad39ac05f8 (diff)
fixup: remove unused counter
Forgot to remove the counter struct osmo_timer_list msc_reset_timer; Needs to be fixuped into the reset handling patches
-rw-r--r--openbsc/include/openbsc/bsc_msc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/bsc_msc.h b/openbsc/include/openbsc/bsc_msc.h
index 1b1c2d8f4..b80729c3a 100644
--- a/openbsc/include/openbsc/bsc_msc.h
+++ b/openbsc/include/openbsc/bsc_msc.h
@@ -60,7 +60,6 @@ struct bsc_msc_connection {
struct osmo_sccp_user *sccp_user;
struct osmo_sccp_addr g_calling_addr;
struct osmo_sccp_addr g_called_addr;
- struct osmo_timer_list msc_reset_timer;
struct osmo_fsm_inst *fsm_reset;
unsigned int msc_conn_loss_count;