blob: 3272237636a3b75c22220efd83a91e5a61a4a457 [file] [log] [blame]
Neels Hofmeyrf456d9a2016-12-08 23:35:20 +01001- make sure filling with zeros means uninitialized
2- invalid client_id and shared secret
3- reset state
4- only client_id is invalid
5- valid id, but omitted shared_secret (1/2)
6DGPRS OAP: client ID set, but secret K missing.
7- valid id, but omitted shared_secret (2/2)
8DGPRS OAP: client ID set, but secret OPC missing.
9- mint configuration
10- Missing challenge data
11DGPRS OAP challenge incomplete (rand_present: 0, autn_present: 0)
12- AUTN missing
13DGPRS OAP challenge incomplete (rand_present: 1, autn_present: 0)
14- RAND missing
15DGPRS OAP challenge incomplete (rand_present: 0, autn_present: 1)
16- wrong autn (by one bit)
17DGPRS OAP: AUTN mismatch!
18DGPRS OAP: AUTN from server: dec4e3848a33000086781158ca40f136
19DGPRS OAP: AUTN expected: cec4e3848a33000086781158ca40f136
20- all data correct
21- but refuse to evaluate in uninitialized state
22- now everything is correct
23- Expect the challenge response in msg_tx
24- Receive registration error for the first time.
25DGPRS OAP registration failed
26- Receive registration error for the Nth time.
27DGPRS OAP registration failed
28- Registration success