Skip to content
Success

#632 (Jun 20, 2026, 12:43:00 AM)

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

Started by timer

This run spent:

  • 2 ms waiting;
  • 7 min 52 sec build duration;
  • 7 min 52 sec total from scheduled to completion.
Revision: 710a27d6cfae790842f4bca135d93e1a32565458
Repository: https://gerrit.osmocom.org/pysim
  • origin/master
personalization: implement UppAudit and BatchAudit

Change-Id: Iaab336ca91b483ecdddd5c6c8e08dc475dc6bd0a
Jenkins: skip-card-test
laforge at
personalization audit: optionally audit all (unknown) SD keys

By a flag, allow to audit also all Security Domain KVN that we have
*not* created ConfigurableParameter subclasses for.

For example, SCP80 has reserved kvn 0x01..0x0f, but we offer only
Scp80Kvn01, Scp80Kvn02, Scp80Kvn03. So we would not show kvn
0x04..0x0f in an audit.

This patch includes audits of all SD key kvn there may be in the UPP.
This will help to spot SD keys that may already be present in a UPP
template, with unexpected / unusual kvn.

Change-Id: Icaf6f7b589f117868633c0968a99f2f0252cf612
Jenkins: skip-card-test
laforge at