From bf1e32e4fccabdeb120ae2447e7ed2543c0acf3f Mon Sep 17 00:00:00 2001 From: Felix Walter Date: Tue, 12 May 2026 11:01:26 +0200 Subject: [PATCH] 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 --- pyd3tn/pyd3tn/bundle7.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyd3tn/pyd3tn/bundle7.py b/pyd3tn/pyd3tn/bundle7.py index 97aeb74..2089183 100644 --- a/pyd3tn/pyd3tn/bundle7.py +++ b/pyd3tn/pyd3tn/bundle7.py @@ -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