aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-06-12 15:58:28 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-12 23:42:46 +0200
commit203e93d4f665b66d8e867081aa639cb3328c433a (patch)
tree08596c20db569a796b5635ffef05c8be3bee0bf5
parentb78d8d11b4eed9315e3d9c8606a6cd07172d1d0f (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 Change-Id: I6d397188732f4593edc12459de6f3b5f47b7f06a
-rw-r--r--include/openbsc/bsc_msc.h1
1 files changed, 0 insertions, 1 deletions
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;