tests/iuup: fix duplicate assignment in def_configure_req

This fixes a -Winitializer-overrides warning thrown by clang.

Change-Id: Id29237d212a05dec1c57bbfd53d9cb7e71ca0991
This commit is contained in:
Vadim Yanitskiy 2024-01-25 04:35:00 +07:00 committed by fixeria
parent 4a3d03e6e5
commit 8e129b70a9
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ static struct osmo_iuup_rnl_config def_configure_req = {
{.used = 1, .id = 2, .IPTI = 1, .subflow_sizes = {0, 0, 0} },
},
/* .delivery_err_sdu = All set to 0 (YES) by default, */
.IPTIs_present = true,
.t_init = { .t_ms = IUUP_TIMER_INIT_T_DEFAULT, .n_max = IUUP_TIMER_INIT_N_DEFAULT },
.t_ta = { .t_ms = IUUP_TIMER_TA_T_DEFAULT, .n_max = IUUP_TIMER_TA_N_DEFAULT },
.t_rc = { .t_ms = IUUP_TIMER_RC_T_DEFAULT, .n_max = IUUP_TIMER_RC_N_DEFAULT },