Skip to content
Success

#516 (Feb 25, 2026, 12:43:01 AM)

Started 9 days 1 hr ago
Took 8 min 14 sec on simtester

Started by timer

This run spent:

  • 0.44 sec waiting;
  • 8 min 14 sec build duration;
  • 8 min 15 sec total from scheduled to completion.
Revision: b6b4501e37773bc2aadcc0f3e39e2ac2d37b7cdf
Repository: https://gerrit.osmocom.org/pysim
  • origin/master
contrib/smpp-ota-tool: warn about mixed up KIC/KIC indexes

Cards usually have multiple sets of KIC, KID (and KIK). The keys
are selected through an index. However, mixing keys from different
sets is concidered as a security violation and cards should reject
such configurations.

Let's print a warning to make users aware that something is off.

Change-Id: Ieb4e14145baba1c2cb4a237b612b04694940f402
Related: OS#6868
pmaier@sysmocom.de at
contrib/smpp-ota-tool: add missing usage helpstrings

Change-Id: Ic1521ba11b405f311a30fdb3585ad518375669ae
Related: OS#6868
pmaier@sysmocom.de at
contrib/smpp-ota-tool: fix boolean commandline parameters

Boolean parameters should be false by default and use store_true when
set.

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