Skip to content
Success

Changes

Summary

  1. construct: allow stripping of leading zeros with StripTrailerAdapter (details)
Commit 4fbcea57c07305bb4a64867501ed6b670557db3b by pmaier@sysmocom.de
construct: allow stripping of leading zeros with StripTrailerAdapter

The class StripTrailerAdapter is currently only able to strip zeros at the end
of an integer. What it can not do is stripping leading zeros. Let's add a
parameter for that and extend the unittests accordingly.

Related: OS#6679

Change-Id: I1a9fff17abbbef0c5f6d45f58198debfa12e78b6
The file was modifiedsrc/osmocom/construct.py
The file was modifiedtests/test_construct.py