Skip to content
Success

#621 (Jun 9, 2026, 12:43:01 AM)

Started 4 days 15 hr ago
Took 7 min 52 sec on simtester

Started by timer

This run spent:

  • 0.21 sec waiting;
  • 7 min 52 sec build duration;
  • 7 min 53 sec total from scheduled to completion.
Revision: 4fb393e6ea5b36c81b7adefc9131fd77e4cbeaf4
Repository: https://gerrit.osmocom.org/pysim
  • origin/master
fix(ts_51_011): apply correct access conditions length

When the access conditions are extracted from resp_bin, the wrong length
is used and only 2 bytes instead of 3 are extracted.

3GPP TS 51.011, section 9.2.1, table below "Response parameters/data
in case of an EF", clearly states that the length should be 3 bytes
(position 9-11)

Related: OS#7018
Change-Id: I410fb58c395beafba8de6d5ab4e71452f424cdf2
pmaier@sysmocom.de at
fix(ts_51_011): fix lifecycle decoding

- implement proper LCS decoding per TS 102 221 / TS 31.101
- previous implementation misclassified multiple states

Related: OS#7018
Change-Id: I8a3bd820b9fbc13c025f8302d1d2eac21686c541
pmaier@sysmocom.de at