Attention is currently required from: laforge.
Patch set 1:Code-Review +1
1 comment:
File src/osmocom/construct.py:
Patch Set #1, Line 496: return c.build(decoded_data, **context)
This is probably the safest way in terms of API stability. I solved it with an extra parameter to make it look more uniform to parse_construct:
def build_construct(c, decoded_data, length: typing.Optional[int] = None, context: dict = {}):
To view, visit change 38187. To unsubscribe, or for help writing mail filters, visit settings.