Skip to content
Failed

#27868 (Mar 31, 2026, 7:48:19 AM)

Started 11 hr ago
Took 1.9 sec on build5-deb12build-ansible

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

This run spent:

  • 11 sec waiting;
  • 1.9 sec build duration;
  • 13 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