Skip to content
Success

#21343 (Mar 31, 2026, 7:48:15 AM)

Started 14 hr ago
Took 43 sec on build4-deb12build-ansible

Started by upstream project gerrit-pyosmocom build number 110
originally caused by:

This run spent:

  • 11 sec waiting;
  • 43 sec build duration;
  • 54 sec total from scheduled to completion.
Revision: d48bf7716b08bc9276c774161cde245b31400d4b
Repository: $GERRIT_REPO_URL
  • master
tlv: Allow control over comprehension bit in COMPR_TLV_IE

This allows construction of a comprehension TLV with the bit set or
cleared. The default is comprehension=True to not break existing code.

```
>>> foo = Foo(decoded=b"2342", comprehension=True)
>>> bar = Foo(decoded=b"2342", comprehension=False)
```

Related: OS#6989
Change-Id: I9ca689b9b51152f3907ea470c7b42a0b12208459
dwillmann at