Skip to content
Success

Changes

Summary

  1. construct: allow stripping of leading zeros with StripTrailerAdapter (details)
Commit 32c18fef497efb284b67500ca5f7a1d700176cf9 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