From 9d814d1975bd2593f4e6be30821e78708594b909 Mon Sep 17 00:00:00 2001 From: Jai Kumar Date: Thu, 22 Aug 2024 15:34:33 -0700 Subject: [PATCH] Unreliable LOS (#2063) Signed-off-by: JaiOCP --- inc/saiport.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/inc/saiport.h b/inc/saiport.h index 7489c9188..8c8da99f0 100644 --- a/inc/saiport.h +++ b/inc/saiport.h @@ -2528,6 +2528,15 @@ typedef enum _sai_port_attr_t */ SAI_PORT_ATTR_JSON_FORMATTED_DEBUG_DATA_SIZE, + /** + * @brief Unreliable Loss of Signal + * + * @type bool + * @flags CREATE_AND_SET + * @default false + */ + SAI_PORT_ATTR_UNRELIABLE_LOS, + /** * @brief End of attributes */