aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-09 16:51:58 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-09 17:12:57 +0100
commit8dcb95ec015c3263a9fdc2dee0b4f562b961eb30 (patch)
treefc0ec1ed7b52165a8c906b0e6223df5a4cdd9bf5 /openbsc/tests
parent0de0b26260890a4fccdae53fa08f2d87a6269327 (diff)
vlr: allow setting assign_tmsi per-subscriber
Diffstat (limited to 'openbsc/tests')
-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;