mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-13 12:33:27 +02:00
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:
parent
91569926a9
commit
bf1e32e4fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue