Skip to content
Success

#26870 (Feb 9, 2026, 12:37:42 PM)

Started 20 days ago
Took 2.2 sec on build4-deb12build-ansible

Started by upstream project gerrit-pysim build number 2811
originally caused by:

This run spent:

  • 10 sec waiting;
  • 2.2 sec build duration;
  • 13 sec total from scheduled to completion.
Revision: 61b77e5726012975ba49315f839b100cb08fda4e
Repository: $GERRIT_REPO_URL
  • master
pySim/euicc: fix encoding/decoding of Iccid

The class Iccid uses a BcdAdapter to encoded/decode the ICCID. This
works fine for ICCIDs that have an even (20) number of digits. In case
the digit count is odd (19), the ICCID the last digit requires padding.

Let's switch to PaddedBcdAdapter for encoding/decoding, to ensure that
odd-length ICCIDs are padded automatically.

Change-Id: I527a44ba454656a0d682ceb590eec6d9d0ac883a
Related: OS#6868
pmaier@sysmocom.de at