Skip to content

Commit 77a9b6d

Browse files
Adding custom range base type for SAI_TAM_TEL_MATH_FUNC_TYPE (#2206)
Signed-off-by: Dhruvkumar Patel <[email protected]>
1 parent 2077bfe commit 77a9b6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

inc/saitam.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ typedef enum _sai_tam_tel_math_func_type_t
180180
/** Packet Rate computation */
181181
SAI_TAM_TEL_MATH_FUNC_TYPE_RATE,
182182

183+
/** Custom range base value */
184+
SAI_TAM_TEL_MATH_FUNC_TYPE_CUSTOM_RANGE_BASE = 0x10000000
185+
183186
} sai_tam_tel_math_func_type_t;
184187

185188
/**

0 commit comments

Comments
 (0)