aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/gsm0408/gsm0408_test.c4
-rw-r--r--tests/gsm0408/gsm0408_test.ok8
2 files changed, 5 insertions, 7 deletions
diff --git a/tests/gsm0408/gsm0408_test.c b/tests/gsm0408/gsm0408_test.c
index c786d389..9bb320d0 100644
--- a/tests/gsm0408/gsm0408_test.c
+++ b/tests/gsm0408/gsm0408_test.c
@@ -380,7 +380,7 @@ static const struct test_mid_encode_decode_test test_mid_encode_decode_tests[] =
{
.mi_type = GSM_MI_TYPE_IMSI | GSM_MI_ODD,
.mi_str = "423423",
- .expect_mi_tlv_hex = "1704493224f3", /* encodes "odd" for even number of digits! */
+ .expect_mi_tlv_hex = "1704413224f3",
},
{
.mi_type = GSM_MI_TYPE_IMSI,
@@ -464,7 +464,7 @@ static const struct test_mid_encode_decode_test test_mid_encode_decode_tests[] =
{
.mi_type = GSM_MI_ODD,
.mi_str = "1234",
- .expect_mi_tlv_hex = "17031832f4", /* encoding invalid MI type, and "odd" for an even number of digits */
+ .expect_mi_tlv_hex = "17031032f4", /* encoding invalid MI type */
.expect_str = "",
},
};
diff --git a/tests/gsm0408/gsm0408_test.ok b/tests/gsm0408/gsm0408_test.ok
index 2db58de8..6e99f5b3 100644
--- a/tests/gsm0408/gsm0408_test.ok
+++ b/tests/gsm0408/gsm0408_test.ok
@@ -14,10 +14,8 @@ Testing Mobile Identity conversions
-> MI-TLV-hex='1704413224f3'
-> MI-str="423423" rc=7
- unknown 0x9 423423
- -> MI-TLV-hex='1704493224f3'
- -> MI-str="423423F" rc=8
- ERROR: expected MI-str="423423"
- ERROR: expected rc=7
+ -> MI-TLV-hex='1704413224f3'
+ -> MI-str="423423" rc=7
- IMSI 4234235
-> MI-TLV-hex='170449322453'
-> MI-str="4234235" rc=8
@@ -58,7 +56,7 @@ Testing Mobile Identity conversions
-> MI-TLV-hex='17031032f4'
-> MI-str="" rc=1
- unknown 0x8 1234
- -> MI-TLV-hex='17031832f4'
+ -> MI-TLV-hex='17031032f4'
-> MI-str="" rc=1
Decoding zero length Mobile Identities