Skip to content
Success

#27174 (Feb 27, 2026, 12:24:57 PM)

Started 22 hr ago
Took 2 sec on build4-deb12build-ansible

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

This run spent:

  • 11 sec waiting;
  • 2 sec build duration;
  • 13 sec total from scheduled to completion.
Revision: d0ab96d5934d17ab6c85e4603a849ab1d00cf671
Repository: $GERRIT_REPO_URL
  • master
contrib/smpp-ota-tool: define commandline arguments in global scope

The commandline arguments are currently defined under __main__ in a
private scope. From there they are not reachable to the sphinx
argparse module. We have to define the arguments globally at the
top. (like in the other applications)

Related: SYS#7881
Change-Id: I2d9782e3f5b1cac78c22d206fdcac4118c7d5e7c
pmaier@sysmocom.de at