aboutsummaryrefslogtreecommitdiffstats
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-05-29 17:05:40 +0200
committerlaforge <laforge@osmocom.org>2020-06-18 11:23:35 +0000
commit7369d449f1446f598e9084712ddfa4a5bceb17ee (patch)
tree886a7597b0bce35dc56f3ef40aa19b6117463f0f /TODO-RELEASE
parent5e1a486a72f2bd51f94ccd83cd33cc8b5b7a5a5e (diff)
gbproxy_test.c: fix mobile identity test data
Fix the final nibble of all IMSI BCD digits to 0xf, since it is a filler digit. The encoded IMSI has an even amount of digits (14) and must contain a 0xf filler nibble at the end. The test data looked correct due to repeated '1' digits. wrong hex: 11 12 13 14 15 16 17 18 correct: 11 12 13 14 15 16 17 f8 order: 1T 32 54 76 98 ba dc Xe T = type, X = filler, 1..e = 14 digits This error was found when applying the new osmo_mobile_identity API. Change-Id: Ia006a3da6779ad1984f642e8ea29790a4daeb8b9
Diffstat (limited to 'TODO-RELEASE')
0 files changed, 0 insertions, 0 deletions