pyd3tn: bundle7: Adjust BIBE record type code to newest draft

The example did not work anymore as the Python tooling used another type
code from an earlier draft.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
This commit is contained in:
Felix Walter 2026-05-12 11:01:26 +02:00
parent 91569926a9
commit bf1e32e4fc

View file

@ -80,7 +80,7 @@ class BlockProcFlag(IntFlag):
class RecordType(IntEnum):
BUNDLE_STATUS_REPORT = 1
BIBE_PROTOCOL_DATA_UNIT = 3
BIBE_PROTOCOL_DATA_UNIT = 64443
BIBE_PROTOCOL_DATA_UNIT_COMPAT = 7