mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
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
This commit is contained in:
committed by
Neels Hofmeyr
parent
869842e16c
commit
ad228e16cf
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user