Skip to content
Success

#27721 (Mar 23, 2026, 3:50:25 PM)

Started 6 hr 14 min ago
Took 1.8 sec on build4-deb12build-ansible

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

This run spent:

  • 11 sec waiting;
  • 1.8 sec build duration;
  • 13 sec total from scheduled to completion.
Revision: 1a241132ec28ee918a021d6424a0816346a4f2a2
Repository: $GERRIT_REPO_URL
  • master
pySim/EF.SMSP: fix encoding of TP-Destination Address

The TP-Destination Address in EF.SMSP uses the same encoding as the
TS-Service Centre Address field. However, even though the encoding
of both fields looks almost identical, it actually isn't.

The TS-Service Centre Address field encodes the length field as
octets required for the call_number + one octet for ton_npi.
(see also: 3GPP TS 24.011, section 8.2.5.2)

The TP-Destination Address uses the number of digits of the
call_number directly in the length field.
(see also: 3GPP TS 23.040, section 9.1.2.5)

Related: SYS#7765
Change-Id: I55c123c9e244e5a6e71a0348f5d476ef03e618e8
pmaier@sysmocom.de at