From 203e93d4f665b66d8e867081aa639cb3328c433a Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Mon, 12 Jun 2017 15:58:28 +0200 Subject: 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 Change-Id: I6d397188732f4593edc12459de6f3b5f47b7f06a --- include/openbsc/bsc_msc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/openbsc/bsc_msc.h b/include/openbsc/bsc_msc.h index 1b1c2d8f4..b80729c3a 100644 --- a/include/openbsc/bsc_msc.h +++ b/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; -- cgit v1.2.3