aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-12-07 02:56:11 +0100
committerHarald Welte <laforge@gnumonks.org>2011-12-07 02:56:11 +0100
commit9df00bb857ad88f48788c51a77b05833a19eb5c0 (patch)
tree34fbf84966d796a5362d57b6d290b2eeb51d8af6 /tests
parent915e0ef5e7d21c5c3000c20b0f4846a2bb26843e (diff)
milenage_test: make sure test result matches expectations
Diffstat (limited to 'tests')
-rw-r--r--tests/auth/milenage_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auth/milenage_test.c b/tests/auth/milenage_test.c
index a143d26d..82090877 100644
--- a/tests/auth/milenage_test.c
+++ b/tests/auth/milenage_test.c
@@ -33,7 +33,7 @@ static struct osmo_sub_auth_data test_aud = {
.k = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f },
.amf = { 0x00, 0x00 },
- .sqn = 0x22,
+ .sqn = 0x30,
},
};