hnb-test: on auth response, make it seq nr 2
diff --git a/src/tests/hnb-test.c b/src/tests/hnb-test.c
index b6d0dc8..33a3ef3 100644
--- a/src/tests/hnb-test.c
+++ b/src/tests/hnb-test.c
@@ -213,7 +213,7 @@
 {
 	uint8_t id_resp[] = {
 		GSM48_PDISC_MM,
-		GSM48_MT_MM_AUTH_RESP,
+		0x80 | GSM48_MT_MM_AUTH_RESP, /* simulate sequence nr 2 */
 		0x61, 0xb5, 0x69, 0xf5 /* hardcoded SRES */
 	};