aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/vlr/vlr_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/tests/vlr/vlr_test.c')
-rw-r--r--openbsc/tests/vlr/vlr_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/tests/vlr/vlr_test.c b/openbsc/tests/vlr/vlr_test.c
index 055b0432f..19beb69c4 100644
--- a/openbsc/tests/vlr/vlr_test.c
+++ b/openbsc/tests/vlr/vlr_test.c
@@ -169,7 +169,8 @@ static void fsm_f_null(struct osmo_fsm_inst *fi, uint32_t event, void *data)
true,
true,
false,
- false);
+ false,
+ true);
OSMO_ASSERT(priv->subscr);
osmo_fsm_inst_state_chg(fi, ST_LU_SENT, 0, 0);
break;