From 74b6f237d1b7aa8f4e0509a4d8aed7f7089f5d9a Mon Sep 17 00:00:00 2001 From: hackerman-kl Date: Mon, 27 Apr 2026 11:25:34 +0200 Subject: [PATCH] milan-avb: mvu certification number Disclamer to avoid any confusion --- .../cmd-get-milan-info.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/modules/module-avb/aecp-vendor-unique-milan-v12-cmds-resps/cmd-get-milan-info.c b/src/modules/module-avb/aecp-vendor-unique-milan-v12-cmds-resps/cmd-get-milan-info.c index a665f43e2..4037bd81f 100644 --- a/src/modules/module-avb/aecp-vendor-unique-milan-v12-cmds-resps/cmd-get-milan-info.c +++ b/src/modules/module-avb/aecp-vendor-unique-milan-v12-cmds-resps/cmd-get-milan-info.c @@ -30,8 +30,15 @@ struct avb_packet_aecp_mvu_get_milan_info_rsp { #define MILAN_MVU_FEATURES_FLAGS 0x00000000u /* Milan v1.2 Section 5.4.4.1: certification_version byte-encoded - * major.minor.revision.build. Milan v1.2 = 0x01020000. */ -#define MILAN_MVU_CERTIFICATION_VERSION 0x01020000u + * major.minor.revision.build. Milan v1.2 = 0x01020000. + * + * CRITICAL: DO NOT PROVIDE OR UTILIZE NUMERICAL IDENTIFIERS IN THIS + * INTEGRATION UNLESS THE IMPLEMENTATION HAS BEEN VALIDATED VIA + * THE AVNU CERTIFICATION PROGRAM. + * FOR CERTIFICATION DETAILS AND PROTOCOL STANDARDS, REFER TO: + * https://avnu.org/ + */ +#define MILAN_MVU_CERTIFICATION_VERSION 0x00000000u int handle_cmd_mvu_get_milan_info_milan_v12(struct aecp *aecp, int64_t now, const void *m, int len)