diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-12-07 03:12:44 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-12-07 03:12:44 +0100 |
commit | 57143a43619ccb229b35b4b4c7def737cb41a40a (patch) | |
tree | 954370dadde749c99c95e68abb7a9c228d29f076 | |
parent | 1726ec5e17a12ed18e87fd2827ec8badee1777b5 (diff) |
milenage_test: make sure test output is what .ok file expects
-rw-r--r-- | tests/auth/milenage_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auth/milenage_test.c b/tests/auth/milenage_test.c index 82090877..a143d26d 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 = 0x30, + .sqn = 0x22, }, }; |