blob: 4a1967cb55a123c5bd254bf7b115860747976e96 [file] [log] [blame]
Shad Ansari2f7f9be2017-06-07 13:34:53 -07001/*
2<:copyright-BRCM:2016:proprietary:standard
3
4 Broadcom Proprietary and Confidential.(c) 2016 Broadcom
5 All Rights Reserved
6
7This program is the proprietary software of Broadcom Corporation and/or its
8licensors, and may only be used, duplicated, modified or distributed pursuant
9to the terms and conditions of a separate, written license agreement executed
10between you and Broadcom (an "Authorized License"). Except as set forth in
11an Authorized License, Broadcom grants no license (express or implied), right
12to use, or waiver of any kind with respect to the Software, and Broadcom
13expressly reserves all rights in and to the Software and all intellectual
14property rights therein. IF YOU HAVE NO AUTHORIZED LICENSE, THEN YOU HAVE
15NO RIGHT TO USE THIS SOFTWARE IN ANY WAY, AND SHOULD IMMEDIATELY NOTIFY
16BROADCOM AND DISCONTINUE ALL USE OF THE SOFTWARE.
17
18Except as expressly set forth in the Authorized License,
19
201. This program, including its structure, sequence and organization,
21 constitutes the valuable trade secrets of Broadcom, and you shall use
22 all reasonable efforts to protect the confidentiality thereof, and to
23 use this information only in connection with your use of Broadcom
24 integrated circuit products.
25
262. TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS"
27 AND WITH ALL FAULTS AND BROADCOM MAKES NO PROMISES, REPRESENTATIONS OR
28 WARRANTIES, EITHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, WITH
29 RESPECT TO THE SOFTWARE. BROADCOM SPECIFICALLY DISCLAIMS ANY AND
30 ALL IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT,
31 FITNESS FOR A PARTICULAR PURPOSE, LACK OF VIRUSES, ACCURACY OR
32 COMPLETENESS, QUIET ENJOYMENT, QUIET POSSESSION OR CORRESPONDENCE
33 TO DESCRIPTION. YOU ASSUME THE ENTIRE RISK ARISING OUT OF USE OR
34 PERFORMANCE OF THE SOFTWARE.
35
363. TO THE MAXIMUM EXTENT PERMITTED BY LAW, IN NO EVENT SHALL BROADCOM OR
37 ITS LICENSORS BE LIABLE FOR (i) CONSEQUENTIAL, INCIDENTAL, SPECIAL,
38 INDIRECT, OR EXEMPLARY DAMAGES WHATSOEVER ARISING OUT OF OR IN ANY
39 WAY RELATING TO YOUR USE OF OR INABILITY TO USE THE SOFTWARE EVEN
40 IF BROADCOM HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES;
41 OR (ii) ANY AMOUNT IN EXCESS OF THE AMOUNT ACTUALLY PAID FOR THE
42 SOFTWARE ITSELF OR U.S. $1, WHICHEVER IS GREATER. THESE LIMITATIONS
43 SHALL APPLY NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY
44 LIMITED REMEDY.
45:>
46*/
47#ifndef BCMOLT_MODEL_IDS_H_
48#define BCMOLT_MODEL_IDS_H_
49
50/** \addtogroup api_data_types
51 * @{
52 */
53
54/** Identifiers for all properties contained in the ae_ni_cfg group.
55 */
56typedef enum bcmolt_ae_ni_cfg_id
57{
58 BCMOLT_AE_NI_CFG_ID__BEGIN = 0,
59 BCMOLT_AE_NI_CFG_ID_MAC_ADDRESS = 0, /**< MAC Address. */
60 BCMOLT_AE_NI_CFG_ID_AE_NI_EN = 1, /**< AE NI enable state. */
61 BCMOLT_AE_NI_CFG_ID_MTU_10G = 2, /**< MTU. */
62 BCMOLT_AE_NI_CFG_ID_PRBS_GENERATOR = 3, /**< PRBS Generator. */
63 BCMOLT_AE_NI_CFG_ID_PRBS_CHECKER = 4, /**< PRBS Checker. */
64 BCMOLT_AE_NI_CFG_ID_PRBS_STATUS = 5, /**< PRBS status. */
65 BCMOLT_AE_NI_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
66} bcmolt_ae_ni_cfg_id;
67
68/** Identifiers for all properties contained in the ae_ni_key group.
69 */
70typedef enum bcmolt_ae_ni_key_id
71{
72 BCMOLT_AE_NI_KEY_ID__BEGIN = 0,
73 BCMOLT_AE_NI_KEY_ID_AE_NI = 0, /**< AE NI number. */
74 BCMOLT_AE_NI_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
75} bcmolt_ae_ni_key_id;
76
77/** Identifiers for all properties contained in the ae_ni_set_ae_ni_en_state
78 * group.
79 */
80typedef enum bcmolt_ae_ni_set_ae_ni_en_state_id
81{
82 BCMOLT_AE_NI_SET_AE_NI_EN_STATE_ID__BEGIN = 0,
83 BCMOLT_AE_NI_SET_AE_NI_EN_STATE_ID_NEW_STATE= 0, /**< New AE NI enable state. */
84 BCMOLT_AE_NI_SET_AE_NI_EN_STATE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
85} bcmolt_ae_ni_set_ae_ni_en_state_id;
86
87/** Identifiers for all properties contained in the ae_path_ds_auto_cfg group.
88 */
89typedef enum bcmolt_ae_path_ds_auto_cfg_id
90{
91 BCMOLT_AE_PATH_DS_AUTO_CFG_ID__BEGIN = 0,
92 BCMOLT_AE_PATH_DS_AUTO_CFG_ID_STAT_ALARM_CLEARED= 0, /**< Stat Alarm Cleared. */
93 BCMOLT_AE_PATH_DS_AUTO_CFG_ID_STAT_ALARM_RAISED = 1, /**< Stat Alarm Raised. */
94 BCMOLT_AE_PATH_DS_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
95} bcmolt_ae_path_ds_auto_cfg_id;
96
97/** Identifiers for all properties contained in the ae_path_ds_key group.
98 */
99typedef enum bcmolt_ae_path_ds_key_id
100{
101 BCMOLT_AE_PATH_DS_KEY_ID__BEGIN = 0,
102 BCMOLT_AE_PATH_DS_KEY_ID_AE_NI = 0, /**< AE NI (Active Ethernet Network Interface) number. */
103 BCMOLT_AE_PATH_DS_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
104} bcmolt_ae_path_ds_key_id;
105
106/** Identifiers for all properties contained in the
107 * ae_path_ds_stat_alarm_cleared group.
108 */
109typedef enum bcmolt_ae_path_ds_stat_alarm_cleared_id
110{
111 BCMOLT_AE_PATH_DS_STAT_ALARM_CLEARED_ID__BEGIN = 0,
112 BCMOLT_AE_PATH_DS_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
113 BCMOLT_AE_PATH_DS_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
114} bcmolt_ae_path_ds_stat_alarm_cleared_id;
115
116/** Identifiers for all properties contained in the ae_path_ds_stat_alarm_raised
117 * group.
118 */
119typedef enum bcmolt_ae_path_ds_stat_alarm_raised_id
120{
121 BCMOLT_AE_PATH_DS_STAT_ALARM_RAISED_ID__BEGIN = 0,
122 BCMOLT_AE_PATH_DS_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
123 BCMOLT_AE_PATH_DS_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
124} bcmolt_ae_path_ds_stat_alarm_raised_id;
125
126/** Identifiers for all properties contained in the ae_path_ds_stat_cfg group.
127 */
128typedef enum bcmolt_ae_path_ds_stat_cfg_id
129{
130 BCMOLT_AE_PATH_DS_STAT_CFG_ID__BEGIN = 0,
131 BCMOLT_AE_PATH_DS_STAT_CFG_ID_CFG = 0, /**< Configuration. */
132 BCMOLT_AE_PATH_DS_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
133} bcmolt_ae_path_ds_stat_cfg_id;
134
135/** Identifiers for all properties contained in the ae_path_ds_stat group.
136 */
137typedef enum bcmolt_ae_path_ds_stat_id
138{
139 BCMOLT_AE_PATH_DS_STAT_ID__BEGIN = 0,
140 BCMOLT_AE_PATH_DS_STAT_ID_BYTES = 0, /**< Bytes. */
141 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES = 1, /**< Frames. */
142 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_64 = 2, /**< 64 Byte Frames. */
143 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_65_127 = 3, /**< 65-127 Byte Frames. */
144 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_128_255 = 4, /**< 128-255 Byte Frames. */
145 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_256_511 = 5, /**< 256-511 Byte Frames. */
146 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_512_1023 = 6, /**< 512-1023 Byte Frames. */
147 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_1024_1518 = 7, /**< 1024-1518 Byte Frames. */
148 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_1519_2047 = 8, /**< 1519-2047 Byte Frames. */
149 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_2048_4095 = 9, /**< 2048_4095 Byte Frames. */
150 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_4096_9216 = 10, /**< 4096-9216 Byte Frames. */
151 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_9217_16383 = 11, /**< 9217-16383 Byte Frames. */
152 BCMOLT_AE_PATH_DS_STAT_ID_BROADCAST_FRAMES = 12, /**< Broadcast Frames. */
153 BCMOLT_AE_PATH_DS_STAT_ID_DATA_BYTES = 13, /**< Data Bytes. */
154 BCMOLT_AE_PATH_DS_STAT_ID_MULTICAST_FRAMES = 14, /**< Mulitcast Frames. */
155 BCMOLT_AE_PATH_DS_STAT_ID_UNICAST_FRAMES = 15, /**< Unicast Frames. */
156 BCMOLT_AE_PATH_DS_STAT_ID_ABORT_FRAMES = 16, /**< Abort Frames. */
157 BCMOLT_AE_PATH_DS_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
158} bcmolt_ae_path_ds_stat_id;
159
160/** Identifiers for all properties contained in the ae_path_us_auto_cfg group.
161 */
162typedef enum bcmolt_ae_path_us_auto_cfg_id
163{
164 BCMOLT_AE_PATH_US_AUTO_CFG_ID__BEGIN = 0,
165 BCMOLT_AE_PATH_US_AUTO_CFG_ID_STAT_ALARM_CLEARED= 0, /**< Stat Alarm Cleared. */
166 BCMOLT_AE_PATH_US_AUTO_CFG_ID_STAT_ALARM_RAISED = 1, /**< Stat Alarm Raised. */
167 BCMOLT_AE_PATH_US_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
168} bcmolt_ae_path_us_auto_cfg_id;
169
170/** Identifiers for all properties contained in the ae_path_us_key group.
171 */
172typedef enum bcmolt_ae_path_us_key_id
173{
174 BCMOLT_AE_PATH_US_KEY_ID__BEGIN = 0,
175 BCMOLT_AE_PATH_US_KEY_ID_AE_NI = 0, /**< AE NI. */
176 BCMOLT_AE_PATH_US_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
177} bcmolt_ae_path_us_key_id;
178
179/** Identifiers for all properties contained in the
180 * ae_path_us_stat_alarm_cleared group.
181 */
182typedef enum bcmolt_ae_path_us_stat_alarm_cleared_id
183{
184 BCMOLT_AE_PATH_US_STAT_ALARM_CLEARED_ID__BEGIN = 0,
185 BCMOLT_AE_PATH_US_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
186 BCMOLT_AE_PATH_US_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
187} bcmolt_ae_path_us_stat_alarm_cleared_id;
188
189/** Identifiers for all properties contained in the ae_path_us_stat_alarm_raised
190 * group.
191 */
192typedef enum bcmolt_ae_path_us_stat_alarm_raised_id
193{
194 BCMOLT_AE_PATH_US_STAT_ALARM_RAISED_ID__BEGIN = 0,
195 BCMOLT_AE_PATH_US_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
196 BCMOLT_AE_PATH_US_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
197} bcmolt_ae_path_us_stat_alarm_raised_id;
198
199/** Identifiers for all properties contained in the ae_path_us_stat_cfg group.
200 */
201typedef enum bcmolt_ae_path_us_stat_cfg_id
202{
203 BCMOLT_AE_PATH_US_STAT_CFG_ID__BEGIN = 0,
204 BCMOLT_AE_PATH_US_STAT_CFG_ID_CFG = 0, /**< Configuration. */
205 BCMOLT_AE_PATH_US_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
206} bcmolt_ae_path_us_stat_cfg_id;
207
208/** Identifiers for all properties contained in the ae_path_us_stat group.
209 */
210typedef enum bcmolt_ae_path_us_stat_id
211{
212 BCMOLT_AE_PATH_US_STAT_ID__BEGIN = 0,
213 BCMOLT_AE_PATH_US_STAT_ID_BYTES = 0, /**< Bytes. */
214 BCMOLT_AE_PATH_US_STAT_ID_FRAMES = 1, /**< Frames. */
215 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_64 = 2, /**< 64 Byte Frames. */
216 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_65_127 = 3, /**< 65-127 Byte Frames. */
217 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_128_255 = 4, /**< 128-255 Byte Frames. */
218 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_256_511 = 5, /**< 256-511 Byte Frames. */
219 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_512_1023 = 6, /**< 512-1023 Byte Frames. */
220 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_1024_1518 = 7, /**< 1024-1518 Byte Frames. */
221 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_1519_2047 = 8, /**< 1519-2047 Byte Frames. */
222 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_2048_4095 = 9, /**< 2048_4095 Byte Frames. */
223 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_4096_9216 = 10, /**< 4096-9216 Byte Frames. */
224 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_9217_16383 = 11, /**< 9217-16383 Byte Frames. */
225 BCMOLT_AE_PATH_US_STAT_ID_BROADCAST_FRAMES = 12, /**< Broadcast Frames. */
226 BCMOLT_AE_PATH_US_STAT_ID_DATA_BYTES = 13, /**< Data Bytes. */
227 BCMOLT_AE_PATH_US_STAT_ID_MULTICAST_FRAMES = 14, /**< Mulitcast Frames. */
228 BCMOLT_AE_PATH_US_STAT_ID_UNICAST_FRAMES = 15, /**< Unicast Frames. */
229 BCMOLT_AE_PATH_US_STAT_ID_ABORT_FRAMES = 16, /**< Abort Frames. */
230 BCMOLT_AE_PATH_US_STAT_ID_FCS_ERROR = 17, /**< FCS Error. */
231 BCMOLT_AE_PATH_US_STAT_ID_OVERSIZE_ERROR = 18, /**< Oversize Error. */
232 BCMOLT_AE_PATH_US_STAT_ID_RUNT_ERROR = 19, /**< Runt Error. */
233 BCMOLT_AE_PATH_US_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
234} bcmolt_ae_path_us_stat_id;
235
236/** Identifiers for all properties contained in the channel_cfg group.
237 */
238typedef enum bcmolt_channel_cfg_id
239{
240 BCMOLT_CHANNEL_CFG_ID__BEGIN = 0,
241 BCMOLT_CHANNEL_CFG_ID_OPERATION_CONTROL = 0, /**< Operation control. */
242 BCMOLT_CHANNEL_CFG_ID_TOL = 1, /**< TOL. */
243 BCMOLT_CHANNEL_CFG_ID_SYSTEM_PROFILE = 2, /**< System profile. */
244 BCMOLT_CHANNEL_CFG_ID_CHANNEL_PROFILE = 3, /**< Channel profile. */
245 BCMOLT_CHANNEL_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
246} bcmolt_channel_cfg_id;
247
248/** Identifiers for all properties contained in the channel_key group.
249 */
250typedef enum bcmolt_channel_key_id
251{
252 BCMOLT_CHANNEL_KEY_ID__BEGIN = 0,
253 BCMOLT_CHANNEL_KEY_ID_PON_NI = 0, /**< PON network interface. */
254 BCMOLT_CHANNEL_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
255} bcmolt_channel_key_id;
256
257/** Identifiers for all properties contained in the debug_auto_cfg group.
258 */
259typedef enum bcmolt_debug_auto_cfg_id
260{
261 BCMOLT_DEBUG_AUTO_CFG_ID__BEGIN = 0,
262 BCMOLT_DEBUG_AUTO_CFG_ID_CLI_OUTPUT = 0, /**< cli_output. */
263 BCMOLT_DEBUG_AUTO_CFG_ID_FILE_ALMOST_FULL = 1, /**< file_almost_full. */
264 BCMOLT_DEBUG_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
265} bcmolt_debug_auto_cfg_id;
266
267/** Identifiers for all properties contained in the debug_cfg group.
268 */
269typedef enum bcmolt_debug_cfg_id
270{
271 BCMOLT_DEBUG_CFG_ID__BEGIN = 0,
272 BCMOLT_DEBUG_CFG_ID_CONSOLE_REDIRECTION = 0, /**< Console_redirection. */
273 BCMOLT_DEBUG_CFG_ID_INDICATIONS_DROPPED = 1, /**< Indications Dropped. */
274 BCMOLT_DEBUG_CFG_ID_FILE_USED_PERCENT = 2, /**< File used percent. */
275 BCMOLT_DEBUG_CFG_ID_API_CAPTURE_CFG = 3, /**< API Capture Cfg. */
276 BCMOLT_DEBUG_CFG_ID_API_CAPTURE_STATS = 4, /**< API Capture Stats. */
277 BCMOLT_DEBUG_CFG_ID_API_CAPTURE_BUFFER_READ = 5, /**< API Capture Buffer Read. */
278 BCMOLT_DEBUG_CFG_ID_API_CAPTURE_BUFFER = 6, /**< API Capture Buffer. */
279 BCMOLT_DEBUG_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
280} bcmolt_debug_cfg_id;
281
282/** Identifiers for all properties contained in the debug_cli_input group.
283 */
284typedef enum bcmolt_debug_cli_input_id
285{
286 BCMOLT_DEBUG_CLI_INPUT_ID__BEGIN = 0,
287 BCMOLT_DEBUG_CLI_INPUT_ID_DATA = 0, /**< data. */
288 BCMOLT_DEBUG_CLI_INPUT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
289} bcmolt_debug_cli_input_id;
290
291/** Identifiers for all properties contained in the debug_cli_output group.
292 */
293typedef enum bcmolt_debug_cli_output_id
294{
295 BCMOLT_DEBUG_CLI_OUTPUT_ID__BEGIN = 0,
296 BCMOLT_DEBUG_CLI_OUTPUT_ID_DATA = 0, /**< data. */
297 BCMOLT_DEBUG_CLI_OUTPUT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
298} bcmolt_debug_cli_output_id;
299
300/** Identifiers for all properties contained in the debug_file_almost_full
301 * group.
302 */
303typedef enum bcmolt_debug_file_almost_full_id
304{
305 BCMOLT_DEBUG_FILE_ALMOST_FULL_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
306} bcmolt_debug_file_almost_full_id;
307
308/** Identifiers for all properties contained in the debug_key group.
309 */
310typedef enum bcmolt_debug_key_id
311{
312 BCMOLT_DEBUG_KEY_ID__BEGIN = 0,
313 BCMOLT_DEBUG_KEY_ID_RESERVED = 0, /**< Reserved. */
314 BCMOLT_DEBUG_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
315} bcmolt_debug_key_id;
316
317/** Identifiers for all properties contained in the debug_reset_api_capture
318 * group.
319 */
320typedef enum bcmolt_debug_reset_api_capture_id
321{
322 BCMOLT_DEBUG_RESET_API_CAPTURE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
323} bcmolt_debug_reset_api_capture_id;
324
325/** Identifiers for all properties contained in the debug_start_api_capture
326 * group.
327 */
328typedef enum bcmolt_debug_start_api_capture_id
329{
330 BCMOLT_DEBUG_START_API_CAPTURE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
331} bcmolt_debug_start_api_capture_id;
332
333/** Identifiers for all properties contained in the debug_stop_api_capture
334 * group.
335 */
336typedef enum bcmolt_debug_stop_api_capture_id
337{
338 BCMOLT_DEBUG_STOP_API_CAPTURE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
339} bcmolt_debug_stop_api_capture_id;
340
341/** Identifiers for all properties contained in the device_auto_cfg group.
342 */
343typedef enum bcmolt_device_auto_cfg_id
344{
345 BCMOLT_DEVICE_AUTO_CFG_ID__BEGIN = 0,
346 BCMOLT_DEVICE_AUTO_CFG_ID_CONNECTION_COMPLETE = 0, /**< Connection Complete. */
347 BCMOLT_DEVICE_AUTO_CFG_ID_CONNECTION_ESTABLISHED = 1, /**< Connection Established (Internal). */
348 BCMOLT_DEVICE_AUTO_CFG_ID_CONNECTION_FAILURE = 2, /**< Connection Failure. */
349 BCMOLT_DEVICE_AUTO_CFG_ID_DDR_TEST_COMPLETE = 3, /**< DDR Test Complete. */
350 BCMOLT_DEVICE_AUTO_CFG_ID_DEVICE_KEEP_ALIVE = 4, /**< Device Keep Alive (Internal). */
351 BCMOLT_DEVICE_AUTO_CFG_ID_DEVICE_READY = 5, /**< Device Ready (Internal). */
352 BCMOLT_DEVICE_AUTO_CFG_ID_DISCONNECTION_COMPLETE = 6, /**< Disconnection Complete. */
353 BCMOLT_DEVICE_AUTO_CFG_ID_IMAGE_TRANSFER_COMPLETE = 7, /**< Image Transfer Complete. */
354 BCMOLT_DEVICE_AUTO_CFG_ID_INDICATIONS_DROPPED = 8, /**< Indications Dropped. */
355 BCMOLT_DEVICE_AUTO_CFG_ID_SW_ERROR = 9, /**< sw error. */
356 BCMOLT_DEVICE_AUTO_CFG_ID_SW_EXCEPTION = 10, /**< sw exception. */
357 BCMOLT_DEVICE_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
358} bcmolt_device_auto_cfg_id;
359
360/** Identifiers for all properties contained in the device_cfg group.
361 */
362typedef enum bcmolt_device_cfg_id
363{
364 BCMOLT_DEVICE_CFG_ID__BEGIN = 0,
365 BCMOLT_DEVICE_CFG_ID_SYSTEM_MODE = 0, /**< system_mode. */
366 BCMOLT_DEVICE_CFG_ID_KEEPALIVE_INTERVAL = 1, /**< Device Keepalive Interval. */
367 BCMOLT_DEVICE_CFG_ID_KEEPALIVE_TOLERANCE = 2, /**< Device Keepalive tolerance . */
368 BCMOLT_DEVICE_CFG_ID_FIRMWARE_SW_VERSION = 3, /**< Firmware SW Version. */
369 BCMOLT_DEVICE_CFG_ID_HOST_SW_VERSION = 4, /**< Host SW Version. */
370 BCMOLT_DEVICE_CFG_ID_CHIP_REVISION = 5, /**< Chip Revision. */
371 BCMOLT_DEVICE_CFG_ID_STATE = 6, /**< Device state. */
372 BCMOLT_DEVICE_CFG_ID_DEBUG = 7, /**< debug parameters. */
373 BCMOLT_DEVICE_CFG_ID_NNI_SPEED = 8, /**< NNI Speed. */
374 BCMOLT_DEVICE_CFG_ID_PROTECTION_SWITCHING_EXT_IRQ = 9, /**< Protection Switching External IRQ. */
375 BCMOLT_DEVICE_CFG_ID_EPON_CLOCK_TRANSPORT_SAMPLE_DELAY = 10, /**< EPON Clock Transport Sample Delay. */
376 BCMOLT_DEVICE_CFG_ID_INDICATION_SHAPING = 11, /**< Indication Shaping. */
377 BCMOLT_DEVICE_CFG_ID_CHIP_TEMPERATURE = 12, /**< chip temperature . */
378 BCMOLT_DEVICE_CFG_ID_GPON_XGPON_TOD_ENABLE = 13, /**< GPON/XGPON ToD enable. */
379 BCMOLT_DEVICE_CFG_ID_GPON_XGPON_TOD_GPIO_PIN = 14, /**< GPON/XGPON ToD GPIO pin. */
380 BCMOLT_DEVICE_CFG_ID_GPON_XGPON_TOD_CONNECTED_INTERNALLY= 15, /**< GPON/XGPON is ToD internally. */
381 BCMOLT_DEVICE_CFG_ID_EPON_8021_AS_TOD_FORMAT = 16, /**< EPON 802.1AS ToD Format. */
382 BCMOLT_DEVICE_CFG_ID_EPON_SHAPER_MODE = 17, /**< EPON Shaper Mode. */
383 BCMOLT_DEVICE_CFG_ID_EMBEDDED_IMAGE_LIST = 18, /**< Embedded image list. */
384 BCMOLT_DEVICE_CFG_ID_CHIP_VOLTAGE = 19, /**< chip voltage. */
385 BCMOLT_DEVICE_CFG_ID_EPON_TOD_STRING = 20, /**< EPON ToD String. */
386 BCMOLT_DEVICE_CFG_ID_XGPON_NUM_OF_ONUS = 21, /**< xgpon num of onus. */
387 BCMOLT_DEVICE_CFG_ID_DEVICE_IP_ADDRESS = 22, /**< Device IP Address. */
388 BCMOLT_DEVICE_CFG_ID_DEVICE_UDP_PORT = 23, /**< Device UDP port. */
389 BCMOLT_DEVICE_CFG_ID_TOD_UART_BAUDRATE = 24, /**< UART baudrate. */
390 BCMOLT_DEVICE_CFG_ID_GPON_XGPON_TOD_STRING_LENGTH = 25, /**< GPON/XGPON ToD string length. */
391 BCMOLT_DEVICE_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
392} bcmolt_device_cfg_id;
393
394/** Identifiers for all properties contained in the device_connect group.
395 */
396typedef enum bcmolt_device_connect_id
397{
398 BCMOLT_DEVICE_CONNECT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
399} bcmolt_device_connect_id;
400
401/** Identifiers for all properties contained in the device_connection_complete
402 * group.
403 */
404typedef enum bcmolt_device_connection_complete_id
405{
406 BCMOLT_DEVICE_CONNECTION_COMPLETE_ID__BEGIN = 0,
407 BCMOLT_DEVICE_CONNECTION_COMPLETE_ID_STANDALONE = 0, /**< Standalone. */
408 BCMOLT_DEVICE_CONNECTION_COMPLETE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
409} bcmolt_device_connection_complete_id;
410
411/** Identifiers for all properties contained in the
412 * device_connection_established group.
413 */
414typedef enum bcmolt_device_connection_established_id
415{
416 BCMOLT_DEVICE_CONNECTION_ESTABLISHED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
417} bcmolt_device_connection_established_id;
418
419/** Identifiers for all properties contained in the device_connection_failure
420 * group.
421 */
422typedef enum bcmolt_device_connection_failure_id
423{
424 BCMOLT_DEVICE_CONNECTION_FAILURE_ID__BEGIN = 0,
425 BCMOLT_DEVICE_CONNECTION_FAILURE_ID_REASON = 0, /**< Connection fail reason. */
426 BCMOLT_DEVICE_CONNECTION_FAILURE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
427} bcmolt_device_connection_failure_id;
428
429/** Identifiers for all properties contained in the device_ddr_test_complete
430 * group.
431 */
432typedef enum bcmolt_device_ddr_test_complete_id
433{
434 BCMOLT_DEVICE_DDR_TEST_COMPLETE_ID__BEGIN = 0,
435 BCMOLT_DEVICE_DDR_TEST_COMPLETE_ID_DDR_TEST = 0, /**< DDR Test. */
436 BCMOLT_DEVICE_DDR_TEST_COMPLETE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
437} bcmolt_device_ddr_test_complete_id;
438
439/** Identifiers for all properties contained in the device_device_keep_alive
440 * group.
441 */
442typedef enum bcmolt_device_device_keep_alive_id
443{
444 BCMOLT_DEVICE_DEVICE_KEEP_ALIVE_ID__BEGIN = 0,
445 BCMOLT_DEVICE_DEVICE_KEEP_ALIVE_ID_SEQUENCE_NUMBER = 0, /**< sequence number. */
446 BCMOLT_DEVICE_DEVICE_KEEP_ALIVE_ID_TIME_STAMP = 1, /**< time stamp. */
447 BCMOLT_DEVICE_DEVICE_KEEP_ALIVE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
448} bcmolt_device_device_keep_alive_id;
449
450/** Identifiers for all properties contained in the device_device_ready group.
451 */
452typedef enum bcmolt_device_device_ready_id
453{
454 BCMOLT_DEVICE_DEVICE_READY_ID__BEGIN = 0,
455 BCMOLT_DEVICE_DEVICE_READY_ID_FIRMWARE_SW_VERSION = 0, /**< Software Version. */
456 BCMOLT_DEVICE_DEVICE_READY_ID_SYSTEM_MODE = 1, /**< System Mode. */
457 BCMOLT_DEVICE_DEVICE_READY_ID_NNI_SPEED = 2, /**< NNI Speed. */
458 BCMOLT_DEVICE_DEVICE_READY_ID_CHIP_REVISION = 3, /**< Chip Revision. */
459 BCMOLT_DEVICE_DEVICE_READY_ID_TOD_ENABLE = 4, /**< ToD control. */
460 BCMOLT_DEVICE_DEVICE_READY_ID_TOD_GPIO_PIN = 5, /**< GPIO pin is used when ToD UART is not connected to the embedded, and TOD value is obtained by the host. */
461 BCMOLT_DEVICE_DEVICE_READY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
462} bcmolt_device_device_ready_id;
463
464/** Identifiers for all properties contained in the device_disconnect group.
465 */
466typedef enum bcmolt_device_disconnect_id
467{
468 BCMOLT_DEVICE_DISCONNECT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
469} bcmolt_device_disconnect_id;
470
471/** Identifiers for all properties contained in the
472 * device_disconnection_complete group.
473 */
474typedef enum bcmolt_device_disconnection_complete_id
475{
476 BCMOLT_DEVICE_DISCONNECTION_COMPLETE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
477} bcmolt_device_disconnection_complete_id;
478
479/** Identifiers for all properties contained in the device_host_keep_alive
480 * group.
481 */
482typedef enum bcmolt_device_host_keep_alive_id
483{
484 BCMOLT_DEVICE_HOST_KEEP_ALIVE_ID__BEGIN = 0,
485 BCMOLT_DEVICE_HOST_KEEP_ALIVE_ID_SEQUENCE_NUMBER = 0, /**< sequence number. */
486 BCMOLT_DEVICE_HOST_KEEP_ALIVE_ID_TIME_STAMP = 1, /**< time stamp. */
487 BCMOLT_DEVICE_HOST_KEEP_ALIVE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
488} bcmolt_device_host_keep_alive_id;
489
490/** Identifiers for all properties contained in the
491 * device_image_transfer_complete group.
492 */
493typedef enum bcmolt_device_image_transfer_complete_id
494{
495 BCMOLT_DEVICE_IMAGE_TRANSFER_COMPLETE_ID__BEGIN = 0,
496 BCMOLT_DEVICE_IMAGE_TRANSFER_COMPLETE_ID_IMAGE_TYPE = 0, /**< Image type. */
497 BCMOLT_DEVICE_IMAGE_TRANSFER_COMPLETE_ID_BLOCK_NUMBER = 1, /**< Block number. */
498 BCMOLT_DEVICE_IMAGE_TRANSFER_COMPLETE_ID_STATUS = 2, /**< Status. */
499 BCMOLT_DEVICE_IMAGE_TRANSFER_COMPLETE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
500} bcmolt_device_image_transfer_complete_id;
501
502/** Identifiers for all properties contained in the device_image_transfer_data
503 * group.
504 */
505typedef enum bcmolt_device_image_transfer_data_id
506{
507 BCMOLT_DEVICE_IMAGE_TRANSFER_DATA_ID__BEGIN = 0,
508 BCMOLT_DEVICE_IMAGE_TRANSFER_DATA_ID_BLOCK_NUMBER = 0, /**< Block number. */
509 BCMOLT_DEVICE_IMAGE_TRANSFER_DATA_ID_MORE_DATA = 1, /**< More Data. */
510 BCMOLT_DEVICE_IMAGE_TRANSFER_DATA_ID_DATA = 2, /**< Data. */
511 BCMOLT_DEVICE_IMAGE_TRANSFER_DATA_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
512} bcmolt_device_image_transfer_data_id;
513
514/** Identifiers for all properties contained in the device_image_transfer_start
515 * group.
516 */
517typedef enum bcmolt_device_image_transfer_start_id
518{
519 BCMOLT_DEVICE_IMAGE_TRANSFER_START_ID__BEGIN = 0,
520 BCMOLT_DEVICE_IMAGE_TRANSFER_START_ID_IMAGE_TYPE = 0, /**< Image type. */
521 BCMOLT_DEVICE_IMAGE_TRANSFER_START_ID_IMAGE_SIZE = 1, /**< Image Size. */
522 BCMOLT_DEVICE_IMAGE_TRANSFER_START_ID_CRC32 = 2, /**< CRC32. */
523 BCMOLT_DEVICE_IMAGE_TRANSFER_START_ID_IMAGE_NAME = 3, /**< Image name. */
524 BCMOLT_DEVICE_IMAGE_TRANSFER_START_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
525} bcmolt_device_image_transfer_start_id;
526
527/** Identifiers for all properties contained in the device_indications_dropped
528 * group.
529 */
530typedef enum bcmolt_device_indications_dropped_id
531{
532 BCMOLT_DEVICE_INDICATIONS_DROPPED_ID__BEGIN = 0,
533 BCMOLT_DEVICE_INDICATIONS_DROPPED_ID_TOTAL_COUNT = 0, /**< Total Count. */
534 BCMOLT_DEVICE_INDICATIONS_DROPPED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
535} bcmolt_device_indications_dropped_id;
536
537/** Identifiers for all properties contained in the device_key group.
538 */
539typedef enum bcmolt_device_key_id
540{
541 BCMOLT_DEVICE_KEY_ID__BEGIN = 0,
542 BCMOLT_DEVICE_KEY_ID_RESERVED = 0, /**< Reserved. */
543 BCMOLT_DEVICE_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
544} bcmolt_device_key_id;
545
546/** Identifiers for all properties contained in the device_reset group.
547 */
548typedef enum bcmolt_device_reset_id
549{
550 BCMOLT_DEVICE_RESET_ID__BEGIN = 0,
551 BCMOLT_DEVICE_RESET_ID_MODE = 0, /**< Mode. */
552 BCMOLT_DEVICE_RESET_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
553} bcmolt_device_reset_id;
554
555/** Identifiers for all properties contained in the device_run_ddr_test group.
556 */
557typedef enum bcmolt_device_run_ddr_test_id
558{
559 BCMOLT_DEVICE_RUN_DDR_TEST_ID__BEGIN = 0,
560 BCMOLT_DEVICE_RUN_DDR_TEST_ID_CPU = 0, /**< CPU. */
561 BCMOLT_DEVICE_RUN_DDR_TEST_ID_RAS_0 = 1, /**< RAS 0. */
562 BCMOLT_DEVICE_RUN_DDR_TEST_ID_RAS_1 = 2, /**< RAS 1. */
563 BCMOLT_DEVICE_RUN_DDR_TEST_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
564} bcmolt_device_run_ddr_test_id;
565
566/** Identifiers for all properties contained in the device_sw_error group.
567 */
568typedef enum bcmolt_device_sw_error_id
569{
570 BCMOLT_DEVICE_SW_ERROR_ID__BEGIN = 0,
571 BCMOLT_DEVICE_SW_ERROR_ID_TASK_NAME = 0, /**< task name. */
572 BCMOLT_DEVICE_SW_ERROR_ID_FILE_NAME = 1, /**< file name. */
573 BCMOLT_DEVICE_SW_ERROR_ID_LINE_NUMBER = 2, /**< line number. */
574 BCMOLT_DEVICE_SW_ERROR_ID_PON_NI = 3, /**< pon_ni. */
575 BCMOLT_DEVICE_SW_ERROR_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
576} bcmolt_device_sw_error_id;
577
578/** Identifiers for all properties contained in the device_sw_exception group.
579 */
580typedef enum bcmolt_device_sw_exception_id
581{
582 BCMOLT_DEVICE_SW_EXCEPTION_ID__BEGIN = 0,
583 BCMOLT_DEVICE_SW_EXCEPTION_ID_CPU_ID = 0, /**< CPU ID. */
584 BCMOLT_DEVICE_SW_EXCEPTION_ID_TEXT = 1, /**< text. */
585 BCMOLT_DEVICE_SW_EXCEPTION_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
586} bcmolt_device_sw_exception_id;
587
588/** Identifiers for all properties contained in the device_sw_upgrade_activate
589 * group.
590 */
591typedef enum bcmolt_device_sw_upgrade_activate_id
592{
593 BCMOLT_DEVICE_SW_UPGRADE_ACTIVATE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
594} bcmolt_device_sw_upgrade_activate_id;
595
596/** Identifiers for all properties contained in the epon_denied_link_auto_cfg
597 * group.
598 */
599typedef enum bcmolt_epon_denied_link_auto_cfg_id
600{
601 BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID__BEGIN = 0,
602 BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_LASER_ON_OFF_VIOLATION = 0, /**< Laser On/Off Violation. */
603 BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_LLID_POOL_EMPTY_VIOLATION = 1, /**< LLID Pool Empty Violation. */
604 BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_MAX_LINK_VIOLATION = 2, /**< Max Link Violation. */
605 BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_OVERHEAD_PROFILE_VIOLATION = 3, /**< Overhead Profile Violation. */
606 BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_RANGE_VIOLATION = 4, /**< Range Violation. */
607 BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_ROGUE_VIOLATION = 5, /**< Rogue ONU Detected. */
608 BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_SYSTEM_RESOURCE_VIOLATION = 6, /**< System Resource Violation. */
609 BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_TDM_CHANNELS_EXHAUSTED = 7, /**< TDM Channels Exhausted. */
610 BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_UNKNOWN_LINK_VIOLATION = 8, /**< Unknown Link Violation. */
611 BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_UPSTREAM_BANDWIDTH_VIOLATION= 9, /**< Upstream Bandwidth Violation. */
612 BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
613} bcmolt_epon_denied_link_auto_cfg_id;
614
615/** Identifiers for all properties contained in the epon_denied_link_cfg group.
616 */
617typedef enum bcmolt_epon_denied_link_cfg_id
618{
619 BCMOLT_EPON_DENIED_LINK_CFG_ID__BEGIN = 0,
620 BCMOLT_EPON_DENIED_LINK_CFG_ID_ALARM_STATE = 0, /**< Alarm State. */
621 BCMOLT_EPON_DENIED_LINK_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
622} bcmolt_epon_denied_link_cfg_id;
623
624/** Identifiers for all properties contained in the epon_denied_link_key group.
625 */
626typedef enum bcmolt_epon_denied_link_key_id
627{
628 BCMOLT_EPON_DENIED_LINK_KEY_ID__BEGIN = 0,
629 BCMOLT_EPON_DENIED_LINK_KEY_ID_EPON_NI = 0, /**< EPON NI Identifier. */
630 BCMOLT_EPON_DENIED_LINK_KEY_ID_MAC_ADDRESS = 1, /**< MAC Address. */
631 BCMOLT_EPON_DENIED_LINK_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
632} bcmolt_epon_denied_link_key_id;
633
634/** Identifiers for all properties contained in the
635 * epon_denied_link_laser_on_off_violation group.
636 */
637typedef enum bcmolt_epon_denied_link_laser_on_off_violation_id
638{
639 BCMOLT_EPON_DENIED_LINK_LASER_ON_OFF_VIOLATION_ID__BEGIN = 0,
640 BCMOLT_EPON_DENIED_LINK_LASER_ON_OFF_VIOLATION_ID_ALARM_STATUS = 0, /**< Alarm Status. */
641 BCMOLT_EPON_DENIED_LINK_LASER_ON_OFF_VIOLATION_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
642} bcmolt_epon_denied_link_laser_on_off_violation_id;
643
644/** Identifiers for all properties contained in the
645 * epon_denied_link_llid_pool_empty_violation group.
646 */
647typedef enum bcmolt_epon_denied_link_llid_pool_empty_violation_id
648{
649 BCMOLT_EPON_DENIED_LINK_LLID_POOL_EMPTY_VIOLATION_ID__BEGIN = 0,
650 BCMOLT_EPON_DENIED_LINK_LLID_POOL_EMPTY_VIOLATION_ID_ALARM_STATUS = 0, /**< Alarm Status. */
651 BCMOLT_EPON_DENIED_LINK_LLID_POOL_EMPTY_VIOLATION_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
652} bcmolt_epon_denied_link_llid_pool_empty_violation_id;
653
654/** Identifiers for all properties contained in the
655 * epon_denied_link_max_link_violation group.
656 */
657typedef enum bcmolt_epon_denied_link_max_link_violation_id
658{
659 BCMOLT_EPON_DENIED_LINK_MAX_LINK_VIOLATION_ID__BEGIN = 0,
660 BCMOLT_EPON_DENIED_LINK_MAX_LINK_VIOLATION_ID_ALARM_STATUS = 0, /**< Alarm Status. */
661 BCMOLT_EPON_DENIED_LINK_MAX_LINK_VIOLATION_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
662} bcmolt_epon_denied_link_max_link_violation_id;
663
664/** Identifiers for all properties contained in the
665 * epon_denied_link_overhead_profile_violation group.
666 */
667typedef enum bcmolt_epon_denied_link_overhead_profile_violation_id
668{
669 BCMOLT_EPON_DENIED_LINK_OVERHEAD_PROFILE_VIOLATION_ID__BEGIN = 0,
670 BCMOLT_EPON_DENIED_LINK_OVERHEAD_PROFILE_VIOLATION_ID_ALARM_STATUS = 0, /**< Alarm status. */
671 BCMOLT_EPON_DENIED_LINK_OVERHEAD_PROFILE_VIOLATION_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
672} bcmolt_epon_denied_link_overhead_profile_violation_id;
673
674/** Identifiers for all properties contained in the
675 * epon_denied_link_range_violation group.
676 */
677typedef enum bcmolt_epon_denied_link_range_violation_id
678{
679 BCMOLT_EPON_DENIED_LINK_RANGE_VIOLATION_ID__BEGIN = 0,
680 BCMOLT_EPON_DENIED_LINK_RANGE_VIOLATION_ID_ALARM_STATUS = 0, /**< Alarm Status. */
681 BCMOLT_EPON_DENIED_LINK_RANGE_VIOLATION_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
682} bcmolt_epon_denied_link_range_violation_id;
683
684/** Identifiers for all properties contained in the
685 * epon_denied_link_rogue_violation group.
686 */
687typedef enum bcmolt_epon_denied_link_rogue_violation_id
688{
689 BCMOLT_EPON_DENIED_LINK_ROGUE_VIOLATION_ID__BEGIN = 0,
690 BCMOLT_EPON_DENIED_LINK_ROGUE_VIOLATION_ID_ALARM_STATUS = 0, /**< Alarm Status. */
691 BCMOLT_EPON_DENIED_LINK_ROGUE_VIOLATION_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
692} bcmolt_epon_denied_link_rogue_violation_id;
693
694/** Identifiers for all properties contained in the
695 * epon_denied_link_system_resource_violation group.
696 */
697typedef enum bcmolt_epon_denied_link_system_resource_violation_id
698{
699 BCMOLT_EPON_DENIED_LINK_SYSTEM_RESOURCE_VIOLATION_ID__BEGIN = 0,
700 BCMOLT_EPON_DENIED_LINK_SYSTEM_RESOURCE_VIOLATION_ID_ALARM_STATUS = 0, /**< Alarm Status. */
701 BCMOLT_EPON_DENIED_LINK_SYSTEM_RESOURCE_VIOLATION_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
702} bcmolt_epon_denied_link_system_resource_violation_id;
703
704/** Identifiers for all properties contained in the
705 * epon_denied_link_tdm_channels_exhausted group.
706 */
707typedef enum bcmolt_epon_denied_link_tdm_channels_exhausted_id
708{
709 BCMOLT_EPON_DENIED_LINK_TDM_CHANNELS_EXHAUSTED_ID__BEGIN = 0,
710 BCMOLT_EPON_DENIED_LINK_TDM_CHANNELS_EXHAUSTED_ID_ALARM_STATUS = 0, /**< Alarm Status. */
711 BCMOLT_EPON_DENIED_LINK_TDM_CHANNELS_EXHAUSTED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
712} bcmolt_epon_denied_link_tdm_channels_exhausted_id;
713
714/** Identifiers for all properties contained in the
715 * epon_denied_link_unknown_link_violation group.
716 */
717typedef enum bcmolt_epon_denied_link_unknown_link_violation_id
718{
719 BCMOLT_EPON_DENIED_LINK_UNKNOWN_LINK_VIOLATION_ID__BEGIN = 0,
720 BCMOLT_EPON_DENIED_LINK_UNKNOWN_LINK_VIOLATION_ID_ALARM_STATUS = 0, /**< Alarm Status. */
721 BCMOLT_EPON_DENIED_LINK_UNKNOWN_LINK_VIOLATION_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
722} bcmolt_epon_denied_link_unknown_link_violation_id;
723
724/** Identifiers for all properties contained in the
725 * epon_denied_link_upstream_bandwidth_violation group.
726 */
727typedef enum bcmolt_epon_denied_link_upstream_bandwidth_violation_id
728{
729 BCMOLT_EPON_DENIED_LINK_UPSTREAM_BANDWIDTH_VIOLATION_ID__BEGIN = 0,
730 BCMOLT_EPON_DENIED_LINK_UPSTREAM_BANDWIDTH_VIOLATION_ID_ALARM_STATUS= 0, /**< Alarm Status. */
731 BCMOLT_EPON_DENIED_LINK_UPSTREAM_BANDWIDTH_VIOLATION_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
732} bcmolt_epon_denied_link_upstream_bandwidth_violation_id;
733
734/** Identifiers for all properties contained in the epon_link_auto_cfg group.
735 */
736typedef enum bcmolt_epon_link_auto_cfg_id
737{
738 BCMOLT_EPON_LINK_AUTO_CFG_ID__BEGIN = 0,
739 BCMOLT_EPON_LINK_AUTO_CFG_ID_DUPLICATE_MPCP_REGISTRATION_REQUEST = 0, /**< Duplicate MPCP Registration Request. */
740 BCMOLT_EPON_LINK_AUTO_CFG_ID_ENCRYPTION_ENABLED = 1, /**< Encryption Enabled. */
741 BCMOLT_EPON_LINK_AUTO_CFG_ID_KEY_EXCHANGE_FAILURE = 2, /**< Key Exchange Failure. */
742 BCMOLT_EPON_LINK_AUTO_CFG_ID_KEY_EXCHANGE_STARTED = 3, /**< key_exchange_started. */
743 BCMOLT_EPON_LINK_AUTO_CFG_ID_KEY_EXCHANGE_STOPPED = 4, /**< key_exchange_stopped. */
744 BCMOLT_EPON_LINK_AUTO_CFG_ID_LINK_DELETED = 5, /**< Link Deleted. */
745 BCMOLT_EPON_LINK_AUTO_CFG_ID_LINK_SPEED_MISMATCH = 6, /**< Link attempted to register at a different speed. */
746 BCMOLT_EPON_LINK_AUTO_CFG_ID_MPCP_DEREGISTERED = 7, /**< MPCP Deregistered. */
747 BCMOLT_EPON_LINK_AUTO_CFG_ID_MPCP_DISCOVERED = 8, /**< MPCP Discovered. */
748 BCMOLT_EPON_LINK_AUTO_CFG_ID_MPCP_REG_ACK_TIMEOUT = 9, /**< MPCP Reg Ack Timeout. */
749 BCMOLT_EPON_LINK_AUTO_CFG_ID_MPCP_REPORT_TIMEOUT = 10, /**< MPCP Report Timeout. */
750 BCMOLT_EPON_LINK_AUTO_CFG_ID_OAM_KEEPALIVE_TIMEOUT = 11, /**< OAM Keepalive Timeout. */
751 BCMOLT_EPON_LINK_AUTO_CFG_ID_OAM_KEEPALIVE_TIMER_STARTED = 12, /**< OAM keepalive timer started. */
752 BCMOLT_EPON_LINK_AUTO_CFG_ID_OAM_KEEPALIVE_TIMER_STOPPED = 13, /**< OAM keepalive timer stopped. */
753 BCMOLT_EPON_LINK_AUTO_CFG_ID_PREPROVISIONED_LINK_CREATED = 14, /**< Preprovisioned Link Created. */
754 BCMOLT_EPON_LINK_AUTO_CFG_ID_PROTECTION_SWITCH_OCCURRED = 15, /**< Protection Switch Occurred. */
755 BCMOLT_EPON_LINK_AUTO_CFG_ID_RANGE_VALUE_CHANGED = 16, /**< Range Value Changed. */
756 BCMOLT_EPON_LINK_AUTO_CFG_ID_RERANGE_FAILURE = 17, /**< Re-range failure. */
757 BCMOLT_EPON_LINK_AUTO_CFG_ID_STAT_ALARM_CLEARED = 18, /**< Stat Alarm Cleared. */
758 BCMOLT_EPON_LINK_AUTO_CFG_ID_STAT_ALARM_RAISED = 19, /**< Stat Alarm Raised. */
759 BCMOLT_EPON_LINK_AUTO_CFG_ID_STATIC_REGISTRATION_DONE = 20, /**< Static registration done. */
760 BCMOLT_EPON_LINK_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
761} bcmolt_epon_link_auto_cfg_id;
762
763/** Identifiers for all properties contained in the epon_link_cfg group.
764 */
765typedef enum bcmolt_epon_link_cfg_id
766{
767 BCMOLT_EPON_LINK_CFG_ID__BEGIN = 0,
768 BCMOLT_EPON_LINK_CFG_ID_LINK_RATE = 0, /**< EPON link rate. */
769 BCMOLT_EPON_LINK_CFG_ID_STATE_FLAGS = 1, /**< EPON link state flags. */
770 BCMOLT_EPON_LINK_CFG_ID_LLID = 2, /**< EPON logical link identifier. */
771 BCMOLT_EPON_LINK_CFG_ID_LASER_ON_TIME_TQ = 3, /**< Laser-on time (TQ). */
772 BCMOLT_EPON_LINK_CFG_ID_LASER_OFF_TIME_TQ = 4, /**< Laser-off time (TQ). */
773 BCMOLT_EPON_LINK_CFG_ID_RANGE_VALUE_TQ = 5, /**< Range value (TQ). */
774 BCMOLT_EPON_LINK_CFG_ID_DISTANCE = 6, /**< Distance. */
775 BCMOLT_EPON_LINK_CFG_ID_ALARM_STATE = 7, /**< Alarm State. */
776 BCMOLT_EPON_LINK_CFG_ID_TUNNEL_ID = 8, /**< Tunnel ID. */
777 BCMOLT_EPON_LINK_CFG_ID_ONU_ID = 9, /**< Associated ONU. */
778 BCMOLT_EPON_LINK_CFG_ID_MIN_LASER_OVERHEAD = 10, /**< Min Laser Overhead. */
779 BCMOLT_EPON_LINK_CFG_ID_KEY_EXCHANGE_CONFIG = 11, /**< Key exchange configuration. */
780 BCMOLT_EPON_LINK_CFG_ID_EPON_ENCRYPTION = 12, /**< EPON Encryption . */
781 BCMOLT_EPON_LINK_CFG_ID_FEC_ENABLE = 13, /**< FEC enable. */
782 BCMOLT_EPON_LINK_CFG_ID_OAM_HEARTBEAT_CONFIG = 14, /**< OAM heartbeat configuration. */
783 BCMOLT_EPON_LINK_CFG_ID_UPSTREAM_BANDWIDTH = 15, /**< Upstream Bandwidth. */
784 BCMOLT_EPON_LINK_CFG_ID_UBD_INFO = 16, /**< UBD Info. */
785 BCMOLT_EPON_LINK_CFG_ID_CLOCK_TRANSPORT_ENABLE = 17, /**< Clock Transport Enable. */
786 BCMOLT_EPON_LINK_CFG_ID_PENDING_GRANTS = 18, /**< Pending grants. */
787 BCMOLT_EPON_LINK_CFG_ID_LINK_TYPE = 19, /**< Link Type. */
788 BCMOLT_EPON_LINK_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
789} bcmolt_epon_link_cfg_id;
790
791/** Identifiers for all properties contained in the epon_link_delete_link group.
792 */
793typedef enum bcmolt_epon_link_delete_link_id
794{
795 BCMOLT_EPON_LINK_DELETE_LINK_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
796} bcmolt_epon_link_delete_link_id;
797
798/** Identifiers for all properties contained in the
799 * epon_link_duplicate_mpcp_registration_request group.
800 */
801typedef enum bcmolt_epon_link_duplicate_mpcp_registration_request_id
802{
803 BCMOLT_EPON_LINK_DUPLICATE_MPCP_REGISTRATION_REQUEST_ID__BEGIN = 0,
804 BCMOLT_EPON_LINK_DUPLICATE_MPCP_REGISTRATION_REQUEST_ID_INITIAL_RANGE_TQ= 0, /**< Initial range. */
805 BCMOLT_EPON_LINK_DUPLICATE_MPCP_REGISTRATION_REQUEST_ID_CURRENT_RANGE_TQ= 1, /**< Current range. */
806 BCMOLT_EPON_LINK_DUPLICATE_MPCP_REGISTRATION_REQUEST_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
807} bcmolt_epon_link_duplicate_mpcp_registration_request_id;
808
809/** Identifiers for all properties contained in the epon_link_encryption_enabled
810 * group.
811 */
812typedef enum bcmolt_epon_link_encryption_enabled_id
813{
814 BCMOLT_EPON_LINK_ENCRYPTION_ENABLED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
815} bcmolt_epon_link_encryption_enabled_id;
816
817/** Identifiers for all properties contained in the epon_link_force_rediscovery
818 * group.
819 */
820typedef enum bcmolt_epon_link_force_rediscovery_id
821{
822 BCMOLT_EPON_LINK_FORCE_REDISCOVERY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
823} bcmolt_epon_link_force_rediscovery_id;
824
825/** Identifiers for all properties contained in the epon_link_frame_captured
826 * group.
827 */
828typedef enum bcmolt_epon_link_frame_captured_id
829{
830 BCMOLT_EPON_LINK_FRAME_CAPTURED_ID__BEGIN = 0,
831 BCMOLT_EPON_LINK_FRAME_CAPTURED_ID_FRAME = 0, /**< Received frame. */
832 BCMOLT_EPON_LINK_FRAME_CAPTURED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
833} bcmolt_epon_link_frame_captured_id;
834
835/** Identifiers for all properties contained in the epon_link_inject_frame
836 * group.
837 */
838typedef enum bcmolt_epon_link_inject_frame_id
839{
840 BCMOLT_EPON_LINK_INJECT_FRAME_ID__BEGIN = 0,
841 BCMOLT_EPON_LINK_INJECT_FRAME_ID_FRAME = 0, /**< Frame to transmit. */
842 BCMOLT_EPON_LINK_INJECT_FRAME_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
843} bcmolt_epon_link_inject_frame_id;
844
845/** Identifiers for all properties contained in the
846 * epon_link_key_exchange_failure group.
847 */
848typedef enum bcmolt_epon_link_key_exchange_failure_id
849{
850 BCMOLT_EPON_LINK_KEY_EXCHANGE_FAILURE_ID__BEGIN = 0,
851 BCMOLT_EPON_LINK_KEY_EXCHANGE_FAILURE_ID_ALARM_STATUS = 0, /**< alarm status. */
852 BCMOLT_EPON_LINK_KEY_EXCHANGE_FAILURE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
853} bcmolt_epon_link_key_exchange_failure_id;
854
855/** Identifiers for all properties contained in the epon_link_key_exchange_start
856 * group.
857 */
858typedef enum bcmolt_epon_link_key_exchange_start_id
859{
860 BCMOLT_EPON_LINK_KEY_EXCHANGE_START_ID__BEGIN = 0,
861 BCMOLT_EPON_LINK_KEY_EXCHANGE_START_ID_PERIOD = 0, /**< period. */
862 BCMOLT_EPON_LINK_KEY_EXCHANGE_START_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
863} bcmolt_epon_link_key_exchange_start_id;
864
865/** Identifiers for all properties contained in the
866 * epon_link_key_exchange_started group.
867 */
868typedef enum bcmolt_epon_link_key_exchange_started_id
869{
870 BCMOLT_EPON_LINK_KEY_EXCHANGE_STARTED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
871} bcmolt_epon_link_key_exchange_started_id;
872
873/** Identifiers for all properties contained in the epon_link_key_exchange_stop
874 * group.
875 */
876typedef enum bcmolt_epon_link_key_exchange_stop_id
877{
878 BCMOLT_EPON_LINK_KEY_EXCHANGE_STOP_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
879} bcmolt_epon_link_key_exchange_stop_id;
880
881/** Identifiers for all properties contained in the
882 * epon_link_key_exchange_stopped group.
883 */
884typedef enum bcmolt_epon_link_key_exchange_stopped_id
885{
886 BCMOLT_EPON_LINK_KEY_EXCHANGE_STOPPED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
887} bcmolt_epon_link_key_exchange_stopped_id;
888
889/** Identifiers for all properties contained in the epon_link_key group.
890 */
891typedef enum bcmolt_epon_link_key_id
892{
893 BCMOLT_EPON_LINK_KEY_ID__BEGIN = 0,
894 BCMOLT_EPON_LINK_KEY_ID_EPON_NI = 0, /**< EPON NI identifier. */
895 BCMOLT_EPON_LINK_KEY_ID_MAC_ADDRESS = 1, /**< MAC address. */
896 BCMOLT_EPON_LINK_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
897} bcmolt_epon_link_key_id;
898
899/** Identifiers for all properties contained in the epon_link_link_deleted
900 * group.
901 */
902typedef enum bcmolt_epon_link_link_deleted_id
903{
904 BCMOLT_EPON_LINK_LINK_DELETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
905} bcmolt_epon_link_link_deleted_id;
906
907/** Identifiers for all properties contained in the
908 * epon_link_link_speed_mismatch group.
909 */
910typedef enum bcmolt_epon_link_link_speed_mismatch_id
911{
912 BCMOLT_EPON_LINK_LINK_SPEED_MISMATCH_ID__BEGIN = 0,
913 BCMOLT_EPON_LINK_LINK_SPEED_MISMATCH_ID_PREVIOUS_RATE = 0, /**< Previous rate. */
914 BCMOLT_EPON_LINK_LINK_SPEED_MISMATCH_ID_CURRENT_RATE = 1, /**< Current rate. */
915 BCMOLT_EPON_LINK_LINK_SPEED_MISMATCH_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
916} bcmolt_epon_link_link_speed_mismatch_id;
917
918/** Identifiers for all properties contained in the epon_link_mpcp_deregistered
919 * group.
920 */
921typedef enum bcmolt_epon_link_mpcp_deregistered_id
922{
923 BCMOLT_EPON_LINK_MPCP_DEREGISTERED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
924} bcmolt_epon_link_mpcp_deregistered_id;
925
926/** Identifiers for all properties contained in the epon_link_mpcp_discovered
927 * group.
928 */
929typedef enum bcmolt_epon_link_mpcp_discovered_id
930{
931 BCMOLT_EPON_LINK_MPCP_DISCOVERED_ID__BEGIN = 0,
932 BCMOLT_EPON_LINK_MPCP_DISCOVERED_ID_LINK_INFO = 0, /**< Link information. */
933 BCMOLT_EPON_LINK_MPCP_DISCOVERED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
934} bcmolt_epon_link_mpcp_discovered_id;
935
936/** Identifiers for all properties contained in the
937 * epon_link_mpcp_reg_ack_timeout group.
938 */
939typedef enum bcmolt_epon_link_mpcp_reg_ack_timeout_id
940{
941 BCMOLT_EPON_LINK_MPCP_REG_ACK_TIMEOUT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
942} bcmolt_epon_link_mpcp_reg_ack_timeout_id;
943
944/** Identifiers for all properties contained in the
945 * epon_link_mpcp_report_timeout group.
946 */
947typedef enum bcmolt_epon_link_mpcp_report_timeout_id
948{
949 BCMOLT_EPON_LINK_MPCP_REPORT_TIMEOUT_ID__BEGIN = 0,
950 BCMOLT_EPON_LINK_MPCP_REPORT_TIMEOUT_ID_ALARM_STATUS = 0, /**< Alarm Status. */
951 BCMOLT_EPON_LINK_MPCP_REPORT_TIMEOUT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
952} bcmolt_epon_link_mpcp_report_timeout_id;
953
954/** Identifiers for all properties contained in the
955 * epon_link_oam_keepalive_timeout group.
956 */
957typedef enum bcmolt_epon_link_oam_keepalive_timeout_id
958{
959 BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMEOUT_ID__BEGIN = 0,
960 BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMEOUT_ID_ALARM_STATUS = 0, /**< Alarm Status. */
961 BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMEOUT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
962} bcmolt_epon_link_oam_keepalive_timeout_id;
963
964/** Identifiers for all properties contained in the
965 * epon_link_oam_keepalive_timer_start group.
966 */
967typedef enum bcmolt_epon_link_oam_keepalive_timer_start_id
968{
969 BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMER_START_ID__BEGIN = 0,
970 BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMER_START_ID_SEND_PERIOD = 0, /**< Send period. */
971 BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMER_START_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
972} bcmolt_epon_link_oam_keepalive_timer_start_id;
973
974/** Identifiers for all properties contained in the
975 * epon_link_oam_keepalive_timer_started group.
976 */
977typedef enum bcmolt_epon_link_oam_keepalive_timer_started_id
978{
979 BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMER_STARTED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
980} bcmolt_epon_link_oam_keepalive_timer_started_id;
981
982/** Identifiers for all properties contained in the
983 * epon_link_oam_keepalive_timer_stop group.
984 */
985typedef enum bcmolt_epon_link_oam_keepalive_timer_stop_id
986{
987 BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMER_STOP_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
988} bcmolt_epon_link_oam_keepalive_timer_stop_id;
989
990/** Identifiers for all properties contained in the
991 * epon_link_oam_keepalive_timer_stopped group.
992 */
993typedef enum bcmolt_epon_link_oam_keepalive_timer_stopped_id
994{
995 BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMER_STOPPED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
996} bcmolt_epon_link_oam_keepalive_timer_stopped_id;
997
998/** Identifiers for all properties contained in the
999 * epon_link_preprovisioned_link_created group.
1000 */
1001typedef enum bcmolt_epon_link_preprovisioned_link_created_id
1002{
1003 BCMOLT_EPON_LINK_PREPROVISIONED_LINK_CREATED_ID__BEGIN = 0,
1004 BCMOLT_EPON_LINK_PREPROVISIONED_LINK_CREATED_ID_LINK_INFO = 0, /**< Link information. */
1005 BCMOLT_EPON_LINK_PREPROVISIONED_LINK_CREATED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1006} bcmolt_epon_link_preprovisioned_link_created_id;
1007
1008/** Identifiers for all properties contained in the
1009 * epon_link_protection_switch_occurred group.
1010 */
1011typedef enum bcmolt_epon_link_protection_switch_occurred_id
1012{
1013 BCMOLT_EPON_LINK_PROTECTION_SWITCH_OCCURRED_ID__BEGIN = 0,
1014 BCMOLT_EPON_LINK_PROTECTION_SWITCH_OCCURRED_ID_PROTECTION_STATUS = 0, /**< Protection status. */
1015 BCMOLT_EPON_LINK_PROTECTION_SWITCH_OCCURRED_ID_RANGE_VALUE_TQ = 1, /**< Range value in time quanta. */
1016 BCMOLT_EPON_LINK_PROTECTION_SWITCH_OCCURRED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1017} bcmolt_epon_link_protection_switch_occurred_id;
1018
1019/** Identifiers for all properties contained in the
1020 * epon_link_range_value_changed group.
1021 */
1022typedef enum bcmolt_epon_link_range_value_changed_id
1023{
1024 BCMOLT_EPON_LINK_RANGE_VALUE_CHANGED_ID__BEGIN = 0,
1025 BCMOLT_EPON_LINK_RANGE_VALUE_CHANGED_ID_RANGE_VALUE_TQ = 0, /**< Range value in time quanta. */
1026 BCMOLT_EPON_LINK_RANGE_VALUE_CHANGED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1027} bcmolt_epon_link_range_value_changed_id;
1028
1029/** Identifiers for all properties contained in the epon_link_rerange_failure
1030 * group.
1031 */
1032typedef enum bcmolt_epon_link_rerange_failure_id
1033{
1034 BCMOLT_EPON_LINK_RERANGE_FAILURE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1035} bcmolt_epon_link_rerange_failure_id;
1036
1037/** Identifiers for all properties contained in the epon_link_stat_alarm_cleared
1038 * group.
1039 */
1040typedef enum bcmolt_epon_link_stat_alarm_cleared_id
1041{
1042 BCMOLT_EPON_LINK_STAT_ALARM_CLEARED_ID__BEGIN = 0,
1043 BCMOLT_EPON_LINK_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
1044 BCMOLT_EPON_LINK_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1045} bcmolt_epon_link_stat_alarm_cleared_id;
1046
1047/** Identifiers for all properties contained in the epon_link_stat_alarm_raised
1048 * group.
1049 */
1050typedef enum bcmolt_epon_link_stat_alarm_raised_id
1051{
1052 BCMOLT_EPON_LINK_STAT_ALARM_RAISED_ID__BEGIN = 0,
1053 BCMOLT_EPON_LINK_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
1054 BCMOLT_EPON_LINK_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1055} bcmolt_epon_link_stat_alarm_raised_id;
1056
1057/** Identifiers for all properties contained in the epon_link_stat_cfg group.
1058 */
1059typedef enum bcmolt_epon_link_stat_cfg_id
1060{
1061 BCMOLT_EPON_LINK_STAT_CFG_ID__BEGIN = 0,
1062 BCMOLT_EPON_LINK_STAT_CFG_ID_CFG = 0, /**< Configuration. */
1063 BCMOLT_EPON_LINK_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1064} bcmolt_epon_link_stat_cfg_id;
1065
1066/** Identifiers for all properties contained in the epon_link_stat group.
1067 */
1068typedef enum bcmolt_epon_link_stat_id
1069{
1070 BCMOLT_EPON_LINK_STAT_ID__BEGIN = 0,
1071 BCMOLT_EPON_LINK_STAT_ID_RX_DATA_BYTES = 0, /**< Data Bytes RX. */
1072 BCMOLT_EPON_LINK_STAT_ID_RX_DATA_FRAMES = 1, /**< Data Frames RX. */
1073 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_64 = 2, /**< 64 Byte Frames RX. */
1074 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_65_127 = 3, /**< 65-127 Byte Frames RX. */
1075 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_128_255 = 4, /**< 128-255 Byte Frames RX. */
1076 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_256_511 = 5, /**< 256-511 Byte Frames RX. */
1077 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_512_1023 = 6, /**< 512-1023 Byte Frames RX. */
1078 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_1024_1518 = 7, /**< 1024-1518 Byte Frames RX. */
1079 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_1519_2047 = 8, /**< 1519-2047 Byte Frames RX. */
1080 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_2048_4095 = 9, /**< 2048-4095 Byte Frames RX. */
1081 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_4096_9216 = 10, /**< 4096-9216 Byte Frames RX. */
1082 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_9217_16383 = 11, /**< 9217-16383 Byte Frames RX. */
1083 BCMOLT_EPON_LINK_STAT_ID_RX_OAM_BYTES = 12, /**< OAM Bytes RX. */
1084 BCMOLT_EPON_LINK_STAT_ID_RX_OAM_FRAMES = 13, /**< OAM Frames RX. */
1085 BCMOLT_EPON_LINK_STAT_ID_RX_MPCP_FRAMES = 14, /**< MPCP Frames RX. */
1086 BCMOLT_EPON_LINK_STAT_ID_RX_BROADCAST_FRAMES = 15, /**< Broadcast Frames RX. */
1087 BCMOLT_EPON_LINK_STAT_ID_RX_UNICAST_FRAMES = 16, /**< Unicast Frames RX. */
1088 BCMOLT_EPON_LINK_STAT_ID_RX_MULTICAST_FRAMES = 17, /**< Multicast Frames RX. */
1089 BCMOLT_EPON_LINK_STAT_ID_RX_REPORT_FRAMES = 18, /**< Report Frames RX. */
1090 BCMOLT_EPON_LINK_STAT_ID_RX_FCS_ERROR = 19, /**< FCS Error RX. */
1091 BCMOLT_EPON_LINK_STAT_ID_RX_OVERSIZE_ERROR = 20, /**< Oversize Error RX. */
1092 BCMOLT_EPON_LINK_STAT_ID_RX_RUNT_ERROR = 21, /**< Runt Error RX. */
1093 BCMOLT_EPON_LINK_STAT_ID_RX_LINE_CODE_ERROR = 22, /**< Line Code Error RX. */
1094 BCMOLT_EPON_LINK_STAT_ID_RX_LINE_CODE_ERROR_MAX = 23, /**< Line Code Error Max RX. */
1095 BCMOLT_EPON_LINK_STAT_ID_TX_DATA_BYTES = 24, /**< Data Bytes TX. */
1096 BCMOLT_EPON_LINK_STAT_ID_TX_DATA_FRAMES = 25, /**< Data Frames TX. */
1097 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_64 = 26, /**< 64 Byte Frames TX. */
1098 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_65_127 = 27, /**< 65-127 Byte Frames TX. */
1099 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_128_255 = 28, /**< 128-255 Byte Frames TX. */
1100 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_256_511 = 29, /**< 256-511 Byte Frames TX. */
1101 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_512_1023 = 30, /**< 512-1023 Byte Frames TX. */
1102 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_1024_1518 = 31, /**< 1024-1518 Byte Frames TX. */
1103 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_1519_2047 = 32, /**< 1519-2047 Byte Frames TX. */
1104 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_2048_4095 = 33, /**< 2048-4095 Byte Frames TX. */
1105 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_4096_9216 = 34, /**< 4096-9216 Byte Frames TX. */
1106 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_9217_16383 = 35, /**< 9217-16383 Byte Frames TX. */
1107 BCMOLT_EPON_LINK_STAT_ID_TX_OAM_BYTES = 36, /**< OAM Bytes TX. */
1108 BCMOLT_EPON_LINK_STAT_ID_TX_OAM_FRAMES = 37, /**< OAM Frames TX. */
1109 BCMOLT_EPON_LINK_STAT_ID_TX_MPCP_FRAMES = 38, /**< MPCP Frames TX. */
1110 BCMOLT_EPON_LINK_STAT_ID_TX_BROADCAST_FRAMES = 39, /**< Broadcast Frames TX. */
1111 BCMOLT_EPON_LINK_STAT_ID_TX_UNICAST_FRAMES = 40, /**< Unicast Frames TX. */
1112 BCMOLT_EPON_LINK_STAT_ID_TX_MULTICAST_FRAMES = 41, /**< Multicast Frames TX. */
1113 BCMOLT_EPON_LINK_STAT_ID_TX_GATES = 42, /**< Gates TX. */
1114 BCMOLT_EPON_LINK_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1115} bcmolt_epon_link_stat_id;
1116
1117/** Identifiers for all properties contained in the
1118 * epon_link_static_registration_done group.
1119 */
1120typedef enum bcmolt_epon_link_static_registration_done_id
1121{
1122 BCMOLT_EPON_LINK_STATIC_REGISTRATION_DONE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1123} bcmolt_epon_link_static_registration_done_id;
1124
1125/** Identifiers for all properties contained in the
1126 * epon_link_static_registration group.
1127 */
1128typedef enum bcmolt_epon_link_static_registration_id
1129{
1130 BCMOLT_EPON_LINK_STATIC_REGISTRATION_ID__BEGIN = 0,
1131 BCMOLT_EPON_LINK_STATIC_REGISTRATION_ID_LASERON_TIME_TQ = 0, /**< Laser-on time (TQ). */
1132 BCMOLT_EPON_LINK_STATIC_REGISTRATION_ID_LASEROFF_TIME_TQ = 1, /**< Laser-off time (TQ). */
1133 BCMOLT_EPON_LINK_STATIC_REGISTRATION_ID_RANGE_VALUE_TQ = 2, /**< Range value (TQ). */
1134 BCMOLT_EPON_LINK_STATIC_REGISTRATION_ID_PENDING_GRANTS = 3, /**< Pending Grants. */
1135 BCMOLT_EPON_LINK_STATIC_REGISTRATION_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1136} bcmolt_epon_link_static_registration_id;
1137
1138/** Identifiers for all properties contained in the epon_ni_add_link group.
1139 */
1140typedef enum bcmolt_epon_ni_add_link_id
1141{
1142 BCMOLT_EPON_NI_ADD_LINK_ID__BEGIN = 0,
1143 BCMOLT_EPON_NI_ADD_LINK_ID_MAC_ADDRESS = 0, /**< MAC address. */
1144 BCMOLT_EPON_NI_ADD_LINK_ID_RATE = 1, /**< Rate. */
1145 BCMOLT_EPON_NI_ADD_LINK_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1146} bcmolt_epon_ni_add_link_id;
1147
1148/** Identifiers for all properties contained in the epon_ni_add_multicast_link
1149 * group.
1150 */
1151typedef enum bcmolt_epon_ni_add_multicast_link_id
1152{
1153 BCMOLT_EPON_NI_ADD_MULTICAST_LINK_ID__BEGIN = 0,
1154 BCMOLT_EPON_NI_ADD_MULTICAST_LINK_ID_MAC_ADDRESS = 0, /**< MAC address. */
1155 BCMOLT_EPON_NI_ADD_MULTICAST_LINK_ID_RATE = 1, /**< Rate. */
1156 BCMOLT_EPON_NI_ADD_MULTICAST_LINK_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1157} bcmolt_epon_ni_add_multicast_link_id;
1158
1159/** Identifiers for all properties contained in the
1160 * epon_ni_add_protected_standby_link group.
1161 */
1162typedef enum bcmolt_epon_ni_add_protected_standby_link_id
1163{
1164 BCMOLT_EPON_NI_ADD_PROTECTED_STANDBY_LINK_ID__BEGIN = 0,
1165 BCMOLT_EPON_NI_ADD_PROTECTED_STANDBY_LINK_ID_MAC_ADDRESS = 0, /**< MAC address. */
1166 BCMOLT_EPON_NI_ADD_PROTECTED_STANDBY_LINK_ID_WORKING_LINK_INFO = 1, /**< Working link info. */
1167 BCMOLT_EPON_NI_ADD_PROTECTED_STANDBY_LINK_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1168} bcmolt_epon_ni_add_protected_standby_link_id;
1169
1170/** Identifiers for all properties contained in the epon_ni_auto_cfg group.
1171 */
1172typedef enum bcmolt_epon_ni_auto_cfg_id
1173{
1174 BCMOLT_EPON_NI_AUTO_CFG_ID__BEGIN = 0,
1175 BCMOLT_EPON_NI_AUTO_CFG_ID_AUTO_ROGUE_SCAN_10G_FAILURE = 0, /**< 10G Epon Autonomous Rogue Scan failure detected. */
1176 BCMOLT_EPON_NI_AUTO_CFG_ID_AUTO_ROGUE_SCAN_1G_FAILURE = 1, /**< 1G Epon Autonomous Rogue Scan failure detected. */
1177 BCMOLT_EPON_NI_AUTO_CFG_ID_LLID_QUARANTINED = 2, /**< LLID Quarantined. */
1178 BCMOLT_EPON_NI_AUTO_CFG_ID_MPCP_TIMESTAMP_CHANGED = 3, /**< MPCP Timestamp Changed. */
1179 BCMOLT_EPON_NI_AUTO_CFG_ID_NO_REPORTS = 4, /**< No Reports. */
1180 BCMOLT_EPON_NI_AUTO_CFG_ID_ONU_UPGRADE_COMPLETE = 5, /**< ONU Upgrade Complete. */
1181 BCMOLT_EPON_NI_AUTO_CFG_ID_RERANGE_FAILURE = 6, /**< Re-range failure. */
1182 BCMOLT_EPON_NI_AUTO_CFG_ID_ROGUE_SCAN_COMPLETE = 7, /**< Rogue Scan is Complete. */
1183 BCMOLT_EPON_NI_AUTO_CFG_ID_RSSI_MEASUREMENT_COMPLETED = 8, /**< RSSI Measurement Completed. */
1184 BCMOLT_EPON_NI_AUTO_CFG_ID_STATE_CHANGE_COMPLETED = 9, /**< State Change Completed. */
1185 BCMOLT_EPON_NI_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1186} bcmolt_epon_ni_auto_cfg_id;
1187
1188/** Identifiers for all properties contained in the
1189 * epon_ni_auto_rogue_scan_10g_failure group.
1190 */
1191typedef enum bcmolt_epon_ni_auto_rogue_scan_10g_failure_id
1192{
1193 BCMOLT_EPON_NI_AUTO_ROGUE_SCAN_10G_FAILURE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1194} bcmolt_epon_ni_auto_rogue_scan_10g_failure_id;
1195
1196/** Identifiers for all properties contained in the
1197 * epon_ni_auto_rogue_scan_1g_failure group.
1198 */
1199typedef enum bcmolt_epon_ni_auto_rogue_scan_1g_failure_id
1200{
1201 BCMOLT_EPON_NI_AUTO_ROGUE_SCAN_1G_FAILURE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1202} bcmolt_epon_ni_auto_rogue_scan_1g_failure_id;
1203
1204/** Identifiers for all properties contained in the epon_ni_cfg group.
1205 */
1206typedef enum bcmolt_epon_ni_cfg_id
1207{
1208 BCMOLT_EPON_NI_CFG_ID__BEGIN = 0,
1209 BCMOLT_EPON_NI_CFG_ID_MAC_ADDRESS = 0, /**< MAC Address. */
1210 BCMOLT_EPON_NI_CFG_ID_EPON_NI_EN = 1, /**< EPON NI enable state. */
1211 BCMOLT_EPON_NI_CFG_ID_REGISTRATION_BEHAVIOR = 2, /**< Registration Behavior. */
1212 BCMOLT_EPON_NI_CFG_ID_MTU_1G = 3, /**< 1G MTU. */
1213 BCMOLT_EPON_NI_CFG_ID_MTU_10G = 4, /**< 10G MTU. */
1214 BCMOLT_EPON_NI_CFG_ID_MINIMUM_FIBER_LENGTH = 5, /**< Minimum Fiber Length. */
1215 BCMOLT_EPON_NI_CFG_ID_MAXIMUM_FIBER_LENGTH = 6, /**< Maximum Fiber Length. */
1216 BCMOLT_EPON_NI_CFG_ID_GRANT_SPACING_TQ = 7, /**< Grant Spacing (TQ). */
1217 BCMOLT_EPON_NI_CFG_ID_EPON_LOGICAL_LINK_OPTIONS = 8, /**< EPON logical link options. */
1218 BCMOLT_EPON_NI_CFG_ID_MPCP_DISCOVERY_PERIOD_MS = 9, /**< MPCP discovery period in milliseconds. */
1219 BCMOLT_EPON_NI_CFG_ID_ALARM_STATE = 10, /**< Alarm State. */
1220 BCMOLT_EPON_NI_CFG_ID_ALL_LINKS = 11, /**< All links. */
1221 BCMOLT_EPON_NI_CFG_ID_ENCRYPTION_CFG = 12, /**< EPON NI encryption configuration. */
1222 BCMOLT_EPON_NI_CFG_ID_PROTECTION_SWITCHING_CFG = 13, /**< Protection switching configuration. */
1223 BCMOLT_EPON_NI_CFG_ID_CLOCK_TRANSPORT_CFG = 14, /**< Clock transport configuration. */
1224 BCMOLT_EPON_NI_CFG_ID_DROPDOWN_WEIGHTS = 15, /**< Drop-down Weights. */
1225 BCMOLT_EPON_NI_CFG_ID_APPROXIMATE_SOLICITED_USAGE = 16, /**< Approximate Solicited Usage. */
1226 BCMOLT_EPON_NI_CFG_ID_APPROXIMATE_TDM_USAGE = 17, /**< Approximate TDM Usage. */
1227 BCMOLT_EPON_NI_CFG_ID_NO_REPORTS_SOAK_TIME = 18, /**< No Reports soak time. */
1228 BCMOLT_EPON_NI_CFG_ID_PON_AGGREGATE_SHAPER = 19, /**< PON Aggregate Shaper. */
1229 BCMOLT_EPON_NI_CFG_ID_ESTIMATED_PON_LATENCY_TQ = 20, /**< Estimated PON Latency (TQ). */
1230 BCMOLT_EPON_NI_CFG_ID_ONU_UPGRADE_PARAMS = 21, /**< ONU upgrade params. */
1231 BCMOLT_EPON_NI_CFG_ID_AUTO_ROGUE_DETECT_10G_EN = 22, /**< 10G Epon Autonomous Rogue Detection Enable. */
1232 BCMOLT_EPON_NI_CFG_ID_AUTO_ROGUE_DETECT_1G_EN = 23, /**< 1G Epon Autonomous Rogue Detect Enable. */
1233 BCMOLT_EPON_NI_CFG_ID_AUTO_ROGUE_DETECT_10G_THRESHOLD = 24, /**< 10G Epon Auto Rogue Detect Threshold. */
1234 BCMOLT_EPON_NI_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1235} bcmolt_epon_ni_cfg_id;
1236
1237/** Identifiers for all properties contained in the epon_ni_issue_rssi_grant
1238 * group.
1239 */
1240typedef enum bcmolt_epon_ni_issue_rssi_grant_id
1241{
1242 BCMOLT_EPON_NI_ISSUE_RSSI_GRANT_ID__BEGIN = 0,
1243 BCMOLT_EPON_NI_ISSUE_RSSI_GRANT_ID_GRANTED_LINK = 0, /**< Granted Link. */
1244 BCMOLT_EPON_NI_ISSUE_RSSI_GRANT_ID_TRIGGER_WIDTH = 1, /**< Rssi Trigger Width in ns. */
1245 BCMOLT_EPON_NI_ISSUE_RSSI_GRANT_ID_TRIGGER_DELAY = 2, /**< Rssi Trigger Delay in ns. */
1246 BCMOLT_EPON_NI_ISSUE_RSSI_GRANT_ID_SAMPLE_PERIOD = 3, /**< Rssi Sampe Period in us. */
1247 BCMOLT_EPON_NI_ISSUE_RSSI_GRANT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1248} bcmolt_epon_ni_issue_rssi_grant_id;
1249
1250/** Identifiers for all properties contained in the epon_ni_key group.
1251 */
1252typedef enum bcmolt_epon_ni_key_id
1253{
1254 BCMOLT_EPON_NI_KEY_ID__BEGIN = 0,
1255 BCMOLT_EPON_NI_KEY_ID_EPON_NI = 0, /**< EPON NI number. */
1256 BCMOLT_EPON_NI_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1257} bcmolt_epon_ni_key_id;
1258
1259/** Identifiers for all properties contained in the epon_ni_llid_quarantined
1260 * group.
1261 */
1262typedef enum bcmolt_epon_ni_llid_quarantined_id
1263{
1264 BCMOLT_EPON_NI_LLID_QUARANTINED_ID__BEGIN = 0,
1265 BCMOLT_EPON_NI_LLID_QUARANTINED_ID_LLID = 0, /**< LLID. */
1266 BCMOLT_EPON_NI_LLID_QUARANTINED_ID_LINK_RATE = 1, /**< Link Rate. */
1267 BCMOLT_EPON_NI_LLID_QUARANTINED_ID_LINK_MAC = 2, /**< Link MAC. */
1268 BCMOLT_EPON_NI_LLID_QUARANTINED_ID_RANGE_VALUE_TQ = 3, /**< Range value in time quanta. */
1269 BCMOLT_EPON_NI_LLID_QUARANTINED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1270} bcmolt_epon_ni_llid_quarantined_id;
1271
1272/** Identifiers for all properties contained in the
1273 * epon_ni_mpcp_timestamp_changed group.
1274 */
1275typedef enum bcmolt_epon_ni_mpcp_timestamp_changed_id
1276{
1277 BCMOLT_EPON_NI_MPCP_TIMESTAMP_CHANGED_ID__BEGIN = 0,
1278 BCMOLT_EPON_NI_MPCP_TIMESTAMP_CHANGED_ID_MPCP_TIMESTAMP = 0, /**< MPCP Timestamp. */
1279 BCMOLT_EPON_NI_MPCP_TIMESTAMP_CHANGED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1280} bcmolt_epon_ni_mpcp_timestamp_changed_id;
1281
1282/** Identifiers for all properties contained in the epon_ni_no_reports group.
1283 */
1284typedef enum bcmolt_epon_ni_no_reports_id
1285{
1286 BCMOLT_EPON_NI_NO_REPORTS_ID__BEGIN = 0,
1287 BCMOLT_EPON_NI_NO_REPORTS_ID_ALARM_STATUS = 0, /**< Alarm Status. */
1288 BCMOLT_EPON_NI_NO_REPORTS_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1289} bcmolt_epon_ni_no_reports_id;
1290
1291/** Identifiers for all properties contained in the epon_ni_onu_upgrade_complete
1292 * group.
1293 */
1294typedef enum bcmolt_epon_ni_onu_upgrade_complete_id
1295{
1296 BCMOLT_EPON_NI_ONU_UPGRADE_COMPLETE_ID__BEGIN = 0,
1297 BCMOLT_EPON_NI_ONU_UPGRADE_COMPLETE_ID_STATUS = 0, /**< Status. */
1298 BCMOLT_EPON_NI_ONU_UPGRADE_COMPLETE_ID_LIST_OF_FAILED_ENTITIES = 1, /**< List of failed entities. */
1299 BCMOLT_EPON_NI_ONU_UPGRADE_COMPLETE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1300} bcmolt_epon_ni_onu_upgrade_complete_id;
1301
1302/** Identifiers for all properties contained in the
1303 * epon_ni_protection_switching_apply_rerange_delta group.
1304 */
1305typedef enum bcmolt_epon_ni_protection_switching_apply_rerange_delta_id
1306{
1307 BCMOLT_EPON_NI_PROTECTION_SWITCHING_APPLY_RERANGE_DELTA_ID__BEGIN = 0,
1308 BCMOLT_EPON_NI_PROTECTION_SWITCHING_APPLY_RERANGE_DELTA_ID_RERANGE_DELTA= 0, /**< Re-range delta. */
1309 BCMOLT_EPON_NI_PROTECTION_SWITCHING_APPLY_RERANGE_DELTA_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1310} bcmolt_epon_ni_protection_switching_apply_rerange_delta_id;
1311
1312/** Identifiers for all properties contained in the epon_ni_rerange_failure
1313 * group.
1314 */
1315typedef enum bcmolt_epon_ni_rerange_failure_id
1316{
1317 BCMOLT_EPON_NI_RERANGE_FAILURE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1318} bcmolt_epon_ni_rerange_failure_id;
1319
1320/** Identifiers for all properties contained in the epon_ni_rogue_llid_scan
1321 * group.
1322 */
1323typedef enum bcmolt_epon_ni_rogue_llid_scan_id
1324{
1325 BCMOLT_EPON_NI_ROGUE_LLID_SCAN_ID__BEGIN = 0,
1326 BCMOLT_EPON_NI_ROGUE_LLID_SCAN_ID_MODE = 0, /**< Scan All. */
1327 BCMOLT_EPON_NI_ROGUE_LLID_SCAN_ID_LLID = 1, /**< LLID. */
1328 BCMOLT_EPON_NI_ROGUE_LLID_SCAN_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1329} bcmolt_epon_ni_rogue_llid_scan_id;
1330
1331/** Identifiers for all properties contained in the epon_ni_rogue_scan_complete
1332 * group.
1333 */
1334typedef enum bcmolt_epon_ni_rogue_scan_complete_id
1335{
1336 BCMOLT_EPON_NI_ROGUE_SCAN_COMPLETE_ID__BEGIN = 0,
1337 BCMOLT_EPON_NI_ROGUE_SCAN_COMPLETE_ID_RETURN_IND_STATUS = 0, /**< Status of completed scan. */
1338 BCMOLT_EPON_NI_ROGUE_SCAN_COMPLETE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1339} bcmolt_epon_ni_rogue_scan_complete_id;
1340
1341/** Identifiers for all properties contained in the
1342 * epon_ni_rssi_measurement_completed group.
1343 */
1344typedef enum bcmolt_epon_ni_rssi_measurement_completed_id
1345{
1346 BCMOLT_EPON_NI_RSSI_MEASUREMENT_COMPLETED_ID__BEGIN = 0,
1347 BCMOLT_EPON_NI_RSSI_MEASUREMENT_COMPLETED_ID_STATUS = 0, /**< status. */
1348 BCMOLT_EPON_NI_RSSI_MEASUREMENT_COMPLETED_ID_LLID = 1, /**< LLID. */
1349 BCMOLT_EPON_NI_RSSI_MEASUREMENT_COMPLETED_ID_LINK_MAC = 2, /**< Link MAC . */
1350 BCMOLT_EPON_NI_RSSI_MEASUREMENT_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1351} bcmolt_epon_ni_rssi_measurement_completed_id;
1352
1353/** Identifiers for all properties contained in the epon_ni_set_epon_ni_en_state
1354 * group.
1355 */
1356typedef enum bcmolt_epon_ni_set_epon_ni_en_state_id
1357{
1358 BCMOLT_EPON_NI_SET_EPON_NI_EN_STATE_ID__BEGIN = 0,
1359 BCMOLT_EPON_NI_SET_EPON_NI_EN_STATE_ID_NEW_STATE = 0, /**< New EPON NI enable state. */
1360 BCMOLT_EPON_NI_SET_EPON_NI_EN_STATE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1361} bcmolt_epon_ni_set_epon_ni_en_state_id;
1362
1363/** Identifiers for all properties contained in the epon_ni_start_onu_upgrade
1364 * group.
1365 */
1366typedef enum bcmolt_epon_ni_start_onu_upgrade_id
1367{
1368 BCMOLT_EPON_NI_START_ONU_UPGRADE_ID__BEGIN = 0,
1369 BCMOLT_EPON_NI_START_ONU_UPGRADE_ID_LIST_OF_ONU_IDS = 0, /**< List of ONU IDs. */
1370 BCMOLT_EPON_NI_START_ONU_UPGRADE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1371} bcmolt_epon_ni_start_onu_upgrade_id;
1372
1373/** Identifiers for all properties contained in the
1374 * epon_ni_state_change_completed group.
1375 */
1376typedef enum bcmolt_epon_ni_state_change_completed_id
1377{
1378 BCMOLT_EPON_NI_STATE_CHANGE_COMPLETED_ID__BEGIN = 0,
1379 BCMOLT_EPON_NI_STATE_CHANGE_COMPLETED_ID_NEW_STATE = 0, /**< New EPON NI enable state. */
1380 BCMOLT_EPON_NI_STATE_CHANGE_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1381} bcmolt_epon_ni_state_change_completed_id;
1382
1383/** Identifiers for all properties contained in the epon_onu_10g_us_auto_cfg
1384 * group.
1385 */
1386typedef enum bcmolt_epon_onu_10g_us_auto_cfg_id
1387{
1388 BCMOLT_EPON_ONU_10G_US_AUTO_CFG_ID__BEGIN = 0,
1389 BCMOLT_EPON_ONU_10G_US_AUTO_CFG_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
1390 BCMOLT_EPON_ONU_10G_US_AUTO_CFG_ID_STAT_ALARM_RAISED = 1, /**< Stat Alarm Raised. */
1391 BCMOLT_EPON_ONU_10G_US_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1392} bcmolt_epon_onu_10g_us_auto_cfg_id;
1393
1394/** Identifiers for all properties contained in the epon_onu_10g_us_cfg group.
1395 */
1396typedef enum bcmolt_epon_onu_10g_us_cfg_id
1397{
1398 BCMOLT_EPON_ONU_10G_US_CFG_ID__BEGIN = 0,
1399 BCMOLT_EPON_ONU_10G_US_CFG_ID_ALL_LINKS = 0, /**< All Links. */
1400 BCMOLT_EPON_ONU_10G_US_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1401} bcmolt_epon_onu_10g_us_cfg_id;
1402
1403/** Identifiers for all properties contained in the epon_onu_10g_us_key group.
1404 */
1405typedef enum bcmolt_epon_onu_10g_us_key_id
1406{
1407 BCMOLT_EPON_ONU_10G_US_KEY_ID__BEGIN = 0,
1408 BCMOLT_EPON_ONU_10G_US_KEY_ID_EPON_NI = 0, /**< EPON NI. */
1409 BCMOLT_EPON_ONU_10G_US_KEY_ID_ONU_ID = 1, /**< ONU ID. */
1410 BCMOLT_EPON_ONU_10G_US_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1411} bcmolt_epon_onu_10g_us_key_id;
1412
1413/** Identifiers for all properties contained in the
1414 * epon_onu_10g_us_stat_alarm_cleared group.
1415 */
1416typedef enum bcmolt_epon_onu_10g_us_stat_alarm_cleared_id
1417{
1418 BCMOLT_EPON_ONU_10G_US_STAT_ALARM_CLEARED_ID__BEGIN = 0,
1419 BCMOLT_EPON_ONU_10G_US_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
1420 BCMOLT_EPON_ONU_10G_US_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1421} bcmolt_epon_onu_10g_us_stat_alarm_cleared_id;
1422
1423/** Identifiers for all properties contained in the
1424 * epon_onu_10g_us_stat_alarm_raised group.
1425 */
1426typedef enum bcmolt_epon_onu_10g_us_stat_alarm_raised_id
1427{
1428 BCMOLT_EPON_ONU_10G_US_STAT_ALARM_RAISED_ID__BEGIN = 0,
1429 BCMOLT_EPON_ONU_10G_US_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
1430 BCMOLT_EPON_ONU_10G_US_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1431} bcmolt_epon_onu_10g_us_stat_alarm_raised_id;
1432
1433/** Identifiers for all properties contained in the epon_onu_10g_us_stat_cfg
1434 * group.
1435 */
1436typedef enum bcmolt_epon_onu_10g_us_stat_cfg_id
1437{
1438 BCMOLT_EPON_ONU_10G_US_STAT_CFG_ID__BEGIN = 0,
1439 BCMOLT_EPON_ONU_10G_US_STAT_CFG_ID_CFG = 0, /**< Configuration. */
1440 BCMOLT_EPON_ONU_10G_US_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1441} bcmolt_epon_onu_10g_us_stat_cfg_id;
1442
1443/** Identifiers for all properties contained in the epon_onu_10g_us_stat group.
1444 */
1445typedef enum bcmolt_epon_onu_10g_us_stat_id
1446{
1447 BCMOLT_EPON_ONU_10G_US_STAT_ID__BEGIN = 0,
1448 BCMOLT_EPON_ONU_10G_US_STAT_ID_FEC_CODE_WORDS_TOTAL = 0, /**< FEC Code Words Total. */
1449 BCMOLT_EPON_ONU_10G_US_STAT_ID_FEC_CODE_WORDS_DECODE_FAILS = 1, /**< FEC Code Words Decode Fails. */
1450 BCMOLT_EPON_ONU_10G_US_STAT_ID_FEC_ZEROES_CORRECTED = 2, /**< FEC Zeroes Corrected. */
1451 BCMOLT_EPON_ONU_10G_US_STAT_ID_FEC_ONES_CORRECTED = 3, /**< FEC Ones Corrected. */
1452 BCMOLT_EPON_ONU_10G_US_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1453} bcmolt_epon_onu_10g_us_stat_id;
1454
1455/** Identifiers for all properties contained in the epon_onu_1g_us_auto_cfg
1456 * group.
1457 */
1458typedef enum bcmolt_epon_onu_1g_us_auto_cfg_id
1459{
1460 BCMOLT_EPON_ONU_1G_US_AUTO_CFG_ID__BEGIN = 0,
1461 BCMOLT_EPON_ONU_1G_US_AUTO_CFG_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
1462 BCMOLT_EPON_ONU_1G_US_AUTO_CFG_ID_STAT_ALARM_RAISED = 1, /**< Stat Alarm Raised. */
1463 BCMOLT_EPON_ONU_1G_US_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1464} bcmolt_epon_onu_1g_us_auto_cfg_id;
1465
1466/** Identifiers for all properties contained in the epon_onu_1g_us_cfg group.
1467 */
1468typedef enum bcmolt_epon_onu_1g_us_cfg_id
1469{
1470 BCMOLT_EPON_ONU_1G_US_CFG_ID__BEGIN = 0,
1471 BCMOLT_EPON_ONU_1G_US_CFG_ID_ALL_LINKS = 0, /**< All Links. */
1472 BCMOLT_EPON_ONU_1G_US_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1473} bcmolt_epon_onu_1g_us_cfg_id;
1474
1475/** Identifiers for all properties contained in the epon_onu_1g_us_key group.
1476 */
1477typedef enum bcmolt_epon_onu_1g_us_key_id
1478{
1479 BCMOLT_EPON_ONU_1G_US_KEY_ID__BEGIN = 0,
1480 BCMOLT_EPON_ONU_1G_US_KEY_ID_EPON_NI = 0, /**< EPON NI. */
1481 BCMOLT_EPON_ONU_1G_US_KEY_ID_ONU_ID = 1, /**< ONU ID. */
1482 BCMOLT_EPON_ONU_1G_US_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1483} bcmolt_epon_onu_1g_us_key_id;
1484
1485/** Identifiers for all properties contained in the
1486 * epon_onu_1g_us_stat_alarm_cleared group.
1487 */
1488typedef enum bcmolt_epon_onu_1g_us_stat_alarm_cleared_id
1489{
1490 BCMOLT_EPON_ONU_1G_US_STAT_ALARM_CLEARED_ID__BEGIN = 0,
1491 BCMOLT_EPON_ONU_1G_US_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
1492 BCMOLT_EPON_ONU_1G_US_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1493} bcmolt_epon_onu_1g_us_stat_alarm_cleared_id;
1494
1495/** Identifiers for all properties contained in the
1496 * epon_onu_1g_us_stat_alarm_raised group.
1497 */
1498typedef enum bcmolt_epon_onu_1g_us_stat_alarm_raised_id
1499{
1500 BCMOLT_EPON_ONU_1G_US_STAT_ALARM_RAISED_ID__BEGIN = 0,
1501 BCMOLT_EPON_ONU_1G_US_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
1502 BCMOLT_EPON_ONU_1G_US_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1503} bcmolt_epon_onu_1g_us_stat_alarm_raised_id;
1504
1505/** Identifiers for all properties contained in the epon_onu_1g_us_stat_cfg
1506 * group.
1507 */
1508typedef enum bcmolt_epon_onu_1g_us_stat_cfg_id
1509{
1510 BCMOLT_EPON_ONU_1G_US_STAT_CFG_ID__BEGIN = 0,
1511 BCMOLT_EPON_ONU_1G_US_STAT_CFG_ID_CFG = 0, /**< Configuration. */
1512 BCMOLT_EPON_ONU_1G_US_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1513} bcmolt_epon_onu_1g_us_stat_cfg_id;
1514
1515/** Identifiers for all properties contained in the epon_onu_1g_us_stat group.
1516 */
1517typedef enum bcmolt_epon_onu_1g_us_stat_id
1518{
1519 BCMOLT_EPON_ONU_1G_US_STAT_ID__BEGIN = 0,
1520 BCMOLT_EPON_ONU_1G_US_STAT_ID_GOOD_FRAMES = 0, /**< Good frames. */
1521 BCMOLT_EPON_ONU_1G_US_STAT_ID_GOOD_BYTES = 1, /**< Good bytes. */
1522 BCMOLT_EPON_ONU_1G_US_STAT_ID_OVERSZ_FRAMES = 2, /**< Oversized frames. */
1523 BCMOLT_EPON_ONU_1G_US_STAT_ID_NON_FEC_GOOD_FRAMES = 3, /**< Non-FEC Good Frames. */
1524 BCMOLT_EPON_ONU_1G_US_STAT_ID_NON_FEC_GOOD_BYTES = 4, /**< Non-FEC Good Bytes. */
1525 BCMOLT_EPON_ONU_1G_US_STAT_ID_FEC_GOOD_FRAMES = 5, /**< FEC Good Frames. */
1526 BCMOLT_EPON_ONU_1G_US_STAT_ID_FEC_GOOD_BYTES = 6, /**< FEC Good Bytes. */
1527 BCMOLT_EPON_ONU_1G_US_STAT_ID_FEC_FRAMES_EXC_ERRS = 7, /**< FEC Frames which exceeded 8 symbol errors. */
1528 BCMOLT_EPON_ONU_1G_US_STAT_ID_FEC_BLKS_NO_ERRS = 8, /**< FEC Blocks with no errors. */
1529 BCMOLT_EPON_ONU_1G_US_STAT_ID_FEC_BLKS_CORR_ERRS = 9, /**< FEC Blocks with correctable errors. */
1530 BCMOLT_EPON_ONU_1G_US_STAT_ID_FEC_BLKS_UNCORR_ERRS = 10, /**< FEC Blocks with uncorrectable errors. */
1531 BCMOLT_EPON_ONU_1G_US_STAT_ID_FEC_CORR_BYTES = 11, /**< FEC Corrected Bytes. */
1532 BCMOLT_EPON_ONU_1G_US_STAT_ID_FEC_CORR_ZEROES = 12, /**< FEC Corrected Zeroes. */
1533 BCMOLT_EPON_ONU_1G_US_STAT_ID_FEC_CORR_ONES = 13, /**< FEC Corrected Ones. */
1534 BCMOLT_EPON_ONU_1G_US_STAT_ID_UNDERSZ_FRAMES = 14, /**< Undersize frames. */
1535 BCMOLT_EPON_ONU_1G_US_STAT_ID_ERRORSZ_FRAMES = 15, /**< Errored frame . */
1536 BCMOLT_EPON_ONU_1G_US_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1537} bcmolt_epon_onu_1g_us_stat_id;
1538
1539/** Identifiers for all properties contained in the epon_path_10g_ds_auto_cfg
1540 * group.
1541 */
1542typedef enum bcmolt_epon_path_10g_ds_auto_cfg_id
1543{
1544 BCMOLT_EPON_PATH_10G_DS_AUTO_CFG_ID__BEGIN = 0,
1545 BCMOLT_EPON_PATH_10G_DS_AUTO_CFG_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
1546 BCMOLT_EPON_PATH_10G_DS_AUTO_CFG_ID_STAT_ALARM_RAISED = 1, /**< Stat Alarm Raised. */
1547 BCMOLT_EPON_PATH_10G_DS_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1548} bcmolt_epon_path_10g_ds_auto_cfg_id;
1549
1550/** Identifiers for all properties contained in the epon_path_10g_ds_cfg group.
1551 */
1552typedef enum bcmolt_epon_path_10g_ds_cfg_id
1553{
1554 BCMOLT_EPON_PATH_10G_DS_CFG_ID__BEGIN = 0,
1555 BCMOLT_EPON_PATH_10G_DS_CFG_ID_FEC_STATE = 0, /**< Path FEC state. */
1556 BCMOLT_EPON_PATH_10G_DS_CFG_ID_PRBS_GENERATOR = 1, /**< PRBS Generator. */
1557 BCMOLT_EPON_PATH_10G_DS_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1558} bcmolt_epon_path_10g_ds_cfg_id;
1559
1560/** Identifiers for all properties contained in the epon_path_10g_ds_key group.
1561 */
1562typedef enum bcmolt_epon_path_10g_ds_key_id
1563{
1564 BCMOLT_EPON_PATH_10G_DS_KEY_ID__BEGIN = 0,
1565 BCMOLT_EPON_PATH_10G_DS_KEY_ID_EPON_NI = 0, /**< EPON NI (EPON Network Interface) number. */
1566 BCMOLT_EPON_PATH_10G_DS_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1567} bcmolt_epon_path_10g_ds_key_id;
1568
1569/** Identifiers for all properties contained in the
1570 * epon_path_10g_ds_stat_alarm_cleared group.
1571 */
1572typedef enum bcmolt_epon_path_10g_ds_stat_alarm_cleared_id
1573{
1574 BCMOLT_EPON_PATH_10G_DS_STAT_ALARM_CLEARED_ID__BEGIN = 0,
1575 BCMOLT_EPON_PATH_10G_DS_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
1576 BCMOLT_EPON_PATH_10G_DS_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1577} bcmolt_epon_path_10g_ds_stat_alarm_cleared_id;
1578
1579/** Identifiers for all properties contained in the
1580 * epon_path_10g_ds_stat_alarm_raised group.
1581 */
1582typedef enum bcmolt_epon_path_10g_ds_stat_alarm_raised_id
1583{
1584 BCMOLT_EPON_PATH_10G_DS_STAT_ALARM_RAISED_ID__BEGIN = 0,
1585 BCMOLT_EPON_PATH_10G_DS_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
1586 BCMOLT_EPON_PATH_10G_DS_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1587} bcmolt_epon_path_10g_ds_stat_alarm_raised_id;
1588
1589/** Identifiers for all properties contained in the epon_path_10g_ds_stat_cfg
1590 * group.
1591 */
1592typedef enum bcmolt_epon_path_10g_ds_stat_cfg_id
1593{
1594 BCMOLT_EPON_PATH_10G_DS_STAT_CFG_ID__BEGIN = 0,
1595 BCMOLT_EPON_PATH_10G_DS_STAT_CFG_ID_CFG = 0, /**< Configuration. */
1596 BCMOLT_EPON_PATH_10G_DS_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1597} bcmolt_epon_path_10g_ds_stat_cfg_id;
1598
1599/** Identifiers for all properties contained in the epon_path_10g_ds_stat group.
1600 */
1601typedef enum bcmolt_epon_path_10g_ds_stat_id
1602{
1603 BCMOLT_EPON_PATH_10G_DS_STAT_ID__BEGIN = 0,
1604 BCMOLT_EPON_PATH_10G_DS_STAT_ID_BYTES = 0, /**< Bytes. */
1605 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES = 1, /**< Frames. */
1606 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_64 = 2, /**< 64 Byte Frames. */
1607 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_65_127 = 3, /**< 65-127 Byte Frames. */
1608 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_128_255 = 4, /**< 128-255 Byte Frames. */
1609 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_256_511 = 5, /**< 256-511 Byte Frames. */
1610 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_512_1023 = 6, /**< 512-1023 Byte Frames. */
1611 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_1024_1518 = 7, /**< 1024-1518 Byte Frames. */
1612 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_1519_2047 = 8, /**< 1519-2047 Byte Frames. */
1613 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_2048_4095 = 9, /**< 2048_4095 Byte Frames. */
1614 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_4096_9216 = 10, /**< 4096-9216 Byte Frames. */
1615 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_9217_16383 = 11, /**< 9217-16383 Byte Frames. */
1616 BCMOLT_EPON_PATH_10G_DS_STAT_ID_BROADCAST_FRAMES = 12, /**< Broadcast Frames. */
1617 BCMOLT_EPON_PATH_10G_DS_STAT_ID_DATA_BYTES = 13, /**< Data Bytes. */
1618 BCMOLT_EPON_PATH_10G_DS_STAT_ID_MULTICAST_FRAMES = 14, /**< Mulitcast Frames. */
1619 BCMOLT_EPON_PATH_10G_DS_STAT_ID_UNICAST_FRAMES = 15, /**< Unicast Frames. */
1620 BCMOLT_EPON_PATH_10G_DS_STAT_ID_OAM_BYTES = 16, /**< OAM Bytes. */
1621 BCMOLT_EPON_PATH_10G_DS_STAT_ID_OAM_FRAMES = 17, /**< OAM Frames. */
1622 BCMOLT_EPON_PATH_10G_DS_STAT_ID_GATE_FRAMES = 18, /**< Gate Frames. */
1623 BCMOLT_EPON_PATH_10G_DS_STAT_ID_MPCP_FRAMES = 19, /**< MPCP Frames. */
1624 BCMOLT_EPON_PATH_10G_DS_STAT_ID_ABORT_FRAMES = 20, /**< Abort Frames. */
1625 BCMOLT_EPON_PATH_10G_DS_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1626} bcmolt_epon_path_10g_ds_stat_id;
1627
1628/** Identifiers for all properties contained in the epon_path_10g_us_auto_cfg
1629 * group.
1630 */
1631typedef enum bcmolt_epon_path_10g_us_auto_cfg_id
1632{
1633 BCMOLT_EPON_PATH_10G_US_AUTO_CFG_ID__BEGIN = 0,
1634 BCMOLT_EPON_PATH_10G_US_AUTO_CFG_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
1635 BCMOLT_EPON_PATH_10G_US_AUTO_CFG_ID_STAT_ALARM_RAISED = 1, /**< Stat Alarm Raised. */
1636 BCMOLT_EPON_PATH_10G_US_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1637} bcmolt_epon_path_10g_us_auto_cfg_id;
1638
1639/** Identifiers for all properties contained in the epon_path_10g_us_cfg group.
1640 */
1641typedef enum bcmolt_epon_path_10g_us_cfg_id
1642{
1643 BCMOLT_EPON_PATH_10G_US_CFG_ID__BEGIN = 0,
1644 BCMOLT_EPON_PATH_10G_US_CFG_ID_FEC_STATE = 0, /**< Path FEC state. */
1645 BCMOLT_EPON_PATH_10G_US_CFG_ID_SYNC_TIME_TQ = 1, /**< Sync Time (TQ). */
1646 BCMOLT_EPON_PATH_10G_US_CFG_ID_PRBS_CHECKER = 2, /**< PRBS Checker. */
1647 BCMOLT_EPON_PATH_10G_US_CFG_ID_PRBS_STATUS = 3, /**< PRBS status. */
1648 BCMOLT_EPON_PATH_10G_US_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1649} bcmolt_epon_path_10g_us_cfg_id;
1650
1651/** Identifiers for all properties contained in the epon_path_10g_us_key group.
1652 */
1653typedef enum bcmolt_epon_path_10g_us_key_id
1654{
1655 BCMOLT_EPON_PATH_10G_US_KEY_ID__BEGIN = 0,
1656 BCMOLT_EPON_PATH_10G_US_KEY_ID_EPON_NI = 0, /**< EPON NI. */
1657 BCMOLT_EPON_PATH_10G_US_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1658} bcmolt_epon_path_10g_us_key_id;
1659
1660/** Identifiers for all properties contained in the
1661 * epon_path_10g_us_stat_alarm_cleared group.
1662 */
1663typedef enum bcmolt_epon_path_10g_us_stat_alarm_cleared_id
1664{
1665 BCMOLT_EPON_PATH_10G_US_STAT_ALARM_CLEARED_ID__BEGIN = 0,
1666 BCMOLT_EPON_PATH_10G_US_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
1667 BCMOLT_EPON_PATH_10G_US_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1668} bcmolt_epon_path_10g_us_stat_alarm_cleared_id;
1669
1670/** Identifiers for all properties contained in the
1671 * epon_path_10g_us_stat_alarm_raised group.
1672 */
1673typedef enum bcmolt_epon_path_10g_us_stat_alarm_raised_id
1674{
1675 BCMOLT_EPON_PATH_10G_US_STAT_ALARM_RAISED_ID__BEGIN = 0,
1676 BCMOLT_EPON_PATH_10G_US_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
1677 BCMOLT_EPON_PATH_10G_US_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1678} bcmolt_epon_path_10g_us_stat_alarm_raised_id;
1679
1680/** Identifiers for all properties contained in the epon_path_10g_us_stat_cfg
1681 * group.
1682 */
1683typedef enum bcmolt_epon_path_10g_us_stat_cfg_id
1684{
1685 BCMOLT_EPON_PATH_10G_US_STAT_CFG_ID__BEGIN = 0,
1686 BCMOLT_EPON_PATH_10G_US_STAT_CFG_ID_CFG = 0, /**< Configuration. */
1687 BCMOLT_EPON_PATH_10G_US_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1688} bcmolt_epon_path_10g_us_stat_cfg_id;
1689
1690/** Identifiers for all properties contained in the epon_path_10g_us_stat group.
1691 */
1692typedef enum bcmolt_epon_path_10g_us_stat_id
1693{
1694 BCMOLT_EPON_PATH_10G_US_STAT_ID__BEGIN = 0,
1695 BCMOLT_EPON_PATH_10G_US_STAT_ID_BYTES = 0, /**< Bytes. */
1696 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES = 1, /**< Frames. */
1697 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_64 = 2, /**< 64 Byte Frames. */
1698 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_65_127 = 3, /**< 65-127 Byte Frames. */
1699 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_128_255 = 4, /**< 128-255 Byte Frames. */
1700 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_256_511 = 5, /**< 256-511 Byte Frames. */
1701 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_512_1023 = 6, /**< 512-1023 Byte Frames. */
1702 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_1024_1518 = 7, /**< 1024-1518 Byte Frames. */
1703 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_1519_2047 = 8, /**< 1519-2047 Byte Frames. */
1704 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_2048_4095 = 9, /**< 2048_4095 Byte Frames. */
1705 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_4096_9216 = 10, /**< 4096-9216 Byte Frames. */
1706 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_9217_16383 = 11, /**< 9217-16383 Byte Frames. */
1707 BCMOLT_EPON_PATH_10G_US_STAT_ID_BROADCAST_FRAMES = 12, /**< Broadcast Frames. */
1708 BCMOLT_EPON_PATH_10G_US_STAT_ID_DATA_BYTES = 13, /**< Data Bytes. */
1709 BCMOLT_EPON_PATH_10G_US_STAT_ID_MULTICAST_FRAMES = 14, /**< Mulitcast Frames. */
1710 BCMOLT_EPON_PATH_10G_US_STAT_ID_UNICAST_FRAMES = 15, /**< Unicast Frames. */
1711 BCMOLT_EPON_PATH_10G_US_STAT_ID_MPCP_FRAMES = 16, /**< MPCP Frames. */
1712 BCMOLT_EPON_PATH_10G_US_STAT_ID_OAM_BYTES = 17, /**< OAM Bytes. */
1713 BCMOLT_EPON_PATH_10G_US_STAT_ID_OAM_FRAMES = 18, /**< OAM Frames. */
1714 BCMOLT_EPON_PATH_10G_US_STAT_ID_REPORT_FRAMES = 19, /**< Report Frames. */
1715 BCMOLT_EPON_PATH_10G_US_STAT_ID_ABORT_FRAMES = 20, /**< Abort Frames. */
1716 BCMOLT_EPON_PATH_10G_US_STAT_ID_FCS_ERROR = 21, /**< FCS Error. */
1717 BCMOLT_EPON_PATH_10G_US_STAT_ID_CRC_8_ERROR = 22, /**< CRC8 Error. */
1718 BCMOLT_EPON_PATH_10G_US_STAT_ID_OUT_OF_SLOT = 23, /**< Out of Slot. */
1719 BCMOLT_EPON_PATH_10G_US_STAT_ID_OVERSIZE_ERROR = 24, /**< Oversize Error. */
1720 BCMOLT_EPON_PATH_10G_US_STAT_ID_RUNT_ERROR = 25, /**< Runt Error. */
1721 BCMOLT_EPON_PATH_10G_US_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1722} bcmolt_epon_path_10g_us_stat_id;
1723
1724/** Identifiers for all properties contained in the epon_path_1g_ds_auto_cfg
1725 * group.
1726 */
1727typedef enum bcmolt_epon_path_1g_ds_auto_cfg_id
1728{
1729 BCMOLT_EPON_PATH_1G_DS_AUTO_CFG_ID__BEGIN = 0,
1730 BCMOLT_EPON_PATH_1G_DS_AUTO_CFG_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
1731 BCMOLT_EPON_PATH_1G_DS_AUTO_CFG_ID_STAT_ALARM_RAISED = 1, /**< Stat Alarm Raised. */
1732 BCMOLT_EPON_PATH_1G_DS_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1733} bcmolt_epon_path_1g_ds_auto_cfg_id;
1734
1735/** Identifiers for all properties contained in the epon_path_1g_ds_cfg group.
1736 */
1737typedef enum bcmolt_epon_path_1g_ds_cfg_id
1738{
1739 BCMOLT_EPON_PATH_1G_DS_CFG_ID__BEGIN = 0,
1740 BCMOLT_EPON_PATH_1G_DS_CFG_ID_DEFAULT_FEC_STATE = 0, /**< Default FEC state. */
1741 BCMOLT_EPON_PATH_1G_DS_CFG_ID_RAMAN_MODE = 1, /**< Raman mode. */
1742 BCMOLT_EPON_PATH_1G_DS_CFG_ID_TURBO_2G_MODE = 2, /**< Turbo 2G mode. */
1743 BCMOLT_EPON_PATH_1G_DS_CFG_ID_PRBS_GENERATOR = 3, /**< PRBS Generator. */
1744 BCMOLT_EPON_PATH_1G_DS_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1745} bcmolt_epon_path_1g_ds_cfg_id;
1746
1747/** Identifiers for all properties contained in the epon_path_1g_ds_key group.
1748 */
1749typedef enum bcmolt_epon_path_1g_ds_key_id
1750{
1751 BCMOLT_EPON_PATH_1G_DS_KEY_ID__BEGIN = 0,
1752 BCMOLT_EPON_PATH_1G_DS_KEY_ID_EPON_NI = 0, /**< EPON NI. */
1753 BCMOLT_EPON_PATH_1G_DS_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1754} bcmolt_epon_path_1g_ds_key_id;
1755
1756/** Identifiers for all properties contained in the
1757 * epon_path_1g_ds_stat_alarm_cleared group.
1758 */
1759typedef enum bcmolt_epon_path_1g_ds_stat_alarm_cleared_id
1760{
1761 BCMOLT_EPON_PATH_1G_DS_STAT_ALARM_CLEARED_ID__BEGIN = 0,
1762 BCMOLT_EPON_PATH_1G_DS_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
1763 BCMOLT_EPON_PATH_1G_DS_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1764} bcmolt_epon_path_1g_ds_stat_alarm_cleared_id;
1765
1766/** Identifiers for all properties contained in the
1767 * epon_path_1g_ds_stat_alarm_raised group.
1768 */
1769typedef enum bcmolt_epon_path_1g_ds_stat_alarm_raised_id
1770{
1771 BCMOLT_EPON_PATH_1G_DS_STAT_ALARM_RAISED_ID__BEGIN = 0,
1772 BCMOLT_EPON_PATH_1G_DS_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
1773 BCMOLT_EPON_PATH_1G_DS_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1774} bcmolt_epon_path_1g_ds_stat_alarm_raised_id;
1775
1776/** Identifiers for all properties contained in the epon_path_1g_ds_stat_cfg
1777 * group.
1778 */
1779typedef enum bcmolt_epon_path_1g_ds_stat_cfg_id
1780{
1781 BCMOLT_EPON_PATH_1G_DS_STAT_CFG_ID__BEGIN = 0,
1782 BCMOLT_EPON_PATH_1G_DS_STAT_CFG_ID_CFG = 0, /**< Configuration. */
1783 BCMOLT_EPON_PATH_1G_DS_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1784} bcmolt_epon_path_1g_ds_stat_cfg_id;
1785
1786/** Identifiers for all properties contained in the epon_path_1g_ds_stat group.
1787 */
1788typedef enum bcmolt_epon_path_1g_ds_stat_id
1789{
1790 BCMOLT_EPON_PATH_1G_DS_STAT_ID__BEGIN = 0,
1791 BCMOLT_EPON_PATH_1G_DS_STAT_ID_BYTES = 0, /**< Bytes. */
1792 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES = 1, /**< Frames. */
1793 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_64 = 2, /**< 64 Byte Frames. */
1794 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_65_127 = 3, /**< 65-127 Byte Frames. */
1795 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_128_255 = 4, /**< 128-255 Byte Frames. */
1796 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_256_511 = 5, /**< 256-511 Byte Frames. */
1797 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_512_1023 = 6, /**< 512-1023 Byte Frames. */
1798 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_1024_1518 = 7, /**< 1024-1518 Byte Frames. */
1799 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_1519_2047 = 8, /**< 1519-2047 Byte Frames. */
1800 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_2048_4095 = 9, /**< 2048_4095 Byte Frames. */
1801 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_4096_9216 = 10, /**< 4096-9216 Byte Frames. */
1802 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_9217_16383 = 11, /**< 9217-16383 Byte Frames. */
1803 BCMOLT_EPON_PATH_1G_DS_STAT_ID_BROADCAST_FRAMES = 12, /**< Broadcast Frames. */
1804 BCMOLT_EPON_PATH_1G_DS_STAT_ID_DATA_BYTES = 13, /**< Data Bytes. */
1805 BCMOLT_EPON_PATH_1G_DS_STAT_ID_MULTICAST_FRAMES = 14, /**< Mulitcast Frames. */
1806 BCMOLT_EPON_PATH_1G_DS_STAT_ID_UNICAST_FRAMES = 15, /**< Unicast Frames. */
1807 BCMOLT_EPON_PATH_1G_DS_STAT_ID_OAM_BYTES = 16, /**< OAM Bytes. */
1808 BCMOLT_EPON_PATH_1G_DS_STAT_ID_OAM_FRAMES = 17, /**< OAM Frames. */
1809 BCMOLT_EPON_PATH_1G_DS_STAT_ID_GATE_FRAMES = 18, /**< Gate Frames. */
1810 BCMOLT_EPON_PATH_1G_DS_STAT_ID_MPCP_FRAMES = 19, /**< MPCP Frames. */
1811 BCMOLT_EPON_PATH_1G_DS_STAT_ID_ABORT_FRAMES = 20, /**< Abort Frames. */
1812 BCMOLT_EPON_PATH_1G_DS_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1813} bcmolt_epon_path_1g_ds_stat_id;
1814
1815/** Identifiers for all properties contained in the epon_path_1g_us_auto_cfg
1816 * group.
1817 */
1818typedef enum bcmolt_epon_path_1g_us_auto_cfg_id
1819{
1820 BCMOLT_EPON_PATH_1G_US_AUTO_CFG_ID__BEGIN = 0,
1821 BCMOLT_EPON_PATH_1G_US_AUTO_CFG_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
1822 BCMOLT_EPON_PATH_1G_US_AUTO_CFG_ID_STAT_ALARM_RAISED = 1, /**< Stat Alarm Raised. */
1823 BCMOLT_EPON_PATH_1G_US_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1824} bcmolt_epon_path_1g_us_auto_cfg_id;
1825
1826/** Identifiers for all properties contained in the epon_path_1g_us_cfg group.
1827 */
1828typedef enum bcmolt_epon_path_1g_us_cfg_id
1829{
1830 BCMOLT_EPON_PATH_1G_US_CFG_ID__BEGIN = 0,
1831 BCMOLT_EPON_PATH_1G_US_CFG_ID_DEFAULT_FEC_STATE = 0, /**< Default FEC state. */
1832 BCMOLT_EPON_PATH_1G_US_CFG_ID_SYNC_TIME_TQ = 1, /**< Sync Time (TQ). */
1833 BCMOLT_EPON_PATH_1G_US_CFG_ID_PRBS_CHECKER = 2, /**< PRBS Checker. */
1834 BCMOLT_EPON_PATH_1G_US_CFG_ID_PRBS_STATUS = 3, /**< PRBS status. */
1835 BCMOLT_EPON_PATH_1G_US_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1836} bcmolt_epon_path_1g_us_cfg_id;
1837
1838/** Identifiers for all properties contained in the epon_path_1g_us_key group.
1839 */
1840typedef enum bcmolt_epon_path_1g_us_key_id
1841{
1842 BCMOLT_EPON_PATH_1G_US_KEY_ID__BEGIN = 0,
1843 BCMOLT_EPON_PATH_1G_US_KEY_ID_EPON_NI = 0, /**< EPON NI. */
1844 BCMOLT_EPON_PATH_1G_US_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1845} bcmolt_epon_path_1g_us_key_id;
1846
1847/** Identifiers for all properties contained in the
1848 * epon_path_1g_us_stat_alarm_cleared group.
1849 */
1850typedef enum bcmolt_epon_path_1g_us_stat_alarm_cleared_id
1851{
1852 BCMOLT_EPON_PATH_1G_US_STAT_ALARM_CLEARED_ID__BEGIN = 0,
1853 BCMOLT_EPON_PATH_1G_US_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
1854 BCMOLT_EPON_PATH_1G_US_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1855} bcmolt_epon_path_1g_us_stat_alarm_cleared_id;
1856
1857/** Identifiers for all properties contained in the
1858 * epon_path_1g_us_stat_alarm_raised group.
1859 */
1860typedef enum bcmolt_epon_path_1g_us_stat_alarm_raised_id
1861{
1862 BCMOLT_EPON_PATH_1G_US_STAT_ALARM_RAISED_ID__BEGIN = 0,
1863 BCMOLT_EPON_PATH_1G_US_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
1864 BCMOLT_EPON_PATH_1G_US_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1865} bcmolt_epon_path_1g_us_stat_alarm_raised_id;
1866
1867/** Identifiers for all properties contained in the epon_path_1g_us_stat_cfg
1868 * group.
1869 */
1870typedef enum bcmolt_epon_path_1g_us_stat_cfg_id
1871{
1872 BCMOLT_EPON_PATH_1G_US_STAT_CFG_ID__BEGIN = 0,
1873 BCMOLT_EPON_PATH_1G_US_STAT_CFG_ID_CFG = 0, /**< Configuration. */
1874 BCMOLT_EPON_PATH_1G_US_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1875} bcmolt_epon_path_1g_us_stat_cfg_id;
1876
1877/** Identifiers for all properties contained in the epon_path_1g_us_stat group.
1878 */
1879typedef enum bcmolt_epon_path_1g_us_stat_id
1880{
1881 BCMOLT_EPON_PATH_1G_US_STAT_ID__BEGIN = 0,
1882 BCMOLT_EPON_PATH_1G_US_STAT_ID_BYTES = 0, /**< Bytes. */
1883 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES = 1, /**< Frames. */
1884 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_64 = 2, /**< 64 Byte Frames. */
1885 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_65_127 = 3, /**< 65-127 Byte Frames. */
1886 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_128_255 = 4, /**< 128-255 Byte Frames. */
1887 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_256_511 = 5, /**< 256-511 Byte Frames. */
1888 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_512_1023 = 6, /**< 512-1023 Byte Frames. */
1889 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_1024_1518 = 7, /**< 1024-1518 Byte Frames. */
1890 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_1519_2047 = 8, /**< 1519-2047 Byte Frames. */
1891 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_2048_4095 = 9, /**< 2048_4095 Byte Frames. */
1892 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_4096_9216 = 10, /**< 4096-9216 Byte Frames. */
1893 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_9217_16383 = 11, /**< 9217-16383 Byte Frames. */
1894 BCMOLT_EPON_PATH_1G_US_STAT_ID_BROADCAST_FRAMES = 12, /**< Broadcast Frames. */
1895 BCMOLT_EPON_PATH_1G_US_STAT_ID_DATA_BYTES = 13, /**< Data Bytes. */
1896 BCMOLT_EPON_PATH_1G_US_STAT_ID_MULTICAST_FRAMES = 14, /**< Mulitcast Frames. */
1897 BCMOLT_EPON_PATH_1G_US_STAT_ID_UNICAST_FRAMES = 15, /**< Unicast Frames. */
1898 BCMOLT_EPON_PATH_1G_US_STAT_ID_MPCP_FRAMES = 16, /**< MPCP Frames. */
1899 BCMOLT_EPON_PATH_1G_US_STAT_ID_OAM_BYTES = 17, /**< OAM Bytes. */
1900 BCMOLT_EPON_PATH_1G_US_STAT_ID_OAM_FRAMES = 18, /**< OAM Frames. */
1901 BCMOLT_EPON_PATH_1G_US_STAT_ID_REPORT_FRAMES = 19, /**< Report Frames. */
1902 BCMOLT_EPON_PATH_1G_US_STAT_ID_ABORT_FRAMES = 20, /**< Abort Frames. */
1903 BCMOLT_EPON_PATH_1G_US_STAT_ID_FCS_ERROR = 21, /**< FCS Error. */
1904 BCMOLT_EPON_PATH_1G_US_STAT_ID_CRC_8_ERROR = 22, /**< CRC8 Error. */
1905 BCMOLT_EPON_PATH_1G_US_STAT_ID_OUT_OF_SLOT = 23, /**< Out of Slot. */
1906 BCMOLT_EPON_PATH_1G_US_STAT_ID_OVERSIZE_ERROR = 24, /**< Oversize Error. */
1907 BCMOLT_EPON_PATH_1G_US_STAT_ID_RUNT_ERROR = 25, /**< Runt Error. */
1908 BCMOLT_EPON_PATH_1G_US_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1909} bcmolt_epon_path_1g_us_stat_id;
1910
1911/** Identifiers for all properties contained in the epon_rp_cfg group.
1912 */
1913typedef enum bcmolt_epon_rp_cfg_id
1914{
1915 BCMOLT_EPON_RP_CFG_ID__BEGIN = 0,
1916 BCMOLT_EPON_RP_CFG_ID_BASE_LLID = 0, /**< Base logical link identifier. */
1917 BCMOLT_EPON_RP_CFG_ID_MPCP_DISC_EN = 1, /**< MPCP discovery enable. */
1918 BCMOLT_EPON_RP_CFG_ID_MPCP_DISC_GNT_LEN_TQ = 2, /**< MPCP discovery grant length TQ. */
1919 BCMOLT_EPON_RP_CFG_ID_MPCP_REPORT_TIMEOUT = 3, /**< MPCP report timeout mS. */
1920 BCMOLT_EPON_RP_CFG_ID_MAX_MPCP_REG_PER_DISC_WINDOW = 4, /**< Maximum MPCP registrations per discovery window. */
1921 BCMOLT_EPON_RP_CFG_ID_MAX_LINKS = 5, /**< Maximum number of links. */
1922 BCMOLT_EPON_RP_CFG_ID_DEFAULT_UPSTREAM_BANDWIDTH = 6, /**< Default Upstream Bandwidth. */
1923 BCMOLT_EPON_RP_CFG_ID_RATE_OF_REFRACTION = 7, /**< Rate of Refraction. */
1924 BCMOLT_EPON_RP_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1925} bcmolt_epon_rp_cfg_id;
1926
1927/** Identifiers for all properties contained in the epon_rp_key group.
1928 */
1929typedef enum bcmolt_epon_rp_key_id
1930{
1931 BCMOLT_EPON_RP_KEY_ID__BEGIN = 0,
1932 BCMOLT_EPON_RP_KEY_ID_EPON_NI = 0, /**< EPON NI number. */
1933 BCMOLT_EPON_RP_KEY_ID_LINK_RATE = 1, /**< Link rate. */
1934 BCMOLT_EPON_RP_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1935} bcmolt_epon_rp_key_id;
1936
1937/** Identifiers for all properties contained in the gpio_cfg group.
1938 */
1939typedef enum bcmolt_gpio_cfg_id
1940{
1941 BCMOLT_GPIO_CFG_ID__BEGIN = 0,
1942 BCMOLT_GPIO_CFG_ID_DIRECTION = 0, /**< Direction. */
1943 BCMOLT_GPIO_CFG_ID_VALUE = 1, /**< Value. */
1944 BCMOLT_GPIO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1945} bcmolt_gpio_cfg_id;
1946
1947/** Identifiers for all properties contained in the gpio_key group.
1948 */
1949typedef enum bcmolt_gpio_key_id
1950{
1951 BCMOLT_GPIO_KEY_ID__BEGIN = 0,
1952 BCMOLT_GPIO_KEY_ID_RESERVED = 0, /**< Reserved. */
1953 BCMOLT_GPIO_KEY_ID_GPIO_ID = 1, /**< GPIO ID. */
1954 BCMOLT_GPIO_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1955} bcmolt_gpio_key_id;
1956
1957/** Identifiers for all properties contained in the gpon_alloc_auto_cfg group.
1958 */
1959typedef enum bcmolt_gpon_alloc_auto_cfg_id
1960{
1961 BCMOLT_GPON_ALLOC_AUTO_CFG_ID__BEGIN = 0,
1962 BCMOLT_GPON_ALLOC_AUTO_CFG_ID_CONFIGURATION_COMPLETED = 0, /**< Configuration Completed. */
1963 BCMOLT_GPON_ALLOC_AUTO_CFG_ID_GET_ALLOC_STATS_COMPLETED = 1, /**< Get alloc ID statistics completed. */
1964 BCMOLT_GPON_ALLOC_AUTO_CFG_ID_STAT_ALARM_CLEARED = 2, /**< Stat Alarm Cleared. */
1965 BCMOLT_GPON_ALLOC_AUTO_CFG_ID_STAT_ALARM_RAISED = 3, /**< Stat Alarm Raised. */
1966 BCMOLT_GPON_ALLOC_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1967} bcmolt_gpon_alloc_auto_cfg_id;
1968
1969/** Identifiers for all properties contained in the gpon_alloc_cfg group.
1970 */
1971typedef enum bcmolt_gpon_alloc_cfg_id
1972{
1973 BCMOLT_GPON_ALLOC_CFG_ID__BEGIN = 0,
1974 BCMOLT_GPON_ALLOC_CFG_ID_STATE = 0, /**< Alloc ID state. */
1975 BCMOLT_GPON_ALLOC_CFG_ID_SLA = 1, /**< Alloc ID SLA. */
1976 BCMOLT_GPON_ALLOC_CFG_ID_ONU_ID = 2, /**< onu_id. */
1977 BCMOLT_GPON_ALLOC_CFG_ID_COLLECT_STATS = 3, /**< Enable statistics collection on the alloc id. */
1978 BCMOLT_GPON_ALLOC_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1979} bcmolt_gpon_alloc_cfg_id;
1980
1981/** Identifiers for all properties contained in the
1982 * gpon_alloc_configuration_completed group.
1983 */
1984typedef enum bcmolt_gpon_alloc_configuration_completed_id
1985{
1986 BCMOLT_GPON_ALLOC_CONFIGURATION_COMPLETED_ID__BEGIN = 0,
1987 BCMOLT_GPON_ALLOC_CONFIGURATION_COMPLETED_ID_STATUS = 0, /**< Status. */
1988 BCMOLT_GPON_ALLOC_CONFIGURATION_COMPLETED_ID_NEW_STATE = 1, /**< new state. */
1989 BCMOLT_GPON_ALLOC_CONFIGURATION_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
1990} bcmolt_gpon_alloc_configuration_completed_id;
1991
1992/** Identifiers for all properties contained in the
1993 * gpon_alloc_get_alloc_stats_completed group.
1994 */
1995typedef enum bcmolt_gpon_alloc_get_alloc_stats_completed_id
1996{
1997 BCMOLT_GPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID__BEGIN = 0,
1998 BCMOLT_GPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID_STATUS = 0, /**< status. */
1999 BCMOLT_GPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID_AVERAGE_NSR_USED = 1, /**< Average NSR used bytes. */
2000 BCMOLT_GPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID_AVERAGE_NSR_ALLOCATED = 2, /**< Average NSR allocated bytes. */
2001 BCMOLT_GPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID_AVERAGE_SR_REPORT = 3, /**< Average SR report. */
2002 BCMOLT_GPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2003} bcmolt_gpon_alloc_get_alloc_stats_completed_id;
2004
2005/** Identifiers for all properties contained in the gpon_alloc_get_stats group.
2006 */
2007typedef enum bcmolt_gpon_alloc_get_stats_id
2008{
2009 BCMOLT_GPON_ALLOC_GET_STATS_ID__BEGIN = 0,
2010 BCMOLT_GPON_ALLOC_GET_STATS_ID_NUM_OF_CYCLES = 0, /**< Number of cycles. */
2011 BCMOLT_GPON_ALLOC_GET_STATS_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2012} bcmolt_gpon_alloc_get_stats_id;
2013
2014/** Identifiers for all properties contained in the gpon_alloc_key group.
2015 */
2016typedef enum bcmolt_gpon_alloc_key_id
2017{
2018 BCMOLT_GPON_ALLOC_KEY_ID__BEGIN = 0,
2019 BCMOLT_GPON_ALLOC_KEY_ID_PON_NI = 0, /**< PON network interface. */
2020 BCMOLT_GPON_ALLOC_KEY_ID_ALLOC_ID = 1, /**< Alloc ID. */
2021 BCMOLT_GPON_ALLOC_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2022} bcmolt_gpon_alloc_key_id;
2023
2024/** Identifiers for all properties contained in the gpon_alloc_set_state group.
2025 */
2026typedef enum bcmolt_gpon_alloc_set_state_id
2027{
2028 BCMOLT_GPON_ALLOC_SET_STATE_ID__BEGIN = 0,
2029 BCMOLT_GPON_ALLOC_SET_STATE_ID_STATE = 0, /**< State. */
2030 BCMOLT_GPON_ALLOC_SET_STATE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2031} bcmolt_gpon_alloc_set_state_id;
2032
2033/** Identifiers for all properties contained in the
2034 * gpon_alloc_stat_alarm_cleared group.
2035 */
2036typedef enum bcmolt_gpon_alloc_stat_alarm_cleared_id
2037{
2038 BCMOLT_GPON_ALLOC_STAT_ALARM_CLEARED_ID__BEGIN = 0,
2039 BCMOLT_GPON_ALLOC_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
2040 BCMOLT_GPON_ALLOC_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2041} bcmolt_gpon_alloc_stat_alarm_cleared_id;
2042
2043/** Identifiers for all properties contained in the gpon_alloc_stat_alarm_raised
2044 * group.
2045 */
2046typedef enum bcmolt_gpon_alloc_stat_alarm_raised_id
2047{
2048 BCMOLT_GPON_ALLOC_STAT_ALARM_RAISED_ID__BEGIN = 0,
2049 BCMOLT_GPON_ALLOC_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
2050 BCMOLT_GPON_ALLOC_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2051} bcmolt_gpon_alloc_stat_alarm_raised_id;
2052
2053/** Identifiers for all properties contained in the gpon_alloc_stat_cfg group.
2054 */
2055typedef enum bcmolt_gpon_alloc_stat_cfg_id
2056{
2057 BCMOLT_GPON_ALLOC_STAT_CFG_ID__BEGIN = 0,
2058 BCMOLT_GPON_ALLOC_STAT_CFG_ID_CFG = 0, /**< Configuration. */
2059 BCMOLT_GPON_ALLOC_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2060} bcmolt_gpon_alloc_stat_cfg_id;
2061
2062/** Identifiers for all properties contained in the gpon_alloc_stat group.
2063 */
2064typedef enum bcmolt_gpon_alloc_stat_id
2065{
2066 BCMOLT_GPON_ALLOC_STAT_ID__BEGIN = 0,
2067 BCMOLT_GPON_ALLOC_STAT_ID_RX_BYTES = 0, /**< Received Bytes. */
2068 BCMOLT_GPON_ALLOC_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2069} bcmolt_gpon_alloc_stat_id;
2070
2071/** Identifiers for all properties contained in the gpon_gem_port_auto_cfg
2072 * group.
2073 */
2074typedef enum bcmolt_gpon_gem_port_auto_cfg_id
2075{
2076 BCMOLT_GPON_GEM_PORT_AUTO_CFG_ID__BEGIN = 0,
2077 BCMOLT_GPON_GEM_PORT_AUTO_CFG_ID_CONFIGURATION_COMPLETED = 0, /**< Configuration Completed. */
2078 BCMOLT_GPON_GEM_PORT_AUTO_CFG_ID_STAT_ALARM_CLEARED = 1, /**< Stat Alarm Cleared. */
2079 BCMOLT_GPON_GEM_PORT_AUTO_CFG_ID_STAT_ALARM_RAISED = 2, /**< Stat Alarm Raised. */
2080 BCMOLT_GPON_GEM_PORT_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2081} bcmolt_gpon_gem_port_auto_cfg_id;
2082
2083/** Identifiers for all properties contained in the gpon_gem_port_cfg group.
2084 */
2085typedef enum bcmolt_gpon_gem_port_cfg_id
2086{
2087 BCMOLT_GPON_GEM_PORT_CFG_ID__BEGIN = 0,
2088 BCMOLT_GPON_GEM_PORT_CFG_ID_CONFIGURATION = 0, /**< Configuration. */
2089 BCMOLT_GPON_GEM_PORT_CFG_ID_ONU_ID = 1, /**< ONU ID. */
2090 BCMOLT_GPON_GEM_PORT_CFG_ID_GEM_PORT_STATE = 2, /**< gem port state. */
2091 BCMOLT_GPON_GEM_PORT_CFG_ID_DOWNSTREAM_ENCRYPTION_MODE = 3, /**< Downstream encryption mode. */
2092 BCMOLT_GPON_GEM_PORT_CFG_ID_UPSTREAM_DESTINATION_QUEUE = 4, /**< Upstream destination queue. */
2093 BCMOLT_GPON_GEM_PORT_CFG_ID_CONTROL = 5, /**< control. */
2094 BCMOLT_GPON_GEM_PORT_CFG_ID_DEBUG_FLOW_CONFIG = 6, /**< Debug flow config. */
2095 BCMOLT_GPON_GEM_PORT_CFG_ID_MAC_TABLE_ENTRY_LIMIT = 7, /**< MAC table entry limit. */
2096 BCMOLT_GPON_GEM_PORT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2097} bcmolt_gpon_gem_port_cfg_id;
2098
2099/** Identifiers for all properties contained in the
2100 * gpon_gem_port_configuration_completed group.
2101 */
2102typedef enum bcmolt_gpon_gem_port_configuration_completed_id
2103{
2104 BCMOLT_GPON_GEM_PORT_CONFIGURATION_COMPLETED_ID__BEGIN = 0,
2105 BCMOLT_GPON_GEM_PORT_CONFIGURATION_COMPLETED_ID_STATUS = 0, /**< status. */
2106 BCMOLT_GPON_GEM_PORT_CONFIGURATION_COMPLETED_ID_NEW_STATE = 1, /**< new state. */
2107 BCMOLT_GPON_GEM_PORT_CONFIGURATION_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2108} bcmolt_gpon_gem_port_configuration_completed_id;
2109
2110/** Identifiers for all properties contained in the gpon_gem_port_key group.
2111 */
2112typedef enum bcmolt_gpon_gem_port_key_id
2113{
2114 BCMOLT_GPON_GEM_PORT_KEY_ID__BEGIN = 0,
2115 BCMOLT_GPON_GEM_PORT_KEY_ID_PON_NI = 0, /**< PON network interface. */
2116 BCMOLT_GPON_GEM_PORT_KEY_ID_GEM_PORT_ID = 1, /**< GEM Port ID. */
2117 BCMOLT_GPON_GEM_PORT_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2118} bcmolt_gpon_gem_port_key_id;
2119
2120/** Identifiers for all properties contained in the gpon_gem_port_set_state
2121 * group.
2122 */
2123typedef enum bcmolt_gpon_gem_port_set_state_id
2124{
2125 BCMOLT_GPON_GEM_PORT_SET_STATE_ID__BEGIN = 0,
2126 BCMOLT_GPON_GEM_PORT_SET_STATE_ID_STATE = 0, /**< State. */
2127 BCMOLT_GPON_GEM_PORT_SET_STATE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2128} bcmolt_gpon_gem_port_set_state_id;
2129
2130/** Identifiers for all properties contained in the
2131 * gpon_gem_port_stat_alarm_cleared group.
2132 */
2133typedef enum bcmolt_gpon_gem_port_stat_alarm_cleared_id
2134{
2135 BCMOLT_GPON_GEM_PORT_STAT_ALARM_CLEARED_ID__BEGIN = 0,
2136 BCMOLT_GPON_GEM_PORT_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
2137 BCMOLT_GPON_GEM_PORT_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2138} bcmolt_gpon_gem_port_stat_alarm_cleared_id;
2139
2140/** Identifiers for all properties contained in the
2141 * gpon_gem_port_stat_alarm_raised group.
2142 */
2143typedef enum bcmolt_gpon_gem_port_stat_alarm_raised_id
2144{
2145 BCMOLT_GPON_GEM_PORT_STAT_ALARM_RAISED_ID__BEGIN = 0,
2146 BCMOLT_GPON_GEM_PORT_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
2147 BCMOLT_GPON_GEM_PORT_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2148} bcmolt_gpon_gem_port_stat_alarm_raised_id;
2149
2150/** Identifiers for all properties contained in the gpon_gem_port_stat_cfg
2151 * group.
2152 */
2153typedef enum bcmolt_gpon_gem_port_stat_cfg_id
2154{
2155 BCMOLT_GPON_GEM_PORT_STAT_CFG_ID__BEGIN = 0,
2156 BCMOLT_GPON_GEM_PORT_STAT_CFG_ID_CFG = 0, /**< Configuration. */
2157 BCMOLT_GPON_GEM_PORT_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2158} bcmolt_gpon_gem_port_stat_cfg_id;
2159
2160/** Identifiers for all properties contained in the gpon_gem_port_stat group.
2161 */
2162typedef enum bcmolt_gpon_gem_port_stat_id
2163{
2164 BCMOLT_GPON_GEM_PORT_STAT_ID__BEGIN = 0,
2165 BCMOLT_GPON_GEM_PORT_STAT_ID_RX_PACKETS = 0, /**< Received GEM frames. */
2166 BCMOLT_GPON_GEM_PORT_STAT_ID_RX_BYTES = 1, /**< Received bytes. */
2167 BCMOLT_GPON_GEM_PORT_STAT_ID_TX_PACKETS = 2, /**< Transmitted GEM frames. */
2168 BCMOLT_GPON_GEM_PORT_STAT_ID_TX_BYTES = 3, /**< Transmitted bytes. */
2169 BCMOLT_GPON_GEM_PORT_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2170} bcmolt_gpon_gem_port_stat_id;
2171
2172/** Identifiers for all properties contained in the gpon_iwf_auto_cfg group.
2173 */
2174typedef enum bcmolt_gpon_iwf_auto_cfg_id
2175{
2176 BCMOLT_GPON_IWF_AUTO_CFG_ID__BEGIN = 0,
2177 BCMOLT_GPON_IWF_AUTO_CFG_ID_FLUSH_MAC_TABLE_COMPLETED = 0, /**< Flush MAC Table Completed. */
2178 BCMOLT_GPON_IWF_AUTO_CFG_ID_SCAN_MAC_TABLE_COMPLETED = 1, /**< Scan MAC Table Completed. */
2179 BCMOLT_GPON_IWF_AUTO_CFG_ID_STAT_ALARM_CLEARED = 2, /**< Stat Alarm Cleared. */
2180 BCMOLT_GPON_IWF_AUTO_CFG_ID_STAT_ALARM_RAISED = 3, /**< Stat Alarm Raised. */
2181 BCMOLT_GPON_IWF_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2182} bcmolt_gpon_iwf_auto_cfg_id;
2183
2184/** Identifiers for all properties contained in the gpon_iwf_cfg group.
2185 */
2186typedef enum bcmolt_gpon_iwf_cfg_id
2187{
2188 BCMOLT_GPON_IWF_CFG_ID__BEGIN = 0,
2189 BCMOLT_GPON_IWF_CFG_ID_IWF_MODE = 0, /**< IWF mode. */
2190 BCMOLT_GPON_IWF_CFG_ID_US_TPID_PER_FLOW = 1, /**< US tpid per flow. */
2191 BCMOLT_GPON_IWF_CFG_ID_US_OTAG_DIRECT_TPID = 2, /**< US otag direct tpid. */
2192 BCMOLT_GPON_IWF_CFG_ID_US_OTAG_DIRECT_PBIT = 3, /**< US otag direct pbit. */
2193 BCMOLT_GPON_IWF_CFG_ID_DS_TPID = 4, /**< DS tpid. */
2194 BCMOLT_GPON_IWF_CFG_ID_MAC_TABLE_CONFIGURATION = 5, /**< MAC table configuration. */
2195 BCMOLT_GPON_IWF_CFG_ID_DEBUG_FLOW_CONFIGURATION = 6, /**< Debug flow configuration. */
2196 BCMOLT_GPON_IWF_CFG_ID_MAC_TABLE_COUNT = 7, /**< MAC table entry count. */
2197 BCMOLT_GPON_IWF_CFG_ID_FORBIDDEN_VLAN_FLOW_GEM_RANGE_START = 8, /**< Vlan, flow, Gem forbidden range start value. */
2198 BCMOLT_GPON_IWF_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2199} bcmolt_gpon_iwf_cfg_id;
2200
2201/** Identifiers for all properties contained in the gpon_iwf_ds_egress_flow_cfg
2202 * group.
2203 */
2204typedef enum bcmolt_gpon_iwf_ds_egress_flow_cfg_id
2205{
2206 BCMOLT_GPON_IWF_DS_EGRESS_FLOW_CFG_ID__BEGIN = 0,
2207 BCMOLT_GPON_IWF_DS_EGRESS_FLOW_CFG_ID_GEM_PORT = 0, /**< GEM port. */
2208 BCMOLT_GPON_IWF_DS_EGRESS_FLOW_CFG_ID_PBIT_CONTROL = 1, /**< Pbit control. */
2209 BCMOLT_GPON_IWF_DS_EGRESS_FLOW_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2210} bcmolt_gpon_iwf_ds_egress_flow_cfg_id;
2211
2212/** Identifiers for all properties contained in the gpon_iwf_ds_egress_flow_key
2213 * group.
2214 */
2215typedef enum bcmolt_gpon_iwf_ds_egress_flow_key_id
2216{
2217 BCMOLT_GPON_IWF_DS_EGRESS_FLOW_KEY_ID__BEGIN = 0,
2218 BCMOLT_GPON_IWF_DS_EGRESS_FLOW_KEY_ID_PON_NI = 0, /**< PON network interface. */
2219 BCMOLT_GPON_IWF_DS_EGRESS_FLOW_KEY_ID_FLOW_ID = 1, /**< Flow ID. */
2220 BCMOLT_GPON_IWF_DS_EGRESS_FLOW_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2221} bcmolt_gpon_iwf_ds_egress_flow_key_id;
2222
2223/** Identifiers for all properties contained in the gpon_iwf_ds_ingress_flow_cfg
2224 * group.
2225 */
2226typedef enum bcmolt_gpon_iwf_ds_ingress_flow_cfg_id
2227{
2228 BCMOLT_GPON_IWF_DS_INGRESS_FLOW_CFG_ID__BEGIN = 0,
2229 BCMOLT_GPON_IWF_DS_INGRESS_FLOW_CFG_ID_MAPPING_METHOD = 0, /**< Mapping method. */
2230 BCMOLT_GPON_IWF_DS_INGRESS_FLOW_CFG_ID_MAPPING_TAG = 1, /**< Mapping tag. */
2231 BCMOLT_GPON_IWF_DS_INGRESS_FLOW_CFG_ID_VLAN_ACTION = 2, /**< VLAN action. */
2232 BCMOLT_GPON_IWF_DS_INGRESS_FLOW_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2233} bcmolt_gpon_iwf_ds_ingress_flow_cfg_id;
2234
2235/** Identifiers for all properties contained in the gpon_iwf_ds_ingress_flow_key
2236 * group.
2237 */
2238typedef enum bcmolt_gpon_iwf_ds_ingress_flow_key_id
2239{
2240 BCMOLT_GPON_IWF_DS_INGRESS_FLOW_KEY_ID__BEGIN = 0,
2241 BCMOLT_GPON_IWF_DS_INGRESS_FLOW_KEY_ID_PON_NI = 0, /**< PON network interface. */
2242 BCMOLT_GPON_IWF_DS_INGRESS_FLOW_KEY_ID_VLAN_ID = 1, /**< vlan ID. */
2243 BCMOLT_GPON_IWF_DS_INGRESS_FLOW_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2244} bcmolt_gpon_iwf_ds_ingress_flow_key_id;
2245
2246/** Identifiers for all properties contained in the
2247 * gpon_iwf_flush_mac_table_completed group.
2248 */
2249typedef enum bcmolt_gpon_iwf_flush_mac_table_completed_id
2250{
2251 BCMOLT_GPON_IWF_FLUSH_MAC_TABLE_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2252} bcmolt_gpon_iwf_flush_mac_table_completed_id;
2253
2254/** Identifiers for all properties contained in the gpon_iwf_flush_mac_table
2255 * group.
2256 */
2257typedef enum bcmolt_gpon_iwf_flush_mac_table_id
2258{
2259 BCMOLT_GPON_IWF_FLUSH_MAC_TABLE_ID__BEGIN = 0,
2260 BCMOLT_GPON_IWF_FLUSH_MAC_TABLE_ID_CONTROL = 0, /**< control. */
2261 BCMOLT_GPON_IWF_FLUSH_MAC_TABLE_ID_VID = 1, /**< VID. */
2262 BCMOLT_GPON_IWF_FLUSH_MAC_TABLE_ID_FLOW_ID = 2, /**< FLOW ID. */
2263 BCMOLT_GPON_IWF_FLUSH_MAC_TABLE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2264} bcmolt_gpon_iwf_flush_mac_table_id;
2265
2266/** Identifiers for all properties contained in the gpon_iwf_key group.
2267 */
2268typedef enum bcmolt_gpon_iwf_key_id
2269{
2270 BCMOLT_GPON_IWF_KEY_ID__BEGIN = 0,
2271 BCMOLT_GPON_IWF_KEY_ID_PON_NI = 0, /**< PON network interface. */
2272 BCMOLT_GPON_IWF_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2273} bcmolt_gpon_iwf_key_id;
2274
2275/** Identifiers for all properties contained in the gpon_iwf_mac_table_auto_cfg
2276 * group.
2277 */
2278typedef enum bcmolt_gpon_iwf_mac_table_auto_cfg_id
2279{
2280 BCMOLT_GPON_IWF_MAC_TABLE_AUTO_CFG_ID__BEGIN = 0,
2281 BCMOLT_GPON_IWF_MAC_TABLE_AUTO_CFG_ID_MAC_AGED = 0, /**< MAC Aged. */
2282 BCMOLT_GPON_IWF_MAC_TABLE_AUTO_CFG_ID_MAC_DROPPED = 1, /**< MAC Dropped. */
2283 BCMOLT_GPON_IWF_MAC_TABLE_AUTO_CFG_ID_MAC_MOVE = 2, /**< MAC Move. */
2284 BCMOLT_GPON_IWF_MAC_TABLE_AUTO_CFG_ID_NEW_MAC = 3, /**< New MAC. */
2285 BCMOLT_GPON_IWF_MAC_TABLE_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2286} bcmolt_gpon_iwf_mac_table_auto_cfg_id;
2287
2288/** Identifiers for all properties contained in the gpon_iwf_mac_table_cfg
2289 * group.
2290 */
2291typedef enum bcmolt_gpon_iwf_mac_table_cfg_id
2292{
2293 BCMOLT_GPON_IWF_MAC_TABLE_CFG_ID__BEGIN = 0,
2294 BCMOLT_GPON_IWF_MAC_TABLE_CFG_ID_FLOW_ID = 0, /**< Flow ID. */
2295 BCMOLT_GPON_IWF_MAC_TABLE_CFG_ID_STAT = 1, /**< static. */
2296 BCMOLT_GPON_IWF_MAC_TABLE_CFG_ID_GEM_PORT_ID = 2, /**< GEM Port ID. */
2297 BCMOLT_GPON_IWF_MAC_TABLE_CFG_ID_ONU_ID = 3, /**< ONU ID. */
2298 BCMOLT_GPON_IWF_MAC_TABLE_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2299} bcmolt_gpon_iwf_mac_table_cfg_id;
2300
2301/** Identifiers for all properties contained in the gpon_iwf_mac_table_key
2302 * group.
2303 */
2304typedef enum bcmolt_gpon_iwf_mac_table_key_id
2305{
2306 BCMOLT_GPON_IWF_MAC_TABLE_KEY_ID__BEGIN = 0,
2307 BCMOLT_GPON_IWF_MAC_TABLE_KEY_ID_PON_NI = 0, /**< PON network interface. */
2308 BCMOLT_GPON_IWF_MAC_TABLE_KEY_ID_MAC_ADDRESS = 1, /**< MAC address. */
2309 BCMOLT_GPON_IWF_MAC_TABLE_KEY_ID_VLAN = 2, /**< VLAN. */
2310 BCMOLT_GPON_IWF_MAC_TABLE_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2311} bcmolt_gpon_iwf_mac_table_key_id;
2312
2313/** Identifiers for all properties contained in the gpon_iwf_mac_table_mac_aged
2314 * group.
2315 */
2316typedef enum bcmolt_gpon_iwf_mac_table_mac_aged_id
2317{
2318 BCMOLT_GPON_IWF_MAC_TABLE_MAC_AGED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2319} bcmolt_gpon_iwf_mac_table_mac_aged_id;
2320
2321/** Identifiers for all properties contained in the
2322 * gpon_iwf_mac_table_mac_dropped group.
2323 */
2324typedef enum bcmolt_gpon_iwf_mac_table_mac_dropped_id
2325{
2326 BCMOLT_GPON_IWF_MAC_TABLE_MAC_DROPPED_ID__BEGIN = 0,
2327 BCMOLT_GPON_IWF_MAC_TABLE_MAC_DROPPED_ID_FLOW_ID = 0, /**< flow ID. */
2328 BCMOLT_GPON_IWF_MAC_TABLE_MAC_DROPPED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2329} bcmolt_gpon_iwf_mac_table_mac_dropped_id;
2330
2331/** Identifiers for all properties contained in the gpon_iwf_mac_table_mac_move
2332 * group.
2333 */
2334typedef enum bcmolt_gpon_iwf_mac_table_mac_move_id
2335{
2336 BCMOLT_GPON_IWF_MAC_TABLE_MAC_MOVE_ID__BEGIN = 0,
2337 BCMOLT_GPON_IWF_MAC_TABLE_MAC_MOVE_ID_OLD_FLOW_ID = 0, /**< old flow ID. */
2338 BCMOLT_GPON_IWF_MAC_TABLE_MAC_MOVE_ID_NEW_FLOW_ID = 1, /**< new flow id. */
2339 BCMOLT_GPON_IWF_MAC_TABLE_MAC_MOVE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2340} bcmolt_gpon_iwf_mac_table_mac_move_id;
2341
2342/** Identifiers for all properties contained in the gpon_iwf_mac_table_new_mac
2343 * group.
2344 */
2345typedef enum bcmolt_gpon_iwf_mac_table_new_mac_id
2346{
2347 BCMOLT_GPON_IWF_MAC_TABLE_NEW_MAC_ID__BEGIN = 0,
2348 BCMOLT_GPON_IWF_MAC_TABLE_NEW_MAC_ID_FLOW_ID = 0, /**< flow ID. */
2349 BCMOLT_GPON_IWF_MAC_TABLE_NEW_MAC_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2350} bcmolt_gpon_iwf_mac_table_new_mac_id;
2351
2352/** Identifiers for all properties contained in the
2353 * gpon_iwf_scan_mac_table_completed group.
2354 */
2355typedef enum bcmolt_gpon_iwf_scan_mac_table_completed_id
2356{
2357 BCMOLT_GPON_IWF_SCAN_MAC_TABLE_COMPLETED_ID__BEGIN = 0,
2358 BCMOLT_GPON_IWF_SCAN_MAC_TABLE_COMPLETED_ID_MAC_ADDRESS = 0, /**< MAC Address. */
2359 BCMOLT_GPON_IWF_SCAN_MAC_TABLE_COMPLETED_ID_ENTRIES = 1, /**< Entries. */
2360 BCMOLT_GPON_IWF_SCAN_MAC_TABLE_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2361} bcmolt_gpon_iwf_scan_mac_table_completed_id;
2362
2363/** Identifiers for all properties contained in the gpon_iwf_scan_mac_table
2364 * group.
2365 */
2366typedef enum bcmolt_gpon_iwf_scan_mac_table_id
2367{
2368 BCMOLT_GPON_IWF_SCAN_MAC_TABLE_ID__BEGIN = 0,
2369 BCMOLT_GPON_IWF_SCAN_MAC_TABLE_ID_MAC_ADDRESS = 0, /**< MAC Address. */
2370 BCMOLT_GPON_IWF_SCAN_MAC_TABLE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2371} bcmolt_gpon_iwf_scan_mac_table_id;
2372
2373/** Identifiers for all properties contained in the gpon_iwf_stat_alarm_cleared
2374 * group.
2375 */
2376typedef enum bcmolt_gpon_iwf_stat_alarm_cleared_id
2377{
2378 BCMOLT_GPON_IWF_STAT_ALARM_CLEARED_ID__BEGIN = 0,
2379 BCMOLT_GPON_IWF_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
2380 BCMOLT_GPON_IWF_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2381} bcmolt_gpon_iwf_stat_alarm_cleared_id;
2382
2383/** Identifiers for all properties contained in the gpon_iwf_stat_alarm_raised
2384 * group.
2385 */
2386typedef enum bcmolt_gpon_iwf_stat_alarm_raised_id
2387{
2388 BCMOLT_GPON_IWF_STAT_ALARM_RAISED_ID__BEGIN = 0,
2389 BCMOLT_GPON_IWF_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
2390 BCMOLT_GPON_IWF_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2391} bcmolt_gpon_iwf_stat_alarm_raised_id;
2392
2393/** Identifiers for all properties contained in the gpon_iwf_stat_cfg group.
2394 */
2395typedef enum bcmolt_gpon_iwf_stat_cfg_id
2396{
2397 BCMOLT_GPON_IWF_STAT_CFG_ID__BEGIN = 0,
2398 BCMOLT_GPON_IWF_STAT_CFG_ID_CFG = 0, /**< Configuration. */
2399 BCMOLT_GPON_IWF_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2400} bcmolt_gpon_iwf_stat_cfg_id;
2401
2402/** Identifiers for all properties contained in the gpon_iwf_stat group.
2403 */
2404typedef enum bcmolt_gpon_iwf_stat_id
2405{
2406 BCMOLT_GPON_IWF_STAT_ID__BEGIN = 0,
2407 BCMOLT_GPON_IWF_STAT_ID_DS_HIT_EVENT = 0, /**< DS hit event. */
2408 BCMOLT_GPON_IWF_STAT_ID_DS_MISS_EVENT = 1, /**< DS miss event. */
2409 BCMOLT_GPON_IWF_STAT_ID_DS_DROP_DUE_TO_MISS_EVENT = 2, /**< DS drop due to miss event. */
2410 BCMOLT_GPON_IWF_STAT_ID_DS_DROP_DUE_TO_HIT_EVENT = 3, /**< DS drop due to hit event. */
2411 BCMOLT_GPON_IWF_STAT_ID_DS_DROP_TO_DISABLED_GEM = 4, /**< DS drop to disabled GEM. */
2412 BCMOLT_GPON_IWF_STAT_ID_NEW_MAC_DISCOVERED = 5, /**< New MAC discovered. */
2413 BCMOLT_GPON_IWF_STAT_ID_MOVE_EVENT = 6, /**< Move event. */
2414 BCMOLT_GPON_IWF_STAT_ID_NEW_MAC_DROP_DUE_TO_FIFO_FULL = 7, /**< New MAC drop due to fifo full. */
2415 BCMOLT_GPON_IWF_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2416} bcmolt_gpon_iwf_stat_id;
2417
2418/** Identifiers for all properties contained in the gpon_iwf_us_flow_cfg group.
2419 */
2420typedef enum bcmolt_gpon_iwf_us_flow_cfg_id
2421{
2422 BCMOLT_GPON_IWF_US_FLOW_CFG_ID__BEGIN = 0,
2423 BCMOLT_GPON_IWF_US_FLOW_CFG_ID_FLOW_ID = 0, /**< Flow ID. */
2424 BCMOLT_GPON_IWF_US_FLOW_CFG_ID_MAC_LEARNING = 1, /**< MAC learning. */
2425 BCMOLT_GPON_IWF_US_FLOW_CFG_ID_VLAN_ACTION = 2, /**< VLAN action. */
2426 BCMOLT_GPON_IWF_US_FLOW_CFG_ID_VLAN_TAG = 3, /**< Vlan tag. */
2427 BCMOLT_GPON_IWF_US_FLOW_CFG_ID_TPID_INDEX = 4, /**< TPID index. */
2428 BCMOLT_GPON_IWF_US_FLOW_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2429} bcmolt_gpon_iwf_us_flow_cfg_id;
2430
2431/** Identifiers for all properties contained in the gpon_iwf_us_flow_key group.
2432 */
2433typedef enum bcmolt_gpon_iwf_us_flow_key_id
2434{
2435 BCMOLT_GPON_IWF_US_FLOW_KEY_ID__BEGIN = 0,
2436 BCMOLT_GPON_IWF_US_FLOW_KEY_ID_PON_NI = 0, /**< PON network interface. */
2437 BCMOLT_GPON_IWF_US_FLOW_KEY_ID_GEM_PORT_ID = 1, /**< GEM Port ID. */
2438 BCMOLT_GPON_IWF_US_FLOW_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2439} bcmolt_gpon_iwf_us_flow_key_id;
2440
2441/** Identifiers for all properties contained in the
2442 * gpon_ni_activate_all_onus_completed group.
2443 */
2444typedef enum bcmolt_gpon_ni_activate_all_onus_completed_id
2445{
2446 BCMOLT_GPON_NI_ACTIVATE_ALL_ONUS_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2447} bcmolt_gpon_ni_activate_all_onus_completed_id;
2448
2449/** Identifiers for all properties contained in the gpon_ni_auto_cfg group.
2450 */
2451typedef enum bcmolt_gpon_ni_auto_cfg_id
2452{
2453 BCMOLT_GPON_NI_AUTO_CFG_ID__BEGIN = 0,
2454 BCMOLT_GPON_NI_AUTO_CFG_ID_ACTIVATE_ALL_ONUS_COMPLETED = 0, /**< activate all onus completed. */
2455 BCMOLT_GPON_NI_AUTO_CFG_ID_CPU_PACKETS_FAILURE = 1, /**< CPU Packets Failure. */
2456 BCMOLT_GPON_NI_AUTO_CFG_ID_DEACTIVATE_ALL_ONUS_COMPLETED = 2, /**< deactivate all onus completed. */
2457 BCMOLT_GPON_NI_AUTO_CFG_ID_DISABLE_ALL_ONUS_COMPLETED = 3, /**< disable all onus completed. */
2458 BCMOLT_GPON_NI_AUTO_CFG_ID_ENABLE_ALL_ONUS_COMPLETED = 4, /**< enable all onus completed. */
2459 BCMOLT_GPON_NI_AUTO_CFG_ID_LOS = 5, /**< LOS. */
2460 BCMOLT_GPON_NI_AUTO_CFG_ID_ONU_DISCOVERED = 6, /**< ONU Discovered. */
2461 BCMOLT_GPON_NI_AUTO_CFG_ID_ONU_UPGRADE_COMPLETE = 7, /**< ONU Upgrade Complete. */
2462 BCMOLT_GPON_NI_AUTO_CFG_ID_PROTECTION_SWITCHING_ONUS_RANGED = 8, /**< Protection Switching ONUs Ranged. */
2463 BCMOLT_GPON_NI_AUTO_CFG_ID_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED = 9, /**< Protection Switching Switchover Completed. */
2464 BCMOLT_GPON_NI_AUTO_CFG_ID_PROTECTION_SWITCHING_TRAFFIC_RESUME = 10, /**< Protection Switching Traffic Resume. */
2465 BCMOLT_GPON_NI_AUTO_CFG_ID_ROGUE_DETECTION_COMPLETED = 11, /**< Rogue detection completed. */
2466 BCMOLT_GPON_NI_AUTO_CFG_ID_ROGUE_ONU_SPECIAL_MAP_CYCLE_START = 12, /**< Rogue ONU special map cycle start. */
2467 BCMOLT_GPON_NI_AUTO_CFG_ID_SERIAL_NUMBER_ACQUISITION_CYCLE_START = 13, /**< Serial Number Acquisition Cycle Start. */
2468 BCMOLT_GPON_NI_AUTO_CFG_ID_STANDBY_PON_MONITORING_CYCLE_COMPLETED = 14, /**< Standby PON Monitoring Cycle Completed. */
2469 BCMOLT_GPON_NI_AUTO_CFG_ID_STAT_ALARM_CLEARED = 15, /**< Stat Alarm Cleared. */
2470 BCMOLT_GPON_NI_AUTO_CFG_ID_STAT_ALARM_RAISED = 16, /**< Stat Alarm Raised. */
2471 BCMOLT_GPON_NI_AUTO_CFG_ID_STATE_CHANGE_COMPLETED = 17, /**< State Change Completed. */
2472 BCMOLT_GPON_NI_AUTO_CFG_ID_TOD_REQUEST_COMPLETED = 18, /**< TOD request completed. */
2473 BCMOLT_GPON_NI_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2474} bcmolt_gpon_ni_auto_cfg_id;
2475
2476/** Identifiers for all properties contained in the
2477 * gpon_ni_broadcast_ploam_packet group.
2478 */
2479typedef enum bcmolt_gpon_ni_broadcast_ploam_packet_id
2480{
2481 BCMOLT_GPON_NI_BROADCAST_PLOAM_PACKET_ID__BEGIN = 0,
2482 BCMOLT_GPON_NI_BROADCAST_PLOAM_PACKET_ID_PLOAM = 0, /**< ploam. */
2483 BCMOLT_GPON_NI_BROADCAST_PLOAM_PACKET_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2484} bcmolt_gpon_ni_broadcast_ploam_packet_id;
2485
2486/** Identifiers for all properties contained in the gpon_ni_cfg group.
2487 */
2488typedef enum bcmolt_gpon_ni_cfg_id
2489{
2490 BCMOLT_GPON_NI_CFG_ID__BEGIN = 0,
2491 BCMOLT_GPON_NI_CFG_ID_PON_STATUS = 0, /**< PON status. */
2492 BCMOLT_GPON_NI_CFG_ID_AVAILABLE_BANDWIDTH = 1, /**< Available Bandwidth. */
2493 BCMOLT_GPON_NI_CFG_ID_NUMBER_OF_ACTIVE_ONUS = 2, /**< number of active onus. */
2494 BCMOLT_GPON_NI_CFG_ID_NUMBER_OF_ACTIVE_STANDBY_ONUS = 3, /**< number of active standby onus. */
2495 BCMOLT_GPON_NI_CFG_ID_PRBS_STATUS = 4, /**< PRBS status. */
2496 BCMOLT_GPON_NI_CFG_ID_PON_DISTANCE = 5, /**< Pon distance. */
2497 BCMOLT_GPON_NI_CFG_ID_RANGING_WINDOW_SIZE = 6, /**< Ranging window size. */
2498 BCMOLT_GPON_NI_CFG_ID_PREASSIGNED_EQUALIZATION_DELAY = 7, /**< Pre-assigned Equalization Delay [bits]. */
2499 BCMOLT_GPON_NI_CFG_ID_EQD_CYCLES_NUMBER = 8, /**< EqD measurement cycles number. */
2500 BCMOLT_GPON_NI_CFG_ID_POWER_LEVEL = 9, /**< Power level. */
2501 BCMOLT_GPON_NI_CFG_ID_DS_FEC_MODE = 10, /**< DS FEC mode. */
2502 BCMOLT_GPON_NI_CFG_ID_DRIFT_CONTROL = 11, /**< Drift control. */
2503 BCMOLT_GPON_NI_CFG_ID_DS_BER_REPORTING_INTERVAL = 12, /**< DS BER reporting interval in ms. */
2504 BCMOLT_GPON_NI_CFG_ID_LOS_ALARM_THRESHOLD = 13, /**< LOS alarm threshold. */
2505 BCMOLT_GPON_NI_CFG_ID_LOS_INITIAL_VALUE = 14, /**< LOS initial value. */
2506 BCMOLT_GPON_NI_CFG_ID_ONU_ALARMS_THRESHOLDS = 15, /**< ONU alarms thresholds. */
2507 BCMOLT_GPON_NI_CFG_ID_BER_MONITOR = 16, /**< BER monitoring params. */
2508 BCMOLT_GPON_NI_CFG_ID_PLOAM_ACK_TIMEOUT = 17, /**< Ploam ACK timeout. */
2509 BCMOLT_GPON_NI_CFG_ID_ONU_ACTIVATION = 18, /**< ONU activation. */
2510 BCMOLT_GPON_NI_CFG_ID_SN_ACQUISITION = 19, /**< SN Acquisition . */
2511 BCMOLT_GPON_NI_CFG_ID_KEY_EXCHANGE = 20, /**< Key exchange. */
2512 BCMOLT_GPON_NI_CFG_ID_PROTECTION_SWITCHING = 21, /**< Protection switching. */
2513 BCMOLT_GPON_NI_CFG_ID_CBR_RT_ALLOCATION_PROFILE = 22, /**< CBR RT Allocation profile. */
2514 BCMOLT_GPON_NI_CFG_ID_CBR_NRT_ALLOCATION_PROFILE = 23, /**< CBR NRT Allocation Profile. */
2515 BCMOLT_GPON_NI_CFG_ID_DBA = 24, /**< DBA. */
2516 BCMOLT_GPON_NI_CFG_ID_POWER_MANAGEMENT = 25, /**< Power Management. */
2517 BCMOLT_GPON_NI_CFG_ID_ROGUE_ONU_DETECTION_PROCESS = 26, /**< Rogue ONU detection process. */
2518 BCMOLT_GPON_NI_CFG_ID_PERIODIC_STANDBY_PON_MONITORING = 27, /**< Periodic Standby PON monitoring. */
2519 BCMOLT_GPON_NI_CFG_ID_PRBS_CHECKER = 28, /**< PRBS Checker. */
2520 BCMOLT_GPON_NI_CFG_ID_PRBS_GENERATOR = 29, /**< PRBS Generator. */
2521 BCMOLT_GPON_NI_CFG_ID_MIN_DATA_ALLOC_ID = 30, /**< Minimum Data Alloc ID. */
2522 BCMOLT_GPON_NI_CFG_ID_AUTOMATIC_ONU_DEACTIVATION = 31, /**< Automatic ONU deactivation. */
2523 BCMOLT_GPON_NI_CFG_ID_US_BANDWIDTH_LIMIT = 32, /**< US bandwidth Limit. */
2524 BCMOLT_GPON_NI_CFG_ID_ALL_ONUS = 33, /**< all ONUs. */
2525 BCMOLT_GPON_NI_CFG_ID_ALL_MCAST_GEM_PORTS = 34, /**< all multicast GEM ports. */
2526 BCMOLT_GPON_NI_CFG_ID_DEBUG = 35, /**< PON NI debug parameters. */
2527 BCMOLT_GPON_NI_CFG_ID_ONU_UPGRADE_PARAMS = 36, /**< ONU upgrade params. */
2528 BCMOLT_GPON_NI_CFG_ID_PS_C_WAIT_BEFORE_DEACTIVATION_TIMEOUT = 37, /**< protection switching type c wait before deactivation timeout. */
2529 BCMOLT_GPON_NI_CFG_ID_BIP32_INDICATION_CONTROL = 38, /**< bip32 indication control. */
2530 BCMOLT_GPON_NI_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2531} bcmolt_gpon_ni_cfg_id;
2532
2533/** Identifiers for all properties contained in the gpon_ni_cpu_packets_failure
2534 * group.
2535 */
2536typedef enum bcmolt_gpon_ni_cpu_packets_failure_id
2537{
2538 BCMOLT_GPON_NI_CPU_PACKETS_FAILURE_ID__BEGIN = 0,
2539 BCMOLT_GPON_NI_CPU_PACKETS_FAILURE_ID_ERROR = 0, /**< Error. */
2540 BCMOLT_GPON_NI_CPU_PACKETS_FAILURE_ID_GEM_PORT_ID = 1, /**< GEM Port ID. */
2541 BCMOLT_GPON_NI_CPU_PACKETS_FAILURE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2542} bcmolt_gpon_ni_cpu_packets_failure_id;
2543
2544/** Identifiers for all properties contained in the gpon_ni_cpu_packets group.
2545 */
2546typedef enum bcmolt_gpon_ni_cpu_packets_id
2547{
2548 BCMOLT_GPON_NI_CPU_PACKETS_ID__BEGIN = 0,
2549 BCMOLT_GPON_NI_CPU_PACKETS_ID_PACKET_TYPE = 0, /**< packet type. */
2550 BCMOLT_GPON_NI_CPU_PACKETS_ID_CALC_CRC = 1, /**< calc crc. */
2551 BCMOLT_GPON_NI_CPU_PACKETS_ID_GEM_PORT_LIST = 2, /**< gem port list. */
2552 BCMOLT_GPON_NI_CPU_PACKETS_ID_BUFFER = 3, /**< buffer. */
2553 BCMOLT_GPON_NI_CPU_PACKETS_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2554} bcmolt_gpon_ni_cpu_packets_id;
2555
2556/** Identifiers for all properties contained in the
2557 * gpon_ni_deactivate_all_onus_completed group.
2558 */
2559typedef enum bcmolt_gpon_ni_deactivate_all_onus_completed_id
2560{
2561 BCMOLT_GPON_NI_DEACTIVATE_ALL_ONUS_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2562} bcmolt_gpon_ni_deactivate_all_onus_completed_id;
2563
2564/** Identifiers for all properties contained in the
2565 * gpon_ni_disable_all_onus_completed group.
2566 */
2567typedef enum bcmolt_gpon_ni_disable_all_onus_completed_id
2568{
2569 BCMOLT_GPON_NI_DISABLE_ALL_ONUS_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2570} bcmolt_gpon_ni_disable_all_onus_completed_id;
2571
2572/** Identifiers for all properties contained in the
2573 * gpon_ni_disable_serial_number group.
2574 */
2575typedef enum bcmolt_gpon_ni_disable_serial_number_id
2576{
2577 BCMOLT_GPON_NI_DISABLE_SERIAL_NUMBER_ID__BEGIN = 0,
2578 BCMOLT_GPON_NI_DISABLE_SERIAL_NUMBER_ID_CONTROL = 0, /**< control. */
2579 BCMOLT_GPON_NI_DISABLE_SERIAL_NUMBER_ID_SERIAL_NUMBER = 1, /**< serial number. */
2580 BCMOLT_GPON_NI_DISABLE_SERIAL_NUMBER_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2581} bcmolt_gpon_ni_disable_serial_number_id;
2582
2583/** Identifiers for all properties contained in the
2584 * gpon_ni_enable_all_onus_completed group.
2585 */
2586typedef enum bcmolt_gpon_ni_enable_all_onus_completed_id
2587{
2588 BCMOLT_GPON_NI_ENABLE_ALL_ONUS_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2589} bcmolt_gpon_ni_enable_all_onus_completed_id;
2590
2591/** Identifiers for all properties contained in the gpon_ni_key group.
2592 */
2593typedef enum bcmolt_gpon_ni_key_id
2594{
2595 BCMOLT_GPON_NI_KEY_ID__BEGIN = 0,
2596 BCMOLT_GPON_NI_KEY_ID_PON_NI = 0, /**< PON network interface. */
2597 BCMOLT_GPON_NI_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2598} bcmolt_gpon_ni_key_id;
2599
2600/** Identifiers for all properties contained in the gpon_ni_los group.
2601 */
2602typedef enum bcmolt_gpon_ni_los_id
2603{
2604 BCMOLT_GPON_NI_LOS_ID__BEGIN = 0,
2605 BCMOLT_GPON_NI_LOS_ID_STATUS = 0, /**< status. */
2606 BCMOLT_GPON_NI_LOS_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2607} bcmolt_gpon_ni_los_id;
2608
2609/** Identifiers for all properties contained in the gpon_ni_onu_discovered
2610 * group.
2611 */
2612typedef enum bcmolt_gpon_ni_onu_discovered_id
2613{
2614 BCMOLT_GPON_NI_ONU_DISCOVERED_ID__BEGIN = 0,
2615 BCMOLT_GPON_NI_ONU_DISCOVERED_ID_SERIAL_NUMBER = 0, /**< serial number. */
2616 BCMOLT_GPON_NI_ONU_DISCOVERED_ID_RANGING_TIME = 1, /**< ranging time. */
2617 BCMOLT_GPON_NI_ONU_DISCOVERED_ID_ONU_ID = 2, /**< onu_id. */
2618 BCMOLT_GPON_NI_ONU_DISCOVERED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2619} bcmolt_gpon_ni_onu_discovered_id;
2620
2621/** Identifiers for all properties contained in the gpon_ni_onu_upgrade_complete
2622 * group.
2623 */
2624typedef enum bcmolt_gpon_ni_onu_upgrade_complete_id
2625{
2626 BCMOLT_GPON_NI_ONU_UPGRADE_COMPLETE_ID__BEGIN = 0,
2627 BCMOLT_GPON_NI_ONU_UPGRADE_COMPLETE_ID_STATUS = 0, /**< Status. */
2628 BCMOLT_GPON_NI_ONU_UPGRADE_COMPLETE_ID_LIST_OF_FAILED_ENTITIES = 1, /**< List of failed entities. */
2629 BCMOLT_GPON_NI_ONU_UPGRADE_COMPLETE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2630} bcmolt_gpon_ni_onu_upgrade_complete_id;
2631
2632/** Identifiers for all properties contained in the
2633 * gpon_ni_protection_switching_onus_ranged group.
2634 */
2635typedef enum bcmolt_gpon_ni_protection_switching_onus_ranged_id
2636{
2637 BCMOLT_GPON_NI_PROTECTION_SWITCHING_ONUS_RANGED_ID__BEGIN = 0,
2638 BCMOLT_GPON_NI_PROTECTION_SWITCHING_ONUS_RANGED_ID_ONUS = 0, /**< ONUs. */
2639 BCMOLT_GPON_NI_PROTECTION_SWITCHING_ONUS_RANGED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2640} bcmolt_gpon_ni_protection_switching_onus_ranged_id;
2641
2642/** Identifiers for all properties contained in the
2643 * gpon_ni_protection_switching_switchover_completed group.
2644 */
2645typedef enum bcmolt_gpon_ni_protection_switching_switchover_completed_id
2646{
2647 BCMOLT_GPON_NI_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED_ID__BEGIN = 0,
2648 BCMOLT_GPON_NI_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED_ID_RESULT = 0, /**< Result. */
2649 BCMOLT_GPON_NI_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2650} bcmolt_gpon_ni_protection_switching_switchover_completed_id;
2651
2652/** Identifiers for all properties contained in the
2653 * gpon_ni_protection_switching_traffic_resume group.
2654 */
2655typedef enum bcmolt_gpon_ni_protection_switching_traffic_resume_id
2656{
2657 BCMOLT_GPON_NI_PROTECTION_SWITCHING_TRAFFIC_RESUME_ID__BEGIN = 0,
2658 BCMOLT_GPON_NI_PROTECTION_SWITCHING_TRAFFIC_RESUME_ID_RESULT = 0, /**< Result. */
2659 BCMOLT_GPON_NI_PROTECTION_SWITCHING_TRAFFIC_RESUME_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2660} bcmolt_gpon_ni_protection_switching_traffic_resume_id;
2661
2662/** Identifiers for all properties contained in the
2663 * gpon_ni_protection_switching_type_c_set_multiple_onu_state group.
2664 */
2665typedef enum bcmolt_gpon_ni_protection_switching_type_c_set_multiple_onu_state_id
2666{
2667 BCMOLT_GPON_NI_PROTECTION_SWITCHING_TYPE_C_SET_MULTIPLE_ONU_STATE_ID__BEGIN = 0,
2668 BCMOLT_GPON_NI_PROTECTION_SWITCHING_TYPE_C_SET_MULTIPLE_ONU_STATE_ID_ONU_STATE = 0, /**< onu state. */
2669 BCMOLT_GPON_NI_PROTECTION_SWITCHING_TYPE_C_SET_MULTIPLE_ONU_STATE_ID_ONU_LIST = 1, /**< onu list. */
2670 BCMOLT_GPON_NI_PROTECTION_SWITCHING_TYPE_C_SET_MULTIPLE_ONU_STATE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2671} bcmolt_gpon_ni_protection_switching_type_c_set_multiple_onu_state_id;
2672
2673/** Identifiers for all properties contained in the gpon_ni_reset group.
2674 */
2675typedef enum bcmolt_gpon_ni_reset_id
2676{
2677 BCMOLT_GPON_NI_RESET_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2678} bcmolt_gpon_ni_reset_id;
2679
2680/** Identifiers for all properties contained in the
2681 * gpon_ni_rogue_detection_completed group.
2682 */
2683typedef enum bcmolt_gpon_ni_rogue_detection_completed_id
2684{
2685 BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID__BEGIN = 0,
2686 BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID_WINDOW_TYPE = 0, /**< Window type. */
2687 BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID_MEASUREMENT_STATUS = 1, /**< Measurement status. */
2688 BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID_ALLOC_ID = 2, /**< Alloc ID. */
2689 BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID_ONU_ID = 3, /**< ONU ID. */
2690 BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID_IS_DELINEATION = 4, /**< Is delineation. */
2691 BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID_IS_ED = 5, /**< Is ED. */
2692 BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID_RX_DATA = 6, /**< Received data. */
2693 BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID_PLOAM_RECEIVED_ONU_ID = 7, /**< ploam_received_onu_id. */
2694 BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID_PLOAM_RECEIVED_CRC_ERROR = 8, /**< ploam_received_crc_error. */
2695 BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2696} bcmolt_gpon_ni_rogue_detection_completed_id;
2697
2698/** Identifiers for all properties contained in the
2699 * gpon_ni_rogue_detection_window group.
2700 */
2701typedef enum bcmolt_gpon_ni_rogue_detection_window_id
2702{
2703 BCMOLT_GPON_NI_ROGUE_DETECTION_WINDOW_ID__BEGIN = 0,
2704 BCMOLT_GPON_NI_ROGUE_DETECTION_WINDOW_ID_WINDOW_TYPE = 0, /**< Window type. */
2705 BCMOLT_GPON_NI_ROGUE_DETECTION_WINDOW_ID_ALLOC_ID = 1, /**< Alloc ID. */
2706 BCMOLT_GPON_NI_ROGUE_DETECTION_WINDOW_ID_ONU_ID = 2, /**< ONU ID. */
2707 BCMOLT_GPON_NI_ROGUE_DETECTION_WINDOW_ID_SECOND_RANGING_WINDOW = 3, /**< Second ranging window. */
2708 BCMOLT_GPON_NI_ROGUE_DETECTION_WINDOW_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2709} bcmolt_gpon_ni_rogue_detection_window_id;
2710
2711/** Identifiers for all properties contained in the
2712 * gpon_ni_rogue_onu_special_map_cycle_start group.
2713 */
2714typedef enum bcmolt_gpon_ni_rogue_onu_special_map_cycle_start_id
2715{
2716 BCMOLT_GPON_NI_ROGUE_ONU_SPECIAL_MAP_CYCLE_START_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2717} bcmolt_gpon_ni_rogue_onu_special_map_cycle_start_id;
2718
2719/** Identifiers for all properties contained in the
2720 * gpon_ni_serial_number_acquisition_cycle_start group.
2721 */
2722typedef enum bcmolt_gpon_ni_serial_number_acquisition_cycle_start_id
2723{
2724 BCMOLT_GPON_NI_SERIAL_NUMBER_ACQUISITION_CYCLE_START_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2725} bcmolt_gpon_ni_serial_number_acquisition_cycle_start_id;
2726
2727/** Identifiers for all properties contained in the gpon_ni_set_onu_state group.
2728 */
2729typedef enum bcmolt_gpon_ni_set_onu_state_id
2730{
2731 BCMOLT_GPON_NI_SET_ONU_STATE_ID__BEGIN = 0,
2732 BCMOLT_GPON_NI_SET_ONU_STATE_ID_ONU_STATE = 0, /**< ONU state. */
2733 BCMOLT_GPON_NI_SET_ONU_STATE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2734} bcmolt_gpon_ni_set_onu_state_id;
2735
2736/** Identifiers for all properties contained in the gpon_ni_set_pon_state group.
2737 */
2738typedef enum bcmolt_gpon_ni_set_pon_state_id
2739{
2740 BCMOLT_GPON_NI_SET_PON_STATE_ID__BEGIN = 0,
2741 BCMOLT_GPON_NI_SET_PON_STATE_ID_PON_STATE = 0, /**< PON state. */
2742 BCMOLT_GPON_NI_SET_PON_STATE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2743} bcmolt_gpon_ni_set_pon_state_id;
2744
2745/** Identifiers for all properties contained in the
2746 * gpon_ni_single_request_standby_pon_monitoring group.
2747 */
2748typedef enum bcmolt_gpon_ni_single_request_standby_pon_monitoring_id
2749{
2750 BCMOLT_GPON_NI_SINGLE_REQUEST_STANDBY_PON_MONITORING_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2751} bcmolt_gpon_ni_single_request_standby_pon_monitoring_id;
2752
2753/** Identifiers for all properties contained in the
2754 * gpon_ni_standby_pon_monitoring_cycle_completed group.
2755 */
2756typedef enum bcmolt_gpon_ni_standby_pon_monitoring_cycle_completed_id
2757{
2758 BCMOLT_GPON_NI_STANDBY_PON_MONITORING_CYCLE_COMPLETED_ID__BEGIN = 0,
2759 BCMOLT_GPON_NI_STANDBY_PON_MONITORING_CYCLE_COMPLETED_ID_NUMBER_OF_DETECTED_DELIMITER = 0, /**< number of detected delimiter. */
2760 BCMOLT_GPON_NI_STANDBY_PON_MONITORING_CYCLE_COMPLETED_ID_ENERGY_DETECT_SIGNAL = 1, /**< energy detect signal. */
2761 BCMOLT_GPON_NI_STANDBY_PON_MONITORING_CYCLE_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2762} bcmolt_gpon_ni_standby_pon_monitoring_cycle_completed_id;
2763
2764/** Identifiers for all properties contained in the gpon_ni_start_onu_upgrade
2765 * group.
2766 */
2767typedef enum bcmolt_gpon_ni_start_onu_upgrade_id
2768{
2769 BCMOLT_GPON_NI_START_ONU_UPGRADE_ID__BEGIN = 0,
2770 BCMOLT_GPON_NI_START_ONU_UPGRADE_ID_LIST_OF_ONU_IDS = 0, /**< List of ONU IDs. */
2771 BCMOLT_GPON_NI_START_ONU_UPGRADE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2772} bcmolt_gpon_ni_start_onu_upgrade_id;
2773
2774/** Identifiers for all properties contained in the gpon_ni_stat_alarm_cleared
2775 * group.
2776 */
2777typedef enum bcmolt_gpon_ni_stat_alarm_cleared_id
2778{
2779 BCMOLT_GPON_NI_STAT_ALARM_CLEARED_ID__BEGIN = 0,
2780 BCMOLT_GPON_NI_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
2781 BCMOLT_GPON_NI_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2782} bcmolt_gpon_ni_stat_alarm_cleared_id;
2783
2784/** Identifiers for all properties contained in the gpon_ni_stat_alarm_raised
2785 * group.
2786 */
2787typedef enum bcmolt_gpon_ni_stat_alarm_raised_id
2788{
2789 BCMOLT_GPON_NI_STAT_ALARM_RAISED_ID__BEGIN = 0,
2790 BCMOLT_GPON_NI_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
2791 BCMOLT_GPON_NI_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2792} bcmolt_gpon_ni_stat_alarm_raised_id;
2793
2794/** Identifiers for all properties contained in the gpon_ni_stat_cfg group.
2795 */
2796typedef enum bcmolt_gpon_ni_stat_cfg_id
2797{
2798 BCMOLT_GPON_NI_STAT_CFG_ID__BEGIN = 0,
2799 BCMOLT_GPON_NI_STAT_CFG_ID_CFG = 0, /**< Configuration. */
2800 BCMOLT_GPON_NI_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2801} bcmolt_gpon_ni_stat_cfg_id;
2802
2803/** Identifiers for all properties contained in the gpon_ni_stat group.
2804 */
2805typedef enum bcmolt_gpon_ni_stat_id
2806{
2807 BCMOLT_GPON_NI_STAT_ID__BEGIN = 0,
2808 BCMOLT_GPON_NI_STAT_ID_FEC_CODEWORDS = 0, /**< Received FEC codewords. */
2809 BCMOLT_GPON_NI_STAT_ID_FEC_CODEWORDS_UNCORRECTED = 1, /**< Received uncorrected FEC codewords. */
2810 BCMOLT_GPON_NI_STAT_ID_BIP8_BYTES = 2, /**< Received bytes protected by bip8. */
2811 BCMOLT_GPON_NI_STAT_ID_BIP8_ERRORS = 3, /**< Received bip8 errors. */
2812 BCMOLT_GPON_NI_STAT_ID_RX_GEM_PACKETS = 4, /**< Received GEM frames. */
2813 BCMOLT_GPON_NI_STAT_ID_RX_GEM_DROPPED = 5, /**< Received dropped GEM ID packets. */
2814 BCMOLT_GPON_NI_STAT_ID_RX_GEM_IDLE = 6, /**< Received idle GEM frames. */
2815 BCMOLT_GPON_NI_STAT_ID_RX_GEM_CORRECTED = 7, /**< Received corrected GEM frames. */
2816 BCMOLT_GPON_NI_STAT_ID_RX_GEM_ILLEGAL = 8, /**< Received illegal GEM frames. */
2817 BCMOLT_GPON_NI_STAT_ID_RX_ALLOCATIONS_VALID = 9, /**< Received valid allocations. */
2818 BCMOLT_GPON_NI_STAT_ID_RX_ALLOCATIONS_INVALID = 10, /**< Received invalid allocations. */
2819 BCMOLT_GPON_NI_STAT_ID_RX_ALLOCATIONS_DISABLED = 11, /**< Received disabled allocations. */
2820 BCMOLT_GPON_NI_STAT_ID_RX_PLOAMS = 12, /**< Received Ploams. */
2821 BCMOLT_GPON_NI_STAT_ID_RX_PLOAMS_NON_IDLE = 13, /**< Received non idle Ploams. */
2822 BCMOLT_GPON_NI_STAT_ID_RX_PLOAMS_ERROR = 14, /**< Received error Ploams. */
2823 BCMOLT_GPON_NI_STAT_ID_RX_PLOAMS_DROPPED = 15, /**< Received dropped Ploams. */
2824 BCMOLT_GPON_NI_STAT_ID_RX_CPU = 16, /**< Received CPU packets. */
2825 BCMOLT_GPON_NI_STAT_ID_RX_OMCI = 17, /**< Received OMCI packets. */
2826 BCMOLT_GPON_NI_STAT_ID_RX_OMCI_PACKETS_CRC_ERROR = 18, /**< Received OMCI packets with CRC errors. */
2827 BCMOLT_GPON_NI_STAT_ID_RX_DROPPED_TOO_SHORT = 19, /**< Received packets dropped due to length too short. */
2828 BCMOLT_GPON_NI_STAT_ID_RX_DROPPED_TOO_LONG = 20, /**< Received packet dropped due to length too long. */
2829 BCMOLT_GPON_NI_STAT_ID_RX_CRC_ERRORS = 21, /**< Received packet dropped due to crc error. */
2830 BCMOLT_GPON_NI_STAT_ID_RX_KEY_ERRORS = 22, /**< Received packet dropped due to key error. */
2831 BCMOLT_GPON_NI_STAT_ID_RX_FRAGMENTS_ERRORS = 23, /**< Received packet dropped due to fragmentation error. */
2832 BCMOLT_GPON_NI_STAT_ID_RX_PACKETS_DROPPED = 24, /**< Global dropped packets. */
2833 BCMOLT_GPON_NI_STAT_ID_TX_GEM = 25, /**< Transmitted GEM frames. */
2834 BCMOLT_GPON_NI_STAT_ID_TX_PLOAMS = 26, /**< Transmitted Ploams. */
2835 BCMOLT_GPON_NI_STAT_ID_TX_GEM_FRAGMENTS = 27, /**< Transmitted GEM fragments. */
2836 BCMOLT_GPON_NI_STAT_ID_TX_CPU = 28, /**< Transmitted CPU packets. */
2837 BCMOLT_GPON_NI_STAT_ID_TX_OMCI = 29, /**< Transmitted OMCI packets. */
2838 BCMOLT_GPON_NI_STAT_ID_TX_CPU_OMCI_PACKETS_DROPPED = 30, /**< Transmit packets dropped due to illegal length. */
2839 BCMOLT_GPON_NI_STAT_ID_TX_DROPPED_ILLEGAL_LENGTH = 31, /**< Transmitted packet dropped due to illegal length. */
2840 BCMOLT_GPON_NI_STAT_ID_TX_DROPPED_TPID_MISS = 32, /**< Dropped because of TPID miss. */
2841 BCMOLT_GPON_NI_STAT_ID_TX_DROPPED_VID_MISS = 33, /**< Dropped because of VID miss. */
2842 BCMOLT_GPON_NI_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2843} bcmolt_gpon_ni_stat_id;
2844
2845/** Identifiers for all properties contained in the
2846 * gpon_ni_state_change_completed group.
2847 */
2848typedef enum bcmolt_gpon_ni_state_change_completed_id
2849{
2850 BCMOLT_GPON_NI_STATE_CHANGE_COMPLETED_ID__BEGIN = 0,
2851 BCMOLT_GPON_NI_STATE_CHANGE_COMPLETED_ID_RESULT = 0, /**< Result. */
2852 BCMOLT_GPON_NI_STATE_CHANGE_COMPLETED_ID_PREVIOUS_STATE = 1, /**< Previous state. */
2853 BCMOLT_GPON_NI_STATE_CHANGE_COMPLETED_ID_NEW_STATE = 2, /**< New state. */
2854 BCMOLT_GPON_NI_STATE_CHANGE_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2855} bcmolt_gpon_ni_state_change_completed_id;
2856
2857/** Identifiers for all properties contained in the
2858 * gpon_ni_tod_request_completed group.
2859 */
2860typedef enum bcmolt_gpon_ni_tod_request_completed_id
2861{
2862 BCMOLT_GPON_NI_TOD_REQUEST_COMPLETED_ID__BEGIN = 0,
2863 BCMOLT_GPON_NI_TOD_REQUEST_COMPLETED_ID_TOD_STRING = 0, /**< tod_string. */
2864 BCMOLT_GPON_NI_TOD_REQUEST_COMPLETED_ID_SFC = 1, /**< sfc. */
2865 BCMOLT_GPON_NI_TOD_REQUEST_COMPLETED_ID_RTC_OFFSET_SEC = 2, /**< rtc_offset_sec. */
2866 BCMOLT_GPON_NI_TOD_REQUEST_COMPLETED_ID_RTC_OFFSET_NSEC = 3, /**< rtc_offset_nsec. */
2867 BCMOLT_GPON_NI_TOD_REQUEST_COMPLETED_ID_STATUS = 4, /**< status. */
2868 BCMOLT_GPON_NI_TOD_REQUEST_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2869} bcmolt_gpon_ni_tod_request_completed_id;
2870
2871/** Identifiers for all properties contained in the gpon_ni_tod_request group.
2872 */
2873typedef enum bcmolt_gpon_ni_tod_request_id
2874{
2875 BCMOLT_GPON_NI_TOD_REQUEST_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2876} bcmolt_gpon_ni_tod_request_id;
2877
2878/** Identifiers for all properties contained in the gpon_onu_auto_cfg group.
2879 */
2880typedef enum bcmolt_gpon_onu_auto_cfg_id
2881{
2882 BCMOLT_GPON_ONU_AUTO_CFG_ID__BEGIN = 0,
2883 BCMOLT_GPON_ONU_AUTO_CFG_ID_BER_INTERVAL_CONFIGURATION_COMPLETED = 0, /**< BER Interval Configuration Completed. */
2884 BCMOLT_GPON_ONU_AUTO_CFG_ID_DFI = 1, /**< Receive Dying-Gasp of ONUi. */
2885 BCMOLT_GPON_ONU_AUTO_CFG_ID_DGI = 2, /**< Receive Dying-Gasp of ONUi. */
2886 BCMOLT_GPON_ONU_AUTO_CFG_ID_DOWI = 3, /**< Drift of Window of ONUi. */
2887 BCMOLT_GPON_ONU_AUTO_CFG_ID_ERR = 4, /**< ERR. */
2888 BCMOLT_GPON_ONU_AUTO_CFG_ID_INVALID_DBRU_REPORT = 5, /**< Invalid DBRu Report. */
2889 BCMOLT_GPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_COMPLETED = 6, /**< Key Exchange Completed. */
2890 BCMOLT_GPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_CYCLE_SKIPPED = 7, /**< Key Exchange Cycle Skipped. */
2891 BCMOLT_GPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_DECRYPT_REQUIRED = 8, /**< Key Exchange Decrypt Required. */
2892 BCMOLT_GPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_KEY_MISMATCH = 9, /**< Key Exchange Key Mismatch. */
2893 BCMOLT_GPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_KEY_REQUEST_TIMEOUT = 10, /**< Key Exchange Key Request Timeout. */
2894 BCMOLT_GPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_UNCONSECUTIVE_INDEX = 11, /**< Key Exchange Unconsecutive Index. */
2895 BCMOLT_GPON_ONU_AUTO_CFG_ID_LOAI = 12, /**< LOAi. */
2896 BCMOLT_GPON_ONU_AUTO_CFG_ID_LOKI = 13, /**< LOki. */
2897 BCMOLT_GPON_ONU_AUTO_CFG_ID_MEMI = 14, /**< MEMi. */
2898 BCMOLT_GPON_ONU_AUTO_CFG_ID_OMCI_PORT_ID_CONFIGURATION_COMPLETED = 15, /**< OMCI PORT ID Configuration Completed. */
2899 BCMOLT_GPON_ONU_AUTO_CFG_ID_ONU_ACTIVATION_COMPLETED = 16, /**< ONU Activation Completed. */
2900 BCMOLT_GPON_ONU_AUTO_CFG_ID_ONU_ACTIVATION_STANDBY_COMPLETED = 17, /**< onu activation standby completed. */
2901 BCMOLT_GPON_ONU_AUTO_CFG_ID_ONU_ALARM = 18, /**< ONU Alarm. */
2902 BCMOLT_GPON_ONU_AUTO_CFG_ID_ONU_DEACTIVATION_COMPLETED = 19, /**< ONU Deactivation Completed. */
2903 BCMOLT_GPON_ONU_AUTO_CFG_ID_ONU_DISABLE_COMPLETED = 20, /**< ONU Disable Completed. */
2904 BCMOLT_GPON_ONU_AUTO_CFG_ID_ONU_ENABLE_COMPLETED = 21, /**< ONU Enable Completed. */
2905 BCMOLT_GPON_ONU_AUTO_CFG_ID_OPTICAL_REFLECTION = 22, /**< Optical Reflection. */
2906 BCMOLT_GPON_ONU_AUTO_CFG_ID_PASSWORD_AUTHENTICATION_COMPLETED = 23, /**< Password Authentication Completed. */
2907 BCMOLT_GPON_ONU_AUTO_CFG_ID_PEE = 24, /**< PEE. */
2908 BCMOLT_GPON_ONU_AUTO_CFG_ID_POSSIBLE_DRIFT = 25, /**< Possible Drift. */
2909 BCMOLT_GPON_ONU_AUTO_CFG_ID_POWER_MANAGEMENT_STATE_CHANGE = 26, /**< Power Management State Change. */
2910 BCMOLT_GPON_ONU_AUTO_CFG_ID_PST = 27, /**< PST. */
2911 BCMOLT_GPON_ONU_AUTO_CFG_ID_RANGING_COMPLETED = 28, /**< Ranging Completed. */
2912 BCMOLT_GPON_ONU_AUTO_CFG_ID_REI = 29, /**< REI. */
2913 BCMOLT_GPON_ONU_AUTO_CFG_ID_RSSI_MEASUREMENT_COMPLETED = 30, /**< RSSI Measurement Completed. */
2914 BCMOLT_GPON_ONU_AUTO_CFG_ID_SDI = 31, /**< Signal Degraded of ONUi. */
2915 BCMOLT_GPON_ONU_AUTO_CFG_ID_SFI = 32, /**< Signal Fail of ONUi. */
2916 BCMOLT_GPON_ONU_AUTO_CFG_ID_STAT_ALARM_CLEARED = 33, /**< Stat Alarm Cleared. */
2917 BCMOLT_GPON_ONU_AUTO_CFG_ID_STAT_ALARM_RAISED = 34, /**< Stat Alarm Raised. */
2918 BCMOLT_GPON_ONU_AUTO_CFG_ID_SUFI = 35, /**< SUFi. */
2919 BCMOLT_GPON_ONU_AUTO_CFG_ID_TIWI = 36, /**< Transmission Interference Warning. */
2920 BCMOLT_GPON_ONU_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2921} bcmolt_gpon_onu_auto_cfg_id;
2922
2923/** Identifiers for all properties contained in the
2924 * gpon_onu_ber_interval_configuration_completed group.
2925 */
2926typedef enum bcmolt_gpon_onu_ber_interval_configuration_completed_id
2927{
2928 BCMOLT_GPON_ONU_BER_INTERVAL_CONFIGURATION_COMPLETED_ID__BEGIN = 0,
2929 BCMOLT_GPON_ONU_BER_INTERVAL_CONFIGURATION_COMPLETED_ID_BER_INTERVAL = 0, /**< BER interval in ms. */
2930 BCMOLT_GPON_ONU_BER_INTERVAL_CONFIGURATION_COMPLETED_ID_RESULT = 1, /**< Result. */
2931 BCMOLT_GPON_ONU_BER_INTERVAL_CONFIGURATION_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2932} bcmolt_gpon_onu_ber_interval_configuration_completed_id;
2933
2934/** Identifiers for all properties contained in the gpon_onu_cfg group.
2935 */
2936typedef enum bcmolt_gpon_onu_cfg_id
2937{
2938 BCMOLT_GPON_ONU_CFG_ID__BEGIN = 0,
2939 BCMOLT_GPON_ONU_CFG_ID_ONU_STATE = 0, /**< onu state. */
2940 BCMOLT_GPON_ONU_CFG_ID_SERIAL_NUMBER = 1, /**< Serial number. */
2941 BCMOLT_GPON_ONU_CFG_ID_PASSWORD = 2, /**< password. */
2942 BCMOLT_GPON_ONU_CFG_ID_AUTO_PASSWORD_LEARNING = 3, /**< auto password learning. */
2943 BCMOLT_GPON_ONU_CFG_ID_US_FEC = 4, /**< US FEC. */
2944 BCMOLT_GPON_ONU_CFG_ID_OMCI_PORT_ID = 5, /**< OMCI port ID. */
2945 BCMOLT_GPON_ONU_CFG_ID_DS_BER_REPORTING_INTERVAL = 6, /**< DS BER reporting interval in ms. */
2946 BCMOLT_GPON_ONU_CFG_ID_AES_ENCRYPTION_KEY = 7, /**< AES encryption key. */
2947 BCMOLT_GPON_ONU_CFG_ID_ALARM_STATE = 8, /**< alarm state. */
2948 BCMOLT_GPON_ONU_CFG_ID_RANGING_TIME = 9, /**< ranging time. */
2949 BCMOLT_GPON_ONU_CFG_ID_DISABLED_AFTER_DISCOVERY = 10, /**< Disabled after Discovery. */
2950 BCMOLT_GPON_ONU_CFG_ID_DEACTIVATION_REASON = 11, /**< deactivation reason. */
2951 BCMOLT_GPON_ONU_CFG_ID_ALL_GEM_PORTS = 12, /**< all GEM ports. */
2952 BCMOLT_GPON_ONU_CFG_ID_ALL_ALLOCS = 13, /**< all allocs. */
2953 BCMOLT_GPON_ONU_CFG_ID_ONU_PS_TYPE_C = 14, /**< onu protection switching type c. */
2954 BCMOLT_GPON_ONU_CFG_ID_EXTENDED_GUARD_TIME = 15, /**< Extended Guard Time. */
2955 BCMOLT_GPON_ONU_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2956} bcmolt_gpon_onu_cfg_id;
2957
2958/** Identifiers for all properties contained in the gpon_onu_change_power_level
2959 * group.
2960 */
2961typedef enum bcmolt_gpon_onu_change_power_level_id
2962{
2963 BCMOLT_GPON_ONU_CHANGE_POWER_LEVEL_ID__BEGIN = 0,
2964 BCMOLT_GPON_ONU_CHANGE_POWER_LEVEL_ID_POWER_LEVEL_ACTION = 0, /**< power level action. */
2965 BCMOLT_GPON_ONU_CHANGE_POWER_LEVEL_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2966} bcmolt_gpon_onu_change_power_level_id;
2967
2968/** Identifiers for all properties contained in the gpon_onu_cpu_packet group.
2969 */
2970typedef enum bcmolt_gpon_onu_cpu_packet_id
2971{
2972 BCMOLT_GPON_ONU_CPU_PACKET_ID__BEGIN = 0,
2973 BCMOLT_GPON_ONU_CPU_PACKET_ID_PORT_ID = 0, /**< port_id. */
2974 BCMOLT_GPON_ONU_CPU_PACKET_ID_CRC_OK = 1, /**< crc_ok. */
2975 BCMOLT_GPON_ONU_CPU_PACKET_ID_PACKET_SIZE = 2, /**< packet_size. */
2976 BCMOLT_GPON_ONU_CPU_PACKET_ID_BUFFER = 3, /**< buffer. */
2977 BCMOLT_GPON_ONU_CPU_PACKET_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2978} bcmolt_gpon_onu_cpu_packet_id;
2979
2980/** Identifiers for all properties contained in the gpon_onu_cpu_packets group.
2981 */
2982typedef enum bcmolt_gpon_onu_cpu_packets_id
2983{
2984 BCMOLT_GPON_ONU_CPU_PACKETS_ID__BEGIN = 0,
2985 BCMOLT_GPON_ONU_CPU_PACKETS_ID_PACKET_TYPE = 0, /**< packet type. */
2986 BCMOLT_GPON_ONU_CPU_PACKETS_ID_CALC_CRC = 1, /**< calc crc. */
2987 BCMOLT_GPON_ONU_CPU_PACKETS_ID_NUMBER_OF_PACKETS = 2, /**< number of packets. */
2988 BCMOLT_GPON_ONU_CPU_PACKETS_ID_PACKET_SIZE = 3, /**< Single packet size. */
2989 BCMOLT_GPON_ONU_CPU_PACKETS_ID_BUFFER = 4, /**< buffer. */
2990 BCMOLT_GPON_ONU_CPU_PACKETS_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
2991} bcmolt_gpon_onu_cpu_packets_id;
2992
2993/** Identifiers for all properties contained in the gpon_onu_dfi group.
2994 */
2995typedef enum bcmolt_gpon_onu_dfi_id
2996{
2997 BCMOLT_GPON_ONU_DFI_ID__BEGIN = 0,
2998 BCMOLT_GPON_ONU_DFI_ID_ALARM_STATUS = 0, /**< alarm status. */
2999 BCMOLT_GPON_ONU_DFI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3000} bcmolt_gpon_onu_dfi_id;
3001
3002/** Identifiers for all properties contained in the gpon_onu_dgi group.
3003 */
3004typedef enum bcmolt_gpon_onu_dgi_id
3005{
3006 BCMOLT_GPON_ONU_DGI_ID__BEGIN = 0,
3007 BCMOLT_GPON_ONU_DGI_ID_ALARM_STATUS = 0, /**< alarm status. */
3008 BCMOLT_GPON_ONU_DGI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3009} bcmolt_gpon_onu_dgi_id;
3010
3011/** Identifiers for all properties contained in the gpon_onu_dowi group.
3012 */
3013typedef enum bcmolt_gpon_onu_dowi_id
3014{
3015 BCMOLT_GPON_ONU_DOWI_ID__BEGIN = 0,
3016 BCMOLT_GPON_ONU_DOWI_ID_ALARM_STATUS = 0, /**< Alarm status. */
3017 BCMOLT_GPON_ONU_DOWI_ID_DRIFT_VALUE = 1, /**< Drift value. */
3018 BCMOLT_GPON_ONU_DOWI_ID_NEW_EQD = 2, /**< New EQD. */
3019 BCMOLT_GPON_ONU_DOWI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3020} bcmolt_gpon_onu_dowi_id;
3021
3022/** Identifiers for all properties contained in the gpon_onu_err group.
3023 */
3024typedef enum bcmolt_gpon_onu_err_id
3025{
3026 BCMOLT_GPON_ONU_ERR_ID__BEGIN = 0,
3027 BCMOLT_GPON_ONU_ERR_ID_BIP8_ERRORS = 0, /**< BIP8 errors. */
3028 BCMOLT_GPON_ONU_ERR_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3029} bcmolt_gpon_onu_err_id;
3030
3031/** Identifiers for all properties contained in the gpon_onu_invalid_dbru_report
3032 * group.
3033 */
3034typedef enum bcmolt_gpon_onu_invalid_dbru_report_id
3035{
3036 BCMOLT_GPON_ONU_INVALID_DBRU_REPORT_ID__BEGIN = 0,
3037 BCMOLT_GPON_ONU_INVALID_DBRU_REPORT_ID_ALLOC_ID = 0, /**< Alloc-ID. */
3038 BCMOLT_GPON_ONU_INVALID_DBRU_REPORT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3039} bcmolt_gpon_onu_invalid_dbru_report_id;
3040
3041/** Identifiers for all properties contained in the
3042 * gpon_onu_key_exchange_completed group.
3043 */
3044typedef enum bcmolt_gpon_onu_key_exchange_completed_id
3045{
3046 BCMOLT_GPON_ONU_KEY_EXCHANGE_COMPLETED_ID__BEGIN = 0,
3047 BCMOLT_GPON_ONU_KEY_EXCHANGE_COMPLETED_ID_NEW_KEY = 0, /**< new key. */
3048 BCMOLT_GPON_ONU_KEY_EXCHANGE_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3049} bcmolt_gpon_onu_key_exchange_completed_id;
3050
3051/** Identifiers for all properties contained in the
3052 * gpon_onu_key_exchange_cycle_skipped group.
3053 */
3054typedef enum bcmolt_gpon_onu_key_exchange_cycle_skipped_id
3055{
3056 BCMOLT_GPON_ONU_KEY_EXCHANGE_CYCLE_SKIPPED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3057} bcmolt_gpon_onu_key_exchange_cycle_skipped_id;
3058
3059/** Identifiers for all properties contained in the
3060 * gpon_onu_key_exchange_decrypt_required group.
3061 */
3062typedef enum bcmolt_gpon_onu_key_exchange_decrypt_required_id
3063{
3064 BCMOLT_GPON_ONU_KEY_EXCHANGE_DECRYPT_REQUIRED_ID__BEGIN = 0,
3065 BCMOLT_GPON_ONU_KEY_EXCHANGE_DECRYPT_REQUIRED_ID_NEW_KEY = 0, /**< new key. */
3066 BCMOLT_GPON_ONU_KEY_EXCHANGE_DECRYPT_REQUIRED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3067} bcmolt_gpon_onu_key_exchange_decrypt_required_id;
3068
3069/** Identifiers for all properties contained in the
3070 * gpon_onu_key_exchange_key_mismatch group.
3071 */
3072typedef enum bcmolt_gpon_onu_key_exchange_key_mismatch_id
3073{
3074 BCMOLT_GPON_ONU_KEY_EXCHANGE_KEY_MISMATCH_ID__BEGIN = 0,
3075 BCMOLT_GPON_ONU_KEY_EXCHANGE_KEY_MISMATCH_ID_EXPECTED_KEY = 0, /**< expected key. */
3076 BCMOLT_GPON_ONU_KEY_EXCHANGE_KEY_MISMATCH_ID_RECEIVED_KEY = 1, /**< received key. */
3077 BCMOLT_GPON_ONU_KEY_EXCHANGE_KEY_MISMATCH_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3078} bcmolt_gpon_onu_key_exchange_key_mismatch_id;
3079
3080/** Identifiers for all properties contained in the
3081 * gpon_onu_key_exchange_key_request_timeout group.
3082 */
3083typedef enum bcmolt_gpon_onu_key_exchange_key_request_timeout_id
3084{
3085 BCMOLT_GPON_ONU_KEY_EXCHANGE_KEY_REQUEST_TIMEOUT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3086} bcmolt_gpon_onu_key_exchange_key_request_timeout_id;
3087
3088/** Identifiers for all properties contained in the
3089 * gpon_onu_key_exchange_unconsecutive_index group.
3090 */
3091typedef enum bcmolt_gpon_onu_key_exchange_unconsecutive_index_id
3092{
3093 BCMOLT_GPON_ONU_KEY_EXCHANGE_UNCONSECUTIVE_INDEX_ID__BEGIN = 0,
3094 BCMOLT_GPON_ONU_KEY_EXCHANGE_UNCONSECUTIVE_INDEX_ID_EXPECTED_INDEX = 0, /**< expected index. */
3095 BCMOLT_GPON_ONU_KEY_EXCHANGE_UNCONSECUTIVE_INDEX_ID_ACTUAL_INDEX = 1, /**< actual index. */
3096 BCMOLT_GPON_ONU_KEY_EXCHANGE_UNCONSECUTIVE_INDEX_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3097} bcmolt_gpon_onu_key_exchange_unconsecutive_index_id;
3098
3099/** Identifiers for all properties contained in the gpon_onu_key group.
3100 */
3101typedef enum bcmolt_gpon_onu_key_id
3102{
3103 BCMOLT_GPON_ONU_KEY_ID__BEGIN = 0,
3104 BCMOLT_GPON_ONU_KEY_ID_PON_NI = 0, /**< PON network interface. */
3105 BCMOLT_GPON_ONU_KEY_ID_ONU_ID = 1, /**< ONU ID. */
3106 BCMOLT_GPON_ONU_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3107} bcmolt_gpon_onu_key_id;
3108
3109/** Identifiers for all properties contained in the gpon_onu_loai group.
3110 */
3111typedef enum bcmolt_gpon_onu_loai_id
3112{
3113 BCMOLT_GPON_ONU_LOAI_ID__BEGIN = 0,
3114 BCMOLT_GPON_ONU_LOAI_ID_ALARM_STATUS = 0, /**< alarm status. */
3115 BCMOLT_GPON_ONU_LOAI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3116} bcmolt_gpon_onu_loai_id;
3117
3118/** Identifiers for all properties contained in the gpon_onu_loki group.
3119 */
3120typedef enum bcmolt_gpon_onu_loki_id
3121{
3122 BCMOLT_GPON_ONU_LOKI_ID__BEGIN = 0,
3123 BCMOLT_GPON_ONU_LOKI_ID_ALARM_STATUS = 0, /**< alarm status. */
3124 BCMOLT_GPON_ONU_LOKI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3125} bcmolt_gpon_onu_loki_id;
3126
3127/** Identifiers for all properties contained in the gpon_onu_memi group.
3128 */
3129typedef enum bcmolt_gpon_onu_memi_id
3130{
3131 BCMOLT_GPON_ONU_MEMI_ID__BEGIN = 0,
3132 BCMOLT_GPON_ONU_MEMI_ID_PLOAM_BUFFER = 0, /**< PLOAM buffer. */
3133 BCMOLT_GPON_ONU_MEMI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3134} bcmolt_gpon_onu_memi_id;
3135
3136/** Identifiers for all properties contained in the gpon_onu_omci_packet group.
3137 */
3138typedef enum bcmolt_gpon_onu_omci_packet_id
3139{
3140 BCMOLT_GPON_ONU_OMCI_PACKET_ID__BEGIN = 0,
3141 BCMOLT_GPON_ONU_OMCI_PACKET_ID_PORT_ID = 0, /**< port_id. */
3142 BCMOLT_GPON_ONU_OMCI_PACKET_ID_CRC_OK = 1, /**< crc_ok. */
3143 BCMOLT_GPON_ONU_OMCI_PACKET_ID_PACKET_SIZE = 2, /**< packet_size. */
3144 BCMOLT_GPON_ONU_OMCI_PACKET_ID_BUFFER = 3, /**< buffer. */
3145 BCMOLT_GPON_ONU_OMCI_PACKET_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3146} bcmolt_gpon_onu_omci_packet_id;
3147
3148/** Identifiers for all properties contained in the
3149 * gpon_onu_omci_port_id_configuration_completed group.
3150 */
3151typedef enum bcmolt_gpon_onu_omci_port_id_configuration_completed_id
3152{
3153 BCMOLT_GPON_ONU_OMCI_PORT_ID_CONFIGURATION_COMPLETED_ID__BEGIN = 0,
3154 BCMOLT_GPON_ONU_OMCI_PORT_ID_CONFIGURATION_COMPLETED_ID_GEM_PORT = 0, /**< GEM Port ID. */
3155 BCMOLT_GPON_ONU_OMCI_PORT_ID_CONFIGURATION_COMPLETED_ID_STATUS = 1, /**< status. */
3156 BCMOLT_GPON_ONU_OMCI_PORT_ID_CONFIGURATION_COMPLETED_ID_OPERATION = 2, /**< Operation. */
3157 BCMOLT_GPON_ONU_OMCI_PORT_ID_CONFIGURATION_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3158} bcmolt_gpon_onu_omci_port_id_configuration_completed_id;
3159
3160/** Identifiers for all properties contained in the
3161 * gpon_onu_onu_activation_completed group.
3162 */
3163typedef enum bcmolt_gpon_onu_onu_activation_completed_id
3164{
3165 BCMOLT_GPON_ONU_ONU_ACTIVATION_COMPLETED_ID__BEGIN = 0,
3166 BCMOLT_GPON_ONU_ONU_ACTIVATION_COMPLETED_ID_STATUS = 0, /**< status. */
3167 BCMOLT_GPON_ONU_ONU_ACTIVATION_COMPLETED_ID_FAIL_REASON = 1, /**< fail reason. */
3168 BCMOLT_GPON_ONU_ONU_ACTIVATION_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3169} bcmolt_gpon_onu_onu_activation_completed_id;
3170
3171/** Identifiers for all properties contained in the
3172 * gpon_onu_onu_activation_standby_completed group.
3173 */
3174typedef enum bcmolt_gpon_onu_onu_activation_standby_completed_id
3175{
3176 BCMOLT_GPON_ONU_ONU_ACTIVATION_STANDBY_COMPLETED_ID__BEGIN = 0,
3177 BCMOLT_GPON_ONU_ONU_ACTIVATION_STANDBY_COMPLETED_ID_RESULT = 0, /**< result. */
3178 BCMOLT_GPON_ONU_ONU_ACTIVATION_STANDBY_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3179} bcmolt_gpon_onu_onu_activation_standby_completed_id;
3180
3181/** Identifiers for all properties contained in the gpon_onu_onu_alarm group.
3182 */
3183typedef enum bcmolt_gpon_onu_onu_alarm_id
3184{
3185 BCMOLT_GPON_ONU_ONU_ALARM_ID__BEGIN = 0,
3186 BCMOLT_GPON_ONU_ONU_ALARM_ID_ONU_ALARM = 0, /**< onu alarm. */
3187 BCMOLT_GPON_ONU_ONU_ALARM_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3188} bcmolt_gpon_onu_onu_alarm_id;
3189
3190/** Identifiers for all properties contained in the
3191 * gpon_onu_onu_deactivation_completed group.
3192 */
3193typedef enum bcmolt_gpon_onu_onu_deactivation_completed_id
3194{
3195 BCMOLT_GPON_ONU_ONU_DEACTIVATION_COMPLETED_ID__BEGIN = 0,
3196 BCMOLT_GPON_ONU_ONU_DEACTIVATION_COMPLETED_ID_STATUS = 0, /**< status. */
3197 BCMOLT_GPON_ONU_ONU_DEACTIVATION_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3198} bcmolt_gpon_onu_onu_deactivation_completed_id;
3199
3200/** Identifiers for all properties contained in the
3201 * gpon_onu_onu_disable_completed group.
3202 */
3203typedef enum bcmolt_gpon_onu_onu_disable_completed_id
3204{
3205 BCMOLT_GPON_ONU_ONU_DISABLE_COMPLETED_ID__BEGIN = 0,
3206 BCMOLT_GPON_ONU_ONU_DISABLE_COMPLETED_ID_SERIAL_NUMBER = 0, /**< serial number. */
3207 BCMOLT_GPON_ONU_ONU_DISABLE_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3208} bcmolt_gpon_onu_onu_disable_completed_id;
3209
3210/** Identifiers for all properties contained in the
3211 * gpon_onu_onu_enable_completed group.
3212 */
3213typedef enum bcmolt_gpon_onu_onu_enable_completed_id
3214{
3215 BCMOLT_GPON_ONU_ONU_ENABLE_COMPLETED_ID__BEGIN = 0,
3216 BCMOLT_GPON_ONU_ONU_ENABLE_COMPLETED_ID_SERIAL_NUMBER = 0, /**< serial number. */
3217 BCMOLT_GPON_ONU_ONU_ENABLE_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3218} bcmolt_gpon_onu_onu_enable_completed_id;
3219
3220/** Identifiers for all properties contained in the gpon_onu_optical_reflection
3221 * group.
3222 */
3223typedef enum bcmolt_gpon_onu_optical_reflection_id
3224{
3225 BCMOLT_GPON_ONU_OPTICAL_REFLECTION_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3226} bcmolt_gpon_onu_optical_reflection_id;
3227
3228/** Identifiers for all properties contained in the
3229 * gpon_onu_password_authentication_completed group.
3230 */
3231typedef enum bcmolt_gpon_onu_password_authentication_completed_id
3232{
3233 BCMOLT_GPON_ONU_PASSWORD_AUTHENTICATION_COMPLETED_ID__BEGIN = 0,
3234 BCMOLT_GPON_ONU_PASSWORD_AUTHENTICATION_COMPLETED_ID_STATUS = 0, /**< status. */
3235 BCMOLT_GPON_ONU_PASSWORD_AUTHENTICATION_COMPLETED_ID_FAIL_REASON = 1, /**< fail reason. */
3236 BCMOLT_GPON_ONU_PASSWORD_AUTHENTICATION_COMPLETED_ID_PASSWORD = 2, /**< password. */
3237 BCMOLT_GPON_ONU_PASSWORD_AUTHENTICATION_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3238} bcmolt_gpon_onu_password_authentication_completed_id;
3239
3240/** Identifiers for all properties contained in the gpon_onu_pee group.
3241 */
3242typedef enum bcmolt_gpon_onu_pee_id
3243{
3244 BCMOLT_GPON_ONU_PEE_ID__BEGIN = 0,
3245 BCMOLT_GPON_ONU_PEE_ID_ALARM_STATUS = 0, /**< alarm status. */
3246 BCMOLT_GPON_ONU_PEE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3247} bcmolt_gpon_onu_pee_id;
3248
3249/** Identifiers for all properties contained in the gpon_onu_ploam_packet group.
3250 */
3251typedef enum bcmolt_gpon_onu_ploam_packet_id
3252{
3253 BCMOLT_GPON_ONU_PLOAM_PACKET_ID__BEGIN = 0,
3254 BCMOLT_GPON_ONU_PLOAM_PACKET_ID_PLOAM = 0, /**< ploam. */
3255 BCMOLT_GPON_ONU_PLOAM_PACKET_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3256} bcmolt_gpon_onu_ploam_packet_id;
3257
3258/** Identifiers for all properties contained in the gpon_onu_possible_drift
3259 * group.
3260 */
3261typedef enum bcmolt_gpon_onu_possible_drift_id
3262{
3263 BCMOLT_GPON_ONU_POSSIBLE_DRIFT_ID__BEGIN = 0,
3264 BCMOLT_GPON_ONU_POSSIBLE_DRIFT_ID_ALARM_STATUS = 0, /**< Alarm Status. */
3265 BCMOLT_GPON_ONU_POSSIBLE_DRIFT_ID_ESTIMATED_DRIFT = 1, /**< Estimated Drift. */
3266 BCMOLT_GPON_ONU_POSSIBLE_DRIFT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3267} bcmolt_gpon_onu_possible_drift_id;
3268
3269/** Identifiers for all properties contained in the
3270 * gpon_onu_power_management_state_change group.
3271 */
3272typedef enum bcmolt_gpon_onu_power_management_state_change_id
3273{
3274 BCMOLT_GPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID__BEGIN = 0,
3275 BCMOLT_GPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID_OLD_STATE = 0, /**< Old State. */
3276 BCMOLT_GPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID_NEW_STATE = 1, /**< New State. */
3277 BCMOLT_GPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID_REASON = 2, /**< Reason. */
3278 BCMOLT_GPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3279} bcmolt_gpon_onu_power_management_state_change_id;
3280
3281/** Identifiers for all properties contained in the gpon_onu_pst group.
3282 */
3283typedef enum bcmolt_gpon_onu_pst_id
3284{
3285 BCMOLT_GPON_ONU_PST_ID__BEGIN = 0,
3286 BCMOLT_GPON_ONU_PST_ID_LINK_NUMBER = 0, /**< link number. */
3287 BCMOLT_GPON_ONU_PST_ID_K1 = 1, /**< K1. */
3288 BCMOLT_GPON_ONU_PST_ID_K2 = 2, /**< K2. */
3289 BCMOLT_GPON_ONU_PST_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3290} bcmolt_gpon_onu_pst_id;
3291
3292/** Identifiers for all properties contained in the gpon_onu_ranging_completed
3293 * group.
3294 */
3295typedef enum bcmolt_gpon_onu_ranging_completed_id
3296{
3297 BCMOLT_GPON_ONU_RANGING_COMPLETED_ID__BEGIN = 0,
3298 BCMOLT_GPON_ONU_RANGING_COMPLETED_ID_STATUS = 0, /**< status. */
3299 BCMOLT_GPON_ONU_RANGING_COMPLETED_ID_FAIL_REASON = 1, /**< fail reason. */
3300 BCMOLT_GPON_ONU_RANGING_COMPLETED_ID_NUMBER_OF_PLOAMS = 2, /**< number of PLOAMs. */
3301 BCMOLT_GPON_ONU_RANGING_COMPLETED_ID_EQD = 3, /**< EQD. */
3302 BCMOLT_GPON_ONU_RANGING_COMPLETED_ID_POWER_LEVEL = 4, /**< Power Level. */
3303 BCMOLT_GPON_ONU_RANGING_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3304} bcmolt_gpon_onu_ranging_completed_id;
3305
3306/** Identifiers for all properties contained in the gpon_onu_rei group.
3307 */
3308typedef enum bcmolt_gpon_onu_rei_id
3309{
3310 BCMOLT_GPON_ONU_REI_ID__BEGIN = 0,
3311 BCMOLT_GPON_ONU_REI_ID_BIP8_ERRORS = 0, /**< BIP8 errors. */
3312 BCMOLT_GPON_ONU_REI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3313} bcmolt_gpon_onu_rei_id;
3314
3315/** Identifiers for all properties contained in the
3316 * gpon_onu_rssi_measurement_completed group.
3317 */
3318typedef enum bcmolt_gpon_onu_rssi_measurement_completed_id
3319{
3320 BCMOLT_GPON_ONU_RSSI_MEASUREMENT_COMPLETED_ID__BEGIN = 0,
3321 BCMOLT_GPON_ONU_RSSI_MEASUREMENT_COMPLETED_ID_STATUS = 0, /**< status. */
3322 BCMOLT_GPON_ONU_RSSI_MEASUREMENT_COMPLETED_ID_FAIL_REASON = 1, /**< fail reason. */
3323 BCMOLT_GPON_ONU_RSSI_MEASUREMENT_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3324} bcmolt_gpon_onu_rssi_measurement_completed_id;
3325
3326/** Identifiers for all properties contained in the gpon_onu_rssi_measurement
3327 * group.
3328 */
3329typedef enum bcmolt_gpon_onu_rssi_measurement_id
3330{
3331 BCMOLT_GPON_ONU_RSSI_MEASUREMENT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3332} bcmolt_gpon_onu_rssi_measurement_id;
3333
3334/** Identifiers for all properties contained in the gpon_onu_sdi group.
3335 */
3336typedef enum bcmolt_gpon_onu_sdi_id
3337{
3338 BCMOLT_GPON_ONU_SDI_ID__BEGIN = 0,
3339 BCMOLT_GPON_ONU_SDI_ID_ALARM_STATUS = 0, /**< alarm status. */
3340 BCMOLT_GPON_ONU_SDI_ID_BER = 1, /**< BER. */
3341 BCMOLT_GPON_ONU_SDI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3342} bcmolt_gpon_onu_sdi_id;
3343
3344/** Identifiers for all properties contained in the gpon_onu_set_onu_state
3345 * group.
3346 */
3347typedef enum bcmolt_gpon_onu_set_onu_state_id
3348{
3349 BCMOLT_GPON_ONU_SET_ONU_STATE_ID__BEGIN = 0,
3350 BCMOLT_GPON_ONU_SET_ONU_STATE_ID_ONU_STATE = 0, /**< ONU state. */
3351 BCMOLT_GPON_ONU_SET_ONU_STATE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3352} bcmolt_gpon_onu_set_onu_state_id;
3353
3354/** Identifiers for all properties contained in the gpon_onu_sfi group.
3355 */
3356typedef enum bcmolt_gpon_onu_sfi_id
3357{
3358 BCMOLT_GPON_ONU_SFI_ID__BEGIN = 0,
3359 BCMOLT_GPON_ONU_SFI_ID_ALARM_STATUS = 0, /**< alarm status. */
3360 BCMOLT_GPON_ONU_SFI_ID_BER = 1, /**< BER. */
3361 BCMOLT_GPON_ONU_SFI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3362} bcmolt_gpon_onu_sfi_id;
3363
3364/** Identifiers for all properties contained in the gpon_onu_stat_alarm_cleared
3365 * group.
3366 */
3367typedef enum bcmolt_gpon_onu_stat_alarm_cleared_id
3368{
3369 BCMOLT_GPON_ONU_STAT_ALARM_CLEARED_ID__BEGIN = 0,
3370 BCMOLT_GPON_ONU_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
3371 BCMOLT_GPON_ONU_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3372} bcmolt_gpon_onu_stat_alarm_cleared_id;
3373
3374/** Identifiers for all properties contained in the gpon_onu_stat_alarm_raised
3375 * group.
3376 */
3377typedef enum bcmolt_gpon_onu_stat_alarm_raised_id
3378{
3379 BCMOLT_GPON_ONU_STAT_ALARM_RAISED_ID__BEGIN = 0,
3380 BCMOLT_GPON_ONU_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
3381 BCMOLT_GPON_ONU_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3382} bcmolt_gpon_onu_stat_alarm_raised_id;
3383
3384/** Identifiers for all properties contained in the gpon_onu_stat_cfg group.
3385 */
3386typedef enum bcmolt_gpon_onu_stat_cfg_id
3387{
3388 BCMOLT_GPON_ONU_STAT_CFG_ID__BEGIN = 0,
3389 BCMOLT_GPON_ONU_STAT_CFG_ID_CFG = 0, /**< Configuration. */
3390 BCMOLT_GPON_ONU_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3391} bcmolt_gpon_onu_stat_cfg_id;
3392
3393/** Identifiers for all properties contained in the gpon_onu_stat group.
3394 */
3395typedef enum bcmolt_gpon_onu_stat_id
3396{
3397 BCMOLT_GPON_ONU_STAT_ID__BEGIN = 0,
3398 BCMOLT_GPON_ONU_STAT_ID_FEC_CODEWORDS = 0, /**< Total received FEC codewords. */
3399 BCMOLT_GPON_ONU_STAT_ID_FEC_BYTES_CORRECTED = 1, /**< FEC codewords corrected bytes. */
3400 BCMOLT_GPON_ONU_STAT_ID_FEC_CODEWORDS_CORRECTED = 2, /**< FEC corrected codewords error . */
3401 BCMOLT_GPON_ONU_STAT_ID_FEC_CODEWORDS_UNCORRECTED = 3, /**< FEC not corrected codewords error. */
3402 BCMOLT_GPON_ONU_STAT_ID_BIP8_BYTES = 4, /**< Received bytes for BIP8. */
3403 BCMOLT_GPON_ONU_STAT_ID_BIP8_ERRORS = 5, /**< Bit error according to BIP8. */
3404 BCMOLT_GPON_ONU_STAT_ID_RX_PLOAMS_CRC_ERROR = 6, /**< Received PLOAMs with CRC error. */
3405 BCMOLT_GPON_ONU_STAT_ID_RX_PLOAMS_NON_IDLE = 7, /**< Received non idle PLOAMs. */
3406 BCMOLT_GPON_ONU_STAT_ID_POSITIVE_DRIFT = 8, /**< Positive drift. */
3407 BCMOLT_GPON_ONU_STAT_ID_NEGATIVE_DRIFT = 9, /**< Negative drift. */
3408 BCMOLT_GPON_ONU_STAT_ID_RX_OMCI = 10, /**< Received OMCI packets. */
3409 BCMOLT_GPON_ONU_STAT_ID_RX_OMCI_PACKETS_CRC_ERROR = 11, /**< Received OMCI packets with CRC errors. */
3410 BCMOLT_GPON_ONU_STAT_ID_BER_REPORTED = 12, /**< BER reported. */
3411 BCMOLT_GPON_ONU_STAT_ID_UNRECEIVED_BURST = 13, /**< Unreceived burst. */
3412 BCMOLT_GPON_ONU_STAT_ID_LCDG_ERRORS = 14, /**< LCDG errors. */
3413 BCMOLT_GPON_ONU_STAT_ID_RDI_ERRORS = 15, /**< RDI errors. */
3414 BCMOLT_GPON_ONU_STAT_ID_RX_BYTES = 16, /**< rx bytes. */
3415 BCMOLT_GPON_ONU_STAT_ID_RX_PACKETS = 17, /**< rx packets. */
3416 BCMOLT_GPON_ONU_STAT_ID_TX_BYTES = 18, /**< tx bytes. */
3417 BCMOLT_GPON_ONU_STAT_ID_TX_PACKETS = 19, /**< tx packets. */
3418 BCMOLT_GPON_ONU_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3419} bcmolt_gpon_onu_stat_id;
3420
3421/** Identifiers for all properties contained in the gpon_onu_sufi group.
3422 */
3423typedef enum bcmolt_gpon_onu_sufi_id
3424{
3425 BCMOLT_GPON_ONU_SUFI_ID__BEGIN = 0,
3426 BCMOLT_GPON_ONU_SUFI_ID_ALARM_STATUS = 0, /**< alarm status. */
3427 BCMOLT_GPON_ONU_SUFI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3428} bcmolt_gpon_onu_sufi_id;
3429
3430/** Identifiers for all properties contained in the gpon_onu_tiwi group.
3431 */
3432typedef enum bcmolt_gpon_onu_tiwi_id
3433{
3434 BCMOLT_GPON_ONU_TIWI_ID__BEGIN = 0,
3435 BCMOLT_GPON_ONU_TIWI_ID_ALARM_STATUS = 0, /**< Alarm status. */
3436 BCMOLT_GPON_ONU_TIWI_ID_DRIFT_VALUE = 1, /**< Drift value. */
3437 BCMOLT_GPON_ONU_TIWI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3438} bcmolt_gpon_onu_tiwi_id;
3439
3440/** Identifiers for all properties contained in the gpon_trx_cfg group.
3441 */
3442typedef enum bcmolt_gpon_trx_cfg_id
3443{
3444 BCMOLT_GPON_TRX_CFG_ID__BEGIN = 0,
3445 BCMOLT_GPON_TRX_CFG_ID_TRANSCEIVER_TYPE = 0, /**< transceiver type. */
3446 BCMOLT_GPON_TRX_CFG_ID_LA_CONFIGURATION = 1, /**< LA configuration. */
3447 BCMOLT_GPON_TRX_CFG_ID_BCDR = 2, /**< BCDR. */
3448 BCMOLT_GPON_TRX_CFG_ID_LA_RANGING_AFTER_NO_ED_RESYNC = 3, /**< LA ranging after no ed resync . */
3449 BCMOLT_GPON_TRX_CFG_ID_BCDR_RANGING_AFTER_NO_ED_RESYNC = 4, /**< BCDR ranging after no ed resync configuration. */
3450 BCMOLT_GPON_TRX_CFG_ID_LA_RANGING_AFTER_ED_RESYNC = 5, /**< LA ranging after ed resync . */
3451 BCMOLT_GPON_TRX_CFG_ID_BCDR_RANGING_AFTER_ED_RESYNC = 6, /**< BCDR ranging after ed resync. */
3452 BCMOLT_GPON_TRX_CFG_ID_LA_RESYNC_POLARITY = 7, /**< la resync polarity. */
3453 BCMOLT_GPON_TRX_CFG_ID_BCDR_RESYNC_POLARITY = 8, /**< BCDR resync polarity. */
3454 BCMOLT_GPON_TRX_CFG_ID_BCDR_RANGING_RESYNC_CONDITIONS = 9, /**< bcdr ranging resync conditions. */
3455 BCMOLT_GPON_TRX_CFG_ID_LA_RANGING_RESYNC_CONDITIONS = 10, /**< la ranging resync conditions. */
3456 BCMOLT_GPON_TRX_CFG_ID_RX_CONFIGURATION = 11, /**< RX configuration. */
3457 BCMOLT_GPON_TRX_CFG_ID_RANGING_CONTROL_STAGES_CONFIGURATION = 12, /**< ranging control stages configuration. */
3458 BCMOLT_GPON_TRX_CFG_ID_ENERGY_DETECT = 13, /**< Energy Detect. */
3459 BCMOLT_GPON_TRX_CFG_ID_END_OF_BURST_DATA_PATTERN = 14, /**< end of burst data pattern . */
3460 BCMOLT_GPON_TRX_CFG_ID_END_OF_BURST_RANGING_PATTERN = 15, /**< end of burst ranging pattern. */
3461 BCMOLT_GPON_TRX_CFG_ID_PREAMBLE = 16, /**< Preamble. */
3462 BCMOLT_GPON_TRX_CFG_ID_DELIMITER = 17, /**< Delimiter. */
3463 BCMOLT_GPON_TRX_CFG_ID_GUARD_BITS = 18, /**< Guard bits. */
3464 BCMOLT_GPON_TRX_CFG_ID_SERDES_CONFIGURATION = 19, /**< serdes configuration. */
3465 BCMOLT_GPON_TRX_CFG_ID_PLO_RANGING = 20, /**< PLO for ranging. */
3466 BCMOLT_GPON_TRX_CFG_ID_PLO_DATA = 21, /**< PLO for data. */
3467 BCMOLT_GPON_TRX_CFG_ID_RSSI_NORMAL_CONFIG = 22, /**< rssi normal config. */
3468 BCMOLT_GPON_TRX_CFG_ID_RANGING_RSSI_RESYNC_CONTROL = 23, /**< ranging rssi resync control. */
3469 BCMOLT_GPON_TRX_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3470} bcmolt_gpon_trx_cfg_id;
3471
3472/** Identifiers for all properties contained in the gpon_trx_key group.
3473 */
3474typedef enum bcmolt_gpon_trx_key_id
3475{
3476 BCMOLT_GPON_TRX_KEY_ID__BEGIN = 0,
3477 BCMOLT_GPON_TRX_KEY_ID_PON_NI = 0, /**< PON network interface. */
3478 BCMOLT_GPON_TRX_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3479} bcmolt_gpon_trx_key_id;
3480
3481/** Identifiers for all properties contained in the log_entry_auto_cfg group.
3482 */
3483typedef enum bcmolt_log_entry_auto_cfg_id
3484{
3485 BCMOLT_LOG_ENTRY_AUTO_CFG_ID__BEGIN = 0,
3486 BCMOLT_LOG_ENTRY_AUTO_CFG_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
3487 BCMOLT_LOG_ENTRY_AUTO_CFG_ID_STAT_ALARM_RAISED = 1, /**< Stat Alarm Raised. */
3488 BCMOLT_LOG_ENTRY_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3489} bcmolt_log_entry_auto_cfg_id;
3490
3491/** Identifiers for all properties contained in the log_entry_cfg group.
3492 */
3493typedef enum bcmolt_log_entry_cfg_id
3494{
3495 BCMOLT_LOG_ENTRY_CFG_ID__BEGIN = 0,
3496 BCMOLT_LOG_ENTRY_CFG_ID_DEFAULT_LOG_LEVEL = 0, /**< default log level. */
3497 BCMOLT_LOG_ENTRY_CFG_ID_DEFAULT_LOG_TYPE = 1, /**< default log type. */
3498 BCMOLT_LOG_ENTRY_CFG_ID_LOG_LEVEL_PRINT = 2, /**< log level print. */
3499 BCMOLT_LOG_ENTRY_CFG_ID_LOG_LEVEL_SAVE = 3, /**< log level save. */
3500 BCMOLT_LOG_ENTRY_CFG_ID_LOG_TYPE = 4, /**< log type. */
3501 BCMOLT_LOG_ENTRY_CFG_ID_LOG_STYLE = 5, /**< log_style. */
3502 BCMOLT_LOG_ENTRY_CFG_ID_LOG_NAME = 6, /**< log name. */
3503 BCMOLT_LOG_ENTRY_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3504} bcmolt_log_entry_cfg_id;
3505
3506/** Identifiers for all properties contained in the log_entry_key group.
3507 */
3508typedef enum bcmolt_log_entry_key_id
3509{
3510 BCMOLT_LOG_ENTRY_KEY_ID__BEGIN = 0,
3511 BCMOLT_LOG_ENTRY_KEY_ID_LOG_ID = 0, /**< log id. */
3512 BCMOLT_LOG_ENTRY_KEY_ID_RESERVED = 1, /**< reserved. */
3513 BCMOLT_LOG_ENTRY_KEY_ID_NAME = 2, /**< name. */
3514 BCMOLT_LOG_ENTRY_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3515} bcmolt_log_entry_key_id;
3516
3517/** Identifiers for all properties contained in the log_entry_stat_alarm_cleared
3518 * group.
3519 */
3520typedef enum bcmolt_log_entry_stat_alarm_cleared_id
3521{
3522 BCMOLT_LOG_ENTRY_STAT_ALARM_CLEARED_ID__BEGIN = 0,
3523 BCMOLT_LOG_ENTRY_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
3524 BCMOLT_LOG_ENTRY_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3525} bcmolt_log_entry_stat_alarm_cleared_id;
3526
3527/** Identifiers for all properties contained in the log_entry_stat_alarm_raised
3528 * group.
3529 */
3530typedef enum bcmolt_log_entry_stat_alarm_raised_id
3531{
3532 BCMOLT_LOG_ENTRY_STAT_ALARM_RAISED_ID__BEGIN = 0,
3533 BCMOLT_LOG_ENTRY_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
3534 BCMOLT_LOG_ENTRY_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3535} bcmolt_log_entry_stat_alarm_raised_id;
3536
3537/** Identifiers for all properties contained in the log_entry_stat_cfg group.
3538 */
3539typedef enum bcmolt_log_entry_stat_cfg_id
3540{
3541 BCMOLT_LOG_ENTRY_STAT_CFG_ID__BEGIN = 0,
3542 BCMOLT_LOG_ENTRY_STAT_CFG_ID_CFG = 0, /**< Configuration. */
3543 BCMOLT_LOG_ENTRY_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3544} bcmolt_log_entry_stat_cfg_id;
3545
3546/** Identifiers for all properties contained in the log_entry_stat group.
3547 */
3548typedef enum bcmolt_log_entry_stat_id
3549{
3550 BCMOLT_LOG_ENTRY_STAT_ID__BEGIN = 0,
3551 BCMOLT_LOG_ENTRY_STAT_ID_MSG_COUNT = 0, /**< msg count. */
3552 BCMOLT_LOG_ENTRY_STAT_ID_LOST_MSG_COUNT = 1, /**< lost msg count. */
3553 BCMOLT_LOG_ENTRY_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3554} bcmolt_log_entry_stat_id;
3555
3556/** Identifiers for all properties contained in the logger_auto_cfg group.
3557 */
3558typedef enum bcmolt_logger_auto_cfg_id
3559{
3560 BCMOLT_LOGGER_AUTO_CFG_ID__BEGIN = 0,
3561 BCMOLT_LOGGER_AUTO_CFG_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
3562 BCMOLT_LOGGER_AUTO_CFG_ID_STAT_ALARM_RAISED = 1, /**< Stat Alarm Raised. */
3563 BCMOLT_LOGGER_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3564} bcmolt_logger_auto_cfg_id;
3565
3566/** Identifiers for all properties contained in the logger_cfg group.
3567 */
3568typedef enum bcmolt_logger_cfg_id
3569{
3570 BCMOLT_LOGGER_CFG_ID__BEGIN = 0,
3571 BCMOLT_LOGGER_CFG_ID_BUFFER = 0, /**< buffer. */
3572 BCMOLT_LOGGER_CFG_ID_WRAP_AROUND = 1, /**< wrap around. */
3573 BCMOLT_LOGGER_CFG_ID_CLEAR_AFTER_READ = 2, /**< clear_after_read. */
3574 BCMOLT_LOGGER_CFG_ID_ENABLE_LOG = 3, /**< enable log. */
3575 BCMOLT_LOGGER_CFG_ID_LOG_NAMES = 4, /**< log_names. */
3576 BCMOLT_LOGGER_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3577} bcmolt_logger_cfg_id;
3578
3579/** Identifiers for all properties contained in the logger_clear_log group.
3580 */
3581typedef enum bcmolt_logger_clear_log_id
3582{
3583 BCMOLT_LOGGER_CLEAR_LOG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3584} bcmolt_logger_clear_log_id;
3585
3586/** Identifiers for all properties contained in the logger_key group.
3587 */
3588typedef enum bcmolt_logger_key_id
3589{
3590 BCMOLT_LOGGER_KEY_ID__BEGIN = 0,
3591 BCMOLT_LOGGER_KEY_ID_RESERVED = 0, /**< reserved. */
3592 BCMOLT_LOGGER_KEY_ID_FILE_ID = 1, /**< file id. */
3593 BCMOLT_LOGGER_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3594} bcmolt_logger_key_id;
3595
3596/** Identifiers for all properties contained in the logger_stat_alarm_cleared
3597 * group.
3598 */
3599typedef enum bcmolt_logger_stat_alarm_cleared_id
3600{
3601 BCMOLT_LOGGER_STAT_ALARM_CLEARED_ID__BEGIN = 0,
3602 BCMOLT_LOGGER_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
3603 BCMOLT_LOGGER_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3604} bcmolt_logger_stat_alarm_cleared_id;
3605
3606/** Identifiers for all properties contained in the logger_stat_alarm_raised
3607 * group.
3608 */
3609typedef enum bcmolt_logger_stat_alarm_raised_id
3610{
3611 BCMOLT_LOGGER_STAT_ALARM_RAISED_ID__BEGIN = 0,
3612 BCMOLT_LOGGER_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
3613 BCMOLT_LOGGER_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3614} bcmolt_logger_stat_alarm_raised_id;
3615
3616/** Identifiers for all properties contained in the logger_stat_cfg group.
3617 */
3618typedef enum bcmolt_logger_stat_cfg_id
3619{
3620 BCMOLT_LOGGER_STAT_CFG_ID__BEGIN = 0,
3621 BCMOLT_LOGGER_STAT_CFG_ID_CFG = 0, /**< Configuration. */
3622 BCMOLT_LOGGER_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3623} bcmolt_logger_stat_cfg_id;
3624
3625/** Identifiers for all properties contained in the logger_stat group.
3626 */
3627typedef enum bcmolt_logger_stat_id
3628{
3629 BCMOLT_LOGGER_STAT_ID__BEGIN = 0,
3630 BCMOLT_LOGGER_STAT_ID_LINES_IN_LOG = 0, /**< lines in log. */
3631 BCMOLT_LOGGER_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3632} bcmolt_logger_stat_id;
3633
3634/** Identifiers for all properties contained in the nni_auto_cfg group.
3635 */
3636typedef enum bcmolt_nni_auto_cfg_id
3637{
3638 BCMOLT_NNI_AUTO_CFG_ID__BEGIN = 0,
3639 BCMOLT_NNI_AUTO_CFG_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
3640 BCMOLT_NNI_AUTO_CFG_ID_STAT_ALARM_RAISED = 1, /**< Stat Alarm Raised. */
3641 BCMOLT_NNI_AUTO_CFG_ID_STATUS_CHANGED = 2, /**< Status changed. */
3642 BCMOLT_NNI_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3643} bcmolt_nni_auto_cfg_id;
3644
3645/** Identifiers for all properties contained in the nni_cfg group.
3646 */
3647typedef enum bcmolt_nni_cfg_id
3648{
3649 BCMOLT_NNI_CFG_ID__BEGIN = 0,
3650 BCMOLT_NNI_CFG_ID_REMOTE_LOOPBACK = 0, /**< Remote loopback. */
3651 BCMOLT_NNI_CFG_ID_LINE_LOOPBACK = 1, /**< Line loopback. */
3652 BCMOLT_NNI_CFG_ID_MAC_ADDRESS = 2, /**< Mac Address. */
3653 BCMOLT_NNI_CFG_ID_NNI_STATUS = 3, /**< NNI Status. */
3654 BCMOLT_NNI_CFG_ID_NNI_BACKUP_STATUS = 4, /**< NNI Backup Status. */
3655 BCMOLT_NNI_CFG_ID_ACTIVE_NNI = 5, /**< Active NNI. */
3656 BCMOLT_NNI_CFG_ID_NNI_STATUS_POLLING_INTERVAL_MS = 6, /**< NNI Status Polling Interval (ms). */
3657 BCMOLT_NNI_CFG_ID_AUTOSWITCH = 7, /**< Auto-Switch. */
3658 BCMOLT_NNI_CFG_ID_FLOW_CONTROL = 8, /**< Flow Control. */
3659 BCMOLT_NNI_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3660} bcmolt_nni_cfg_id;
3661
3662/** Identifiers for all properties contained in the nni_key group.
3663 */
3664typedef enum bcmolt_nni_key_id
3665{
3666 BCMOLT_NNI_KEY_ID__BEGIN = 0,
3667 BCMOLT_NNI_KEY_ID_PON_NI = 0, /**< PON NI. */
3668 BCMOLT_NNI_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3669} bcmolt_nni_key_id;
3670
3671/** Identifiers for all properties contained in the nni_serdes_cfg group.
3672 */
3673typedef enum bcmolt_nni_serdes_cfg_id
3674{
3675 BCMOLT_NNI_SERDES_CFG_ID__BEGIN = 0,
3676 BCMOLT_NNI_SERDES_CFG_ID_RX_VGA = 0, /**< Rx Vga. */
3677 BCMOLT_NNI_SERDES_CFG_ID_RX_PF = 1, /**< Rx PF. */
3678 BCMOLT_NNI_SERDES_CFG_ID_RX_LFPF = 2, /**< Rx LFPF. */
3679 BCMOLT_NNI_SERDES_CFG_ID_RX_DFE1 = 3, /**< Rx DFE1. */
3680 BCMOLT_NNI_SERDES_CFG_ID_RX_DFE2 = 4, /**< Rx DFE2. */
3681 BCMOLT_NNI_SERDES_CFG_ID_RX_DFE3 = 5, /**< Rx DFE3. */
3682 BCMOLT_NNI_SERDES_CFG_ID_RX_DFE4 = 6, /**< Rx DFE4. */
3683 BCMOLT_NNI_SERDES_CFG_ID_RX_DFE5 = 7, /**< Rx DFE5. */
3684 BCMOLT_NNI_SERDES_CFG_ID_TX_PRE = 8, /**< Tx Pre. */
3685 BCMOLT_NNI_SERDES_CFG_ID_TX_MAIN = 9, /**< Tx Main. */
3686 BCMOLT_NNI_SERDES_CFG_ID_TX_POST1 = 10, /**< Tx Post1. */
3687 BCMOLT_NNI_SERDES_CFG_ID_TX_POST2 = 11, /**< Tx Post2. */
3688 BCMOLT_NNI_SERDES_CFG_ID_TX_POST3 = 12, /**< Tx Post3. */
3689 BCMOLT_NNI_SERDES_CFG_ID_TX_AMP = 13, /**< Tx Amp. */
3690 BCMOLT_NNI_SERDES_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3691} bcmolt_nni_serdes_cfg_id;
3692
3693/** Identifiers for all properties contained in the nni_serdes_key group.
3694 */
3695typedef enum bcmolt_nni_serdes_key_id
3696{
3697 BCMOLT_NNI_SERDES_KEY_ID__BEGIN = 0,
3698 BCMOLT_NNI_SERDES_KEY_ID_PON_NI = 0, /**< PON NI. */
3699 BCMOLT_NNI_SERDES_KEY_ID_INSTANCE = 1, /**< Instance. */
3700 BCMOLT_NNI_SERDES_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3701} bcmolt_nni_serdes_key_id;
3702
3703/** Identifiers for all properties contained in the nni_stat_alarm_cleared
3704 * group.
3705 */
3706typedef enum bcmolt_nni_stat_alarm_cleared_id
3707{
3708 BCMOLT_NNI_STAT_ALARM_CLEARED_ID__BEGIN = 0,
3709 BCMOLT_NNI_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
3710 BCMOLT_NNI_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3711} bcmolt_nni_stat_alarm_cleared_id;
3712
3713/** Identifiers for all properties contained in the nni_stat_alarm_raised group.
3714 */
3715typedef enum bcmolt_nni_stat_alarm_raised_id
3716{
3717 BCMOLT_NNI_STAT_ALARM_RAISED_ID__BEGIN = 0,
3718 BCMOLT_NNI_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
3719 BCMOLT_NNI_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3720} bcmolt_nni_stat_alarm_raised_id;
3721
3722/** Identifiers for all properties contained in the nni_stat_cfg group.
3723 */
3724typedef enum bcmolt_nni_stat_cfg_id
3725{
3726 BCMOLT_NNI_STAT_CFG_ID__BEGIN = 0,
3727 BCMOLT_NNI_STAT_CFG_ID_CFG = 0, /**< Configuration. */
3728 BCMOLT_NNI_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3729} bcmolt_nni_stat_cfg_id;
3730
3731/** Identifiers for all properties contained in the nni_stat group.
3732 */
3733typedef enum bcmolt_nni_stat_id
3734{
3735 BCMOLT_NNI_STAT_ID__BEGIN = 0,
3736 BCMOLT_NNI_STAT_ID_RX_FRAMES_64 = 0, /**< RX 64 Byte Frames. */
3737 BCMOLT_NNI_STAT_ID_RX_FRAMES_65_127 = 1, /**< RX 65-127 Byte Frames. */
3738 BCMOLT_NNI_STAT_ID_RX_FRAMES_128_255 = 2, /**< RX 128-255 Byte Frames. */
3739 BCMOLT_NNI_STAT_ID_RX_FRAMES_256_511 = 3, /**< RX 256-511 Byte Frames. */
3740 BCMOLT_NNI_STAT_ID_RX_FRAMES_512_1023 = 4, /**< RX 512-1023 Byte Frames. */
3741 BCMOLT_NNI_STAT_ID_RX_FRAMES_1024_1518 = 5, /**< RX 1024-1518 Byte Frames. */
3742 BCMOLT_NNI_STAT_ID_RX_FRAMES_1519_2047 = 6, /**< RX 1519-2047 Byte Frames. */
3743 BCMOLT_NNI_STAT_ID_RX_FRAMES_2048_4095 = 7, /**< RX 2048-4095 Byte Frames. */
3744 BCMOLT_NNI_STAT_ID_RX_FRAMES_4096_9216 = 8, /**< RX 4096-9216 Byte Frames. */
3745 BCMOLT_NNI_STAT_ID_RX_FRAMES_9217_16383 = 9, /**< RX 9217-16383 Byte Frames. */
3746 BCMOLT_NNI_STAT_ID_RX_FRAMES = 10, /**< RX Frames. */
3747 BCMOLT_NNI_STAT_ID_RX_BYTES = 11, /**< RX Bytes. */
3748 BCMOLT_NNI_STAT_ID_RX_GOOD_FRAMES = 12, /**< RX Good Frames. */
3749 BCMOLT_NNI_STAT_ID_RX_UNICAST_FRAMES = 13, /**< RX Unicast Frames. */
3750 BCMOLT_NNI_STAT_ID_RX_MULTICAST_FRAMES = 14, /**< RX Multicast Frames. */
3751 BCMOLT_NNI_STAT_ID_RX_BROADCAST_FRAMES = 15, /**< RX Broadcast Frames. */
3752 BCMOLT_NNI_STAT_ID_RX_FCS_ERRORS = 16, /**< RX FCS Errors. */
3753 BCMOLT_NNI_STAT_ID_RX_CONTROL_FRAMES = 17, /**< RX Control Frames. */
3754 BCMOLT_NNI_STAT_ID_RX_PAUSE_FRAMES = 18, /**< RX Pause Frames. */
3755 BCMOLT_NNI_STAT_ID_RX_PFC_FRAMES = 19, /**< RX PFC Frames. */
3756 BCMOLT_NNI_STAT_ID_RX_UNSUPPORTED_OPCODE = 20, /**< RX Unsupported Opcode Frames. */
3757 BCMOLT_NNI_STAT_ID_RX_UNSUPPORTED_DA = 21, /**< RX Unsupported DA Frames. */
3758 BCMOLT_NNI_STAT_ID_RX_ALIGNMENT_ERRORS = 22, /**< RX Alignment Errors. */
3759 BCMOLT_NNI_STAT_ID_RX_LENGTH_OUT_OF_RANGE = 23, /**< RX Length Out of Range. */
3760 BCMOLT_NNI_STAT_ID_RX_CODE_ERRORS = 24, /**< RX Code Errors. */
3761 BCMOLT_NNI_STAT_ID_RX_OVERSIZED_FRAMES = 25, /**< RX Oversized Frames. */
3762 BCMOLT_NNI_STAT_ID_RX_JABBER_FRAMES = 26, /**< RX Jabber Frames. */
3763 BCMOLT_NNI_STAT_ID_RX_MTU_CHECK_ERRORS = 27, /**< RX MTU Check Errors. */
3764 BCMOLT_NNI_STAT_ID_RX_PROMISCUOUS_FRAMES = 28, /**< RX Promiscuous Frames. */
3765 BCMOLT_NNI_STAT_ID_RX_VLAN_FRAMES = 29, /**< RX VLAN Frames. */
3766 BCMOLT_NNI_STAT_ID_RX_DOUBLE_VLAN_FRAMES = 30, /**< RX Double VLAN Frames. */
3767 BCMOLT_NNI_STAT_ID_RX_TRUNCATED_FRAMES = 31, /**< RX Truncated Frames. */
3768 BCMOLT_NNI_STAT_ID_RX_UNDERSIZE_FRAMES = 32, /**< RX Undersized Frames. */
3769 BCMOLT_NNI_STAT_ID_RX_FRAGMENTED_FRAMES = 33, /**< RX Fragmented Frames. */
3770 BCMOLT_NNI_STAT_ID_RX_RUNT_FRAMES = 34, /**< RX Runt Frames. */
3771 BCMOLT_NNI_STAT_ID_TX_FRAMES_64 = 35, /**< TX 64 Byte Frames. */
3772 BCMOLT_NNI_STAT_ID_TX_FRAMES_65_127 = 36, /**< TX 65-127 Byte Frames. */
3773 BCMOLT_NNI_STAT_ID_TX_FRAMES_128_255 = 37, /**< TX 128-255 Byte Frames. */
3774 BCMOLT_NNI_STAT_ID_TX_FRAMES_256_511 = 38, /**< TX 256-511 Byte Frames. */
3775 BCMOLT_NNI_STAT_ID_TX_FRAMES_512_1023 = 39, /**< TX 512-1023 Byte Frames. */
3776 BCMOLT_NNI_STAT_ID_TX_FRAMES_1024_1518 = 40, /**< TX 1024-1518 Byte Frames. */
3777 BCMOLT_NNI_STAT_ID_TX_FRAMES_1519_2047 = 41, /**< TX 1519-2047 Byte Frames. */
3778 BCMOLT_NNI_STAT_ID_TX_FRAMES_2048_4095 = 42, /**< TX 2048-4095 Byte Frames. */
3779 BCMOLT_NNI_STAT_ID_TX_FRAMES_4096_9216 = 43, /**< TX 4096-9216 Byte Frames. */
3780 BCMOLT_NNI_STAT_ID_TX_FRAMES_9217_16383 = 44, /**< TX 9217-16383 Byte Frames. */
3781 BCMOLT_NNI_STAT_ID_TX_FRAMES = 45, /**< TX Frames. */
3782 BCMOLT_NNI_STAT_ID_TX_BYTES = 46, /**< TX Bytes. */
3783 BCMOLT_NNI_STAT_ID_TX_GOOD_FRAMES = 47, /**< TX Good Frames. */
3784 BCMOLT_NNI_STAT_ID_TX_UNICAST_FRAMES = 48, /**< TX Unicast Frames. */
3785 BCMOLT_NNI_STAT_ID_TX_MULTICAST_FRAMES = 49, /**< TX Multicast Frames. */
3786 BCMOLT_NNI_STAT_ID_TX_BROADCAST_FRAMES = 50, /**< TX Broadcast Frames. */
3787 BCMOLT_NNI_STAT_ID_TX_PAUSE_FRAMES = 51, /**< TX Pause Frames. */
3788 BCMOLT_NNI_STAT_ID_TX_PFC_FRAMES = 52, /**< TX PFC Frames. */
3789 BCMOLT_NNI_STAT_ID_TX_JABBER_FRAMES = 53, /**< TX Jabber Frames. */
3790 BCMOLT_NNI_STAT_ID_TX_FCS_ERRORS = 54, /**< TX FCS Errors. */
3791 BCMOLT_NNI_STAT_ID_TX_CONTROL_FRAMES = 55, /**< TX Control Frames. */
3792 BCMOLT_NNI_STAT_ID_TX_OVERSIZE_FRAMES = 56, /**< TX Oversize Frames. */
3793 BCMOLT_NNI_STAT_ID_TX_FRAGMENTED_FRAMES = 57, /**< TX Fragmented Frames. */
3794 BCMOLT_NNI_STAT_ID_TX_ERROR_FRAMES = 58, /**< TX Error Frames. */
3795 BCMOLT_NNI_STAT_ID_TX_VLAN_FRAMES = 59, /**< TX VLAN Frames. */
3796 BCMOLT_NNI_STAT_ID_TX_DOUBLE_VLAN_FRAMES = 60, /**< TX Double VLAN Frames. */
3797 BCMOLT_NNI_STAT_ID_TX_RUNT_FRAMES = 61, /**< TX Runt Frames. */
3798 BCMOLT_NNI_STAT_ID_TX_UNDERRUN_FRAMES = 62, /**< TX Underrun Frames. */
3799 BCMOLT_NNI_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3800} bcmolt_nni_stat_id;
3801
3802/** Identifiers for all properties contained in the nni_status_changed group.
3803 */
3804typedef enum bcmolt_nni_status_changed_id
3805{
3806 BCMOLT_NNI_STATUS_CHANGED_ID__BEGIN = 0,
3807 BCMOLT_NNI_STATUS_CHANGED_ID_NEW_STATUS = 0, /**< New NNI Link Status. */
3808 BCMOLT_NNI_STATUS_CHANGED_ID_LINK = 1, /**< Link. */
3809 BCMOLT_NNI_STATUS_CHANGED_ID_PREVIOUS_ACTIVE = 2, /**< Previous Active. */
3810 BCMOLT_NNI_STATUS_CHANGED_ID_NEW_ACTIVE = 3, /**< New Active. */
3811 BCMOLT_NNI_STATUS_CHANGED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3812} bcmolt_nni_status_changed_id;
3813
3814/** Identifiers for all properties contained in the software_error_cfg group.
3815 */
3816typedef enum bcmolt_software_error_cfg_id
3817{
3818 BCMOLT_SOFTWARE_ERROR_CFG_ID__BEGIN = 0,
3819 BCMOLT_SOFTWARE_ERROR_CFG_ID_ENTRY = 0, /**< Entry. */
3820 BCMOLT_SOFTWARE_ERROR_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3821} bcmolt_software_error_cfg_id;
3822
3823/** Identifiers for all properties contained in the software_error_key group.
3824 */
3825typedef enum bcmolt_software_error_key_id
3826{
3827 BCMOLT_SOFTWARE_ERROR_KEY_ID__BEGIN = 0,
3828 BCMOLT_SOFTWARE_ERROR_KEY_ID_RESERVED = 0, /**< Reserved. */
3829 BCMOLT_SOFTWARE_ERROR_KEY_ID_IDX = 1, /**< Index. */
3830 BCMOLT_SOFTWARE_ERROR_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3831} bcmolt_software_error_key_id;
3832
3833/** Identifiers for all properties contained in the trx_calibration_auto_cfg
3834 * group.
3835 */
3836typedef enum bcmolt_trx_calibration_auto_cfg_id
3837{
3838 BCMOLT_TRX_CALIBRATION_AUTO_CFG_ID__BEGIN = 0,
3839 BCMOLT_TRX_CALIBRATION_AUTO_CFG_ID_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED = 0, /**< Capture window and statistic completed. */
3840 BCMOLT_TRX_CALIBRATION_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3841} bcmolt_trx_calibration_auto_cfg_id;
3842
3843/** Identifiers for all properties contained in the
3844 * trx_calibration_capture_window_and_statistic_completed group.
3845 */
3846typedef enum bcmolt_trx_calibration_capture_window_and_statistic_completed_id
3847{
3848 BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID__BEGIN = 0,
3849 BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_DATA_WINDOW = 0, /**< data window. */
3850 BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_STROBE_WINDOW = 1, /**< strobe window. */
3851 BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_EDGE_RISE_MIN_MIN = 2, /**< edge rise min min. */
3852 BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_EDGE_RISE_MIN_MAX = 3, /**< edge rise min max. */
3853 BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_EDGE_RISE_MAX_MIN = 4, /**< edge rise max min. */
3854 BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_EDGE_RISE_MAX_MAX = 5, /**< edge rise max max. */
3855 BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_EDGE_FALL_MIN_MIN = 6, /**< edge fall min min . */
3856 BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_EDGE_FALL_MIN_MAX = 7, /**< edge fall min max. */
3857 BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_EDGE_FALL_MAX_MIN = 8, /**< edge fall max min. */
3858 BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_EDGE_FALL_MAX_MAX = 9, /**< edge fall max max. */
3859 BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_RESULT = 10, /**< result. */
3860 BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3861} bcmolt_trx_calibration_capture_window_and_statistic_completed_id;
3862
3863/** Identifiers for all properties contained in the trx_calibration_key group.
3864 */
3865typedef enum bcmolt_trx_calibration_key_id
3866{
3867 BCMOLT_TRX_CALIBRATION_KEY_ID__BEGIN = 0,
3868 BCMOLT_TRX_CALIBRATION_KEY_ID_RESERVED = 0, /**< Reserved. */
3869 BCMOLT_TRX_CALIBRATION_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3870} bcmolt_trx_calibration_key_id;
3871
3872/** Identifiers for all properties contained in the
3873 * trx_calibration_start_capture_window group.
3874 */
3875typedef enum bcmolt_trx_calibration_start_capture_window_id
3876{
3877 BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID__BEGIN = 0,
3878 BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_PON_NI = 0, /**< pon_ni. */
3879 BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_TRIGGER = 1, /**< trigger. */
3880 BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_STROBE = 2, /**< strobe. */
3881 BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_WINDOW_MODE = 3, /**< window mode. */
3882 BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_ONU_ID = 4, /**< onu id. */
3883 BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_TRIGGER_POSITION = 5, /**< trigger position. */
3884 BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_STOP_DUE_TO_CORRUPT_STROBE = 6, /**< stop due to corrupt strobe. */
3885 BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_START_OFFSET = 7, /**< start offset. */
3886 BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_END_OFFSET = 8, /**< end offset. */
3887 BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_NUMBER_OF_CYCLES = 9, /**< number of cycles. */
3888 BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3889} bcmolt_trx_calibration_start_capture_window_id;
3890
3891/** Identifiers for all properties contained in the
3892 * trx_calibration_stop_capture_window group.
3893 */
3894typedef enum bcmolt_trx_calibration_stop_capture_window_id
3895{
3896 BCMOLT_TRX_CALIBRATION_STOP_CAPTURE_WINDOW_ID__BEGIN = 0,
3897 BCMOLT_TRX_CALIBRATION_STOP_CAPTURE_WINDOW_ID_PON_NI = 0, /**< pon_ni. */
3898 BCMOLT_TRX_CALIBRATION_STOP_CAPTURE_WINDOW_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3899} bcmolt_trx_calibration_stop_capture_window_id;
3900
3901/** Identifiers for all properties contained in the xgpon_alloc_auto_cfg group.
3902 */
3903typedef enum bcmolt_xgpon_alloc_auto_cfg_id
3904{
3905 BCMOLT_XGPON_ALLOC_AUTO_CFG_ID__BEGIN = 0,
3906 BCMOLT_XGPON_ALLOC_AUTO_CFG_ID_CONFIGURATION_COMPLETED = 0, /**< Configuration Completed. */
3907 BCMOLT_XGPON_ALLOC_AUTO_CFG_ID_GET_ALLOC_STATS_COMPLETED = 1, /**< Get alloc ID statistics completed. */
3908 BCMOLT_XGPON_ALLOC_AUTO_CFG_ID_STAT_ALARM_CLEARED = 2, /**< Stat Alarm Cleared. */
3909 BCMOLT_XGPON_ALLOC_AUTO_CFG_ID_STAT_ALARM_RAISED = 3, /**< Stat Alarm Raised. */
3910 BCMOLT_XGPON_ALLOC_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3911} bcmolt_xgpon_alloc_auto_cfg_id;
3912
3913/** Identifiers for all properties contained in the xgpon_alloc_cfg group.
3914 */
3915typedef enum bcmolt_xgpon_alloc_cfg_id
3916{
3917 BCMOLT_XGPON_ALLOC_CFG_ID__BEGIN = 0,
3918 BCMOLT_XGPON_ALLOC_CFG_ID_STATE = 0, /**< state. */
3919 BCMOLT_XGPON_ALLOC_CFG_ID_SLA = 1, /**< sla. */
3920 BCMOLT_XGPON_ALLOC_CFG_ID_ONU_ID = 2, /**< onu_id. */
3921 BCMOLT_XGPON_ALLOC_CFG_ID_COLLECT_STATS = 3, /**< Enable statistics collection on the alloc id. */
3922 BCMOLT_XGPON_ALLOC_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3923} bcmolt_xgpon_alloc_cfg_id;
3924
3925/** Identifiers for all properties contained in the
3926 * xgpon_alloc_configuration_completed group.
3927 */
3928typedef enum bcmolt_xgpon_alloc_configuration_completed_id
3929{
3930 BCMOLT_XGPON_ALLOC_CONFIGURATION_COMPLETED_ID__BEGIN = 0,
3931 BCMOLT_XGPON_ALLOC_CONFIGURATION_COMPLETED_ID_STATUS = 0, /**< status. */
3932 BCMOLT_XGPON_ALLOC_CONFIGURATION_COMPLETED_ID_NEW_STATE = 1, /**< new state. */
3933 BCMOLT_XGPON_ALLOC_CONFIGURATION_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3934} bcmolt_xgpon_alloc_configuration_completed_id;
3935
3936/** Identifiers for all properties contained in the
3937 * xgpon_alloc_get_alloc_stats_completed group.
3938 */
3939typedef enum bcmolt_xgpon_alloc_get_alloc_stats_completed_id
3940{
3941 BCMOLT_XGPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID__BEGIN = 0,
3942 BCMOLT_XGPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID_STATUS = 0, /**< status. */
3943 BCMOLT_XGPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID_AVERAGE_NSR_USED = 1, /**< Average NSR used words. */
3944 BCMOLT_XGPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID_AVERAGE_NSR_ALLOCATED = 2, /**< Average NSR allocated words. */
3945 BCMOLT_XGPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID_AVERAGE_SR_REPORT = 3, /**< Average SR report. */
3946 BCMOLT_XGPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3947} bcmolt_xgpon_alloc_get_alloc_stats_completed_id;
3948
3949/** Identifiers for all properties contained in the xgpon_alloc_get_stats group.
3950 */
3951typedef enum bcmolt_xgpon_alloc_get_stats_id
3952{
3953 BCMOLT_XGPON_ALLOC_GET_STATS_ID__BEGIN = 0,
3954 BCMOLT_XGPON_ALLOC_GET_STATS_ID_NUM_OF_CYCLES = 0, /**< Number of cycles. */
3955 BCMOLT_XGPON_ALLOC_GET_STATS_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3956} bcmolt_xgpon_alloc_get_stats_id;
3957
3958/** Identifiers for all properties contained in the xgpon_alloc_key group.
3959 */
3960typedef enum bcmolt_xgpon_alloc_key_id
3961{
3962 BCMOLT_XGPON_ALLOC_KEY_ID__BEGIN = 0,
3963 BCMOLT_XGPON_ALLOC_KEY_ID_PON_NI = 0, /**< PON network interface. */
3964 BCMOLT_XGPON_ALLOC_KEY_ID_ALLOC_ID = 1, /**< Alloc ID. */
3965 BCMOLT_XGPON_ALLOC_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3966} bcmolt_xgpon_alloc_key_id;
3967
3968/** Identifiers for all properties contained in the xgpon_alloc_set_state group.
3969 */
3970typedef enum bcmolt_xgpon_alloc_set_state_id
3971{
3972 BCMOLT_XGPON_ALLOC_SET_STATE_ID__BEGIN = 0,
3973 BCMOLT_XGPON_ALLOC_SET_STATE_ID_STATE = 0, /**< State. */
3974 BCMOLT_XGPON_ALLOC_SET_STATE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3975} bcmolt_xgpon_alloc_set_state_id;
3976
3977/** Identifiers for all properties contained in the
3978 * xgpon_alloc_stat_alarm_cleared group.
3979 */
3980typedef enum bcmolt_xgpon_alloc_stat_alarm_cleared_id
3981{
3982 BCMOLT_XGPON_ALLOC_STAT_ALARM_CLEARED_ID__BEGIN = 0,
3983 BCMOLT_XGPON_ALLOC_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
3984 BCMOLT_XGPON_ALLOC_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3985} bcmolt_xgpon_alloc_stat_alarm_cleared_id;
3986
3987/** Identifiers for all properties contained in the
3988 * xgpon_alloc_stat_alarm_raised group.
3989 */
3990typedef enum bcmolt_xgpon_alloc_stat_alarm_raised_id
3991{
3992 BCMOLT_XGPON_ALLOC_STAT_ALARM_RAISED_ID__BEGIN = 0,
3993 BCMOLT_XGPON_ALLOC_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
3994 BCMOLT_XGPON_ALLOC_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
3995} bcmolt_xgpon_alloc_stat_alarm_raised_id;
3996
3997/** Identifiers for all properties contained in the xgpon_alloc_stat_cfg group.
3998 */
3999typedef enum bcmolt_xgpon_alloc_stat_cfg_id
4000{
4001 BCMOLT_XGPON_ALLOC_STAT_CFG_ID__BEGIN = 0,
4002 BCMOLT_XGPON_ALLOC_STAT_CFG_ID_CFG = 0, /**< Configuration. */
4003 BCMOLT_XGPON_ALLOC_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4004} bcmolt_xgpon_alloc_stat_cfg_id;
4005
4006/** Identifiers for all properties contained in the xgpon_alloc_stat group.
4007 */
4008typedef enum bcmolt_xgpon_alloc_stat_id
4009{
4010 BCMOLT_XGPON_ALLOC_STAT_ID__BEGIN = 0,
4011 BCMOLT_XGPON_ALLOC_STAT_ID_RX_BYTES = 0, /**< Received Bytes. */
4012 BCMOLT_XGPON_ALLOC_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4013} bcmolt_xgpon_alloc_stat_id;
4014
4015/** Identifiers for all properties contained in the xgpon_gem_port_auto_cfg
4016 * group.
4017 */
4018typedef enum bcmolt_xgpon_gem_port_auto_cfg_id
4019{
4020 BCMOLT_XGPON_GEM_PORT_AUTO_CFG_ID__BEGIN = 0,
4021 BCMOLT_XGPON_GEM_PORT_AUTO_CFG_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
4022 BCMOLT_XGPON_GEM_PORT_AUTO_CFG_ID_STAT_ALARM_RAISED = 1, /**< Stat Alarm Raised. */
4023 BCMOLT_XGPON_GEM_PORT_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4024} bcmolt_xgpon_gem_port_auto_cfg_id;
4025
4026/** Identifiers for all properties contained in the xgpon_gem_port_cfg group.
4027 */
4028typedef enum bcmolt_xgpon_gem_port_cfg_id
4029{
4030 BCMOLT_XGPON_GEM_PORT_CFG_ID__BEGIN = 0,
4031 BCMOLT_XGPON_GEM_PORT_CFG_ID_CONFIGURATION = 0, /**< Configuration. */
4032 BCMOLT_XGPON_GEM_PORT_CFG_ID_ONU_ID = 1, /**< ONU ID. */
4033 BCMOLT_XGPON_GEM_PORT_CFG_ID_GEM_PORT_STATE = 2, /**< gem port state. */
4034 BCMOLT_XGPON_GEM_PORT_CFG_ID_ENCRYPTION_MODE = 3, /**< Encryption mode. */
4035 BCMOLT_XGPON_GEM_PORT_CFG_ID_UPSTREAM_DESTINATION_QUEUE = 4, /**< Upstream destination queue. */
4036 BCMOLT_XGPON_GEM_PORT_CFG_ID_CONTROL = 5, /**< control. */
4037 BCMOLT_XGPON_GEM_PORT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4038} bcmolt_xgpon_gem_port_cfg_id;
4039
4040/** Identifiers for all properties contained in the xgpon_gem_port_key group.
4041 */
4042typedef enum bcmolt_xgpon_gem_port_key_id
4043{
4044 BCMOLT_XGPON_GEM_PORT_KEY_ID__BEGIN = 0,
4045 BCMOLT_XGPON_GEM_PORT_KEY_ID_PON_NI = 0, /**< PON network interface. */
4046 BCMOLT_XGPON_GEM_PORT_KEY_ID_GEM_PORT_ID = 1, /**< GEM PORT ID. */
4047 BCMOLT_XGPON_GEM_PORT_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4048} bcmolt_xgpon_gem_port_key_id;
4049
4050/** Identifiers for all properties contained in the
4051 * xgpon_gem_port_stat_alarm_cleared group.
4052 */
4053typedef enum bcmolt_xgpon_gem_port_stat_alarm_cleared_id
4054{
4055 BCMOLT_XGPON_GEM_PORT_STAT_ALARM_CLEARED_ID__BEGIN = 0,
4056 BCMOLT_XGPON_GEM_PORT_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
4057 BCMOLT_XGPON_GEM_PORT_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4058} bcmolt_xgpon_gem_port_stat_alarm_cleared_id;
4059
4060/** Identifiers for all properties contained in the
4061 * xgpon_gem_port_stat_alarm_raised group.
4062 */
4063typedef enum bcmolt_xgpon_gem_port_stat_alarm_raised_id
4064{
4065 BCMOLT_XGPON_GEM_PORT_STAT_ALARM_RAISED_ID__BEGIN = 0,
4066 BCMOLT_XGPON_GEM_PORT_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
4067 BCMOLT_XGPON_GEM_PORT_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4068} bcmolt_xgpon_gem_port_stat_alarm_raised_id;
4069
4070/** Identifiers for all properties contained in the xgpon_gem_port_stat_cfg
4071 * group.
4072 */
4073typedef enum bcmolt_xgpon_gem_port_stat_cfg_id
4074{
4075 BCMOLT_XGPON_GEM_PORT_STAT_CFG_ID__BEGIN = 0,
4076 BCMOLT_XGPON_GEM_PORT_STAT_CFG_ID_CFG = 0, /**< Configuration. */
4077 BCMOLT_XGPON_GEM_PORT_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4078} bcmolt_xgpon_gem_port_stat_cfg_id;
4079
4080/** Identifiers for all properties contained in the xgpon_gem_port_stat group.
4081 */
4082typedef enum bcmolt_xgpon_gem_port_stat_id
4083{
4084 BCMOLT_XGPON_GEM_PORT_STAT_ID__BEGIN = 0,
4085 BCMOLT_XGPON_GEM_PORT_STAT_ID_TX_BYTES = 0, /**< TX bytes. */
4086 BCMOLT_XGPON_GEM_PORT_STAT_ID_TX_PACKETS = 1, /**< TX packets. */
4087 BCMOLT_XGPON_GEM_PORT_STAT_ID_RX_PACKETS = 2, /**< RX packets. */
4088 BCMOLT_XGPON_GEM_PORT_STAT_ID_RX_BYTES = 3, /**< RX bytes. */
4089 BCMOLT_XGPON_GEM_PORT_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4090} bcmolt_xgpon_gem_port_stat_id;
4091
4092/** Identifiers for all properties contained in the xgpon_iwf_cfg group.
4093 */
4094typedef enum bcmolt_xgpon_iwf_cfg_id
4095{
4096 BCMOLT_XGPON_IWF_CFG_ID__BEGIN = 0,
4097 BCMOLT_XGPON_IWF_CFG_ID_US_OTAG_DIRECT_TPID = 0, /**< US otag direct tpid. */
4098 BCMOLT_XGPON_IWF_CFG_ID_DS_TPID = 1, /**< DS tpid. */
4099 BCMOLT_XGPON_IWF_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4100} bcmolt_xgpon_iwf_cfg_id;
4101
4102/** Identifiers for all properties contained in the xgpon_iwf_key group.
4103 */
4104typedef enum bcmolt_xgpon_iwf_key_id
4105{
4106 BCMOLT_XGPON_IWF_KEY_ID__BEGIN = 0,
4107 BCMOLT_XGPON_IWF_KEY_ID_PON_NI = 0, /**< PON network interface. */
4108 BCMOLT_XGPON_IWF_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4109} bcmolt_xgpon_iwf_key_id;
4110
4111/** Identifiers for all properties contained in the
4112 * xgpon_ni_activate_all_onus_completed group.
4113 */
4114typedef enum bcmolt_xgpon_ni_activate_all_onus_completed_id
4115{
4116 BCMOLT_XGPON_NI_ACTIVATE_ALL_ONUS_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4117} bcmolt_xgpon_ni_activate_all_onus_completed_id;
4118
4119/** Identifiers for all properties contained in the
4120 * xgpon_ni_adjust_tx_wavelength group.
4121 */
4122typedef enum bcmolt_xgpon_ni_adjust_tx_wavelength_id
4123{
4124 BCMOLT_XGPON_NI_ADJUST_TX_WAVELENGTH_ID__BEGIN = 0,
4125 BCMOLT_XGPON_NI_ADJUST_TX_WAVELENGTH_ID_SERIAL_NUMBER = 0, /**< Seril number. */
4126 BCMOLT_XGPON_NI_ADJUST_TX_WAVELENGTH_ID_FREQENCY_ADJUSTMENT_DIRECTION = 1, /**< Frequncy adjustment direction. */
4127 BCMOLT_XGPON_NI_ADJUST_TX_WAVELENGTH_ID_FREQUENCY_ADJUSTMENT_SIZE = 2, /**< Frequency adjustment size. */
4128 BCMOLT_XGPON_NI_ADJUST_TX_WAVELENGTH_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4129} bcmolt_xgpon_ni_adjust_tx_wavelength_id;
4130
4131/** Identifiers for all properties contained in the xgpon_ni_auto_cfg group.
4132 */
4133typedef enum bcmolt_xgpon_ni_auto_cfg_id
4134{
4135 BCMOLT_XGPON_NI_AUTO_CFG_ID__BEGIN = 0,
4136 BCMOLT_XGPON_NI_AUTO_CFG_ID_ACTIVATE_ALL_ONUS_COMPLETED = 0, /**< activate all onus completed. */
4137 BCMOLT_XGPON_NI_AUTO_CFG_ID_CPU_PACKETS_FAILURE = 1, /**< CPU Packets Failure. */
4138 BCMOLT_XGPON_NI_AUTO_CFG_ID_DEACTIVATE_ALL_ONUS_COMPLETED = 2, /**< deactivate all onus completed. */
4139 BCMOLT_XGPON_NI_AUTO_CFG_ID_DISABLE_ALL_ONUS_COMPLETED = 3, /**< disable all onus completed. */
4140 BCMOLT_XGPON_NI_AUTO_CFG_ID_ENABLE_ALL_ONUS_COMPLETED = 4, /**< enable all onus completed. */
4141 BCMOLT_XGPON_NI_AUTO_CFG_ID_LOS = 5, /**< LOS. */
4142 BCMOLT_XGPON_NI_AUTO_CFG_ID_ONU_DISCOVERED = 6, /**< ONU Discovered. */
4143 BCMOLT_XGPON_NI_AUTO_CFG_ID_ONU_UPGRADE_COMPLETE = 7, /**< ONU Upgrade Complete. */
4144 BCMOLT_XGPON_NI_AUTO_CFG_ID_PROTECTION_SWITCHING_ONUS_RANGED = 8, /**< Protection Switching ONUs Ranged. */
4145 BCMOLT_XGPON_NI_AUTO_CFG_ID_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED = 9, /**< Protection Switching Switchover Completed. */
4146 BCMOLT_XGPON_NI_AUTO_CFG_ID_PROTECTION_SWITCHING_TRAFFIC_RESUME = 10, /**< Protection Switching Traffic Resume. */
4147 BCMOLT_XGPON_NI_AUTO_CFG_ID_ROGUE_DETECTION_COMPLETED = 11, /**< Rogue detection completed. */
4148 BCMOLT_XGPON_NI_AUTO_CFG_ID_ROGUE_ONU_SPECIAL_MAP_CYCLE_START = 12, /**< Rogue ONU special map cycle start. */
4149 BCMOLT_XGPON_NI_AUTO_CFG_ID_SERIAL_NUMBER_ACQUISITION_CYCLE_START = 13, /**< Serial Number Acquisition Cycle Start. */
4150 BCMOLT_XGPON_NI_AUTO_CFG_ID_STANDBY_PON_MONITORING_CYCLE_COMPLETED = 14, /**< Standby PON Monitoring Cycle Completed. */
4151 BCMOLT_XGPON_NI_AUTO_CFG_ID_STAT_ALARM_CLEARED = 15, /**< Stat Alarm Cleared. */
4152 BCMOLT_XGPON_NI_AUTO_CFG_ID_STAT_ALARM_RAISED = 16, /**< Stat Alarm Raised. */
4153 BCMOLT_XGPON_NI_AUTO_CFG_ID_STATE_CHANGE_COMPLETED = 17, /**< State Change Completed. */
4154 BCMOLT_XGPON_NI_AUTO_CFG_ID_TOD_REQUEST_COMPLETED = 18, /**< TOD request completed. */
4155 BCMOLT_XGPON_NI_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4156} bcmolt_xgpon_ni_auto_cfg_id;
4157
4158/** Identifiers for all properties contained in the
4159 * xgpon_ni_broadcast_ploam_packet group.
4160 */
4161typedef enum bcmolt_xgpon_ni_broadcast_ploam_packet_id
4162{
4163 BCMOLT_XGPON_NI_BROADCAST_PLOAM_PACKET_ID__BEGIN = 0,
4164 BCMOLT_XGPON_NI_BROADCAST_PLOAM_PACKET_ID_PLOAM = 0, /**< ploam. */
4165 BCMOLT_XGPON_NI_BROADCAST_PLOAM_PACKET_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4166} bcmolt_xgpon_ni_broadcast_ploam_packet_id;
4167
4168/** Identifiers for all properties contained in the xgpon_ni_cfg group.
4169 */
4170typedef enum bcmolt_xgpon_ni_cfg_id
4171{
4172 BCMOLT_XGPON_NI_CFG_ID__BEGIN = 0,
4173 BCMOLT_XGPON_NI_CFG_ID_HW_PON_ID = 0, /**< HW pon id. */
4174 BCMOLT_XGPON_NI_CFG_ID_AVAILABLE_BANDWIDTH = 1, /**< Available Bandwidth. */
4175 BCMOLT_XGPON_NI_CFG_ID_NUMBER_OF_ACTIVE_ONUS = 2, /**< number of active onus. */
4176 BCMOLT_XGPON_NI_CFG_ID_PON_STATUS = 3, /**< PON status. */
4177 BCMOLT_XGPON_NI_CFG_ID_PON_DISTANCE = 4, /**< PON distance. */
4178 BCMOLT_XGPON_NI_CFG_ID_RANGING_WINDOW_SIZE = 5, /**< Ranging window size. */
4179 BCMOLT_XGPON_NI_CFG_ID_EQD_CYCLES_NUMBER = 6, /**< EqD measurement cycles number. */
4180 BCMOLT_XGPON_NI_CFG_ID_DRIFT_CONTROL = 7, /**< drift control. */
4181 BCMOLT_XGPON_NI_CFG_ID_LOS_ALARM_THRESHOLD = 8, /**< los alarm threshold. */
4182 BCMOLT_XGPON_NI_CFG_ID_LOS_INITIAL_VALUE = 9, /**< los initialization value. */
4183 BCMOLT_XGPON_NI_CFG_ID_ONU_ALARMS_THRESHOLDS = 10, /**< ONU alarms thresholds. */
4184 BCMOLT_XGPON_NI_CFG_ID_BER_MONITOR = 11, /**< BER monitoring params. */
4185 BCMOLT_XGPON_NI_CFG_ID_ONU_ACTIVATION = 12, /**< ONU Activation. */
4186 BCMOLT_XGPON_NI_CFG_ID_SN_ACQUISITION = 13, /**< sn acquisition. */
4187 BCMOLT_XGPON_NI_CFG_ID_KEY_EXCHANGE = 14, /**< key exchange. */
4188 BCMOLT_XGPON_NI_CFG_ID_PROTECTION_SWITCHING = 15, /**< Protection switching. */
4189 BCMOLT_XGPON_NI_CFG_ID_PROTECTION_SWITCHING_DEBUG = 16, /**< protection switching debug . */
4190 BCMOLT_XGPON_NI_CFG_ID_CBR_RT_ALLOCATION_PROFILE = 17, /**< CBR RT Allocation profile. */
4191 BCMOLT_XGPON_NI_CFG_ID_CBR_NRT_ALLOCATION_PROFILE = 18, /**< CBR NRT Allocation Profile. */
4192 BCMOLT_XGPON_NI_CFG_ID_POWER_MANAGEMENT = 19, /**< Power Management. */
4193 BCMOLT_XGPON_NI_CFG_ID_ROGUE_ONU_DETECTION_PROCESS = 20, /**< Rogue ONU detection process. */
4194 BCMOLT_XGPON_NI_CFG_ID_PERIODIC_STANDBY_PON_MONITORING = 21, /**< Periodic standby PON monitoring. */
4195 BCMOLT_XGPON_NI_CFG_ID_DBA_MODE = 22, /**< DBA mode. */
4196 BCMOLT_XGPON_NI_CFG_ID_PLOAM_HANDLING = 23, /**< Ploam handling. */
4197 BCMOLT_XGPON_NI_CFG_ID_MIN_DATA_ALLOC_ID = 24, /**< Minimum data alloc id. */
4198 BCMOLT_XGPON_NI_CFG_ID_MIN_DATA_GEM_PORT_ID = 25, /**< Minimum data port id. */
4199 BCMOLT_XGPON_NI_CFG_ID_MULTICAST_KEY = 26, /**< multicast key. */
4200 BCMOLT_XGPON_NI_CFG_ID_PRBS_CHECKER = 27, /**< PRBS Checker. */
4201 BCMOLT_XGPON_NI_CFG_ID_PRBS_GENERATOR = 28, /**< PRBS Generator. */
4202 BCMOLT_XGPON_NI_CFG_ID_PRBS_STATUS = 29, /**< PRBS status. */
4203 BCMOLT_XGPON_NI_CFG_ID_AUTOMATIC_ONU_DEACTIVATION = 30, /**< Automatic ONU deactivation. */
4204 BCMOLT_XGPON_NI_CFG_ID_US_BANDWIDTH_LIMIT = 31, /**< US bandwidth Limit. */
4205 BCMOLT_XGPON_NI_CFG_ID_ALL_ONUS = 32, /**< all ONUs. */
4206 BCMOLT_XGPON_NI_CFG_ID_ALL_MCAST_GEM_PORTS = 33, /**< all multicast GEM ports. */
4207 BCMOLT_XGPON_NI_CFG_ID_DEBUG = 34, /**< PON NI debug parameters. */
4208 BCMOLT_XGPON_NI_CFG_ID_ONU_UPGRADE_PARAMS = 35, /**< ONU upgrade params. */
4209 BCMOLT_XGPON_NI_CFG_ID_DS_FEC_MODE = 36, /**< DS FEC mode. */
4210 BCMOLT_XGPON_NI_CFG_ID_DBA_TYPE = 37, /**< DBA type. */
4211 BCMOLT_XGPON_NI_CFG_ID_ONU_TUNING = 38, /**< onu tuning. */
4212 BCMOLT_XGPON_NI_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4213} bcmolt_xgpon_ni_cfg_id;
4214
4215/** Identifiers for all properties contained in the xgpon_ni_cpu_packets_failure
4216 * group.
4217 */
4218typedef enum bcmolt_xgpon_ni_cpu_packets_failure_id
4219{
4220 BCMOLT_XGPON_NI_CPU_PACKETS_FAILURE_ID__BEGIN = 0,
4221 BCMOLT_XGPON_NI_CPU_PACKETS_FAILURE_ID_ERROR = 0, /**< Error. */
4222 BCMOLT_XGPON_NI_CPU_PACKETS_FAILURE_ID_GEM_PORT_ID = 1, /**< GEM Port ID. */
4223 BCMOLT_XGPON_NI_CPU_PACKETS_FAILURE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4224} bcmolt_xgpon_ni_cpu_packets_failure_id;
4225
4226/** Identifiers for all properties contained in the xgpon_ni_cpu_packets group.
4227 */
4228typedef enum bcmolt_xgpon_ni_cpu_packets_id
4229{
4230 BCMOLT_XGPON_NI_CPU_PACKETS_ID__BEGIN = 0,
4231 BCMOLT_XGPON_NI_CPU_PACKETS_ID_PACKET_TYPE = 0, /**< packet type. */
4232 BCMOLT_XGPON_NI_CPU_PACKETS_ID_CALC_CRC = 1, /**< calc crc. */
4233 BCMOLT_XGPON_NI_CPU_PACKETS_ID_GEM_PORT_LIST = 2, /**< gem port list. */
4234 BCMOLT_XGPON_NI_CPU_PACKETS_ID_BUFFER = 3, /**< buffer. */
4235 BCMOLT_XGPON_NI_CPU_PACKETS_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4236} bcmolt_xgpon_ni_cpu_packets_id;
4237
4238/** Identifiers for all properties contained in the
4239 * xgpon_ni_deactivate_all_onus_completed group.
4240 */
4241typedef enum bcmolt_xgpon_ni_deactivate_all_onus_completed_id
4242{
4243 BCMOLT_XGPON_NI_DEACTIVATE_ALL_ONUS_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4244} bcmolt_xgpon_ni_deactivate_all_onus_completed_id;
4245
4246/** Identifiers for all properties contained in the
4247 * xgpon_ni_disable_all_onus_completed group.
4248 */
4249typedef enum bcmolt_xgpon_ni_disable_all_onus_completed_id
4250{
4251 BCMOLT_XGPON_NI_DISABLE_ALL_ONUS_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4252} bcmolt_xgpon_ni_disable_all_onus_completed_id;
4253
4254/** Identifiers for all properties contained in the
4255 * xgpon_ni_disable_serial_number group.
4256 */
4257typedef enum bcmolt_xgpon_ni_disable_serial_number_id
4258{
4259 BCMOLT_XGPON_NI_DISABLE_SERIAL_NUMBER_ID__BEGIN = 0,
4260 BCMOLT_XGPON_NI_DISABLE_SERIAL_NUMBER_ID_CONTROL = 0, /**< control. */
4261 BCMOLT_XGPON_NI_DISABLE_SERIAL_NUMBER_ID_SERIAL_NUMBER = 1, /**< serial number. */
4262 BCMOLT_XGPON_NI_DISABLE_SERIAL_NUMBER_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4263} bcmolt_xgpon_ni_disable_serial_number_id;
4264
4265/** Identifiers for all properties contained in the
4266 * xgpon_ni_enable_all_onus_completed group.
4267 */
4268typedef enum bcmolt_xgpon_ni_enable_all_onus_completed_id
4269{
4270 BCMOLT_XGPON_NI_ENABLE_ALL_ONUS_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4271} bcmolt_xgpon_ni_enable_all_onus_completed_id;
4272
4273/** Identifiers for all properties contained in the xgpon_ni_key group.
4274 */
4275typedef enum bcmolt_xgpon_ni_key_id
4276{
4277 BCMOLT_XGPON_NI_KEY_ID__BEGIN = 0,
4278 BCMOLT_XGPON_NI_KEY_ID_PON_NI = 0, /**< PON network interface. */
4279 BCMOLT_XGPON_NI_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4280} bcmolt_xgpon_ni_key_id;
4281
4282/** Identifiers for all properties contained in the xgpon_ni_los group.
4283 */
4284typedef enum bcmolt_xgpon_ni_los_id
4285{
4286 BCMOLT_XGPON_NI_LOS_ID__BEGIN = 0,
4287 BCMOLT_XGPON_NI_LOS_ID_STATUS = 0, /**< status. */
4288 BCMOLT_XGPON_NI_LOS_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4289} bcmolt_xgpon_ni_los_id;
4290
4291/** Identifiers for all properties contained in the xgpon_ni_onu_discovered
4292 * group.
4293 */
4294typedef enum bcmolt_xgpon_ni_onu_discovered_id
4295{
4296 BCMOLT_XGPON_NI_ONU_DISCOVERED_ID__BEGIN = 0,
4297 BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_SERIAL_NUMBER = 0, /**< serial number. */
4298 BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_RANGING_TIME = 1, /**< ranging time. */
4299 BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_ONU_ID = 2, /**< onu_id. */
4300 BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_UPSTREAM_LINE_RATE_CAPABILITIES = 3, /**< upstream line rate capabilities. */
4301 BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_CURRENT_DOWNSTREAM_PON_ID = 4, /**< current downstream pon id. */
4302 BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_CURRENT_UPSTREAM_PON_ID = 5, /**< current upstream pon id. */
4303 BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_CALIBRATION_RECORD = 6, /**< calibration record. */
4304 BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_TUNING_GRANULARITY = 7, /**< tuning granularity. */
4305 BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_STEP_TUNING_TIME = 8, /**< step tuning time. */
4306 BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_ATTENUATION = 9, /**< attenuetion. */
4307 BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_POWER_LEVELLING_CAPABILITIES = 10, /**< power levelling capabilities. */
4308 BCMOLT_XGPON_NI_ONU_DISCOVERED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4309} bcmolt_xgpon_ni_onu_discovered_id;
4310
4311/** Identifiers for all properties contained in the
4312 * xgpon_ni_onu_upgrade_complete group.
4313 */
4314typedef enum bcmolt_xgpon_ni_onu_upgrade_complete_id
4315{
4316 BCMOLT_XGPON_NI_ONU_UPGRADE_COMPLETE_ID__BEGIN = 0,
4317 BCMOLT_XGPON_NI_ONU_UPGRADE_COMPLETE_ID_STATUS = 0, /**< Status. */
4318 BCMOLT_XGPON_NI_ONU_UPGRADE_COMPLETE_ID_LIST_OF_FAILED_ENTITIES = 1, /**< List of failed entities. */
4319 BCMOLT_XGPON_NI_ONU_UPGRADE_COMPLETE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4320} bcmolt_xgpon_ni_onu_upgrade_complete_id;
4321
4322/** Identifiers for all properties contained in the
4323 * xgpon_ni_protection_switching_onus_ranged group.
4324 */
4325typedef enum bcmolt_xgpon_ni_protection_switching_onus_ranged_id
4326{
4327 BCMOLT_XGPON_NI_PROTECTION_SWITCHING_ONUS_RANGED_ID__BEGIN = 0,
4328 BCMOLT_XGPON_NI_PROTECTION_SWITCHING_ONUS_RANGED_ID_ONUS = 0, /**< ONUs. */
4329 BCMOLT_XGPON_NI_PROTECTION_SWITCHING_ONUS_RANGED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4330} bcmolt_xgpon_ni_protection_switching_onus_ranged_id;
4331
4332/** Identifiers for all properties contained in the
4333 * xgpon_ni_protection_switching_switchover_completed group.
4334 */
4335typedef enum bcmolt_xgpon_ni_protection_switching_switchover_completed_id
4336{
4337 BCMOLT_XGPON_NI_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED_ID__BEGIN = 0,
4338 BCMOLT_XGPON_NI_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED_ID_RESULT = 0, /**< Result. */
4339 BCMOLT_XGPON_NI_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4340} bcmolt_xgpon_ni_protection_switching_switchover_completed_id;
4341
4342/** Identifiers for all properties contained in the
4343 * xgpon_ni_protection_switching_traffic_resume group.
4344 */
4345typedef enum bcmolt_xgpon_ni_protection_switching_traffic_resume_id
4346{
4347 BCMOLT_XGPON_NI_PROTECTION_SWITCHING_TRAFFIC_RESUME_ID__BEGIN = 0,
4348 BCMOLT_XGPON_NI_PROTECTION_SWITCHING_TRAFFIC_RESUME_ID_RESULT = 0, /**< Result. */
4349 BCMOLT_XGPON_NI_PROTECTION_SWITCHING_TRAFFIC_RESUME_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4350} bcmolt_xgpon_ni_protection_switching_traffic_resume_id;
4351
4352/** Identifiers for all properties contained in the xgpon_ni_reset group.
4353 */
4354typedef enum bcmolt_xgpon_ni_reset_id
4355{
4356 BCMOLT_XGPON_NI_RESET_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4357} bcmolt_xgpon_ni_reset_id;
4358
4359/** Identifiers for all properties contained in the
4360 * xgpon_ni_rogue_detection_completed group.
4361 */
4362typedef enum bcmolt_xgpon_ni_rogue_detection_completed_id
4363{
4364 BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID__BEGIN = 0,
4365 BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID_WINDOW_TYPE = 0, /**< Window type. */
4366 BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID_MEASUREMENT_STATUS = 1, /**< Measurement status. */
4367 BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID_ALLOC_ID = 2, /**< Alloc ID. */
4368 BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID_ONU_ID = 3, /**< ONU ID. */
4369 BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID_IS_DELINEATION = 4, /**< Is delineation. */
4370 BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID_IS_ED = 5, /**< Is ED. */
4371 BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID_RX_DATA = 6, /**< Received data. */
4372 BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID_PLOAM_RECEIVED_ONU_ID = 7, /**< ploam_received_onu_id. */
4373 BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID_PLOAM_RECEIVED_MIC_ERROR = 8, /**< ploam_received_mic_error. */
4374 BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4375} bcmolt_xgpon_ni_rogue_detection_completed_id;
4376
4377/** Identifiers for all properties contained in the
4378 * xgpon_ni_rogue_detection_window group.
4379 */
4380typedef enum bcmolt_xgpon_ni_rogue_detection_window_id
4381{
4382 BCMOLT_XGPON_NI_ROGUE_DETECTION_WINDOW_ID__BEGIN = 0,
4383 BCMOLT_XGPON_NI_ROGUE_DETECTION_WINDOW_ID_WINDOW_TYPE = 0, /**< Window type. */
4384 BCMOLT_XGPON_NI_ROGUE_DETECTION_WINDOW_ID_ALLOC_ID = 1, /**< Alloc ID. */
4385 BCMOLT_XGPON_NI_ROGUE_DETECTION_WINDOW_ID_ONU_ID = 2, /**< ONU ID. */
4386 BCMOLT_XGPON_NI_ROGUE_DETECTION_WINDOW_ID_SECOND_RANGING_WINDOW = 3, /**< Second ranging window. */
4387 BCMOLT_XGPON_NI_ROGUE_DETECTION_WINDOW_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4388} bcmolt_xgpon_ni_rogue_detection_window_id;
4389
4390/** Identifiers for all properties contained in the
4391 * xgpon_ni_rogue_onu_special_map_cycle_start group.
4392 */
4393typedef enum bcmolt_xgpon_ni_rogue_onu_special_map_cycle_start_id
4394{
4395 BCMOLT_XGPON_NI_ROGUE_ONU_SPECIAL_MAP_CYCLE_START_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4396} bcmolt_xgpon_ni_rogue_onu_special_map_cycle_start_id;
4397
4398/** Identifiers for all properties contained in the xgpon_ni_run_special_bw_map
4399 * group.
4400 */
4401typedef enum bcmolt_xgpon_ni_run_special_bw_map_id
4402{
4403 BCMOLT_XGPON_NI_RUN_SPECIAL_BW_MAP_ID__BEGIN = 0,
4404 BCMOLT_XGPON_NI_RUN_SPECIAL_BW_MAP_ID_NUMBER_OF_CYCLE = 0, /**< number of cycle. */
4405 BCMOLT_XGPON_NI_RUN_SPECIAL_BW_MAP_ID_ALLOCATION_NUMBER = 1, /**< allocation number. */
4406 BCMOLT_XGPON_NI_RUN_SPECIAL_BW_MAP_ID_BW_MAP_ARRAY = 2, /**< bw map array. */
4407 BCMOLT_XGPON_NI_RUN_SPECIAL_BW_MAP_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4408} bcmolt_xgpon_ni_run_special_bw_map_id;
4409
4410/** Identifiers for all properties contained in the
4411 * xgpon_ni_serial_number_acquisition_cycle_start group.
4412 */
4413typedef enum bcmolt_xgpon_ni_serial_number_acquisition_cycle_start_id
4414{
4415 BCMOLT_XGPON_NI_SERIAL_NUMBER_ACQUISITION_CYCLE_START_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4416} bcmolt_xgpon_ni_serial_number_acquisition_cycle_start_id;
4417
4418/** Identifiers for all properties contained in the xgpon_ni_set_onu_state
4419 * group.
4420 */
4421typedef enum bcmolt_xgpon_ni_set_onu_state_id
4422{
4423 BCMOLT_XGPON_NI_SET_ONU_STATE_ID__BEGIN = 0,
4424 BCMOLT_XGPON_NI_SET_ONU_STATE_ID_ONU_STATE = 0, /**< ONU state. */
4425 BCMOLT_XGPON_NI_SET_ONU_STATE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4426} bcmolt_xgpon_ni_set_onu_state_id;
4427
4428/** Identifiers for all properties contained in the xgpon_ni_set_pon_state
4429 * group.
4430 */
4431typedef enum bcmolt_xgpon_ni_set_pon_state_id
4432{
4433 BCMOLT_XGPON_NI_SET_PON_STATE_ID__BEGIN = 0,
4434 BCMOLT_XGPON_NI_SET_PON_STATE_ID_PON_STATE = 0, /**< PON state. */
4435 BCMOLT_XGPON_NI_SET_PON_STATE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4436} bcmolt_xgpon_ni_set_pon_state_id;
4437
4438/** Identifiers for all properties contained in the
4439 * xgpon_ni_single_request_standby_pon_monitoring group.
4440 */
4441typedef enum bcmolt_xgpon_ni_single_request_standby_pon_monitoring_id
4442{
4443 BCMOLT_XGPON_NI_SINGLE_REQUEST_STANDBY_PON_MONITORING_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4444} bcmolt_xgpon_ni_single_request_standby_pon_monitoring_id;
4445
4446/** Identifiers for all properties contained in the
4447 * xgpon_ni_standby_pon_monitoring_cycle_completed group.
4448 */
4449typedef enum bcmolt_xgpon_ni_standby_pon_monitoring_cycle_completed_id
4450{
4451 BCMOLT_XGPON_NI_STANDBY_PON_MONITORING_CYCLE_COMPLETED_ID__BEGIN = 0,
4452 BCMOLT_XGPON_NI_STANDBY_PON_MONITORING_CYCLE_COMPLETED_ID_NUMBER_OF_DETECTED_DELIMITER = 0, /**< number of detected delimiter. */
4453 BCMOLT_XGPON_NI_STANDBY_PON_MONITORING_CYCLE_COMPLETED_ID_ENERGY_DETECT_SIGNAL = 1, /**< energy detect signal. */
4454 BCMOLT_XGPON_NI_STANDBY_PON_MONITORING_CYCLE_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4455} bcmolt_xgpon_ni_standby_pon_monitoring_cycle_completed_id;
4456
4457/** Identifiers for all properties contained in the xgpon_ni_start_onu_upgrade
4458 * group.
4459 */
4460typedef enum bcmolt_xgpon_ni_start_onu_upgrade_id
4461{
4462 BCMOLT_XGPON_NI_START_ONU_UPGRADE_ID__BEGIN = 0,
4463 BCMOLT_XGPON_NI_START_ONU_UPGRADE_ID_LIST_OF_ONU_IDS = 0, /**< List of ONU IDs. */
4464 BCMOLT_XGPON_NI_START_ONU_UPGRADE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4465} bcmolt_xgpon_ni_start_onu_upgrade_id;
4466
4467/** Identifiers for all properties contained in the xgpon_ni_stat_alarm_cleared
4468 * group.
4469 */
4470typedef enum bcmolt_xgpon_ni_stat_alarm_cleared_id
4471{
4472 BCMOLT_XGPON_NI_STAT_ALARM_CLEARED_ID__BEGIN = 0,
4473 BCMOLT_XGPON_NI_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
4474 BCMOLT_XGPON_NI_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4475} bcmolt_xgpon_ni_stat_alarm_cleared_id;
4476
4477/** Identifiers for all properties contained in the xgpon_ni_stat_alarm_raised
4478 * group.
4479 */
4480typedef enum bcmolt_xgpon_ni_stat_alarm_raised_id
4481{
4482 BCMOLT_XGPON_NI_STAT_ALARM_RAISED_ID__BEGIN = 0,
4483 BCMOLT_XGPON_NI_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
4484 BCMOLT_XGPON_NI_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4485} bcmolt_xgpon_ni_stat_alarm_raised_id;
4486
4487/** Identifiers for all properties contained in the xgpon_ni_stat_cfg group.
4488 */
4489typedef enum bcmolt_xgpon_ni_stat_cfg_id
4490{
4491 BCMOLT_XGPON_NI_STAT_CFG_ID__BEGIN = 0,
4492 BCMOLT_XGPON_NI_STAT_CFG_ID_CFG = 0, /**< Configuration. */
4493 BCMOLT_XGPON_NI_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4494} bcmolt_xgpon_ni_stat_cfg_id;
4495
4496/** Identifiers for all properties contained in the xgpon_ni_stat group.
4497 */
4498typedef enum bcmolt_xgpon_ni_stat_id
4499{
4500 BCMOLT_XGPON_NI_STAT_ID__BEGIN = 0,
4501 BCMOLT_XGPON_NI_STAT_ID_FEC_CODEWORDS = 0, /**< Receive FEC codewords. */
4502 BCMOLT_XGPON_NI_STAT_ID_BIP32_BYTES = 1, /**< Received bytes protected by bip32. */
4503 BCMOLT_XGPON_NI_STAT_ID_BIP32_ERRORS = 2, /**< Received bip32 errors. */
4504 BCMOLT_XGPON_NI_STAT_ID_RX_XGTC_HEADERS = 3, /**< Received valid XGTC headers. */
4505 BCMOLT_XGPON_NI_STAT_ID_RX_XGTC_CORRECTED = 4, /**< Received corrected XGTC headers. */
4506 BCMOLT_XGPON_NI_STAT_ID_RX_XGTC_UNCORRECTED = 5, /**< Received uncorrected XGTC headers. */
4507 BCMOLT_XGPON_NI_STAT_ID_RX_XGEM = 6, /**< Received valid XGEM frames. */
4508 BCMOLT_XGPON_NI_STAT_ID_RX_XGEM_DROPPED = 7, /**< Received dropped XGEM ID frames. */
4509 BCMOLT_XGPON_NI_STAT_ID_RX_XGEM_IDLE = 8, /**< Received idle XGEM frames. */
4510 BCMOLT_XGPON_NI_STAT_ID_RX_XGEM_CORRECTED = 9, /**< Received corrected XGEM frames. */
4511 BCMOLT_XGPON_NI_STAT_ID_RX_CRC_ERROR = 10, /**< Received packets with CRC error. */
4512 BCMOLT_XGPON_NI_STAT_ID_RX_FRAGMENT_ERROR = 11, /**< Received fragment errors. */
4513 BCMOLT_XGPON_NI_STAT_ID_RX_PACKETS_DROPPED = 12, /**< Global dropped packets. */
4514 BCMOLT_XGPON_NI_STAT_ID_RX_DROPPED_TOO_SHORT = 13, /**< Received packets dropped due to length too short. */
4515 BCMOLT_XGPON_NI_STAT_ID_RX_DROPPED_TOO_LONG = 14, /**< Received packet dropped due to length too long. */
4516 BCMOLT_XGPON_NI_STAT_ID_RX_KEY_ERROR = 15, /**< Received key errors. */
4517 BCMOLT_XGPON_NI_STAT_ID_TX_PLOAMS = 16, /**< Transmitted Ploams. */
4518 BCMOLT_XGPON_NI_STAT_ID_RX_PLOAMS_DROPPED = 17, /**< Received dropped Ploams. */
4519 BCMOLT_XGPON_NI_STAT_ID_RX_ALLOCATIONS_VALID = 18, /**< Received valid allocations. */
4520 BCMOLT_XGPON_NI_STAT_ID_RX_ALLOCATIONS_INVALID = 19, /**< Received invalid allocations. */
4521 BCMOLT_XGPON_NI_STAT_ID_RX_ALLOCATIONS_DISABLED = 20, /**< Received disabled allocations. */
4522 BCMOLT_XGPON_NI_STAT_ID_RX_PLOAMS = 21, /**< Received Ploams. */
4523 BCMOLT_XGPON_NI_STAT_ID_RX_PLOAMS_NON_IDLE = 22, /**< Received non idle Ploams. */
4524 BCMOLT_XGPON_NI_STAT_ID_RX_PLOAMS_ERROR = 23, /**< Received error Ploams. */
4525 BCMOLT_XGPON_NI_STAT_ID_RX_CPU = 24, /**< Received CPU packets. */
4526 BCMOLT_XGPON_NI_STAT_ID_RX_OMCI = 25, /**< Received OMCI packets. */
4527 BCMOLT_XGPON_NI_STAT_ID_RX_OMCI_PACKETS_CRC_ERROR = 26, /**< Received OMCI packets with CRC errors. */
4528 BCMOLT_XGPON_NI_STAT_ID_TX_PACKETS = 27, /**< Transmitted packets. */
4529 BCMOLT_XGPON_NI_STAT_ID_TX_XGEM = 28, /**< Transmitted XGEM fragments. */
4530 BCMOLT_XGPON_NI_STAT_ID_TX_CPU = 29, /**< Transmitted CPU packets. */
4531 BCMOLT_XGPON_NI_STAT_ID_TX_OMCI = 30, /**< Transmitted OMCI packets. */
4532 BCMOLT_XGPON_NI_STAT_ID_TX_CPU_OMCI_PACKETS_DROPPED = 31, /**< Transmit packets dropped due to illegal length. */
4533 BCMOLT_XGPON_NI_STAT_ID_TX_DROPPED_ILLEGAL_LENGTH = 32, /**< Transmit packets dropped due to illegal length. */
4534 BCMOLT_XGPON_NI_STAT_ID_TX_DROPPED_TPID_MISS = 33, /**< Transmit packets dropped due to TPID miss. */
4535 BCMOLT_XGPON_NI_STAT_ID_TX_DROPPED_VID_MISS = 34, /**< Transmit packets droped due to VID miss. */
4536 BCMOLT_XGPON_NI_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4537} bcmolt_xgpon_ni_stat_id;
4538
4539/** Identifiers for all properties contained in the
4540 * xgpon_ni_state_change_completed group.
4541 */
4542typedef enum bcmolt_xgpon_ni_state_change_completed_id
4543{
4544 BCMOLT_XGPON_NI_STATE_CHANGE_COMPLETED_ID__BEGIN = 0,
4545 BCMOLT_XGPON_NI_STATE_CHANGE_COMPLETED_ID_RESULT = 0, /**< Result. */
4546 BCMOLT_XGPON_NI_STATE_CHANGE_COMPLETED_ID_PREVIOUS_STATE = 1, /**< Previous state. */
4547 BCMOLT_XGPON_NI_STATE_CHANGE_COMPLETED_ID_NEW_STATE = 2, /**< new state. */
4548 BCMOLT_XGPON_NI_STATE_CHANGE_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4549} bcmolt_xgpon_ni_state_change_completed_id;
4550
4551/** Identifiers for all properties contained in the
4552 * xgpon_ni_tod_request_completed group.
4553 */
4554typedef enum bcmolt_xgpon_ni_tod_request_completed_id
4555{
4556 BCMOLT_XGPON_NI_TOD_REQUEST_COMPLETED_ID__BEGIN = 0,
4557 BCMOLT_XGPON_NI_TOD_REQUEST_COMPLETED_ID_TOD_STRING = 0, /**< tod_string. */
4558 BCMOLT_XGPON_NI_TOD_REQUEST_COMPLETED_ID_SFC = 1, /**< sfc. */
4559 BCMOLT_XGPON_NI_TOD_REQUEST_COMPLETED_ID_RTC_OFFSET_SEC = 2, /**< rtc_offset_sec. */
4560 BCMOLT_XGPON_NI_TOD_REQUEST_COMPLETED_ID_RTC_OFFSET_NSEC = 3, /**< rtc_offset_nsec. */
4561 BCMOLT_XGPON_NI_TOD_REQUEST_COMPLETED_ID_STATUS = 4, /**< status. */
4562 BCMOLT_XGPON_NI_TOD_REQUEST_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4563} bcmolt_xgpon_ni_tod_request_completed_id;
4564
4565/** Identifiers for all properties contained in the xgpon_ni_tod_request group.
4566 */
4567typedef enum bcmolt_xgpon_ni_tod_request_id
4568{
4569 BCMOLT_XGPON_NI_TOD_REQUEST_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4570} bcmolt_xgpon_ni_tod_request_id;
4571
4572/** Identifiers for all properties contained in the
4573 * xgpon_onu_adjust_tx_wavelength group.
4574 */
4575typedef enum bcmolt_xgpon_onu_adjust_tx_wavelength_id
4576{
4577 BCMOLT_XGPON_ONU_ADJUST_TX_WAVELENGTH_ID__BEGIN = 0,
4578 BCMOLT_XGPON_ONU_ADJUST_TX_WAVELENGTH_ID_FREQUENCY_ADJUSTMENT_DIRECTION = 0, /**< Frequency adjustment direction. */
4579 BCMOLT_XGPON_ONU_ADJUST_TX_WAVELENGTH_ID_FREQUENCY_ADJUSTMENT_SIZE = 1, /**< Frequency adjustment size. */
4580 BCMOLT_XGPON_ONU_ADJUST_TX_WAVELENGTH_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4581} bcmolt_xgpon_onu_adjust_tx_wavelength_id;
4582
4583/** Identifiers for all properties contained in the xgpon_onu_auto_cfg group.
4584 */
4585typedef enum bcmolt_xgpon_onu_auto_cfg_id
4586{
4587 BCMOLT_XGPON_ONU_AUTO_CFG_ID__BEGIN = 0,
4588 BCMOLT_XGPON_ONU_AUTO_CFG_ID_DFI = 0, /**< Receive Dying-Gasp of ONUi. */
4589 BCMOLT_XGPON_ONU_AUTO_CFG_ID_DGI = 1, /**< Receive Dying-Gasp of ONUi. */
4590 BCMOLT_XGPON_ONU_AUTO_CFG_ID_DOWI = 2, /**< Drift of Window of ONUi. */
4591 BCMOLT_XGPON_ONU_AUTO_CFG_ID_INVALID_DBRU_REPORT = 3, /**< Invalid DBRu Report. */
4592 BCMOLT_XGPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_COMPLETED = 4, /**< Key Exchange Completed. */
4593 BCMOLT_XGPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_CYCLE_SKIPPED = 5, /**< Key Exchange Cycle Skipped. */
4594 BCMOLT_XGPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_KEY_MISMATCH = 6, /**< Key Exchange Key Mismatch. */
4595 BCMOLT_XGPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_KEY_REQUEST_TIMEOUT = 7, /**< Key Exchange Key Request Timeout. */
4596 BCMOLT_XGPON_ONU_AUTO_CFG_ID_LOOCI = 8, /**< LOOCi. */
4597 BCMOLT_XGPON_ONU_AUTO_CFG_ID_ONU_ACTIVATION_COMPLETED = 9, /**< ONU Activation Completed. */
4598 BCMOLT_XGPON_ONU_AUTO_CFG_ID_ONU_ALARM = 10, /**< ONU Alarm. */
4599 BCMOLT_XGPON_ONU_AUTO_CFG_ID_ONU_DEACTIVATION_COMPLETED = 11, /**< ONU Deactivation Completed. */
4600 BCMOLT_XGPON_ONU_AUTO_CFG_ID_ONU_DISABLE_COMPLETED = 12, /**< ONU Disable Completed. */
4601 BCMOLT_XGPON_ONU_AUTO_CFG_ID_ONU_ENABLE_COMPLETED = 13, /**< ONU Enable Completed. */
4602 BCMOLT_XGPON_ONU_AUTO_CFG_ID_ONU_TUNING_IN_COMPLETED = 14, /**< ONU Tuning in completed. */
4603 BCMOLT_XGPON_ONU_AUTO_CFG_ID_ONU_TUNING_OUT_COMPLETED = 15, /**< ONU Tuning out completed. */
4604 BCMOLT_XGPON_ONU_AUTO_CFG_ID_OPTICAL_REFLECTION = 16, /**< Optical Reflection. */
4605 BCMOLT_XGPON_ONU_AUTO_CFG_ID_POSSIBLE_DRIFT = 17, /**< Possible Drift. */
4606 BCMOLT_XGPON_ONU_AUTO_CFG_ID_POWER_CONSUMPTION_REPORT = 18, /**< Power consumption report. */
4607 BCMOLT_XGPON_ONU_AUTO_CFG_ID_POWER_LEVEL_REPORT = 19, /**< Power level report. */
4608 BCMOLT_XGPON_ONU_AUTO_CFG_ID_POWER_MANAGEMENT_STATE_CHANGE = 20, /**< Power Management State Change. */
4609 BCMOLT_XGPON_ONU_AUTO_CFG_ID_PQSI = 21, /**< ploam queue status. */
4610 BCMOLT_XGPON_ONU_AUTO_CFG_ID_RANGING_COMPLETED = 22, /**< Ranging Completed. */
4611 BCMOLT_XGPON_ONU_AUTO_CFG_ID_REGISTRATION_ID = 23, /**< Registration ID. */
4612 BCMOLT_XGPON_ONU_AUTO_CFG_ID_RSSI_MEASUREMENT_COMPLETED = 24, /**< RSSI Measurement Completed. */
4613 BCMOLT_XGPON_ONU_AUTO_CFG_ID_SDI = 25, /**< Signal Degraded of ONUi. */
4614 BCMOLT_XGPON_ONU_AUTO_CFG_ID_SECURE_MUTUAL_AUTHENTICATION_FAILURE = 26, /**< secure mutual authentication failure. */
4615 BCMOLT_XGPON_ONU_AUTO_CFG_ID_SFI = 27, /**< Signal Fail of ONUi. */
4616 BCMOLT_XGPON_ONU_AUTO_CFG_ID_STAT_ALARM_CLEARED = 28, /**< Stat Alarm Cleared. */
4617 BCMOLT_XGPON_ONU_AUTO_CFG_ID_STAT_ALARM_RAISED = 29, /**< Stat Alarm Raised. */
4618 BCMOLT_XGPON_ONU_AUTO_CFG_ID_SUFI = 30, /**< SUFi. */
4619 BCMOLT_XGPON_ONU_AUTO_CFG_ID_TIWI = 31, /**< Transmission Interference Warning. */
4620 BCMOLT_XGPON_ONU_AUTO_CFG_ID_TUNING_RESPONSE = 32, /**< Tuning response. */
4621 BCMOLT_XGPON_ONU_AUTO_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4622} bcmolt_xgpon_onu_auto_cfg_id;
4623
4624/** Identifiers for all properties contained in the xgpon_onu_cfg group.
4625 */
4626typedef enum bcmolt_xgpon_onu_cfg_id
4627{
4628 BCMOLT_XGPON_ONU_CFG_ID__BEGIN = 0,
4629 BCMOLT_XGPON_ONU_CFG_ID_ONU_STATE = 0, /**< onu state. */
4630 BCMOLT_XGPON_ONU_CFG_ID_ONU_OLD_STATE = 1, /**< onu old state. */
4631 BCMOLT_XGPON_ONU_CFG_ID_ALARM_STATE = 2, /**< alarm state. */
4632 BCMOLT_XGPON_ONU_CFG_ID_REGISTRATION_ENCRYPTION_KEYS = 3, /**< registration encryption keys. */
4633 BCMOLT_XGPON_ONU_CFG_ID_CURRENT_ENCRYPTION_KEY = 4, /**< current encryption key. */
4634 BCMOLT_XGPON_ONU_CFG_ID_SERIAL_NUMBER = 5, /**< serial number. */
4635 BCMOLT_XGPON_ONU_CFG_ID_REGISTRATION_ID = 6, /**< registration id. */
4636 BCMOLT_XGPON_ONU_CFG_ID_REGISTRATION_ID_AUTO_LEARNING = 7, /**< Registration ID auto learning. */
4637 BCMOLT_XGPON_ONU_CFG_ID_RANGING_BURST_PROFILE = 8, /**< ranging burst profile. */
4638 BCMOLT_XGPON_ONU_CFG_ID_DATA_BURST_PROFILE = 9, /**< data burst profile. */
4639 BCMOLT_XGPON_ONU_CFG_ID_RANGING_TIME = 10, /**< ranging time. */
4640 BCMOLT_XGPON_ONU_CFG_ID_DISABLED_AFTER_DISCOVERY = 11, /**< Disabled after Discovery. */
4641 BCMOLT_XGPON_ONU_CFG_ID_DEACTIVATION_REASON = 12, /**< deactivation reason. */
4642 BCMOLT_XGPON_ONU_CFG_ID_ALL_GEM_PORTS = 13, /**< all GEM ports. */
4643 BCMOLT_XGPON_ONU_CFG_ID_ALL_ALLOCS = 14, /**< all allocs. */
4644 BCMOLT_XGPON_ONU_CFG_ID_EXTENDED_GUARD_TIME = 15, /**< Extended Guard Time. */
4645 BCMOLT_XGPON_ONU_CFG_ID_US_LINE_RATE = 16, /**< US line rate. */
4646 BCMOLT_XGPON_ONU_CFG_ID_CALIBRATION_RECORD = 17, /**< Calibration record. */
4647 BCMOLT_XGPON_ONU_CFG_ID_TUNING_GRANULARITY = 18, /**< Tuning granularity. */
4648 BCMOLT_XGPON_ONU_CFG_ID_STEP_TUNING_TIME = 19, /**< Step tuning time. */
4649 BCMOLT_XGPON_ONU_CFG_ID_POWER_LEVELLING_CAPABILITIES = 20, /**< Power levelling capabilities. */
4650 BCMOLT_XGPON_ONU_CFG_ID_REQUEST_REGISTRATION_STATUS = 21, /**< Request registration status. */
4651 BCMOLT_XGPON_ONU_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4652} bcmolt_xgpon_onu_cfg_id;
4653
4654/** Identifiers for all properties contained in the
4655 * xgpon_onu_change_power_levelling group.
4656 */
4657typedef enum bcmolt_xgpon_onu_change_power_levelling_id
4658{
4659 BCMOLT_XGPON_ONU_CHANGE_POWER_LEVELLING_ID__BEGIN = 0,
4660 BCMOLT_XGPON_ONU_CHANGE_POWER_LEVELLING_ID_CONTROL = 0, /**< control. */
4661 BCMOLT_XGPON_ONU_CHANGE_POWER_LEVELLING_ID_ATTENUATION = 1, /**< Attenuation. */
4662 BCMOLT_XGPON_ONU_CHANGE_POWER_LEVELLING_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4663} bcmolt_xgpon_onu_change_power_levelling_id;
4664
4665/** Identifiers for all properties contained in the xgpon_onu_cpu_packet group.
4666 */
4667typedef enum bcmolt_xgpon_onu_cpu_packet_id
4668{
4669 BCMOLT_XGPON_ONU_CPU_PACKET_ID__BEGIN = 0,
4670 BCMOLT_XGPON_ONU_CPU_PACKET_ID_PORT_ID = 0, /**< port id. */
4671 BCMOLT_XGPON_ONU_CPU_PACKET_ID_CRC_OK = 1, /**< crc ok. */
4672 BCMOLT_XGPON_ONU_CPU_PACKET_ID_PACKET_SIZE = 2, /**< packet size. */
4673 BCMOLT_XGPON_ONU_CPU_PACKET_ID_BUFFER = 3, /**< buffer. */
4674 BCMOLT_XGPON_ONU_CPU_PACKET_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4675} bcmolt_xgpon_onu_cpu_packet_id;
4676
4677/** Identifiers for all properties contained in the xgpon_onu_cpu_packets group.
4678 */
4679typedef enum bcmolt_xgpon_onu_cpu_packets_id
4680{
4681 BCMOLT_XGPON_ONU_CPU_PACKETS_ID__BEGIN = 0,
4682 BCMOLT_XGPON_ONU_CPU_PACKETS_ID_PACKET_TYPE = 0, /**< packet type. */
4683 BCMOLT_XGPON_ONU_CPU_PACKETS_ID_CALC_CRC = 1, /**< calc crc. */
4684 BCMOLT_XGPON_ONU_CPU_PACKETS_ID_NUMBER_OF_PACKETS = 2, /**< number of packets. */
4685 BCMOLT_XGPON_ONU_CPU_PACKETS_ID_PACKET_SIZE = 3, /**< Single packet size. */
4686 BCMOLT_XGPON_ONU_CPU_PACKETS_ID_BUFFER = 4, /**< buffer. */
4687 BCMOLT_XGPON_ONU_CPU_PACKETS_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4688} bcmolt_xgpon_onu_cpu_packets_id;
4689
4690/** Identifiers for all properties contained in the xgpon_onu_dfi group.
4691 */
4692typedef enum bcmolt_xgpon_onu_dfi_id
4693{
4694 BCMOLT_XGPON_ONU_DFI_ID__BEGIN = 0,
4695 BCMOLT_XGPON_ONU_DFI_ID_ALARM_STATUS = 0, /**< alarm status. */
4696 BCMOLT_XGPON_ONU_DFI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4697} bcmolt_xgpon_onu_dfi_id;
4698
4699/** Identifiers for all properties contained in the xgpon_onu_dgi group.
4700 */
4701typedef enum bcmolt_xgpon_onu_dgi_id
4702{
4703 BCMOLT_XGPON_ONU_DGI_ID__BEGIN = 0,
4704 BCMOLT_XGPON_ONU_DGI_ID_ALARM_STATUS = 0, /**< alarm status. */
4705 BCMOLT_XGPON_ONU_DGI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4706} bcmolt_xgpon_onu_dgi_id;
4707
4708/** Identifiers for all properties contained in the xgpon_onu_dowi group.
4709 */
4710typedef enum bcmolt_xgpon_onu_dowi_id
4711{
4712 BCMOLT_XGPON_ONU_DOWI_ID__BEGIN = 0,
4713 BCMOLT_XGPON_ONU_DOWI_ID_ALARM_STATUS = 0, /**< Alarm status. */
4714 BCMOLT_XGPON_ONU_DOWI_ID_DRIFT_VALUE = 1, /**< Drift value. */
4715 BCMOLT_XGPON_ONU_DOWI_ID_NEW_EQD = 2, /**< New EQD. */
4716 BCMOLT_XGPON_ONU_DOWI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4717} bcmolt_xgpon_onu_dowi_id;
4718
4719/** Identifiers for all properties contained in the
4720 * xgpon_onu_get_power_consumption group.
4721 */
4722typedef enum bcmolt_xgpon_onu_get_power_consumption_id
4723{
4724 BCMOLT_XGPON_ONU_GET_POWER_CONSUMPTION_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4725} bcmolt_xgpon_onu_get_power_consumption_id;
4726
4727/** Identifiers for all properties contained in the xgpon_onu_get_power_level
4728 * group.
4729 */
4730typedef enum bcmolt_xgpon_onu_get_power_level_id
4731{
4732 BCMOLT_XGPON_ONU_GET_POWER_LEVEL_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4733} bcmolt_xgpon_onu_get_power_level_id;
4734
4735/** Identifiers for all properties contained in the
4736 * xgpon_onu_invalid_dbru_report group.
4737 */
4738typedef enum bcmolt_xgpon_onu_invalid_dbru_report_id
4739{
4740 BCMOLT_XGPON_ONU_INVALID_DBRU_REPORT_ID__BEGIN = 0,
4741 BCMOLT_XGPON_ONU_INVALID_DBRU_REPORT_ID_ALLOC_ID = 0, /**< Alloc-ID. */
4742 BCMOLT_XGPON_ONU_INVALID_DBRU_REPORT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4743} bcmolt_xgpon_onu_invalid_dbru_report_id;
4744
4745/** Identifiers for all properties contained in the
4746 * xgpon_onu_key_exchange_completed group.
4747 */
4748typedef enum bcmolt_xgpon_onu_key_exchange_completed_id
4749{
4750 BCMOLT_XGPON_ONU_KEY_EXCHANGE_COMPLETED_ID__BEGIN = 0,
4751 BCMOLT_XGPON_ONU_KEY_EXCHANGE_COMPLETED_ID_NEW_KEY = 0, /**< new key. */
4752 BCMOLT_XGPON_ONU_KEY_EXCHANGE_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4753} bcmolt_xgpon_onu_key_exchange_completed_id;
4754
4755/** Identifiers for all properties contained in the
4756 * xgpon_onu_key_exchange_cycle_skipped group.
4757 */
4758typedef enum bcmolt_xgpon_onu_key_exchange_cycle_skipped_id
4759{
4760 BCMOLT_XGPON_ONU_KEY_EXCHANGE_CYCLE_SKIPPED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4761} bcmolt_xgpon_onu_key_exchange_cycle_skipped_id;
4762
4763/** Identifiers for all properties contained in the
4764 * xgpon_onu_key_exchange_key_mismatch group.
4765 */
4766typedef enum bcmolt_xgpon_onu_key_exchange_key_mismatch_id
4767{
4768 BCMOLT_XGPON_ONU_KEY_EXCHANGE_KEY_MISMATCH_ID__BEGIN = 0,
4769 BCMOLT_XGPON_ONU_KEY_EXCHANGE_KEY_MISMATCH_ID_EXPECTED_KEY = 0, /**< expected key. */
4770 BCMOLT_XGPON_ONU_KEY_EXCHANGE_KEY_MISMATCH_ID_RECEIVED_KEY = 1, /**< received key. */
4771 BCMOLT_XGPON_ONU_KEY_EXCHANGE_KEY_MISMATCH_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4772} bcmolt_xgpon_onu_key_exchange_key_mismatch_id;
4773
4774/** Identifiers for all properties contained in the
4775 * xgpon_onu_key_exchange_key_request_timeout group.
4776 */
4777typedef enum bcmolt_xgpon_onu_key_exchange_key_request_timeout_id
4778{
4779 BCMOLT_XGPON_ONU_KEY_EXCHANGE_KEY_REQUEST_TIMEOUT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4780} bcmolt_xgpon_onu_key_exchange_key_request_timeout_id;
4781
4782/** Identifiers for all properties contained in the xgpon_onu_key group.
4783 */
4784typedef enum bcmolt_xgpon_onu_key_id
4785{
4786 BCMOLT_XGPON_ONU_KEY_ID__BEGIN = 0,
4787 BCMOLT_XGPON_ONU_KEY_ID_PON_NI = 0, /**< PON network interface. */
4788 BCMOLT_XGPON_ONU_KEY_ID_ONU_ID = 1, /**< onu id. */
4789 BCMOLT_XGPON_ONU_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4790} bcmolt_xgpon_onu_key_id;
4791
4792/** Identifiers for all properties contained in the xgpon_onu_looci group.
4793 */
4794typedef enum bcmolt_xgpon_onu_looci_id
4795{
4796 BCMOLT_XGPON_ONU_LOOCI_ID__BEGIN = 0,
4797 BCMOLT_XGPON_ONU_LOOCI_ID_ALARM_STATUS = 0, /**< alarm status. */
4798 BCMOLT_XGPON_ONU_LOOCI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4799} bcmolt_xgpon_onu_looci_id;
4800
4801/** Identifiers for all properties contained in the xgpon_onu_omci_packet group.
4802 */
4803typedef enum bcmolt_xgpon_onu_omci_packet_id
4804{
4805 BCMOLT_XGPON_ONU_OMCI_PACKET_ID__BEGIN = 0,
4806 BCMOLT_XGPON_ONU_OMCI_PACKET_ID_PORT_ID = 0, /**< port id. */
4807 BCMOLT_XGPON_ONU_OMCI_PACKET_ID_CRC_OK = 1, /**< crc ok. */
4808 BCMOLT_XGPON_ONU_OMCI_PACKET_ID_PACKET_SIZE = 2, /**< packet size. */
4809 BCMOLT_XGPON_ONU_OMCI_PACKET_ID_BUFFER = 3, /**< buffer. */
4810 BCMOLT_XGPON_ONU_OMCI_PACKET_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4811} bcmolt_xgpon_onu_omci_packet_id;
4812
4813/** Identifiers for all properties contained in the
4814 * xgpon_onu_onu_activation_completed group.
4815 */
4816typedef enum bcmolt_xgpon_onu_onu_activation_completed_id
4817{
4818 BCMOLT_XGPON_ONU_ONU_ACTIVATION_COMPLETED_ID__BEGIN = 0,
4819 BCMOLT_XGPON_ONU_ONU_ACTIVATION_COMPLETED_ID_STATUS = 0, /**< status. */
4820 BCMOLT_XGPON_ONU_ONU_ACTIVATION_COMPLETED_ID_FAIL_REASON = 1, /**< fail reason. */
4821 BCMOLT_XGPON_ONU_ONU_ACTIVATION_COMPLETED_ID_REGISTRATION_ID = 2, /**< registration id. */
4822 BCMOLT_XGPON_ONU_ONU_ACTIVATION_COMPLETED_ID_REGISTRATION_ENCRYPTION_KEYS = 3, /**< registration encryption keys. */
4823 BCMOLT_XGPON_ONU_ONU_ACTIVATION_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4824} bcmolt_xgpon_onu_onu_activation_completed_id;
4825
4826/** Identifiers for all properties contained in the xgpon_onu_onu_alarm group.
4827 */
4828typedef enum bcmolt_xgpon_onu_onu_alarm_id
4829{
4830 BCMOLT_XGPON_ONU_ONU_ALARM_ID__BEGIN = 0,
4831 BCMOLT_XGPON_ONU_ONU_ALARM_ID_ONU_ALARM = 0, /**< onu alarm. */
4832 BCMOLT_XGPON_ONU_ONU_ALARM_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4833} bcmolt_xgpon_onu_onu_alarm_id;
4834
4835/** Identifiers for all properties contained in the
4836 * xgpon_onu_onu_deactivation_completed group.
4837 */
4838typedef enum bcmolt_xgpon_onu_onu_deactivation_completed_id
4839{
4840 BCMOLT_XGPON_ONU_ONU_DEACTIVATION_COMPLETED_ID__BEGIN = 0,
4841 BCMOLT_XGPON_ONU_ONU_DEACTIVATION_COMPLETED_ID_STATUS = 0, /**< Status. */
4842 BCMOLT_XGPON_ONU_ONU_DEACTIVATION_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4843} bcmolt_xgpon_onu_onu_deactivation_completed_id;
4844
4845/** Identifiers for all properties contained in the
4846 * xgpon_onu_onu_disable_completed group.
4847 */
4848typedef enum bcmolt_xgpon_onu_onu_disable_completed_id
4849{
4850 BCMOLT_XGPON_ONU_ONU_DISABLE_COMPLETED_ID__BEGIN = 0,
4851 BCMOLT_XGPON_ONU_ONU_DISABLE_COMPLETED_ID_SERIAL_NUMBER = 0, /**< serial number. */
4852 BCMOLT_XGPON_ONU_ONU_DISABLE_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4853} bcmolt_xgpon_onu_onu_disable_completed_id;
4854
4855/** Identifiers for all properties contained in the
4856 * xgpon_onu_onu_enable_completed group.
4857 */
4858typedef enum bcmolt_xgpon_onu_onu_enable_completed_id
4859{
4860 BCMOLT_XGPON_ONU_ONU_ENABLE_COMPLETED_ID__BEGIN = 0,
4861 BCMOLT_XGPON_ONU_ONU_ENABLE_COMPLETED_ID_SERIAL_NUMBER = 0, /**< serial number. */
4862 BCMOLT_XGPON_ONU_ONU_ENABLE_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4863} bcmolt_xgpon_onu_onu_enable_completed_id;
4864
4865/** Identifiers for all properties contained in the
4866 * xgpon_onu_onu_tuning_in_completed group.
4867 */
4868typedef enum bcmolt_xgpon_onu_onu_tuning_in_completed_id
4869{
4870 BCMOLT_XGPON_ONU_ONU_TUNING_IN_COMPLETED_ID__BEGIN = 0,
4871 BCMOLT_XGPON_ONU_ONU_TUNING_IN_COMPLETED_ID_RESULT = 0, /**< result. */
4872 BCMOLT_XGPON_ONU_ONU_TUNING_IN_COMPLETED_ID_FAIL_REASON = 1, /**< fail reason. */
4873 BCMOLT_XGPON_ONU_ONU_TUNING_IN_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4874} bcmolt_xgpon_onu_onu_tuning_in_completed_id;
4875
4876/** Identifiers for all properties contained in the xgpon_onu_onu_tuning_in
4877 * group.
4878 */
4879typedef enum bcmolt_xgpon_onu_onu_tuning_in_id
4880{
4881 BCMOLT_XGPON_ONU_ONU_TUNING_IN_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4882} bcmolt_xgpon_onu_onu_tuning_in_id;
4883
4884/** Identifiers for all properties contained in the
4885 * xgpon_onu_onu_tuning_out_completed group.
4886 */
4887typedef enum bcmolt_xgpon_onu_onu_tuning_out_completed_id
4888{
4889 BCMOLT_XGPON_ONU_ONU_TUNING_OUT_COMPLETED_ID__BEGIN = 0,
4890 BCMOLT_XGPON_ONU_ONU_TUNING_OUT_COMPLETED_ID_RESULT = 0, /**< result. */
4891 BCMOLT_XGPON_ONU_ONU_TUNING_OUT_COMPLETED_ID_FAIL_REASON = 1, /**< fail reason. */
4892 BCMOLT_XGPON_ONU_ONU_TUNING_OUT_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4893} bcmolt_xgpon_onu_onu_tuning_out_completed_id;
4894
4895/** Identifiers for all properties contained in the xgpon_onu_onu_tuning_out
4896 * group.
4897 */
4898typedef enum bcmolt_xgpon_onu_onu_tuning_out_id
4899{
4900 BCMOLT_XGPON_ONU_ONU_TUNING_OUT_ID__BEGIN = 0,
4901 BCMOLT_XGPON_ONU_ONU_TUNING_OUT_ID_TARGET_DS_PON_ID = 0, /**< target ds pon id. */
4902 BCMOLT_XGPON_ONU_ONU_TUNING_OUT_ID_TARGET_US_PON_ID = 1, /**< target us pon id. */
4903 BCMOLT_XGPON_ONU_ONU_TUNING_OUT_ID_TIME_TO_SWITCH = 2, /**< time to switch. */
4904 BCMOLT_XGPON_ONU_ONU_TUNING_OUT_ID_ROLLBACK = 3, /**< rollback. */
4905 BCMOLT_XGPON_ONU_ONU_TUNING_OUT_ID_STATUS = 4, /**< status. */
4906 BCMOLT_XGPON_ONU_ONU_TUNING_OUT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4907} bcmolt_xgpon_onu_onu_tuning_out_id;
4908
4909/** Identifiers for all properties contained in the xgpon_onu_optical_reflection
4910 * group.
4911 */
4912typedef enum bcmolt_xgpon_onu_optical_reflection_id
4913{
4914 BCMOLT_XGPON_ONU_OPTICAL_REFLECTION_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4915} bcmolt_xgpon_onu_optical_reflection_id;
4916
4917/** Identifiers for all properties contained in the xgpon_onu_ploam_packet
4918 * group.
4919 */
4920typedef enum bcmolt_xgpon_onu_ploam_packet_id
4921{
4922 BCMOLT_XGPON_ONU_PLOAM_PACKET_ID__BEGIN = 0,
4923 BCMOLT_XGPON_ONU_PLOAM_PACKET_ID_DEFAULT_KEY = 0, /**< default key. */
4924 BCMOLT_XGPON_ONU_PLOAM_PACKET_ID_PLOAM = 1, /**< ploam. */
4925 BCMOLT_XGPON_ONU_PLOAM_PACKET_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4926} bcmolt_xgpon_onu_ploam_packet_id;
4927
4928/** Identifiers for all properties contained in the xgpon_onu_possible_drift
4929 * group.
4930 */
4931typedef enum bcmolt_xgpon_onu_possible_drift_id
4932{
4933 BCMOLT_XGPON_ONU_POSSIBLE_DRIFT_ID__BEGIN = 0,
4934 BCMOLT_XGPON_ONU_POSSIBLE_DRIFT_ID_ALARM_STATUS = 0, /**< Alarm Status. */
4935 BCMOLT_XGPON_ONU_POSSIBLE_DRIFT_ID_ESTIMATED_DRIFT = 1, /**< Estimated Drift. */
4936 BCMOLT_XGPON_ONU_POSSIBLE_DRIFT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4937} bcmolt_xgpon_onu_possible_drift_id;
4938
4939/** Identifiers for all properties contained in the
4940 * xgpon_onu_power_consumption_report group.
4941 */
4942typedef enum bcmolt_xgpon_onu_power_consumption_report_id
4943{
4944 BCMOLT_XGPON_ONU_POWER_CONSUMPTION_REPORT_ID__BEGIN = 0,
4945 BCMOLT_XGPON_ONU_POWER_CONSUMPTION_REPORT_ID_POWER_CONSUMPTION_REPORT = 0, /**< power consumption report. */
4946 BCMOLT_XGPON_ONU_POWER_CONSUMPTION_REPORT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4947} bcmolt_xgpon_onu_power_consumption_report_id;
4948
4949/** Identifiers for all properties contained in the xgpon_onu_power_level_report
4950 * group.
4951 */
4952typedef enum bcmolt_xgpon_onu_power_level_report_id
4953{
4954 BCMOLT_XGPON_ONU_POWER_LEVEL_REPORT_ID__BEGIN = 0,
4955 BCMOLT_XGPON_ONU_POWER_LEVEL_REPORT_ID_ATTENUATION = 0, /**< Attenuation. */
4956 BCMOLT_XGPON_ONU_POWER_LEVEL_REPORT_ID_POWER_LEVELLING_CAPABILITY = 1, /**< Power levelling capability. */
4957 BCMOLT_XGPON_ONU_POWER_LEVEL_REPORT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4958} bcmolt_xgpon_onu_power_level_report_id;
4959
4960/** Identifiers for all properties contained in the
4961 * xgpon_onu_power_management_state_change group.
4962 */
4963typedef enum bcmolt_xgpon_onu_power_management_state_change_id
4964{
4965 BCMOLT_XGPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID__BEGIN = 0,
4966 BCMOLT_XGPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID_OLD_STATE = 0, /**< Old State. */
4967 BCMOLT_XGPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID_NEW_STATE = 1, /**< New State. */
4968 BCMOLT_XGPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID_REASON = 2, /**< Reason. */
4969 BCMOLT_XGPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4970} bcmolt_xgpon_onu_power_management_state_change_id;
4971
4972/** Identifiers for all properties contained in the xgpon_onu_pqsi group.
4973 */
4974typedef enum bcmolt_xgpon_onu_pqsi_id
4975{
4976 BCMOLT_XGPON_ONU_PQSI_ID__BEGIN = 0,
4977 BCMOLT_XGPON_ONU_PQSI_ID_ALARM_STATUS = 0, /**< alarm status. */
4978 BCMOLT_XGPON_ONU_PQSI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4979} bcmolt_xgpon_onu_pqsi_id;
4980
4981/** Identifiers for all properties contained in the xgpon_onu_ranging_completed
4982 * group.
4983 */
4984typedef enum bcmolt_xgpon_onu_ranging_completed_id
4985{
4986 BCMOLT_XGPON_ONU_RANGING_COMPLETED_ID__BEGIN = 0,
4987 BCMOLT_XGPON_ONU_RANGING_COMPLETED_ID_STATUS = 0, /**< status. */
4988 BCMOLT_XGPON_ONU_RANGING_COMPLETED_ID_FAIL_REASON = 1, /**< fail reason. */
4989 BCMOLT_XGPON_ONU_RANGING_COMPLETED_ID_EQD = 2, /**< EQD. */
4990 BCMOLT_XGPON_ONU_RANGING_COMPLETED_ID_NUMBER_OF_PLOAMS = 3, /**< number of ploams. */
4991 BCMOLT_XGPON_ONU_RANGING_COMPLETED_ID_POWER_LEVEL = 4, /**< power level. */
4992 BCMOLT_XGPON_ONU_RANGING_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
4993} bcmolt_xgpon_onu_ranging_completed_id;
4994
4995/** Identifiers for all properties contained in the xgpon_onu_registration_id
4996 * group.
4997 */
4998typedef enum bcmolt_xgpon_onu_registration_id_id
4999{
5000 BCMOLT_XGPON_ONU_REGISTRATION_ID_ID__BEGIN = 0,
5001 BCMOLT_XGPON_ONU_REGISTRATION_ID_ID_REGISTRATION_ID = 0, /**< Registration ID. */
5002 BCMOLT_XGPON_ONU_REGISTRATION_ID_ID_REQUEST_REGISTRATION_STATUS = 1, /**< request registration status. */
5003 BCMOLT_XGPON_ONU_REGISTRATION_ID_ID_REQUEST_REGISTRATION_FAIL_REASON = 2, /**< request registration fail reason. */
5004 BCMOLT_XGPON_ONU_REGISTRATION_ID_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5005} bcmolt_xgpon_onu_registration_id_id;
5006
5007/** Identifiers for all properties contained in the
5008 * xgpon_onu_request_registration group.
5009 */
5010typedef enum bcmolt_xgpon_onu_request_registration_id
5011{
5012 BCMOLT_XGPON_ONU_REQUEST_REGISTRATION_ID__BEGIN = 0,
5013 BCMOLT_XGPON_ONU_REQUEST_REGISTRATION_ID_SMA_FLAG = 0, /**< SMA flag. */
5014 BCMOLT_XGPON_ONU_REQUEST_REGISTRATION_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5015} bcmolt_xgpon_onu_request_registration_id;
5016
5017/** Identifiers for all properties contained in the
5018 * xgpon_onu_rssi_measurement_completed group.
5019 */
5020typedef enum bcmolt_xgpon_onu_rssi_measurement_completed_id
5021{
5022 BCMOLT_XGPON_ONU_RSSI_MEASUREMENT_COMPLETED_ID__BEGIN = 0,
5023 BCMOLT_XGPON_ONU_RSSI_MEASUREMENT_COMPLETED_ID_STATUS = 0, /**< status. */
5024 BCMOLT_XGPON_ONU_RSSI_MEASUREMENT_COMPLETED_ID_FAIL_REASON = 1, /**< fail reason. */
5025 BCMOLT_XGPON_ONU_RSSI_MEASUREMENT_COMPLETED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5026} bcmolt_xgpon_onu_rssi_measurement_completed_id;
5027
5028/** Identifiers for all properties contained in the xgpon_onu_rssi_measurement
5029 * group.
5030 */
5031typedef enum bcmolt_xgpon_onu_rssi_measurement_id
5032{
5033 BCMOLT_XGPON_ONU_RSSI_MEASUREMENT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5034} bcmolt_xgpon_onu_rssi_measurement_id;
5035
5036/** Identifiers for all properties contained in the xgpon_onu_sdi group.
5037 */
5038typedef enum bcmolt_xgpon_onu_sdi_id
5039{
5040 BCMOLT_XGPON_ONU_SDI_ID__BEGIN = 0,
5041 BCMOLT_XGPON_ONU_SDI_ID_ALARM_STATUS = 0, /**< alarm status. */
5042 BCMOLT_XGPON_ONU_SDI_ID_BER = 1, /**< BER. */
5043 BCMOLT_XGPON_ONU_SDI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5044} bcmolt_xgpon_onu_sdi_id;
5045
5046/** Identifiers for all properties contained in the
5047 * xgpon_onu_secure_mutual_authentication_failure group.
5048 */
5049typedef enum bcmolt_xgpon_onu_secure_mutual_authentication_failure_id
5050{
5051 BCMOLT_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_FAILURE_ID__BEGIN = 0,
5052 BCMOLT_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_FAILURE_ID_STATUS = 0, /**< status. */
5053 BCMOLT_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_FAILURE_ID_FAIL_REASON = 1, /**< secure mutual authentication fail reason. */
5054 BCMOLT_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_FAILURE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5055} bcmolt_xgpon_onu_secure_mutual_authentication_failure_id;
5056
5057/** Identifiers for all properties contained in the
5058 * xgpon_onu_secure_mutual_authentication group.
5059 */
5060typedef enum bcmolt_xgpon_onu_secure_mutual_authentication_id
5061{
5062 BCMOLT_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_ID__BEGIN = 0,
5063 BCMOLT_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_ID_MASTER_KEY = 0, /**< master key. */
5064 BCMOLT_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_ID_BUFFER = 1, /**< OMCI data buffer. */
5065 BCMOLT_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_ID_MIC = 2, /**< mic. */
5066 BCMOLT_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5067} bcmolt_xgpon_onu_secure_mutual_authentication_id;
5068
5069/** Identifiers for all properties contained in the xgpon_onu_set_onu_state
5070 * group.
5071 */
5072typedef enum bcmolt_xgpon_onu_set_onu_state_id
5073{
5074 BCMOLT_XGPON_ONU_SET_ONU_STATE_ID__BEGIN = 0,
5075 BCMOLT_XGPON_ONU_SET_ONU_STATE_ID_ONU_STATE = 0, /**< ONU state. */
5076 BCMOLT_XGPON_ONU_SET_ONU_STATE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5077} bcmolt_xgpon_onu_set_onu_state_id;
5078
5079/** Identifiers for all properties contained in the xgpon_onu_sfi group.
5080 */
5081typedef enum bcmolt_xgpon_onu_sfi_id
5082{
5083 BCMOLT_XGPON_ONU_SFI_ID__BEGIN = 0,
5084 BCMOLT_XGPON_ONU_SFI_ID_ALARM_STATUS = 0, /**< alarm status. */
5085 BCMOLT_XGPON_ONU_SFI_ID_BER = 1, /**< BER. */
5086 BCMOLT_XGPON_ONU_SFI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5087} bcmolt_xgpon_onu_sfi_id;
5088
5089/** Identifiers for all properties contained in the xgpon_onu_stat_alarm_cleared
5090 * group.
5091 */
5092typedef enum bcmolt_xgpon_onu_stat_alarm_cleared_id
5093{
5094 BCMOLT_XGPON_ONU_STAT_ALARM_CLEARED_ID__BEGIN = 0,
5095 BCMOLT_XGPON_ONU_STAT_ALARM_CLEARED_ID_STAT = 0, /**< Statistic ID. */
5096 BCMOLT_XGPON_ONU_STAT_ALARM_CLEARED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5097} bcmolt_xgpon_onu_stat_alarm_cleared_id;
5098
5099/** Identifiers for all properties contained in the xgpon_onu_stat_alarm_raised
5100 * group.
5101 */
5102typedef enum bcmolt_xgpon_onu_stat_alarm_raised_id
5103{
5104 BCMOLT_XGPON_ONU_STAT_ALARM_RAISED_ID__BEGIN = 0,
5105 BCMOLT_XGPON_ONU_STAT_ALARM_RAISED_ID_STAT = 0, /**< Statistic ID. */
5106 BCMOLT_XGPON_ONU_STAT_ALARM_RAISED_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5107} bcmolt_xgpon_onu_stat_alarm_raised_id;
5108
5109/** Identifiers for all properties contained in the xgpon_onu_stat_cfg group.
5110 */
5111typedef enum bcmolt_xgpon_onu_stat_cfg_id
5112{
5113 BCMOLT_XGPON_ONU_STAT_CFG_ID__BEGIN = 0,
5114 BCMOLT_XGPON_ONU_STAT_CFG_ID_CFG = 0, /**< Configuration. */
5115 BCMOLT_XGPON_ONU_STAT_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5116} bcmolt_xgpon_onu_stat_cfg_id;
5117
5118/** Identifiers for all properties contained in the xgpon_onu_stat group.
5119 */
5120typedef enum bcmolt_xgpon_onu_stat_id
5121{
5122 BCMOLT_XGPON_ONU_STAT_ID__BEGIN = 0,
5123 BCMOLT_XGPON_ONU_STAT_ID_POSITIVE_DRIFT = 0, /**< positive drift. */
5124 BCMOLT_XGPON_ONU_STAT_ID_NEGATIVE_DRIFT = 1, /**< negative drift. */
5125 BCMOLT_XGPON_ONU_STAT_ID_DELIMITER_MISS_DETECTION = 2, /**< delimiter miss detection. */
5126 BCMOLT_XGPON_ONU_STAT_ID_BIP32_ERRORS = 3, /**< bip32 errors. */
5127 BCMOLT_XGPON_ONU_STAT_ID_RX_WORDS = 4, /**< received words. */
5128 BCMOLT_XGPON_ONU_STAT_ID_FEC_CORRECTED_SYMBOLS = 5, /**< fec corrected symbols. */
5129 BCMOLT_XGPON_ONU_STAT_ID_FEC_CORRECTED_CODEWORDS = 6, /**< fec corrected codewords. */
5130 BCMOLT_XGPON_ONU_STAT_ID_FEC_UNCORRECTABLE_CODEWORDS = 7, /**< fec uncorrectable codewords. */
5131 BCMOLT_XGPON_ONU_STAT_ID_FEC_CODEWORDS = 8, /**< fec total codewords. */
5132 BCMOLT_XGPON_ONU_STAT_ID_FEC_CORRECTED_BITS = 9, /**< fec corrected bits. */
5133 BCMOLT_XGPON_ONU_STAT_ID_XGEM_KEY_ERRORS = 10, /**< xgem key error. */
5134 BCMOLT_XGPON_ONU_STAT_ID_XGEM_LOSS = 11, /**< xgem loss . */
5135 BCMOLT_XGPON_ONU_STAT_ID_RX_PLOAMS_MIC_ERROR = 12, /**< mic error ploam. */
5136 BCMOLT_XGPON_ONU_STAT_ID_RX_PLOAMS_NON_IDLE = 13, /**< non idle ploam. */
5137 BCMOLT_XGPON_ONU_STAT_ID_RX_OMCI = 14, /**< Received OMCI packets. */
5138 BCMOLT_XGPON_ONU_STAT_ID_RX_OMCI_PACKETS_CRC_ERROR = 15, /**< Received OMCI packets with CRC errors. */
5139 BCMOLT_XGPON_ONU_STAT_ID_RX_BYTES = 16, /**< rx bytes. */
5140 BCMOLT_XGPON_ONU_STAT_ID_RX_PACKETS = 17, /**< rx packets. */
5141 BCMOLT_XGPON_ONU_STAT_ID_TX_BYTES = 18, /**< tx bytes. */
5142 BCMOLT_XGPON_ONU_STAT_ID_TX_PACKETS = 19, /**< tx packets. */
5143 BCMOLT_XGPON_ONU_STAT_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5144} bcmolt_xgpon_onu_stat_id;
5145
5146/** Identifiers for all properties contained in the xgpon_onu_sufi group.
5147 */
5148typedef enum bcmolt_xgpon_onu_sufi_id
5149{
5150 BCMOLT_XGPON_ONU_SUFI_ID__BEGIN = 0,
5151 BCMOLT_XGPON_ONU_SUFI_ID_ALARM_STATUS = 0, /**< alarm status. */
5152 BCMOLT_XGPON_ONU_SUFI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5153} bcmolt_xgpon_onu_sufi_id;
5154
5155/** Identifiers for all properties contained in the xgpon_onu_tiwi group.
5156 */
5157typedef enum bcmolt_xgpon_onu_tiwi_id
5158{
5159 BCMOLT_XGPON_ONU_TIWI_ID__BEGIN = 0,
5160 BCMOLT_XGPON_ONU_TIWI_ID_ALARM_STATUS = 0, /**< Alarm status. */
5161 BCMOLT_XGPON_ONU_TIWI_ID_DRIFT_VALUE = 1, /**< Drift value. */
5162 BCMOLT_XGPON_ONU_TIWI_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5163} bcmolt_xgpon_onu_tiwi_id;
5164
5165/** Identifiers for all properties contained in the xgpon_onu_tuning_response
5166 * group.
5167 */
5168typedef enum bcmolt_xgpon_onu_tuning_response_id
5169{
5170 BCMOLT_XGPON_ONU_TUNING_RESPONSE_ID__BEGIN = 0,
5171 BCMOLT_XGPON_ONU_TUNING_RESPONSE_ID_ACK = 0, /**< ack. */
5172 BCMOLT_XGPON_ONU_TUNING_RESPONSE_ID_RESULT = 1, /**< result. */
5173 BCMOLT_XGPON_ONU_TUNING_RESPONSE_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5174} bcmolt_xgpon_onu_tuning_response_id;
5175
5176/** Identifiers for all properties contained in the xgpon_trx_cfg group.
5177 */
5178typedef enum bcmolt_xgpon_trx_cfg_id
5179{
5180 BCMOLT_XGPON_TRX_CFG_ID__BEGIN = 0,
5181 BCMOLT_XGPON_TRX_CFG_ID_BURST_PROFILE = 0, /**< burst profile. */
5182 BCMOLT_XGPON_TRX_CFG_ID_TRANSCEIVER_CONFIG = 1, /**< transceiver config. */
5183 BCMOLT_XGPON_TRX_CFG_ID_TRANSCEIVER_TYPE = 2, /**< trx type. */
5184 BCMOLT_XGPON_TRX_CFG_ID_DEBUG = 3, /**< debug. */
5185 BCMOLT_XGPON_TRX_CFG_ID_RSSI_NORMAL_CONFIG = 4, /**< rssi normal config. */
5186 BCMOLT_XGPON_TRX_CFG_ID_RSSI_RANGING_CONFIG = 5, /**< rssi ranging config. */
5187 BCMOLT_XGPON_TRX_CFG_ID_SERDES_CONFIGURATION = 6, /**< serdes configuration. */
5188 BCMOLT_XGPON_TRX_CFG_ID_BURST_PROFILE_DELIMITER_MAX_ERRORS = 7, /**< burst profile delimiter max errors. */
5189 BCMOLT_XGPON_TRX_CFG_ID_RANGING_SM_PATTERNS_AT_INIT = 8, /**< ranging sm patterns at init. */
5190 BCMOLT_XGPON_TRX_CFG_ID_RANGING_SM_PATTERNS_ED_FAILURE = 9, /**< ranging sm patterns ED failure. */
5191 BCMOLT_XGPON_TRX_CFG_ID_RESET_ON_DEL_MISS = 10, /**< reset on del miss. */
5192 BCMOLT_XGPON_TRX_CFG_ID_ED_STATE = 11, /**< ed state. */
5193 BCMOLT_XGPON_TRX_CFG_ID_INVERT_ED = 12, /**< invert ED. */
5194 BCMOLT_XGPON_TRX_CFG_ID_END_OF_BURST_RESET = 13, /**< end of burst reset. */
5195 BCMOLT_XGPON_TRX_CFG_ID_TRX_RST_POLARITY = 14, /**< TRX reset polarity. */
5196 BCMOLT_XGPON_TRX_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5197} bcmolt_xgpon_trx_cfg_id;
5198
5199/** Identifiers for all properties contained in the xgpon_trx_key group.
5200 */
5201typedef enum bcmolt_xgpon_trx_key_id
5202{
5203 BCMOLT_XGPON_TRX_KEY_ID__BEGIN = 0,
5204 BCMOLT_XGPON_TRX_KEY_ID_PON_NI = 0, /**< PON network interface. */
5205 BCMOLT_XGPON_TRX_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5206} bcmolt_xgpon_trx_key_id;
5207
5208/** Identifiers for all properties contained in the xpon_serdes_cfg group.
5209 */
5210typedef enum bcmolt_xpon_serdes_cfg_id
5211{
5212 BCMOLT_XPON_SERDES_CFG_ID__BEGIN = 0,
5213 BCMOLT_XPON_SERDES_CFG_ID_RX_VGA = 0, /**< Rx Vga. */
5214 BCMOLT_XPON_SERDES_CFG_ID_RX_PF = 1, /**< Rx PF. */
5215 BCMOLT_XPON_SERDES_CFG_ID_RX_LFPF = 2, /**< Rx LFPF. */
5216 BCMOLT_XPON_SERDES_CFG_ID_RX_DFE1 = 3, /**< Rx DFE1. */
5217 BCMOLT_XPON_SERDES_CFG_ID_RX_DFE2 = 4, /**< Rx DFE2. */
5218 BCMOLT_XPON_SERDES_CFG_ID_RX_DFE3 = 5, /**< Rx DFE3. */
5219 BCMOLT_XPON_SERDES_CFG_ID_RX_DFE4 = 6, /**< Rx DFE4. */
5220 BCMOLT_XPON_SERDES_CFG_ID_RX_DFE5 = 7, /**< Rx DFE5. */
5221 BCMOLT_XPON_SERDES_CFG_ID_TX_PRE = 8, /**< Tx Pre. */
5222 BCMOLT_XPON_SERDES_CFG_ID_TX_MAIN = 9, /**< Tx Main. */
5223 BCMOLT_XPON_SERDES_CFG_ID_TX_POST1 = 10, /**< Tx Post1. */
5224 BCMOLT_XPON_SERDES_CFG_ID_TX_POST2 = 11, /**< Tx Post2. */
5225 BCMOLT_XPON_SERDES_CFG_ID_TX_POST3 = 12, /**< Tx Post3. */
5226 BCMOLT_XPON_SERDES_CFG_ID_TX_AMP = 13, /**< Tx Amp. */
5227 BCMOLT_XPON_SERDES_CFG_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5228} bcmolt_xpon_serdes_cfg_id;
5229
5230/** Identifiers for all properties contained in the xpon_serdes_key group.
5231 */
5232typedef enum bcmolt_xpon_serdes_key_id
5233{
5234 BCMOLT_XPON_SERDES_KEY_ID__BEGIN = 0,
5235 BCMOLT_XPON_SERDES_KEY_ID_PON_NI = 0, /**< PON NI. */
5236 BCMOLT_XPON_SERDES_KEY_ID_INSTANCE = 1, /**< Instance. */
5237 BCMOLT_XPON_SERDES_KEY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5238} bcmolt_xpon_serdes_key_id;
5239
5240/** All object tags for all objects in the system.
5241 */
5242typedef enum bcmolt_obj_tag
5243{
5244 BCMOLT_OBJ_TAG__BEGIN,
5245 BCMOLT_OBJ_TAG_EPON = 0,
5246 BCMOLT_OBJ_TAG_AE,
5247 BCMOLT_OBJ_TAG_GPON,
5248 BCMOLT_OBJ_TAG_XGPON,
5249 BCMOLT_OBJ_TAG__NUM_OF /**< Number of enum entries, not an entry itself. */
5250} bcmolt_obj_tag;
5251
5252/* The following config modes are enabled for this build */
5253#define BCMOLT_CONFIG_MODE_EPON 1
5254
5255/* The following config modes are enabled for this build */
5256#define BCMOLT_CONFIG_MODE_AE 1
5257
5258/* The following config modes are enabled for this build */
5259#define BCMOLT_CONFIG_MODE_GPON 1
5260
5261/* The following config modes are enabled for this build */
5262#define BCMOLT_CONFIG_MODE_XGPON 1
5263
5264/** Identifiers for all objects in the system.
5265 */
5266typedef enum bcmolt_obj_id
5267{
5268 BCMOLT_OBJ_ID__BEGIN,
5269 BCMOLT_OBJ_ID_AE_NI = 0, /**< AE NI (Active Ethernet Network Interface) */
5270 BCMOLT_OBJ_ID_AE_PATH_DS = 1, /**< AE path downstream */
5271 BCMOLT_OBJ_ID_AE_PATH_US = 2, /**< AE path upstream */
5272 BCMOLT_OBJ_ID_CHANNEL = 3, /**< Channel */
5273 BCMOLT_OBJ_ID_DEBUG = 4, /**< Debug */
5274 BCMOLT_OBJ_ID_DEVICE = 5, /**< Device */
5275 BCMOLT_OBJ_ID_EPON_DENIED_LINK = 6, /**< EPON Denied Link */
5276 BCMOLT_OBJ_ID_EPON_LINK = 7, /**< EPON link */
5277 BCMOLT_OBJ_ID_EPON_NI = 8, /**< EPON NI (EPON Network Interface) */
5278 BCMOLT_OBJ_ID_EPON_ONU_10G_US = 9, /**< EPON ONU 10G US */
5279 BCMOLT_OBJ_ID_EPON_ONU_1G_US = 10, /**< EPON ONU 1G US */
5280 BCMOLT_OBJ_ID_EPON_PATH_10G_DS = 11, /**< EPON path 10G downstream */
5281 BCMOLT_OBJ_ID_EPON_PATH_10G_US = 12, /**< EPON path 10G upstream */
5282 BCMOLT_OBJ_ID_EPON_PATH_1G_DS = 13, /**< EPON path 1G downstream */
5283 BCMOLT_OBJ_ID_EPON_PATH_1G_US = 14, /**< EPON path 1G upstream */
5284 BCMOLT_OBJ_ID_EPON_RP = 15, /**< EPON Reconciliation Path */
5285 BCMOLT_OBJ_ID_GPIO = 16, /**< GPIO */
5286 BCMOLT_OBJ_ID_GPON_ALLOC = 17, /**< GPON Alloc */
5287 BCMOLT_OBJ_ID_GPON_GEM_PORT = 18, /**< GPON GEM Port */
5288 BCMOLT_OBJ_ID_GPON_IWF = 19, /**< GPON IWF */
5289 BCMOLT_OBJ_ID_GPON_IWF_DS_EGRESS_FLOW = 20, /**< GPON IWF DS egress flow */
5290 BCMOLT_OBJ_ID_GPON_IWF_DS_INGRESS_FLOW = 21, /**< GPON IWF DS ingress flow */
5291 BCMOLT_OBJ_ID_GPON_IWF_MAC_TABLE = 22, /**< GPON IWF MAC table */
5292 BCMOLT_OBJ_ID_GPON_IWF_US_FLOW = 23, /**< GPON IWF US flow */
5293 BCMOLT_OBJ_ID_GPON_NI = 24, /**< GPON network interface */
5294 BCMOLT_OBJ_ID_GPON_ONU = 25, /**< GPON ONU */
5295 BCMOLT_OBJ_ID_GPON_TRX = 26, /**< GPON TRX */
5296 BCMOLT_OBJ_ID_LOG_ENTRY = 27, /**< log entry */
5297 BCMOLT_OBJ_ID_LOGGER = 28, /**< logger */
5298 BCMOLT_OBJ_ID_NNI = 29, /**< NNI */
5299 BCMOLT_OBJ_ID_NNI_SERDES = 30, /**< nni_serdes */
5300 BCMOLT_OBJ_ID_SOFTWARE_ERROR = 31, /**< Software Error */
5301 BCMOLT_OBJ_ID_TRX_CALIBRATION = 32, /**< TRX Calibration */
5302 BCMOLT_OBJ_ID_XGPON_ALLOC = 33, /**< XGPON Alloc */
5303 BCMOLT_OBJ_ID_XGPON_GEM_PORT = 34, /**< XGPON GEM port */
5304 BCMOLT_OBJ_ID_XGPON_IWF = 35, /**< XGPON IWF */
5305 BCMOLT_OBJ_ID_XGPON_NI = 36, /**< XGPON network interface */
5306 BCMOLT_OBJ_ID_XGPON_ONU = 37, /**< XGPON ONU */
5307 BCMOLT_OBJ_ID_XGPON_TRX = 38, /**< XGPON TRX */
5308 BCMOLT_OBJ_ID_XPON_SERDES = 39, /**< xpon_serdes */
5309 BCMOLT_OBJ_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
5310} bcmolt_obj_id;
5311
5312/** Identifiers for all possible groups under all objects in the system.
5313 */
5314typedef enum bcmolt_group_id
5315{
5316 BCMOLT_GROUP_ID__BEGIN,
5317 BCMOLT_GROUP_ID_AE_NI_KEY = 0, /**< AE NI (Active Ethernet Network Interface) - key */
5318 BCMOLT_GROUP_ID_AE_NI_CFG = 1, /**< AE NI (Active Ethernet Network Interface) - cfg */
5319 BCMOLT_GROUP_ID_AE_NI_SET_AE_NI_EN_STATE = 2, /**< AE NI (Active Ethernet Network Interface) - Set AE NI Enable State */
5320 BCMOLT_GROUP_ID_AE_PATH_DS_KEY = 3, /**< AE path downstream - key */
5321 BCMOLT_GROUP_ID_AE_PATH_DS_STAT = 4, /**< AE path downstream - stat */
5322 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_CFG_BYTES = 5, /**< AE path downstream - Statistic Configuration */
5323 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_CFG_FRAMES = 6, /**< AE path downstream - Statistic Configuration */
5324 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_CFG_FRAMES_64 = 7, /**< AE path downstream - Statistic Configuration */
5325 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_CFG_FRAMES_65_127 = 8, /**< AE path downstream - Statistic Configuration */
5326 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_CFG_FRAMES_128_255 = 9, /**< AE path downstream - Statistic Configuration */
5327 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_CFG_FRAMES_256_511 = 10, /**< AE path downstream - Statistic Configuration */
5328 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_CFG_FRAMES_512_1023 = 11, /**< AE path downstream - Statistic Configuration */
5329 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_CFG_FRAMES_1024_1518 = 12, /**< AE path downstream - Statistic Configuration */
5330 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_CFG_FRAMES_1519_2047 = 13, /**< AE path downstream - Statistic Configuration */
5331 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_CFG_FRAMES_2048_4095 = 14, /**< AE path downstream - Statistic Configuration */
5332 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_CFG_FRAMES_4096_9216 = 15, /**< AE path downstream - Statistic Configuration */
5333 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_CFG_FRAMES_9217_16383 = 16, /**< AE path downstream - Statistic Configuration */
5334 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_CFG_BROADCAST_FRAMES = 17, /**< AE path downstream - Statistic Configuration */
5335 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_CFG_DATA_BYTES = 18, /**< AE path downstream - Statistic Configuration */
5336 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_CFG_MULTICAST_FRAMES = 19, /**< AE path downstream - Statistic Configuration */
5337 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_CFG_UNICAST_FRAMES = 20, /**< AE path downstream - Statistic Configuration */
5338 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_CFG_ABORT_FRAMES = 21, /**< AE path downstream - Statistic Configuration */
5339 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_ALARM_CLEARED = 22, /**< AE path downstream - Stat Alarm Cleared */
5340 BCMOLT_GROUP_ID_AE_PATH_DS_STAT_ALARM_RAISED = 23, /**< AE path downstream - Stat Alarm Raised */
5341 BCMOLT_GROUP_ID_AE_PATH_DS_AUTO_CFG = 24, /**< AE path downstream - Indication Configuration */
5342 BCMOLT_GROUP_ID_AE_PATH_US_KEY = 25, /**< AE path upstream - key */
5343 BCMOLT_GROUP_ID_AE_PATH_US_STAT = 26, /**< AE path upstream - stat */
5344 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_BYTES = 27, /**< AE path upstream - Statistic Configuration */
5345 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_FRAMES = 28, /**< AE path upstream - Statistic Configuration */
5346 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_FRAMES_64 = 29, /**< AE path upstream - Statistic Configuration */
5347 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_FRAMES_65_127 = 30, /**< AE path upstream - Statistic Configuration */
5348 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_FRAMES_128_255 = 31, /**< AE path upstream - Statistic Configuration */
5349 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_FRAMES_256_511 = 32, /**< AE path upstream - Statistic Configuration */
5350 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_FRAMES_512_1023 = 33, /**< AE path upstream - Statistic Configuration */
5351 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_FRAMES_1024_1518 = 34, /**< AE path upstream - Statistic Configuration */
5352 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_FRAMES_1519_2047 = 35, /**< AE path upstream - Statistic Configuration */
5353 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_FRAMES_2048_4095 = 36, /**< AE path upstream - Statistic Configuration */
5354 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_FRAMES_4096_9216 = 37, /**< AE path upstream - Statistic Configuration */
5355 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_FRAMES_9217_16383 = 38, /**< AE path upstream - Statistic Configuration */
5356 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_BROADCAST_FRAMES = 39, /**< AE path upstream - Statistic Configuration */
5357 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_DATA_BYTES = 40, /**< AE path upstream - Statistic Configuration */
5358 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_MULTICAST_FRAMES = 41, /**< AE path upstream - Statistic Configuration */
5359 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_UNICAST_FRAMES = 42, /**< AE path upstream - Statistic Configuration */
5360 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_ABORT_FRAMES = 43, /**< AE path upstream - Statistic Configuration */
5361 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_FCS_ERROR = 44, /**< AE path upstream - Statistic Configuration */
5362 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_OVERSIZE_ERROR = 45, /**< AE path upstream - Statistic Configuration */
5363 BCMOLT_GROUP_ID_AE_PATH_US_STAT_CFG_RUNT_ERROR = 46, /**< AE path upstream - Statistic Configuration */
5364 BCMOLT_GROUP_ID_AE_PATH_US_STAT_ALARM_CLEARED = 47, /**< AE path upstream - Stat Alarm Cleared */
5365 BCMOLT_GROUP_ID_AE_PATH_US_STAT_ALARM_RAISED = 48, /**< AE path upstream - Stat Alarm Raised */
5366 BCMOLT_GROUP_ID_AE_PATH_US_AUTO_CFG = 49, /**< AE path upstream - Indication Configuration */
5367 BCMOLT_GROUP_ID_CHANNEL_KEY = 50, /**< Channel - key */
5368 BCMOLT_GROUP_ID_CHANNEL_CFG = 51, /**< Channel - cfg */
5369 BCMOLT_GROUP_ID_DEBUG_KEY = 52, /**< Debug - key */
5370 BCMOLT_GROUP_ID_DEBUG_CFG = 53, /**< Debug - cfg */
5371 BCMOLT_GROUP_ID_DEBUG_CLI_OUTPUT = 54, /**< Debug - cli_output */
5372 BCMOLT_GROUP_ID_DEBUG_FILE_ALMOST_FULL = 55, /**< Debug - file_almost_full */
5373 BCMOLT_GROUP_ID_DEBUG_AUTO_CFG = 56, /**< Debug - Indication Configuration */
5374 BCMOLT_GROUP_ID_DEBUG_CLI_INPUT = 57, /**< Debug - CLI_input */
5375 BCMOLT_GROUP_ID_DEBUG_RESET_API_CAPTURE = 58, /**< Debug - Reset API Capture */
5376 BCMOLT_GROUP_ID_DEBUG_START_API_CAPTURE = 59, /**< Debug - Start API Capture */
5377 BCMOLT_GROUP_ID_DEBUG_STOP_API_CAPTURE = 60, /**< Debug - Stop API Capture */
5378 BCMOLT_GROUP_ID_DEVICE_KEY = 61, /**< Device - key */
5379 BCMOLT_GROUP_ID_DEVICE_CFG = 62, /**< Device - cfg */
5380 BCMOLT_GROUP_ID_DEVICE_CONNECTION_COMPLETE = 63, /**< Device - Connection Complete */
5381 BCMOLT_GROUP_ID_DEVICE_CONNECTION_ESTABLISHED = 64, /**< Device - Connection Established (Internal) */
5382 BCMOLT_GROUP_ID_DEVICE_CONNECTION_FAILURE = 65, /**< Device - Connection Failure */
5383 BCMOLT_GROUP_ID_DEVICE_DDR_TEST_COMPLETE = 66, /**< Device - DDR Test Complete */
5384 BCMOLT_GROUP_ID_DEVICE_DEVICE_KEEP_ALIVE = 67, /**< Device - Device Keep Alive (Internal) */
5385 BCMOLT_GROUP_ID_DEVICE_DEVICE_READY = 68, /**< Device - Device Ready (Internal) */
5386 BCMOLT_GROUP_ID_DEVICE_DISCONNECTION_COMPLETE = 69, /**< Device - Disconnection Complete */
5387 BCMOLT_GROUP_ID_DEVICE_IMAGE_TRANSFER_COMPLETE = 70, /**< Device - Image Transfer Complete */
5388 BCMOLT_GROUP_ID_DEVICE_INDICATIONS_DROPPED = 71, /**< Device - Indications Dropped */
5389 BCMOLT_GROUP_ID_DEVICE_SW_ERROR = 72, /**< Device - sw error */
5390 BCMOLT_GROUP_ID_DEVICE_SW_EXCEPTION = 73, /**< Device - sw exception */
5391 BCMOLT_GROUP_ID_DEVICE_AUTO_CFG = 74, /**< Device - Indication Configuration */
5392 BCMOLT_GROUP_ID_DEVICE_CONNECT = 75, /**< Device - Connect */
5393 BCMOLT_GROUP_ID_DEVICE_DISCONNECT = 76, /**< Device - Device Disconnect */
5394 BCMOLT_GROUP_ID_DEVICE_HOST_KEEP_ALIVE = 77, /**< Device - Host Keep Alive (Internal) */
5395 BCMOLT_GROUP_ID_DEVICE_IMAGE_TRANSFER_DATA = 78, /**< Device - Image Data Transfer Operation (Internal) */
5396 BCMOLT_GROUP_ID_DEVICE_IMAGE_TRANSFER_START = 79, /**< Device - Start Image Transfer Operation */
5397 BCMOLT_GROUP_ID_DEVICE_RESET = 80, /**< Device - Device Reset */
5398 BCMOLT_GROUP_ID_DEVICE_RUN_DDR_TEST = 81, /**< Device - Run DDR Test */
5399 BCMOLT_GROUP_ID_DEVICE_SW_UPGRADE_ACTIVATE = 82, /**< Device - SW upgrade activate */
5400 BCMOLT_GROUP_ID_EPON_DENIED_LINK_KEY = 83, /**< EPON Denied Link - key */
5401 BCMOLT_GROUP_ID_EPON_DENIED_LINK_CFG = 84, /**< EPON Denied Link - cfg */
5402 BCMOLT_GROUP_ID_EPON_DENIED_LINK_LASER_ON_OFF_VIOLATION = 85, /**< EPON Denied Link - Laser On/Off Violation */
5403 BCMOLT_GROUP_ID_EPON_DENIED_LINK_LLID_POOL_EMPTY_VIOLATION = 86, /**< EPON Denied Link - LLID Pool Empty Violation */
5404 BCMOLT_GROUP_ID_EPON_DENIED_LINK_MAX_LINK_VIOLATION = 87, /**< EPON Denied Link - Max Link Violation */
5405 BCMOLT_GROUP_ID_EPON_DENIED_LINK_OVERHEAD_PROFILE_VIOLATION = 88, /**< EPON Denied Link - Overhead Profile Violation */
5406 BCMOLT_GROUP_ID_EPON_DENIED_LINK_RANGE_VIOLATION = 89, /**< EPON Denied Link - Range Violation */
5407 BCMOLT_GROUP_ID_EPON_DENIED_LINK_ROGUE_VIOLATION = 90, /**< EPON Denied Link - Rogue ONU Detected */
5408 BCMOLT_GROUP_ID_EPON_DENIED_LINK_SYSTEM_RESOURCE_VIOLATION = 91, /**< EPON Denied Link - System Resource Violation */
5409 BCMOLT_GROUP_ID_EPON_DENIED_LINK_TDM_CHANNELS_EXHAUSTED = 92, /**< EPON Denied Link - TDM Channels Exhausted */
5410 BCMOLT_GROUP_ID_EPON_DENIED_LINK_UNKNOWN_LINK_VIOLATION = 93, /**< EPON Denied Link - Unknown Link Violation */
5411 BCMOLT_GROUP_ID_EPON_DENIED_LINK_UPSTREAM_BANDWIDTH_VIOLATION = 94, /**< EPON Denied Link - Upstream Bandwidth Violation */
5412 BCMOLT_GROUP_ID_EPON_DENIED_LINK_AUTO_CFG = 95, /**< EPON Denied Link - Indication Configuration */
5413 BCMOLT_GROUP_ID_EPON_LINK_KEY = 96, /**< EPON link - key */
5414 BCMOLT_GROUP_ID_EPON_LINK_CFG = 97, /**< EPON link - cfg */
5415 BCMOLT_GROUP_ID_EPON_LINK_STAT = 98, /**< EPON link - stat */
5416 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_DATA_BYTES = 99, /**< EPON link - Statistic Configuration */
5417 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_DATA_FRAMES = 100, /**< EPON link - Statistic Configuration */
5418 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_FRAMES_64 = 101, /**< EPON link - Statistic Configuration */
5419 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_FRAMES_65_127 = 102, /**< EPON link - Statistic Configuration */
5420 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_FRAMES_128_255 = 103, /**< EPON link - Statistic Configuration */
5421 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_FRAMES_256_511 = 104, /**< EPON link - Statistic Configuration */
5422 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_FRAMES_512_1023 = 105, /**< EPON link - Statistic Configuration */
5423 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_FRAMES_1024_1518 = 106, /**< EPON link - Statistic Configuration */
5424 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_FRAMES_1519_2047 = 107, /**< EPON link - Statistic Configuration */
5425 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_FRAMES_2048_4095 = 108, /**< EPON link - Statistic Configuration */
5426 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_FRAMES_4096_9216 = 109, /**< EPON link - Statistic Configuration */
5427 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_FRAMES_9217_16383 = 110, /**< EPON link - Statistic Configuration */
5428 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_OAM_BYTES = 111, /**< EPON link - Statistic Configuration */
5429 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_OAM_FRAMES = 112, /**< EPON link - Statistic Configuration */
5430 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_MPCP_FRAMES = 113, /**< EPON link - Statistic Configuration */
5431 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_BROADCAST_FRAMES = 114, /**< EPON link - Statistic Configuration */
5432 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_UNICAST_FRAMES = 115, /**< EPON link - Statistic Configuration */
5433 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_MULTICAST_FRAMES = 116, /**< EPON link - Statistic Configuration */
5434 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_REPORT_FRAMES = 117, /**< EPON link - Statistic Configuration */
5435 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_FCS_ERROR = 118, /**< EPON link - Statistic Configuration */
5436 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_OVERSIZE_ERROR = 119, /**< EPON link - Statistic Configuration */
5437 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_RUNT_ERROR = 120, /**< EPON link - Statistic Configuration */
5438 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_LINE_CODE_ERROR = 121, /**< EPON link - Statistic Configuration */
5439 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_RX_LINE_CODE_ERROR_MAX = 122, /**< EPON link - Statistic Configuration */
5440 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_DATA_BYTES = 123, /**< EPON link - Statistic Configuration */
5441 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_DATA_FRAMES = 124, /**< EPON link - Statistic Configuration */
5442 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_FRAMES_64 = 125, /**< EPON link - Statistic Configuration */
5443 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_FRAMES_65_127 = 126, /**< EPON link - Statistic Configuration */
5444 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_FRAMES_128_255 = 127, /**< EPON link - Statistic Configuration */
5445 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_FRAMES_256_511 = 128, /**< EPON link - Statistic Configuration */
5446 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_FRAMES_512_1023 = 129, /**< EPON link - Statistic Configuration */
5447 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_FRAMES_1024_1518 = 130, /**< EPON link - Statistic Configuration */
5448 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_FRAMES_1519_2047 = 131, /**< EPON link - Statistic Configuration */
5449 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_FRAMES_2048_4095 = 132, /**< EPON link - Statistic Configuration */
5450 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_FRAMES_4096_9216 = 133, /**< EPON link - Statistic Configuration */
5451 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_FRAMES_9217_16383 = 134, /**< EPON link - Statistic Configuration */
5452 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_OAM_BYTES = 135, /**< EPON link - Statistic Configuration */
5453 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_OAM_FRAMES = 136, /**< EPON link - Statistic Configuration */
5454 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_MPCP_FRAMES = 137, /**< EPON link - Statistic Configuration */
5455 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_BROADCAST_FRAMES = 138, /**< EPON link - Statistic Configuration */
5456 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_UNICAST_FRAMES = 139, /**< EPON link - Statistic Configuration */
5457 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_MULTICAST_FRAMES = 140, /**< EPON link - Statistic Configuration */
5458 BCMOLT_GROUP_ID_EPON_LINK_STAT_CFG_TX_GATES = 141, /**< EPON link - Statistic Configuration */
5459 BCMOLT_GROUP_ID_EPON_LINK_DUPLICATE_MPCP_REGISTRATION_REQUEST = 142, /**< EPON link - Duplicate MPCP Registration Request */
5460 BCMOLT_GROUP_ID_EPON_LINK_ENCRYPTION_ENABLED = 143, /**< EPON link - Encryption Enabled */
5461 BCMOLT_GROUP_ID_EPON_LINK_KEY_EXCHANGE_FAILURE = 144, /**< EPON link - Key Exchange Failure */
5462 BCMOLT_GROUP_ID_EPON_LINK_KEY_EXCHANGE_STARTED = 145, /**< EPON link - key_exchange_started */
5463 BCMOLT_GROUP_ID_EPON_LINK_KEY_EXCHANGE_STOPPED = 146, /**< EPON link - key_exchange_stopped */
5464 BCMOLT_GROUP_ID_EPON_LINK_LINK_DELETED = 147, /**< EPON link - Link Deleted */
5465 BCMOLT_GROUP_ID_EPON_LINK_LINK_SPEED_MISMATCH = 148, /**< EPON link - Link attempted to register at a different speed */
5466 BCMOLT_GROUP_ID_EPON_LINK_MPCP_DEREGISTERED = 149, /**< EPON link - MPCP Deregistered */
5467 BCMOLT_GROUP_ID_EPON_LINK_MPCP_DISCOVERED = 150, /**< EPON link - MPCP Discovered */
5468 BCMOLT_GROUP_ID_EPON_LINK_MPCP_REG_ACK_TIMEOUT = 151, /**< EPON link - MPCP Reg Ack Timeout */
5469 BCMOLT_GROUP_ID_EPON_LINK_MPCP_REPORT_TIMEOUT = 152, /**< EPON link - MPCP Report Timeout */
5470 BCMOLT_GROUP_ID_EPON_LINK_OAM_KEEPALIVE_TIMEOUT = 153, /**< EPON link - OAM Keepalive Timeout */
5471 BCMOLT_GROUP_ID_EPON_LINK_OAM_KEEPALIVE_TIMER_STARTED = 154, /**< EPON link - OAM keepalive timer started */
5472 BCMOLT_GROUP_ID_EPON_LINK_OAM_KEEPALIVE_TIMER_STOPPED = 155, /**< EPON link - OAM keepalive timer stopped */
5473 BCMOLT_GROUP_ID_EPON_LINK_PREPROVISIONED_LINK_CREATED = 156, /**< EPON link - Preprovisioned Link Created */
5474 BCMOLT_GROUP_ID_EPON_LINK_PROTECTION_SWITCH_OCCURRED = 157, /**< EPON link - Protection Switch Occurred */
5475 BCMOLT_GROUP_ID_EPON_LINK_RANGE_VALUE_CHANGED = 158, /**< EPON link - Range Value Changed */
5476 BCMOLT_GROUP_ID_EPON_LINK_RERANGE_FAILURE = 159, /**< EPON link - Re-range failure */
5477 BCMOLT_GROUP_ID_EPON_LINK_STAT_ALARM_CLEARED = 160, /**< EPON link - Stat Alarm Cleared */
5478 BCMOLT_GROUP_ID_EPON_LINK_STAT_ALARM_RAISED = 161, /**< EPON link - Stat Alarm Raised */
5479 BCMOLT_GROUP_ID_EPON_LINK_STATIC_REGISTRATION_DONE = 162, /**< EPON link - Static registration done */
5480 BCMOLT_GROUP_ID_EPON_LINK_AUTO_CFG = 163, /**< EPON link - Indication Configuration */
5481 BCMOLT_GROUP_ID_EPON_LINK_DELETE_LINK = 164, /**< EPON link - Delete Link */
5482 BCMOLT_GROUP_ID_EPON_LINK_FORCE_REDISCOVERY = 165, /**< EPON link - Force Link Rediscovery */
5483 BCMOLT_GROUP_ID_EPON_LINK_KEY_EXCHANGE_START = 166, /**< EPON link - Key exchange start */
5484 BCMOLT_GROUP_ID_EPON_LINK_KEY_EXCHANGE_STOP = 167, /**< EPON link - Key exchange stop */
5485 BCMOLT_GROUP_ID_EPON_LINK_OAM_KEEPALIVE_TIMER_START = 168, /**< EPON link - OAM Keepalive Timer Start */
5486 BCMOLT_GROUP_ID_EPON_LINK_OAM_KEEPALIVE_TIMER_STOP = 169, /**< EPON link - OAM Keepalive Timer Stop */
5487 BCMOLT_GROUP_ID_EPON_LINK_STATIC_REGISTRATION = 170, /**< EPON link - static_registration */
5488 BCMOLT_GROUP_ID_EPON_LINK_INJECT_FRAME = 171, /**< EPON link - Inject Frame */
5489 BCMOLT_GROUP_ID_EPON_LINK_FRAME_CAPTURED = 172, /**< EPON link - Frame Captured */
5490 BCMOLT_GROUP_ID_EPON_NI_KEY = 173, /**< EPON NI (EPON Network Interface) - key */
5491 BCMOLT_GROUP_ID_EPON_NI_CFG = 174, /**< EPON NI (EPON Network Interface) - cfg */
5492 BCMOLT_GROUP_ID_EPON_NI_AUTO_ROGUE_SCAN_10G_FAILURE = 175, /**< EPON NI (EPON Network Interface) - 10G Epon Autonomous Rogue Scan failure detected */
5493 BCMOLT_GROUP_ID_EPON_NI_AUTO_ROGUE_SCAN_1G_FAILURE = 176, /**< EPON NI (EPON Network Interface) - 1G Epon Autonomous Rogue Scan failure detected */
5494 BCMOLT_GROUP_ID_EPON_NI_LLID_QUARANTINED = 177, /**< EPON NI (EPON Network Interface) - LLID Quarantined */
5495 BCMOLT_GROUP_ID_EPON_NI_MPCP_TIMESTAMP_CHANGED = 178, /**< EPON NI (EPON Network Interface) - MPCP Timestamp Changed */
5496 BCMOLT_GROUP_ID_EPON_NI_NO_REPORTS = 179, /**< EPON NI (EPON Network Interface) - No Reports */
5497 BCMOLT_GROUP_ID_EPON_NI_ONU_UPGRADE_COMPLETE = 180, /**< EPON NI (EPON Network Interface) - ONU Upgrade Complete */
5498 BCMOLT_GROUP_ID_EPON_NI_RERANGE_FAILURE = 181, /**< EPON NI (EPON Network Interface) - Re-range failure */
5499 BCMOLT_GROUP_ID_EPON_NI_ROGUE_SCAN_COMPLETE = 182, /**< EPON NI (EPON Network Interface) - Rogue Scan is Complete */
5500 BCMOLT_GROUP_ID_EPON_NI_RSSI_MEASUREMENT_COMPLETED = 183, /**< EPON NI (EPON Network Interface) - RSSI Measurement Completed */
5501 BCMOLT_GROUP_ID_EPON_NI_STATE_CHANGE_COMPLETED = 184, /**< EPON NI (EPON Network Interface) - State Change Completed */
5502 BCMOLT_GROUP_ID_EPON_NI_AUTO_CFG = 185, /**< EPON NI (EPON Network Interface) - Indication Configuration */
5503 BCMOLT_GROUP_ID_EPON_NI_ADD_LINK = 186, /**< EPON NI (EPON Network Interface) - Add link */
5504 BCMOLT_GROUP_ID_EPON_NI_ADD_MULTICAST_LINK = 187, /**< EPON NI (EPON Network Interface) - Add Mutlticastlink */
5505 BCMOLT_GROUP_ID_EPON_NI_ADD_PROTECTED_STANDBY_LINK = 188, /**< EPON NI (EPON Network Interface) - Add Protected Standby Link */
5506 BCMOLT_GROUP_ID_EPON_NI_ISSUE_RSSI_GRANT = 189, /**< EPON NI (EPON Network Interface) - Issue an Rx Power Measurement Request */
5507 BCMOLT_GROUP_ID_EPON_NI_PROTECTION_SWITCHING_APPLY_RERANGE_DELTA = 190, /**< EPON NI (EPON Network Interface) - Protection switching apply re-range delta */
5508 BCMOLT_GROUP_ID_EPON_NI_ROGUE_LLID_SCAN = 191, /**< EPON NI (EPON Network Interface) - Run Rogue LLID Scan */
5509 BCMOLT_GROUP_ID_EPON_NI_SET_EPON_NI_EN_STATE = 192, /**< EPON NI (EPON Network Interface) - Set EPON NI Enable State */
5510 BCMOLT_GROUP_ID_EPON_NI_START_ONU_UPGRADE = 193, /**< EPON NI (EPON Network Interface) - Start ONU Firmware Upgrade */
5511 BCMOLT_GROUP_ID_EPON_ONU_10G_US_KEY = 194, /**< EPON ONU 10G US - key */
5512 BCMOLT_GROUP_ID_EPON_ONU_10G_US_CFG = 195, /**< EPON ONU 10G US - cfg */
5513 BCMOLT_GROUP_ID_EPON_ONU_10G_US_STAT = 196, /**< EPON ONU 10G US - stat */
5514 BCMOLT_GROUP_ID_EPON_ONU_10G_US_STAT_CFG_FEC_CODE_WORDS_TOTAL = 197, /**< EPON ONU 10G US - Statistic Configuration */
5515 BCMOLT_GROUP_ID_EPON_ONU_10G_US_STAT_CFG_FEC_CODE_WORDS_DECODE_FAILS = 198, /**< EPON ONU 10G US - Statistic Configuration */
5516 BCMOLT_GROUP_ID_EPON_ONU_10G_US_STAT_CFG_FEC_ZEROES_CORRECTED = 199, /**< EPON ONU 10G US - Statistic Configuration */
5517 BCMOLT_GROUP_ID_EPON_ONU_10G_US_STAT_CFG_FEC_ONES_CORRECTED = 200, /**< EPON ONU 10G US - Statistic Configuration */
5518 BCMOLT_GROUP_ID_EPON_ONU_10G_US_STAT_ALARM_CLEARED = 201, /**< EPON ONU 10G US - Stat Alarm Cleared */
5519 BCMOLT_GROUP_ID_EPON_ONU_10G_US_STAT_ALARM_RAISED = 202, /**< EPON ONU 10G US - Stat Alarm Raised */
5520 BCMOLT_GROUP_ID_EPON_ONU_10G_US_AUTO_CFG = 203, /**< EPON ONU 10G US - Indication Configuration */
5521 BCMOLT_GROUP_ID_EPON_ONU_1G_US_KEY = 204, /**< EPON ONU 1G US - key */
5522 BCMOLT_GROUP_ID_EPON_ONU_1G_US_CFG = 205, /**< EPON ONU 1G US - cfg */
5523 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT = 206, /**< EPON ONU 1G US - stat */
5524 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT_CFG_GOOD_FRAMES = 207, /**< EPON ONU 1G US - Statistic Configuration */
5525 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT_CFG_GOOD_BYTES = 208, /**< EPON ONU 1G US - Statistic Configuration */
5526 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT_CFG_OVERSZ_FRAMES = 209, /**< EPON ONU 1G US - Statistic Configuration */
5527 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT_CFG_NON_FEC_GOOD_FRAMES = 210, /**< EPON ONU 1G US - Statistic Configuration */
5528 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT_CFG_NON_FEC_GOOD_BYTES = 211, /**< EPON ONU 1G US - Statistic Configuration */
5529 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT_CFG_FEC_GOOD_FRAMES = 212, /**< EPON ONU 1G US - Statistic Configuration */
5530 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT_CFG_FEC_GOOD_BYTES = 213, /**< EPON ONU 1G US - Statistic Configuration */
5531 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT_CFG_FEC_FRAMES_EXC_ERRS = 214, /**< EPON ONU 1G US - Statistic Configuration */
5532 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT_CFG_FEC_BLKS_NO_ERRS = 215, /**< EPON ONU 1G US - Statistic Configuration */
5533 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT_CFG_FEC_BLKS_CORR_ERRS = 216, /**< EPON ONU 1G US - Statistic Configuration */
5534 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT_CFG_FEC_BLKS_UNCORR_ERRS = 217, /**< EPON ONU 1G US - Statistic Configuration */
5535 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT_CFG_FEC_CORR_BYTES = 218, /**< EPON ONU 1G US - Statistic Configuration */
5536 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT_CFG_FEC_CORR_ZEROES = 219, /**< EPON ONU 1G US - Statistic Configuration */
5537 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT_CFG_FEC_CORR_ONES = 220, /**< EPON ONU 1G US - Statistic Configuration */
5538 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT_CFG_UNDERSZ_FRAMES = 221, /**< EPON ONU 1G US - Statistic Configuration */
5539 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT_CFG_ERRORSZ_FRAMES = 222, /**< EPON ONU 1G US - Statistic Configuration */
5540 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT_ALARM_CLEARED = 223, /**< EPON ONU 1G US - Stat Alarm Cleared */
5541 BCMOLT_GROUP_ID_EPON_ONU_1G_US_STAT_ALARM_RAISED = 224, /**< EPON ONU 1G US - Stat Alarm Raised */
5542 BCMOLT_GROUP_ID_EPON_ONU_1G_US_AUTO_CFG = 225, /**< EPON ONU 1G US - Indication Configuration */
5543 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_KEY = 226, /**< EPON path 10G downstream - key */
5544 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_CFG = 227, /**< EPON path 10G downstream - cfg */
5545 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT = 228, /**< EPON path 10G downstream - stat */
5546 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_BYTES = 229, /**< EPON path 10G downstream - Statistic Configuration */
5547 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_FRAMES = 230, /**< EPON path 10G downstream - Statistic Configuration */
5548 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_FRAMES_64 = 231, /**< EPON path 10G downstream - Statistic Configuration */
5549 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_FRAMES_65_127 = 232, /**< EPON path 10G downstream - Statistic Configuration */
5550 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_FRAMES_128_255 = 233, /**< EPON path 10G downstream - Statistic Configuration */
5551 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_FRAMES_256_511 = 234, /**< EPON path 10G downstream - Statistic Configuration */
5552 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_FRAMES_512_1023 = 235, /**< EPON path 10G downstream - Statistic Configuration */
5553 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_FRAMES_1024_1518 = 236, /**< EPON path 10G downstream - Statistic Configuration */
5554 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_FRAMES_1519_2047 = 237, /**< EPON path 10G downstream - Statistic Configuration */
5555 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_FRAMES_2048_4095 = 238, /**< EPON path 10G downstream - Statistic Configuration */
5556 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_FRAMES_4096_9216 = 239, /**< EPON path 10G downstream - Statistic Configuration */
5557 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_FRAMES_9217_16383 = 240, /**< EPON path 10G downstream - Statistic Configuration */
5558 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_BROADCAST_FRAMES = 241, /**< EPON path 10G downstream - Statistic Configuration */
5559 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_DATA_BYTES = 242, /**< EPON path 10G downstream - Statistic Configuration */
5560 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_MULTICAST_FRAMES = 243, /**< EPON path 10G downstream - Statistic Configuration */
5561 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_UNICAST_FRAMES = 244, /**< EPON path 10G downstream - Statistic Configuration */
5562 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_OAM_BYTES = 245, /**< EPON path 10G downstream - Statistic Configuration */
5563 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_OAM_FRAMES = 246, /**< EPON path 10G downstream - Statistic Configuration */
5564 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_GATE_FRAMES = 247, /**< EPON path 10G downstream - Statistic Configuration */
5565 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_MPCP_FRAMES = 248, /**< EPON path 10G downstream - Statistic Configuration */
5566 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_CFG_ABORT_FRAMES = 249, /**< EPON path 10G downstream - Statistic Configuration */
5567 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_ALARM_CLEARED = 250, /**< EPON path 10G downstream - Stat Alarm Cleared */
5568 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_STAT_ALARM_RAISED = 251, /**< EPON path 10G downstream - Stat Alarm Raised */
5569 BCMOLT_GROUP_ID_EPON_PATH_10G_DS_AUTO_CFG = 252, /**< EPON path 10G downstream - Indication Configuration */
5570 BCMOLT_GROUP_ID_EPON_PATH_10G_US_KEY = 253, /**< EPON path 10G upstream - key */
5571 BCMOLT_GROUP_ID_EPON_PATH_10G_US_CFG = 254, /**< EPON path 10G upstream - cfg */
5572 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT = 255, /**< EPON path 10G upstream - stat */
5573 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_BYTES = 256, /**< EPON path 10G upstream - Statistic Configuration */
5574 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_FRAMES = 257, /**< EPON path 10G upstream - Statistic Configuration */
5575 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_FRAMES_64 = 258, /**< EPON path 10G upstream - Statistic Configuration */
5576 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_FRAMES_65_127 = 259, /**< EPON path 10G upstream - Statistic Configuration */
5577 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_FRAMES_128_255 = 260, /**< EPON path 10G upstream - Statistic Configuration */
5578 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_FRAMES_256_511 = 261, /**< EPON path 10G upstream - Statistic Configuration */
5579 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_FRAMES_512_1023 = 262, /**< EPON path 10G upstream - Statistic Configuration */
5580 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_FRAMES_1024_1518 = 263, /**< EPON path 10G upstream - Statistic Configuration */
5581 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_FRAMES_1519_2047 = 264, /**< EPON path 10G upstream - Statistic Configuration */
5582 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_FRAMES_2048_4095 = 265, /**< EPON path 10G upstream - Statistic Configuration */
5583 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_FRAMES_4096_9216 = 266, /**< EPON path 10G upstream - Statistic Configuration */
5584 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_FRAMES_9217_16383 = 267, /**< EPON path 10G upstream - Statistic Configuration */
5585 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_BROADCAST_FRAMES = 268, /**< EPON path 10G upstream - Statistic Configuration */
5586 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_DATA_BYTES = 269, /**< EPON path 10G upstream - Statistic Configuration */
5587 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_MULTICAST_FRAMES = 270, /**< EPON path 10G upstream - Statistic Configuration */
5588 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_UNICAST_FRAMES = 271, /**< EPON path 10G upstream - Statistic Configuration */
5589 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_MPCP_FRAMES = 272, /**< EPON path 10G upstream - Statistic Configuration */
5590 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_OAM_BYTES = 273, /**< EPON path 10G upstream - Statistic Configuration */
5591 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_OAM_FRAMES = 274, /**< EPON path 10G upstream - Statistic Configuration */
5592 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_REPORT_FRAMES = 275, /**< EPON path 10G upstream - Statistic Configuration */
5593 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_ABORT_FRAMES = 276, /**< EPON path 10G upstream - Statistic Configuration */
5594 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_FCS_ERROR = 277, /**< EPON path 10G upstream - Statistic Configuration */
5595 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_CRC_8_ERROR = 278, /**< EPON path 10G upstream - Statistic Configuration */
5596 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_OUT_OF_SLOT = 279, /**< EPON path 10G upstream - Statistic Configuration */
5597 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_OVERSIZE_ERROR = 280, /**< EPON path 10G upstream - Statistic Configuration */
5598 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_CFG_RUNT_ERROR = 281, /**< EPON path 10G upstream - Statistic Configuration */
5599 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_ALARM_CLEARED = 282, /**< EPON path 10G upstream - Stat Alarm Cleared */
5600 BCMOLT_GROUP_ID_EPON_PATH_10G_US_STAT_ALARM_RAISED = 283, /**< EPON path 10G upstream - Stat Alarm Raised */
5601 BCMOLT_GROUP_ID_EPON_PATH_10G_US_AUTO_CFG = 284, /**< EPON path 10G upstream - Indication Configuration */
5602 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_KEY = 285, /**< EPON path 1G downstream - key */
5603 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_CFG = 286, /**< EPON path 1G downstream - cfg */
5604 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT = 287, /**< EPON path 1G downstream - stat */
5605 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_BYTES = 288, /**< EPON path 1G downstream - Statistic Configuration */
5606 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_FRAMES = 289, /**< EPON path 1G downstream - Statistic Configuration */
5607 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_FRAMES_64 = 290, /**< EPON path 1G downstream - Statistic Configuration */
5608 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_FRAMES_65_127 = 291, /**< EPON path 1G downstream - Statistic Configuration */
5609 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_FRAMES_128_255 = 292, /**< EPON path 1G downstream - Statistic Configuration */
5610 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_FRAMES_256_511 = 293, /**< EPON path 1G downstream - Statistic Configuration */
5611 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_FRAMES_512_1023 = 294, /**< EPON path 1G downstream - Statistic Configuration */
5612 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_FRAMES_1024_1518 = 295, /**< EPON path 1G downstream - Statistic Configuration */
5613 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_FRAMES_1519_2047 = 296, /**< EPON path 1G downstream - Statistic Configuration */
5614 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_FRAMES_2048_4095 = 297, /**< EPON path 1G downstream - Statistic Configuration */
5615 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_FRAMES_4096_9216 = 298, /**< EPON path 1G downstream - Statistic Configuration */
5616 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_FRAMES_9217_16383 = 299, /**< EPON path 1G downstream - Statistic Configuration */
5617 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_BROADCAST_FRAMES = 300, /**< EPON path 1G downstream - Statistic Configuration */
5618 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_DATA_BYTES = 301, /**< EPON path 1G downstream - Statistic Configuration */
5619 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_MULTICAST_FRAMES = 302, /**< EPON path 1G downstream - Statistic Configuration */
5620 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_UNICAST_FRAMES = 303, /**< EPON path 1G downstream - Statistic Configuration */
5621 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_OAM_BYTES = 304, /**< EPON path 1G downstream - Statistic Configuration */
5622 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_OAM_FRAMES = 305, /**< EPON path 1G downstream - Statistic Configuration */
5623 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_GATE_FRAMES = 306, /**< EPON path 1G downstream - Statistic Configuration */
5624 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_MPCP_FRAMES = 307, /**< EPON path 1G downstream - Statistic Configuration */
5625 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_CFG_ABORT_FRAMES = 308, /**< EPON path 1G downstream - Statistic Configuration */
5626 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_ALARM_CLEARED = 309, /**< EPON path 1G downstream - Stat Alarm Cleared */
5627 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_STAT_ALARM_RAISED = 310, /**< EPON path 1G downstream - Stat Alarm Raised */
5628 BCMOLT_GROUP_ID_EPON_PATH_1G_DS_AUTO_CFG = 311, /**< EPON path 1G downstream - Indication Configuration */
5629 BCMOLT_GROUP_ID_EPON_PATH_1G_US_KEY = 312, /**< EPON path 1G upstream - key */
5630 BCMOLT_GROUP_ID_EPON_PATH_1G_US_CFG = 313, /**< EPON path 1G upstream - cfg */
5631 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT = 314, /**< EPON path 1G upstream - stat */
5632 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_BYTES = 315, /**< EPON path 1G upstream - Statistic Configuration */
5633 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_FRAMES = 316, /**< EPON path 1G upstream - Statistic Configuration */
5634 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_FRAMES_64 = 317, /**< EPON path 1G upstream - Statistic Configuration */
5635 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_FRAMES_65_127 = 318, /**< EPON path 1G upstream - Statistic Configuration */
5636 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_FRAMES_128_255 = 319, /**< EPON path 1G upstream - Statistic Configuration */
5637 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_FRAMES_256_511 = 320, /**< EPON path 1G upstream - Statistic Configuration */
5638 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_FRAMES_512_1023 = 321, /**< EPON path 1G upstream - Statistic Configuration */
5639 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_FRAMES_1024_1518 = 322, /**< EPON path 1G upstream - Statistic Configuration */
5640 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_FRAMES_1519_2047 = 323, /**< EPON path 1G upstream - Statistic Configuration */
5641 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_FRAMES_2048_4095 = 324, /**< EPON path 1G upstream - Statistic Configuration */
5642 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_FRAMES_4096_9216 = 325, /**< EPON path 1G upstream - Statistic Configuration */
5643 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_FRAMES_9217_16383 = 326, /**< EPON path 1G upstream - Statistic Configuration */
5644 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_BROADCAST_FRAMES = 327, /**< EPON path 1G upstream - Statistic Configuration */
5645 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_DATA_BYTES = 328, /**< EPON path 1G upstream - Statistic Configuration */
5646 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_MULTICAST_FRAMES = 329, /**< EPON path 1G upstream - Statistic Configuration */
5647 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_UNICAST_FRAMES = 330, /**< EPON path 1G upstream - Statistic Configuration */
5648 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_MPCP_FRAMES = 331, /**< EPON path 1G upstream - Statistic Configuration */
5649 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_OAM_BYTES = 332, /**< EPON path 1G upstream - Statistic Configuration */
5650 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_OAM_FRAMES = 333, /**< EPON path 1G upstream - Statistic Configuration */
5651 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_REPORT_FRAMES = 334, /**< EPON path 1G upstream - Statistic Configuration */
5652 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_ABORT_FRAMES = 335, /**< EPON path 1G upstream - Statistic Configuration */
5653 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_FCS_ERROR = 336, /**< EPON path 1G upstream - Statistic Configuration */
5654 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_CRC_8_ERROR = 337, /**< EPON path 1G upstream - Statistic Configuration */
5655 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_OUT_OF_SLOT = 338, /**< EPON path 1G upstream - Statistic Configuration */
5656 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_OVERSIZE_ERROR = 339, /**< EPON path 1G upstream - Statistic Configuration */
5657 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_CFG_RUNT_ERROR = 340, /**< EPON path 1G upstream - Statistic Configuration */
5658 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_ALARM_CLEARED = 341, /**< EPON path 1G upstream - Stat Alarm Cleared */
5659 BCMOLT_GROUP_ID_EPON_PATH_1G_US_STAT_ALARM_RAISED = 342, /**< EPON path 1G upstream - Stat Alarm Raised */
5660 BCMOLT_GROUP_ID_EPON_PATH_1G_US_AUTO_CFG = 343, /**< EPON path 1G upstream - Indication Configuration */
5661 BCMOLT_GROUP_ID_EPON_RP_KEY = 344, /**< EPON Reconciliation Path - key */
5662 BCMOLT_GROUP_ID_EPON_RP_CFG = 345, /**< EPON Reconciliation Path - cfg */
5663 BCMOLT_GROUP_ID_GPIO_KEY = 346, /**< GPIO - key */
5664 BCMOLT_GROUP_ID_GPIO_CFG = 347, /**< GPIO - cfg */
5665 BCMOLT_GROUP_ID_GPON_ALLOC_KEY = 348, /**< GPON Alloc - key */
5666 BCMOLT_GROUP_ID_GPON_ALLOC_CFG = 349, /**< GPON Alloc - cfg */
5667 BCMOLT_GROUP_ID_GPON_ALLOC_STAT = 350, /**< GPON Alloc - stat */
5668 BCMOLT_GROUP_ID_GPON_ALLOC_STAT_CFG_RX_BYTES = 351, /**< GPON Alloc - Statistic Configuration */
5669 BCMOLT_GROUP_ID_GPON_ALLOC_CONFIGURATION_COMPLETED = 352, /**< GPON Alloc - Configuration Completed */
5670 BCMOLT_GROUP_ID_GPON_ALLOC_GET_ALLOC_STATS_COMPLETED = 353, /**< GPON Alloc - Get alloc ID statistics completed */
5671 BCMOLT_GROUP_ID_GPON_ALLOC_STAT_ALARM_CLEARED = 354, /**< GPON Alloc - Stat Alarm Cleared */
5672 BCMOLT_GROUP_ID_GPON_ALLOC_STAT_ALARM_RAISED = 355, /**< GPON Alloc - Stat Alarm Raised */
5673 BCMOLT_GROUP_ID_GPON_ALLOC_AUTO_CFG = 356, /**< GPON Alloc - Indication Configuration */
5674 BCMOLT_GROUP_ID_GPON_ALLOC_GET_STATS = 357, /**< GPON Alloc - Get statistics */
5675 BCMOLT_GROUP_ID_GPON_ALLOC_SET_STATE = 358, /**< GPON Alloc - Set state */
5676 BCMOLT_GROUP_ID_GPON_GEM_PORT_KEY = 359, /**< GPON GEM Port - key */
5677 BCMOLT_GROUP_ID_GPON_GEM_PORT_CFG = 360, /**< GPON GEM Port - cfg */
5678 BCMOLT_GROUP_ID_GPON_GEM_PORT_STAT = 361, /**< GPON GEM Port - stat */
5679 BCMOLT_GROUP_ID_GPON_GEM_PORT_STAT_CFG_RX_PACKETS = 362, /**< GPON GEM Port - Statistic Configuration */
5680 BCMOLT_GROUP_ID_GPON_GEM_PORT_STAT_CFG_RX_BYTES = 363, /**< GPON GEM Port - Statistic Configuration */
5681 BCMOLT_GROUP_ID_GPON_GEM_PORT_STAT_CFG_TX_PACKETS = 364, /**< GPON GEM Port - Statistic Configuration */
5682 BCMOLT_GROUP_ID_GPON_GEM_PORT_STAT_CFG_TX_BYTES = 365, /**< GPON GEM Port - Statistic Configuration */
5683 BCMOLT_GROUP_ID_GPON_GEM_PORT_CONFIGURATION_COMPLETED = 366, /**< GPON GEM Port - Configuration Completed */
5684 BCMOLT_GROUP_ID_GPON_GEM_PORT_STAT_ALARM_CLEARED = 367, /**< GPON GEM Port - Stat Alarm Cleared */
5685 BCMOLT_GROUP_ID_GPON_GEM_PORT_STAT_ALARM_RAISED = 368, /**< GPON GEM Port - Stat Alarm Raised */
5686 BCMOLT_GROUP_ID_GPON_GEM_PORT_AUTO_CFG = 369, /**< GPON GEM Port - Indication Configuration */
5687 BCMOLT_GROUP_ID_GPON_GEM_PORT_SET_STATE = 370, /**< GPON GEM Port - Set state */
5688 BCMOLT_GROUP_ID_GPON_IWF_KEY = 371, /**< GPON IWF - key */
5689 BCMOLT_GROUP_ID_GPON_IWF_CFG = 372, /**< GPON IWF - cfg */
5690 BCMOLT_GROUP_ID_GPON_IWF_STAT = 373, /**< GPON IWF - stat */
5691 BCMOLT_GROUP_ID_GPON_IWF_STAT_CFG_DS_HIT_EVENT = 374, /**< GPON IWF - Statistic Configuration */
5692 BCMOLT_GROUP_ID_GPON_IWF_STAT_CFG_DS_MISS_EVENT = 375, /**< GPON IWF - Statistic Configuration */
5693 BCMOLT_GROUP_ID_GPON_IWF_STAT_CFG_DS_DROP_DUE_TO_MISS_EVENT = 376, /**< GPON IWF - Statistic Configuration */
5694 BCMOLT_GROUP_ID_GPON_IWF_STAT_CFG_DS_DROP_DUE_TO_HIT_EVENT = 377, /**< GPON IWF - Statistic Configuration */
5695 BCMOLT_GROUP_ID_GPON_IWF_STAT_CFG_DS_DROP_TO_DISABLED_GEM = 378, /**< GPON IWF - Statistic Configuration */
5696 BCMOLT_GROUP_ID_GPON_IWF_STAT_CFG_NEW_MAC_DISCOVERED = 379, /**< GPON IWF - Statistic Configuration */
5697 BCMOLT_GROUP_ID_GPON_IWF_STAT_CFG_MOVE_EVENT = 380, /**< GPON IWF - Statistic Configuration */
5698 BCMOLT_GROUP_ID_GPON_IWF_STAT_CFG_NEW_MAC_DROP_DUE_TO_FIFO_FULL = 381, /**< GPON IWF - Statistic Configuration */
5699 BCMOLT_GROUP_ID_GPON_IWF_FLUSH_MAC_TABLE_COMPLETED = 382, /**< GPON IWF - Flush MAC Table Completed */
5700 BCMOLT_GROUP_ID_GPON_IWF_SCAN_MAC_TABLE_COMPLETED = 383, /**< GPON IWF - Scan MAC Table Completed */
5701 BCMOLT_GROUP_ID_GPON_IWF_STAT_ALARM_CLEARED = 384, /**< GPON IWF - Stat Alarm Cleared */
5702 BCMOLT_GROUP_ID_GPON_IWF_STAT_ALARM_RAISED = 385, /**< GPON IWF - Stat Alarm Raised */
5703 BCMOLT_GROUP_ID_GPON_IWF_AUTO_CFG = 386, /**< GPON IWF - Indication Configuration */
5704 BCMOLT_GROUP_ID_GPON_IWF_FLUSH_MAC_TABLE = 387, /**< GPON IWF - Flush MAC Table */
5705 BCMOLT_GROUP_ID_GPON_IWF_SCAN_MAC_TABLE = 388, /**< GPON IWF - Scan MAC Table */
5706 BCMOLT_GROUP_ID_GPON_IWF_DS_EGRESS_FLOW_KEY = 389, /**< GPON IWF DS egress flow - key */
5707 BCMOLT_GROUP_ID_GPON_IWF_DS_EGRESS_FLOW_CFG = 390, /**< GPON IWF DS egress flow - cfg */
5708 BCMOLT_GROUP_ID_GPON_IWF_DS_INGRESS_FLOW_KEY = 391, /**< GPON IWF DS ingress flow - key */
5709 BCMOLT_GROUP_ID_GPON_IWF_DS_INGRESS_FLOW_CFG = 392, /**< GPON IWF DS ingress flow - cfg */
5710 BCMOLT_GROUP_ID_GPON_IWF_MAC_TABLE_KEY = 393, /**< GPON IWF MAC table - key */
5711 BCMOLT_GROUP_ID_GPON_IWF_MAC_TABLE_CFG = 394, /**< GPON IWF MAC table - cfg */
5712 BCMOLT_GROUP_ID_GPON_IWF_MAC_TABLE_MAC_AGED = 395, /**< GPON IWF MAC table - MAC Aged */
5713 BCMOLT_GROUP_ID_GPON_IWF_MAC_TABLE_MAC_DROPPED = 396, /**< GPON IWF MAC table - MAC Dropped */
5714 BCMOLT_GROUP_ID_GPON_IWF_MAC_TABLE_MAC_MOVE = 397, /**< GPON IWF MAC table - MAC Move */
5715 BCMOLT_GROUP_ID_GPON_IWF_MAC_TABLE_NEW_MAC = 398, /**< GPON IWF MAC table - New MAC */
5716 BCMOLT_GROUP_ID_GPON_IWF_MAC_TABLE_AUTO_CFG = 399, /**< GPON IWF MAC table - Indication Configuration */
5717 BCMOLT_GROUP_ID_GPON_IWF_US_FLOW_KEY = 400, /**< GPON IWF US flow - key */
5718 BCMOLT_GROUP_ID_GPON_IWF_US_FLOW_CFG = 401, /**< GPON IWF US flow - cfg */
5719 BCMOLT_GROUP_ID_GPON_NI_KEY = 402, /**< GPON network interface - key */
5720 BCMOLT_GROUP_ID_GPON_NI_CFG = 403, /**< GPON network interface - cfg */
5721 BCMOLT_GROUP_ID_GPON_NI_STAT = 404, /**< GPON network interface - stat */
5722 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_FEC_CODEWORDS = 405, /**< GPON network interface - Statistic Configuration */
5723 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_FEC_CODEWORDS_UNCORRECTED = 406, /**< GPON network interface - Statistic Configuration */
5724 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_BIP8_BYTES = 407, /**< GPON network interface - Statistic Configuration */
5725 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_BIP8_ERRORS = 408, /**< GPON network interface - Statistic Configuration */
5726 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_GEM_PACKETS = 409, /**< GPON network interface - Statistic Configuration */
5727 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_GEM_DROPPED = 410, /**< GPON network interface - Statistic Configuration */
5728 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_GEM_IDLE = 411, /**< GPON network interface - Statistic Configuration */
5729 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_GEM_CORRECTED = 412, /**< GPON network interface - Statistic Configuration */
5730 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_GEM_ILLEGAL = 413, /**< GPON network interface - Statistic Configuration */
5731 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_ALLOCATIONS_VALID = 414, /**< GPON network interface - Statistic Configuration */
5732 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_ALLOCATIONS_INVALID = 415, /**< GPON network interface - Statistic Configuration */
5733 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_ALLOCATIONS_DISABLED = 416, /**< GPON network interface - Statistic Configuration */
5734 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_PLOAMS = 417, /**< GPON network interface - Statistic Configuration */
5735 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_PLOAMS_NON_IDLE = 418, /**< GPON network interface - Statistic Configuration */
5736 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_PLOAMS_ERROR = 419, /**< GPON network interface - Statistic Configuration */
5737 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_PLOAMS_DROPPED = 420, /**< GPON network interface - Statistic Configuration */
5738 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_CPU = 421, /**< GPON network interface - Statistic Configuration */
5739 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_OMCI = 422, /**< GPON network interface - Statistic Configuration */
5740 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_OMCI_PACKETS_CRC_ERROR = 423, /**< GPON network interface - Statistic Configuration */
5741 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_DROPPED_TOO_SHORT = 424, /**< GPON network interface - Statistic Configuration */
5742 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_DROPPED_TOO_LONG = 425, /**< GPON network interface - Statistic Configuration */
5743 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_CRC_ERRORS = 426, /**< GPON network interface - Statistic Configuration */
5744 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_KEY_ERRORS = 427, /**< GPON network interface - Statistic Configuration */
5745 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_FRAGMENTS_ERRORS = 428, /**< GPON network interface - Statistic Configuration */
5746 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_RX_PACKETS_DROPPED = 429, /**< GPON network interface - Statistic Configuration */
5747 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_TX_GEM = 430, /**< GPON network interface - Statistic Configuration */
5748 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_TX_PLOAMS = 431, /**< GPON network interface - Statistic Configuration */
5749 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_TX_GEM_FRAGMENTS = 432, /**< GPON network interface - Statistic Configuration */
5750 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_TX_CPU = 433, /**< GPON network interface - Statistic Configuration */
5751 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_TX_OMCI = 434, /**< GPON network interface - Statistic Configuration */
5752 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_TX_CPU_OMCI_PACKETS_DROPPED = 435, /**< GPON network interface - Statistic Configuration */
5753 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_TX_DROPPED_ILLEGAL_LENGTH = 436, /**< GPON network interface - Statistic Configuration */
5754 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_TX_DROPPED_TPID_MISS = 437, /**< GPON network interface - Statistic Configuration */
5755 BCMOLT_GROUP_ID_GPON_NI_STAT_CFG_TX_DROPPED_VID_MISS = 438, /**< GPON network interface - Statistic Configuration */
5756 BCMOLT_GROUP_ID_GPON_NI_ACTIVATE_ALL_ONUS_COMPLETED = 439, /**< GPON network interface - activate all onus completed */
5757 BCMOLT_GROUP_ID_GPON_NI_CPU_PACKETS_FAILURE = 440, /**< GPON network interface - CPU Packets Failure */
5758 BCMOLT_GROUP_ID_GPON_NI_DEACTIVATE_ALL_ONUS_COMPLETED = 441, /**< GPON network interface - deactivate all onus completed */
5759 BCMOLT_GROUP_ID_GPON_NI_DISABLE_ALL_ONUS_COMPLETED = 442, /**< GPON network interface - disable all onus completed */
5760 BCMOLT_GROUP_ID_GPON_NI_ENABLE_ALL_ONUS_COMPLETED = 443, /**< GPON network interface - enable all onus completed */
5761 BCMOLT_GROUP_ID_GPON_NI_LOS = 444, /**< GPON network interface - LOS */
5762 BCMOLT_GROUP_ID_GPON_NI_ONU_DISCOVERED = 445, /**< GPON network interface - ONU Discovered */
5763 BCMOLT_GROUP_ID_GPON_NI_ONU_UPGRADE_COMPLETE = 446, /**< GPON network interface - ONU Upgrade Complete */
5764 BCMOLT_GROUP_ID_GPON_NI_PROTECTION_SWITCHING_ONUS_RANGED = 447, /**< GPON network interface - Protection Switching ONUs Ranged */
5765 BCMOLT_GROUP_ID_GPON_NI_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED = 448, /**< GPON network interface - Protection Switching Switchover Completed */
5766 BCMOLT_GROUP_ID_GPON_NI_PROTECTION_SWITCHING_TRAFFIC_RESUME = 449, /**< GPON network interface - Protection Switching Traffic Resume */
5767 BCMOLT_GROUP_ID_GPON_NI_ROGUE_DETECTION_COMPLETED = 450, /**< GPON network interface - Rogue detection completed */
5768 BCMOLT_GROUP_ID_GPON_NI_ROGUE_ONU_SPECIAL_MAP_CYCLE_START = 451, /**< GPON network interface - Rogue ONU special map cycle start */
5769 BCMOLT_GROUP_ID_GPON_NI_SERIAL_NUMBER_ACQUISITION_CYCLE_START = 452, /**< GPON network interface - Serial Number Acquisition Cycle Start */
5770 BCMOLT_GROUP_ID_GPON_NI_STANDBY_PON_MONITORING_CYCLE_COMPLETED = 453, /**< GPON network interface - Standby PON Monitoring Cycle Completed */
5771 BCMOLT_GROUP_ID_GPON_NI_STAT_ALARM_CLEARED = 454, /**< GPON network interface - Stat Alarm Cleared */
5772 BCMOLT_GROUP_ID_GPON_NI_STAT_ALARM_RAISED = 455, /**< GPON network interface - Stat Alarm Raised */
5773 BCMOLT_GROUP_ID_GPON_NI_STATE_CHANGE_COMPLETED = 456, /**< GPON network interface - State Change Completed */
5774 BCMOLT_GROUP_ID_GPON_NI_TOD_REQUEST_COMPLETED = 457, /**< GPON network interface - TOD request completed */
5775 BCMOLT_GROUP_ID_GPON_NI_AUTO_CFG = 458, /**< GPON network interface - Indication Configuration */
5776 BCMOLT_GROUP_ID_GPON_NI_DISABLE_SERIAL_NUMBER = 459, /**< GPON network interface - Disable Serial Number */
5777 BCMOLT_GROUP_ID_GPON_NI_PROTECTION_SWITCHING_TYPE_C_SET_MULTIPLE_ONU_STATE = 460, /**< GPON network interface - protection switching type c set multiple onu state */
5778 BCMOLT_GROUP_ID_GPON_NI_RESET = 461, /**< GPON network interface - Reset */
5779 BCMOLT_GROUP_ID_GPON_NI_ROGUE_DETECTION_WINDOW = 462, /**< GPON network interface - Rogue Detection Window */
5780 BCMOLT_GROUP_ID_GPON_NI_SET_ONU_STATE = 463, /**< GPON network interface - Set ONU State */
5781 BCMOLT_GROUP_ID_GPON_NI_SET_PON_STATE = 464, /**< GPON network interface - Set PON State */
5782 BCMOLT_GROUP_ID_GPON_NI_SINGLE_REQUEST_STANDBY_PON_MONITORING = 465, /**< GPON network interface - Single request for standby PON monitoring */
5783 BCMOLT_GROUP_ID_GPON_NI_START_ONU_UPGRADE = 466, /**< GPON network interface - Start ONU Firmware Upgrade */
5784 BCMOLT_GROUP_ID_GPON_NI_TOD_REQUEST = 467, /**< GPON network interface - TOD request */
5785 BCMOLT_GROUP_ID_GPON_NI_BROADCAST_PLOAM_PACKET = 468, /**< GPON network interface - Broadcast PLOAM Packet */
5786 BCMOLT_GROUP_ID_GPON_NI_CPU_PACKETS = 469, /**< GPON network interface - GPON CPU Packets */
5787 BCMOLT_GROUP_ID_GPON_ONU_KEY = 470, /**< GPON ONU - key */
5788 BCMOLT_GROUP_ID_GPON_ONU_CFG = 471, /**< GPON ONU - cfg */
5789 BCMOLT_GROUP_ID_GPON_ONU_STAT = 472, /**< GPON ONU - stat */
5790 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_FEC_CODEWORDS = 473, /**< GPON ONU - Statistic Configuration */
5791 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_FEC_BYTES_CORRECTED = 474, /**< GPON ONU - Statistic Configuration */
5792 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_FEC_CODEWORDS_CORRECTED = 475, /**< GPON ONU - Statistic Configuration */
5793 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_FEC_CODEWORDS_UNCORRECTED = 476, /**< GPON ONU - Statistic Configuration */
5794 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_BIP8_BYTES = 477, /**< GPON ONU - Statistic Configuration */
5795 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_BIP8_ERRORS = 478, /**< GPON ONU - Statistic Configuration */
5796 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_RX_PLOAMS_CRC_ERROR = 479, /**< GPON ONU - Statistic Configuration */
5797 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_RX_PLOAMS_NON_IDLE = 480, /**< GPON ONU - Statistic Configuration */
5798 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_POSITIVE_DRIFT = 481, /**< GPON ONU - Statistic Configuration */
5799 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_NEGATIVE_DRIFT = 482, /**< GPON ONU - Statistic Configuration */
5800 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_RX_OMCI = 483, /**< GPON ONU - Statistic Configuration */
5801 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_RX_OMCI_PACKETS_CRC_ERROR = 484, /**< GPON ONU - Statistic Configuration */
5802 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_BER_REPORTED = 485, /**< GPON ONU - Statistic Configuration */
5803 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_UNRECEIVED_BURST = 486, /**< GPON ONU - Statistic Configuration */
5804 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_LCDG_ERRORS = 487, /**< GPON ONU - Statistic Configuration */
5805 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_RDI_ERRORS = 488, /**< GPON ONU - Statistic Configuration */
5806 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_RX_BYTES = 489, /**< GPON ONU - Statistic Configuration */
5807 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_RX_PACKETS = 490, /**< GPON ONU - Statistic Configuration */
5808 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_TX_BYTES = 491, /**< GPON ONU - Statistic Configuration */
5809 BCMOLT_GROUP_ID_GPON_ONU_STAT_CFG_TX_PACKETS = 492, /**< GPON ONU - Statistic Configuration */
5810 BCMOLT_GROUP_ID_GPON_ONU_BER_INTERVAL_CONFIGURATION_COMPLETED = 493, /**< GPON ONU - BER Interval Configuration Completed */
5811 BCMOLT_GROUP_ID_GPON_ONU_DFI = 494, /**< GPON ONU - Receive Dying-Gasp of ONUi */
5812 BCMOLT_GROUP_ID_GPON_ONU_DGI = 495, /**< GPON ONU - Receive Dying-Gasp of ONUi */
5813 BCMOLT_GROUP_ID_GPON_ONU_DOWI = 496, /**< GPON ONU - Drift of Window of ONUi */
5814 BCMOLT_GROUP_ID_GPON_ONU_ERR = 497, /**< GPON ONU - ERR */
5815 BCMOLT_GROUP_ID_GPON_ONU_INVALID_DBRU_REPORT = 498, /**< GPON ONU - Invalid DBRu Report */
5816 BCMOLT_GROUP_ID_GPON_ONU_KEY_EXCHANGE_COMPLETED = 499, /**< GPON ONU - Key Exchange Completed */
5817 BCMOLT_GROUP_ID_GPON_ONU_KEY_EXCHANGE_CYCLE_SKIPPED = 500, /**< GPON ONU - Key Exchange Cycle Skipped */
5818 BCMOLT_GROUP_ID_GPON_ONU_KEY_EXCHANGE_DECRYPT_REQUIRED = 501, /**< GPON ONU - Key Exchange Decrypt Required */
5819 BCMOLT_GROUP_ID_GPON_ONU_KEY_EXCHANGE_KEY_MISMATCH = 502, /**< GPON ONU - Key Exchange Key Mismatch */
5820 BCMOLT_GROUP_ID_GPON_ONU_KEY_EXCHANGE_KEY_REQUEST_TIMEOUT = 503, /**< GPON ONU - Key Exchange Key Request Timeout */
5821 BCMOLT_GROUP_ID_GPON_ONU_KEY_EXCHANGE_UNCONSECUTIVE_INDEX = 504, /**< GPON ONU - Key Exchange Unconsecutive Index */
5822 BCMOLT_GROUP_ID_GPON_ONU_LOAI = 505, /**< GPON ONU - LOAi */
5823 BCMOLT_GROUP_ID_GPON_ONU_LOKI = 506, /**< GPON ONU - LOki */
5824 BCMOLT_GROUP_ID_GPON_ONU_MEMI = 507, /**< GPON ONU - MEMi */
5825 BCMOLT_GROUP_ID_GPON_ONU_OMCI_PORT_ID_CONFIGURATION_COMPLETED = 508, /**< GPON ONU - OMCI PORT ID Configuration Completed */
5826 BCMOLT_GROUP_ID_GPON_ONU_ONU_ACTIVATION_COMPLETED = 509, /**< GPON ONU - ONU Activation Completed */
5827 BCMOLT_GROUP_ID_GPON_ONU_ONU_ACTIVATION_STANDBY_COMPLETED = 510, /**< GPON ONU - onu activation standby completed */
5828 BCMOLT_GROUP_ID_GPON_ONU_ONU_ALARM = 511, /**< GPON ONU - ONU Alarm */
5829 BCMOLT_GROUP_ID_GPON_ONU_ONU_DEACTIVATION_COMPLETED = 512, /**< GPON ONU - ONU Deactivation Completed */
5830 BCMOLT_GROUP_ID_GPON_ONU_ONU_DISABLE_COMPLETED = 513, /**< GPON ONU - ONU Disable Completed */
5831 BCMOLT_GROUP_ID_GPON_ONU_ONU_ENABLE_COMPLETED = 514, /**< GPON ONU - ONU Enable Completed */
5832 BCMOLT_GROUP_ID_GPON_ONU_OPTICAL_REFLECTION = 515, /**< GPON ONU - Optical Reflection */
5833 BCMOLT_GROUP_ID_GPON_ONU_PASSWORD_AUTHENTICATION_COMPLETED = 516, /**< GPON ONU - Password Authentication Completed */
5834 BCMOLT_GROUP_ID_GPON_ONU_PEE = 517, /**< GPON ONU - PEE */
5835 BCMOLT_GROUP_ID_GPON_ONU_POSSIBLE_DRIFT = 518, /**< GPON ONU - Possible Drift */
5836 BCMOLT_GROUP_ID_GPON_ONU_POWER_MANAGEMENT_STATE_CHANGE = 519, /**< GPON ONU - Power Management State Change */
5837 BCMOLT_GROUP_ID_GPON_ONU_PST = 520, /**< GPON ONU - PST */
5838 BCMOLT_GROUP_ID_GPON_ONU_RANGING_COMPLETED = 521, /**< GPON ONU - Ranging Completed */
5839 BCMOLT_GROUP_ID_GPON_ONU_REI = 522, /**< GPON ONU - REI */
5840 BCMOLT_GROUP_ID_GPON_ONU_RSSI_MEASUREMENT_COMPLETED = 523, /**< GPON ONU - RSSI Measurement Completed */
5841 BCMOLT_GROUP_ID_GPON_ONU_SDI = 524, /**< GPON ONU - Signal Degraded of ONUi */
5842 BCMOLT_GROUP_ID_GPON_ONU_SFI = 525, /**< GPON ONU - Signal Fail of ONUi */
5843 BCMOLT_GROUP_ID_GPON_ONU_STAT_ALARM_CLEARED = 526, /**< GPON ONU - Stat Alarm Cleared */
5844 BCMOLT_GROUP_ID_GPON_ONU_STAT_ALARM_RAISED = 527, /**< GPON ONU - Stat Alarm Raised */
5845 BCMOLT_GROUP_ID_GPON_ONU_SUFI = 528, /**< GPON ONU - SUFi */
5846 BCMOLT_GROUP_ID_GPON_ONU_TIWI = 529, /**< GPON ONU - Transmission Interference Warning */
5847 BCMOLT_GROUP_ID_GPON_ONU_AUTO_CFG = 530, /**< GPON ONU - Indication Configuration */
5848 BCMOLT_GROUP_ID_GPON_ONU_CHANGE_POWER_LEVEL = 531, /**< GPON ONU - Change Power Level */
5849 BCMOLT_GROUP_ID_GPON_ONU_RSSI_MEASUREMENT = 532, /**< GPON ONU - RSSI Measurement */
5850 BCMOLT_GROUP_ID_GPON_ONU_SET_ONU_STATE = 533, /**< GPON ONU - Set ONU State */
5851 BCMOLT_GROUP_ID_GPON_ONU_CPU_PACKETS = 534, /**< GPON ONU - GPON CPU Packets */
5852 BCMOLT_GROUP_ID_GPON_ONU_PLOAM_PACKET = 535, /**< GPON ONU - PLOAM Packet */
5853 BCMOLT_GROUP_ID_GPON_ONU_CPU_PACKET = 536, /**< GPON ONU - GPON CPU packet */
5854 BCMOLT_GROUP_ID_GPON_ONU_OMCI_PACKET = 537, /**< GPON ONU - GPON OMCI packet */
5855 BCMOLT_GROUP_ID_GPON_TRX_KEY = 538, /**< GPON TRX - key */
5856 BCMOLT_GROUP_ID_GPON_TRX_CFG = 539, /**< GPON TRX - cfg */
5857 BCMOLT_GROUP_ID_LOG_ENTRY_KEY = 540, /**< log entry - key */
5858 BCMOLT_GROUP_ID_LOG_ENTRY_CFG = 541, /**< log entry - cfg */
5859 BCMOLT_GROUP_ID_LOG_ENTRY_STAT = 542, /**< log entry - stat */
5860 BCMOLT_GROUP_ID_LOG_ENTRY_STAT_CFG_MSG_COUNT = 543, /**< log entry - Statistic Configuration */
5861 BCMOLT_GROUP_ID_LOG_ENTRY_STAT_CFG_LOST_MSG_COUNT = 544, /**< log entry - Statistic Configuration */
5862 BCMOLT_GROUP_ID_LOG_ENTRY_STAT_ALARM_CLEARED = 545, /**< log entry - Stat Alarm Cleared */
5863 BCMOLT_GROUP_ID_LOG_ENTRY_STAT_ALARM_RAISED = 546, /**< log entry - Stat Alarm Raised */
5864 BCMOLT_GROUP_ID_LOG_ENTRY_AUTO_CFG = 547, /**< log entry - Indication Configuration */
5865 BCMOLT_GROUP_ID_LOGGER_KEY = 548, /**< logger - key */
5866 BCMOLT_GROUP_ID_LOGGER_CFG = 549, /**< logger - cfg */
5867 BCMOLT_GROUP_ID_LOGGER_STAT = 550, /**< logger - stat */
5868 BCMOLT_GROUP_ID_LOGGER_STAT_CFG_LINES_IN_LOG = 551, /**< logger - Statistic Configuration */
5869 BCMOLT_GROUP_ID_LOGGER_STAT_ALARM_CLEARED = 552, /**< logger - Stat Alarm Cleared */
5870 BCMOLT_GROUP_ID_LOGGER_STAT_ALARM_RAISED = 553, /**< logger - Stat Alarm Raised */
5871 BCMOLT_GROUP_ID_LOGGER_AUTO_CFG = 554, /**< logger - Indication Configuration */
5872 BCMOLT_GROUP_ID_LOGGER_CLEAR_LOG = 555, /**< logger - clear log */
5873 BCMOLT_GROUP_ID_NNI_KEY = 556, /**< NNI - key */
5874 BCMOLT_GROUP_ID_NNI_CFG = 557, /**< NNI - cfg */
5875 BCMOLT_GROUP_ID_NNI_STAT = 558, /**< NNI - stat */
5876 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_FRAMES_64 = 559, /**< NNI - Statistic Configuration */
5877 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_FRAMES_65_127 = 560, /**< NNI - Statistic Configuration */
5878 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_FRAMES_128_255 = 561, /**< NNI - Statistic Configuration */
5879 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_FRAMES_256_511 = 562, /**< NNI - Statistic Configuration */
5880 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_FRAMES_512_1023 = 563, /**< NNI - Statistic Configuration */
5881 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_FRAMES_1024_1518 = 564, /**< NNI - Statistic Configuration */
5882 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_FRAMES_1519_2047 = 565, /**< NNI - Statistic Configuration */
5883 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_FRAMES_2048_4095 = 566, /**< NNI - Statistic Configuration */
5884 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_FRAMES_4096_9216 = 567, /**< NNI - Statistic Configuration */
5885 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_FRAMES_9217_16383 = 568, /**< NNI - Statistic Configuration */
5886 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_FRAMES = 569, /**< NNI - Statistic Configuration */
5887 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_BYTES = 570, /**< NNI - Statistic Configuration */
5888 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_GOOD_FRAMES = 571, /**< NNI - Statistic Configuration */
5889 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_UNICAST_FRAMES = 572, /**< NNI - Statistic Configuration */
5890 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_MULTICAST_FRAMES = 573, /**< NNI - Statistic Configuration */
5891 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_BROADCAST_FRAMES = 574, /**< NNI - Statistic Configuration */
5892 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_FCS_ERRORS = 575, /**< NNI - Statistic Configuration */
5893 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_CONTROL_FRAMES = 576, /**< NNI - Statistic Configuration */
5894 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_PAUSE_FRAMES = 577, /**< NNI - Statistic Configuration */
5895 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_PFC_FRAMES = 578, /**< NNI - Statistic Configuration */
5896 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_UNSUPPORTED_OPCODE = 579, /**< NNI - Statistic Configuration */
5897 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_UNSUPPORTED_DA = 580, /**< NNI - Statistic Configuration */
5898 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_ALIGNMENT_ERRORS = 581, /**< NNI - Statistic Configuration */
5899 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_LENGTH_OUT_OF_RANGE = 582, /**< NNI - Statistic Configuration */
5900 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_CODE_ERRORS = 583, /**< NNI - Statistic Configuration */
5901 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_OVERSIZED_FRAMES = 584, /**< NNI - Statistic Configuration */
5902 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_JABBER_FRAMES = 585, /**< NNI - Statistic Configuration */
5903 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_MTU_CHECK_ERRORS = 586, /**< NNI - Statistic Configuration */
5904 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_PROMISCUOUS_FRAMES = 587, /**< NNI - Statistic Configuration */
5905 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_VLAN_FRAMES = 588, /**< NNI - Statistic Configuration */
5906 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_DOUBLE_VLAN_FRAMES = 589, /**< NNI - Statistic Configuration */
5907 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_TRUNCATED_FRAMES = 590, /**< NNI - Statistic Configuration */
5908 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_UNDERSIZE_FRAMES = 591, /**< NNI - Statistic Configuration */
5909 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_FRAGMENTED_FRAMES = 592, /**< NNI - Statistic Configuration */
5910 BCMOLT_GROUP_ID_NNI_STAT_CFG_RX_RUNT_FRAMES = 593, /**< NNI - Statistic Configuration */
5911 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_FRAMES_64 = 594, /**< NNI - Statistic Configuration */
5912 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_FRAMES_65_127 = 595, /**< NNI - Statistic Configuration */
5913 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_FRAMES_128_255 = 596, /**< NNI - Statistic Configuration */
5914 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_FRAMES_256_511 = 597, /**< NNI - Statistic Configuration */
5915 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_FRAMES_512_1023 = 598, /**< NNI - Statistic Configuration */
5916 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_FRAMES_1024_1518 = 599, /**< NNI - Statistic Configuration */
5917 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_FRAMES_1519_2047 = 600, /**< NNI - Statistic Configuration */
5918 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_FRAMES_2048_4095 = 601, /**< NNI - Statistic Configuration */
5919 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_FRAMES_4096_9216 = 602, /**< NNI - Statistic Configuration */
5920 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_FRAMES_9217_16383 = 603, /**< NNI - Statistic Configuration */
5921 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_FRAMES = 604, /**< NNI - Statistic Configuration */
5922 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_BYTES = 605, /**< NNI - Statistic Configuration */
5923 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_GOOD_FRAMES = 606, /**< NNI - Statistic Configuration */
5924 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_UNICAST_FRAMES = 607, /**< NNI - Statistic Configuration */
5925 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_MULTICAST_FRAMES = 608, /**< NNI - Statistic Configuration */
5926 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_BROADCAST_FRAMES = 609, /**< NNI - Statistic Configuration */
5927 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_PAUSE_FRAMES = 610, /**< NNI - Statistic Configuration */
5928 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_PFC_FRAMES = 611, /**< NNI - Statistic Configuration */
5929 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_JABBER_FRAMES = 612, /**< NNI - Statistic Configuration */
5930 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_FCS_ERRORS = 613, /**< NNI - Statistic Configuration */
5931 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_CONTROL_FRAMES = 614, /**< NNI - Statistic Configuration */
5932 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_OVERSIZE_FRAMES = 615, /**< NNI - Statistic Configuration */
5933 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_FRAGMENTED_FRAMES = 616, /**< NNI - Statistic Configuration */
5934 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_ERROR_FRAMES = 617, /**< NNI - Statistic Configuration */
5935 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_VLAN_FRAMES = 618, /**< NNI - Statistic Configuration */
5936 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_DOUBLE_VLAN_FRAMES = 619, /**< NNI - Statistic Configuration */
5937 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_RUNT_FRAMES = 620, /**< NNI - Statistic Configuration */
5938 BCMOLT_GROUP_ID_NNI_STAT_CFG_TX_UNDERRUN_FRAMES = 621, /**< NNI - Statistic Configuration */
5939 BCMOLT_GROUP_ID_NNI_STAT_ALARM_CLEARED = 622, /**< NNI - Stat Alarm Cleared */
5940 BCMOLT_GROUP_ID_NNI_STAT_ALARM_RAISED = 623, /**< NNI - Stat Alarm Raised */
5941 BCMOLT_GROUP_ID_NNI_STATUS_CHANGED = 624, /**< NNI - Status changed */
5942 BCMOLT_GROUP_ID_NNI_AUTO_CFG = 625, /**< NNI - Indication Configuration */
5943 BCMOLT_GROUP_ID_NNI_SERDES_KEY = 626, /**< nni_serdes - key */
5944 BCMOLT_GROUP_ID_NNI_SERDES_CFG = 627, /**< nni_serdes - cfg */
5945 BCMOLT_GROUP_ID_SOFTWARE_ERROR_KEY = 628, /**< Software Error - key */
5946 BCMOLT_GROUP_ID_SOFTWARE_ERROR_CFG = 629, /**< Software Error - cfg */
5947 BCMOLT_GROUP_ID_TRX_CALIBRATION_KEY = 630, /**< TRX Calibration - key */
5948 BCMOLT_GROUP_ID_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED = 631, /**< TRX Calibration - Capture window and statistic completed */
5949 BCMOLT_GROUP_ID_TRX_CALIBRATION_AUTO_CFG = 632, /**< TRX Calibration - Indication Configuration */
5950 BCMOLT_GROUP_ID_TRX_CALIBRATION_START_CAPTURE_WINDOW = 633, /**< TRX Calibration - start capture window */
5951 BCMOLT_GROUP_ID_TRX_CALIBRATION_STOP_CAPTURE_WINDOW = 634, /**< TRX Calibration - stop capture window */
5952 BCMOLT_GROUP_ID_XGPON_ALLOC_KEY = 635, /**< XGPON Alloc - key */
5953 BCMOLT_GROUP_ID_XGPON_ALLOC_CFG = 636, /**< XGPON Alloc - cfg */
5954 BCMOLT_GROUP_ID_XGPON_ALLOC_STAT = 637, /**< XGPON Alloc - stat */
5955 BCMOLT_GROUP_ID_XGPON_ALLOC_STAT_CFG_RX_BYTES = 638, /**< XGPON Alloc - Statistic Configuration */
5956 BCMOLT_GROUP_ID_XGPON_ALLOC_CONFIGURATION_COMPLETED = 639, /**< XGPON Alloc - Configuration Completed */
5957 BCMOLT_GROUP_ID_XGPON_ALLOC_GET_ALLOC_STATS_COMPLETED = 640, /**< XGPON Alloc - Get alloc ID statistics completed */
5958 BCMOLT_GROUP_ID_XGPON_ALLOC_STAT_ALARM_CLEARED = 641, /**< XGPON Alloc - Stat Alarm Cleared */
5959 BCMOLT_GROUP_ID_XGPON_ALLOC_STAT_ALARM_RAISED = 642, /**< XGPON Alloc - Stat Alarm Raised */
5960 BCMOLT_GROUP_ID_XGPON_ALLOC_AUTO_CFG = 643, /**< XGPON Alloc - Indication Configuration */
5961 BCMOLT_GROUP_ID_XGPON_ALLOC_GET_STATS = 644, /**< XGPON Alloc - Get statistics */
5962 BCMOLT_GROUP_ID_XGPON_ALLOC_SET_STATE = 645, /**< XGPON Alloc - Set state */
5963 BCMOLT_GROUP_ID_XGPON_GEM_PORT_KEY = 646, /**< XGPON GEM port - key */
5964 BCMOLT_GROUP_ID_XGPON_GEM_PORT_CFG = 647, /**< XGPON GEM port - cfg */
5965 BCMOLT_GROUP_ID_XGPON_GEM_PORT_STAT = 648, /**< XGPON GEM port - stat */
5966 BCMOLT_GROUP_ID_XGPON_GEM_PORT_STAT_CFG_TX_BYTES = 649, /**< XGPON GEM port - Statistic Configuration */
5967 BCMOLT_GROUP_ID_XGPON_GEM_PORT_STAT_CFG_TX_PACKETS = 650, /**< XGPON GEM port - Statistic Configuration */
5968 BCMOLT_GROUP_ID_XGPON_GEM_PORT_STAT_CFG_RX_PACKETS = 651, /**< XGPON GEM port - Statistic Configuration */
5969 BCMOLT_GROUP_ID_XGPON_GEM_PORT_STAT_CFG_RX_BYTES = 652, /**< XGPON GEM port - Statistic Configuration */
5970 BCMOLT_GROUP_ID_XGPON_GEM_PORT_STAT_ALARM_CLEARED = 653, /**< XGPON GEM port - Stat Alarm Cleared */
5971 BCMOLT_GROUP_ID_XGPON_GEM_PORT_STAT_ALARM_RAISED = 654, /**< XGPON GEM port - Stat Alarm Raised */
5972 BCMOLT_GROUP_ID_XGPON_GEM_PORT_AUTO_CFG = 655, /**< XGPON GEM port - Indication Configuration */
5973 BCMOLT_GROUP_ID_XGPON_IWF_KEY = 656, /**< XGPON IWF - key */
5974 BCMOLT_GROUP_ID_XGPON_IWF_CFG = 657, /**< XGPON IWF - cfg */
5975 BCMOLT_GROUP_ID_XGPON_NI_KEY = 658, /**< XGPON network interface - key */
5976 BCMOLT_GROUP_ID_XGPON_NI_CFG = 659, /**< XGPON network interface - cfg */
5977 BCMOLT_GROUP_ID_XGPON_NI_STAT = 660, /**< XGPON network interface - stat */
5978 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_FEC_CODEWORDS = 661, /**< XGPON network interface - Statistic Configuration */
5979 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_BIP32_BYTES = 662, /**< XGPON network interface - Statistic Configuration */
5980 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_BIP32_ERRORS = 663, /**< XGPON network interface - Statistic Configuration */
5981 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_XGTC_HEADERS = 664, /**< XGPON network interface - Statistic Configuration */
5982 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_XGTC_CORRECTED = 665, /**< XGPON network interface - Statistic Configuration */
5983 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_XGTC_UNCORRECTED = 666, /**< XGPON network interface - Statistic Configuration */
5984 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_XGEM = 667, /**< XGPON network interface - Statistic Configuration */
5985 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_XGEM_DROPPED = 668, /**< XGPON network interface - Statistic Configuration */
5986 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_XGEM_IDLE = 669, /**< XGPON network interface - Statistic Configuration */
5987 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_XGEM_CORRECTED = 670, /**< XGPON network interface - Statistic Configuration */
5988 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_CRC_ERROR = 671, /**< XGPON network interface - Statistic Configuration */
5989 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_FRAGMENT_ERROR = 672, /**< XGPON network interface - Statistic Configuration */
5990 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_PACKETS_DROPPED = 673, /**< XGPON network interface - Statistic Configuration */
5991 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_DROPPED_TOO_SHORT = 674, /**< XGPON network interface - Statistic Configuration */
5992 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_DROPPED_TOO_LONG = 675, /**< XGPON network interface - Statistic Configuration */
5993 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_KEY_ERROR = 676, /**< XGPON network interface - Statistic Configuration */
5994 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_TX_PLOAMS = 677, /**< XGPON network interface - Statistic Configuration */
5995 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_PLOAMS_DROPPED = 678, /**< XGPON network interface - Statistic Configuration */
5996 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_ALLOCATIONS_VALID = 679, /**< XGPON network interface - Statistic Configuration */
5997 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_ALLOCATIONS_INVALID = 680, /**< XGPON network interface - Statistic Configuration */
5998 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_ALLOCATIONS_DISABLED = 681, /**< XGPON network interface - Statistic Configuration */
5999 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_PLOAMS = 682, /**< XGPON network interface - Statistic Configuration */
6000 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_PLOAMS_NON_IDLE = 683, /**< XGPON network interface - Statistic Configuration */
6001 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_PLOAMS_ERROR = 684, /**< XGPON network interface - Statistic Configuration */
6002 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_CPU = 685, /**< XGPON network interface - Statistic Configuration */
6003 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_OMCI = 686, /**< XGPON network interface - Statistic Configuration */
6004 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_RX_OMCI_PACKETS_CRC_ERROR = 687, /**< XGPON network interface - Statistic Configuration */
6005 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_TX_PACKETS = 688, /**< XGPON network interface - Statistic Configuration */
6006 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_TX_XGEM = 689, /**< XGPON network interface - Statistic Configuration */
6007 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_TX_CPU = 690, /**< XGPON network interface - Statistic Configuration */
6008 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_TX_OMCI = 691, /**< XGPON network interface - Statistic Configuration */
6009 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_TX_CPU_OMCI_PACKETS_DROPPED = 692, /**< XGPON network interface - Statistic Configuration */
6010 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_TX_DROPPED_ILLEGAL_LENGTH = 693, /**< XGPON network interface - Statistic Configuration */
6011 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_TX_DROPPED_TPID_MISS = 694, /**< XGPON network interface - Statistic Configuration */
6012 BCMOLT_GROUP_ID_XGPON_NI_STAT_CFG_TX_DROPPED_VID_MISS = 695, /**< XGPON network interface - Statistic Configuration */
6013 BCMOLT_GROUP_ID_XGPON_NI_ACTIVATE_ALL_ONUS_COMPLETED = 696, /**< XGPON network interface - activate all onus completed */
6014 BCMOLT_GROUP_ID_XGPON_NI_CPU_PACKETS_FAILURE = 697, /**< XGPON network interface - CPU Packets Failure */
6015 BCMOLT_GROUP_ID_XGPON_NI_DEACTIVATE_ALL_ONUS_COMPLETED = 698, /**< XGPON network interface - deactivate all onus completed */
6016 BCMOLT_GROUP_ID_XGPON_NI_DISABLE_ALL_ONUS_COMPLETED = 699, /**< XGPON network interface - disable all onus completed */
6017 BCMOLT_GROUP_ID_XGPON_NI_ENABLE_ALL_ONUS_COMPLETED = 700, /**< XGPON network interface - enable all onus completed */
6018 BCMOLT_GROUP_ID_XGPON_NI_LOS = 701, /**< XGPON network interface - LOS */
6019 BCMOLT_GROUP_ID_XGPON_NI_ONU_DISCOVERED = 702, /**< XGPON network interface - ONU Discovered */
6020 BCMOLT_GROUP_ID_XGPON_NI_ONU_UPGRADE_COMPLETE = 703, /**< XGPON network interface - ONU Upgrade Complete */
6021 BCMOLT_GROUP_ID_XGPON_NI_PROTECTION_SWITCHING_ONUS_RANGED = 704, /**< XGPON network interface - Protection Switching ONUs Ranged */
6022 BCMOLT_GROUP_ID_XGPON_NI_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED = 705, /**< XGPON network interface - Protection Switching Switchover Completed */
6023 BCMOLT_GROUP_ID_XGPON_NI_PROTECTION_SWITCHING_TRAFFIC_RESUME = 706, /**< XGPON network interface - Protection Switching Traffic Resume */
6024 BCMOLT_GROUP_ID_XGPON_NI_ROGUE_DETECTION_COMPLETED = 707, /**< XGPON network interface - Rogue detection completed */
6025 BCMOLT_GROUP_ID_XGPON_NI_ROGUE_ONU_SPECIAL_MAP_CYCLE_START = 708, /**< XGPON network interface - Rogue ONU special map cycle start */
6026 BCMOLT_GROUP_ID_XGPON_NI_SERIAL_NUMBER_ACQUISITION_CYCLE_START = 709, /**< XGPON network interface - Serial Number Acquisition Cycle Start */
6027 BCMOLT_GROUP_ID_XGPON_NI_STANDBY_PON_MONITORING_CYCLE_COMPLETED = 710, /**< XGPON network interface - Standby PON Monitoring Cycle Completed */
6028 BCMOLT_GROUP_ID_XGPON_NI_STAT_ALARM_CLEARED = 711, /**< XGPON network interface - Stat Alarm Cleared */
6029 BCMOLT_GROUP_ID_XGPON_NI_STAT_ALARM_RAISED = 712, /**< XGPON network interface - Stat Alarm Raised */
6030 BCMOLT_GROUP_ID_XGPON_NI_STATE_CHANGE_COMPLETED = 713, /**< XGPON network interface - State Change Completed */
6031 BCMOLT_GROUP_ID_XGPON_NI_TOD_REQUEST_COMPLETED = 714, /**< XGPON network interface - TOD request completed */
6032 BCMOLT_GROUP_ID_XGPON_NI_AUTO_CFG = 715, /**< XGPON network interface - Indication Configuration */
6033 BCMOLT_GROUP_ID_XGPON_NI_ADJUST_TX_WAVELENGTH = 716, /**< XGPON network interface - Adjust Tx Wavelengh */
6034 BCMOLT_GROUP_ID_XGPON_NI_DISABLE_SERIAL_NUMBER = 717, /**< XGPON network interface - Disable Serial Number */
6035 BCMOLT_GROUP_ID_XGPON_NI_RESET = 718, /**< XGPON network interface - Reset */
6036 BCMOLT_GROUP_ID_XGPON_NI_ROGUE_DETECTION_WINDOW = 719, /**< XGPON network interface - Rogue Detection Window */
6037 BCMOLT_GROUP_ID_XGPON_NI_RUN_SPECIAL_BW_MAP = 720, /**< XGPON network interface - Run Special BW Map */
6038 BCMOLT_GROUP_ID_XGPON_NI_SET_ONU_STATE = 721, /**< XGPON network interface - Set ONU State */
6039 BCMOLT_GROUP_ID_XGPON_NI_SET_PON_STATE = 722, /**< XGPON network interface - Set PON State */
6040 BCMOLT_GROUP_ID_XGPON_NI_SINGLE_REQUEST_STANDBY_PON_MONITORING = 723, /**< XGPON network interface - Single request standby PON Monitoring */
6041 BCMOLT_GROUP_ID_XGPON_NI_START_ONU_UPGRADE = 724, /**< XGPON network interface - Start ONU Firmware Upgrade */
6042 BCMOLT_GROUP_ID_XGPON_NI_TOD_REQUEST = 725, /**< XGPON network interface - TOD request */
6043 BCMOLT_GROUP_ID_XGPON_NI_BROADCAST_PLOAM_PACKET = 726, /**< XGPON network interface - Broadcast PLOAM Packet */
6044 BCMOLT_GROUP_ID_XGPON_NI_CPU_PACKETS = 727, /**< XGPON network interface - XGPON CPU packets */
6045 BCMOLT_GROUP_ID_XGPON_ONU_KEY = 728, /**< XGPON ONU - key */
6046 BCMOLT_GROUP_ID_XGPON_ONU_CFG = 729, /**< XGPON ONU - cfg */
6047 BCMOLT_GROUP_ID_XGPON_ONU_STAT = 730, /**< XGPON ONU - stat */
6048 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_POSITIVE_DRIFT = 731, /**< XGPON ONU - Statistic Configuration */
6049 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_NEGATIVE_DRIFT = 732, /**< XGPON ONU - Statistic Configuration */
6050 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_DELIMITER_MISS_DETECTION = 733, /**< XGPON ONU - Statistic Configuration */
6051 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_BIP32_ERRORS = 734, /**< XGPON ONU - Statistic Configuration */
6052 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_RX_WORDS = 735, /**< XGPON ONU - Statistic Configuration */
6053 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_FEC_CORRECTED_SYMBOLS = 736, /**< XGPON ONU - Statistic Configuration */
6054 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_FEC_CORRECTED_CODEWORDS = 737, /**< XGPON ONU - Statistic Configuration */
6055 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_FEC_UNCORRECTABLE_CODEWORDS = 738, /**< XGPON ONU - Statistic Configuration */
6056 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_FEC_CODEWORDS = 739, /**< XGPON ONU - Statistic Configuration */
6057 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_FEC_CORRECTED_BITS = 740, /**< XGPON ONU - Statistic Configuration */
6058 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_XGEM_KEY_ERRORS = 741, /**< XGPON ONU - Statistic Configuration */
6059 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_XGEM_LOSS = 742, /**< XGPON ONU - Statistic Configuration */
6060 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_RX_PLOAMS_MIC_ERROR = 743, /**< XGPON ONU - Statistic Configuration */
6061 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_RX_PLOAMS_NON_IDLE = 744, /**< XGPON ONU - Statistic Configuration */
6062 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_RX_OMCI = 745, /**< XGPON ONU - Statistic Configuration */
6063 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_RX_OMCI_PACKETS_CRC_ERROR = 746, /**< XGPON ONU - Statistic Configuration */
6064 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_RX_BYTES = 747, /**< XGPON ONU - Statistic Configuration */
6065 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_RX_PACKETS = 748, /**< XGPON ONU - Statistic Configuration */
6066 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_TX_BYTES = 749, /**< XGPON ONU - Statistic Configuration */
6067 BCMOLT_GROUP_ID_XGPON_ONU_STAT_CFG_TX_PACKETS = 750, /**< XGPON ONU - Statistic Configuration */
6068 BCMOLT_GROUP_ID_XGPON_ONU_DFI = 751, /**< XGPON ONU - Receive Dying-Gasp of ONUi */
6069 BCMOLT_GROUP_ID_XGPON_ONU_DGI = 752, /**< XGPON ONU - Receive Dying-Gasp of ONUi */
6070 BCMOLT_GROUP_ID_XGPON_ONU_DOWI = 753, /**< XGPON ONU - Drift of Window of ONUi */
6071 BCMOLT_GROUP_ID_XGPON_ONU_INVALID_DBRU_REPORT = 754, /**< XGPON ONU - Invalid DBRu Report */
6072 BCMOLT_GROUP_ID_XGPON_ONU_KEY_EXCHANGE_COMPLETED = 755, /**< XGPON ONU - Key Exchange Completed */
6073 BCMOLT_GROUP_ID_XGPON_ONU_KEY_EXCHANGE_CYCLE_SKIPPED = 756, /**< XGPON ONU - Key Exchange Cycle Skipped */
6074 BCMOLT_GROUP_ID_XGPON_ONU_KEY_EXCHANGE_KEY_MISMATCH = 757, /**< XGPON ONU - Key Exchange Key Mismatch */
6075 BCMOLT_GROUP_ID_XGPON_ONU_KEY_EXCHANGE_KEY_REQUEST_TIMEOUT = 758, /**< XGPON ONU - Key Exchange Key Request Timeout */
6076 BCMOLT_GROUP_ID_XGPON_ONU_LOOCI = 759, /**< XGPON ONU - LOOCi */
6077 BCMOLT_GROUP_ID_XGPON_ONU_ONU_ACTIVATION_COMPLETED = 760, /**< XGPON ONU - ONU Activation Completed */
6078 BCMOLT_GROUP_ID_XGPON_ONU_ONU_ALARM = 761, /**< XGPON ONU - ONU Alarm */
6079 BCMOLT_GROUP_ID_XGPON_ONU_ONU_DEACTIVATION_COMPLETED = 762, /**< XGPON ONU - ONU Deactivation Completed */
6080 BCMOLT_GROUP_ID_XGPON_ONU_ONU_DISABLE_COMPLETED = 763, /**< XGPON ONU - ONU Disable Completed */
6081 BCMOLT_GROUP_ID_XGPON_ONU_ONU_ENABLE_COMPLETED = 764, /**< XGPON ONU - ONU Enable Completed */
6082 BCMOLT_GROUP_ID_XGPON_ONU_ONU_TUNING_IN_COMPLETED = 765, /**< XGPON ONU - ONU Tuning in completed */
6083 BCMOLT_GROUP_ID_XGPON_ONU_ONU_TUNING_OUT_COMPLETED = 766, /**< XGPON ONU - ONU Tuning out completed */
6084 BCMOLT_GROUP_ID_XGPON_ONU_OPTICAL_REFLECTION = 767, /**< XGPON ONU - Optical Reflection */
6085 BCMOLT_GROUP_ID_XGPON_ONU_POSSIBLE_DRIFT = 768, /**< XGPON ONU - Possible Drift */
6086 BCMOLT_GROUP_ID_XGPON_ONU_POWER_CONSUMPTION_REPORT = 769, /**< XGPON ONU - Power consumption report */
6087 BCMOLT_GROUP_ID_XGPON_ONU_POWER_LEVEL_REPORT = 770, /**< XGPON ONU - Power level report */
6088 BCMOLT_GROUP_ID_XGPON_ONU_POWER_MANAGEMENT_STATE_CHANGE = 771, /**< XGPON ONU - Power Management State Change */
6089 BCMOLT_GROUP_ID_XGPON_ONU_PQSI = 772, /**< XGPON ONU - ploam queue status */
6090 BCMOLT_GROUP_ID_XGPON_ONU_RANGING_COMPLETED = 773, /**< XGPON ONU - Ranging Completed */
6091 BCMOLT_GROUP_ID_XGPON_ONU_REGISTRATION_ID = 774, /**< XGPON ONU - Registration ID */
6092 BCMOLT_GROUP_ID_XGPON_ONU_RSSI_MEASUREMENT_COMPLETED = 775, /**< XGPON ONU - RSSI Measurement Completed */
6093 BCMOLT_GROUP_ID_XGPON_ONU_SDI = 776, /**< XGPON ONU - Signal Degraded of ONUi */
6094 BCMOLT_GROUP_ID_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_FAILURE = 777, /**< XGPON ONU - secure mutual authentication failure */
6095 BCMOLT_GROUP_ID_XGPON_ONU_SFI = 778, /**< XGPON ONU - Signal Fail of ONUi */
6096 BCMOLT_GROUP_ID_XGPON_ONU_STAT_ALARM_CLEARED = 779, /**< XGPON ONU - Stat Alarm Cleared */
6097 BCMOLT_GROUP_ID_XGPON_ONU_STAT_ALARM_RAISED = 780, /**< XGPON ONU - Stat Alarm Raised */
6098 BCMOLT_GROUP_ID_XGPON_ONU_SUFI = 781, /**< XGPON ONU - SUFi */
6099 BCMOLT_GROUP_ID_XGPON_ONU_TIWI = 782, /**< XGPON ONU - Transmission Interference Warning */
6100 BCMOLT_GROUP_ID_XGPON_ONU_TUNING_RESPONSE = 783, /**< XGPON ONU - Tuning response */
6101 BCMOLT_GROUP_ID_XGPON_ONU_AUTO_CFG = 784, /**< XGPON ONU - Indication Configuration */
6102 BCMOLT_GROUP_ID_XGPON_ONU_ADJUST_TX_WAVELENGTH = 785, /**< XGPON ONU - Adjust Tx wavelength */
6103 BCMOLT_GROUP_ID_XGPON_ONU_CHANGE_POWER_LEVELLING = 786, /**< XGPON ONU - Change power levelling */
6104 BCMOLT_GROUP_ID_XGPON_ONU_GET_POWER_CONSUMPTION = 787, /**< XGPON ONU - Get power consumption */
6105 BCMOLT_GROUP_ID_XGPON_ONU_GET_POWER_LEVEL = 788, /**< XGPON ONU - Get power level */
6106 BCMOLT_GROUP_ID_XGPON_ONU_ONU_TUNING_IN = 789, /**< XGPON ONU - ONU Tuning in */
6107 BCMOLT_GROUP_ID_XGPON_ONU_ONU_TUNING_OUT = 790, /**< XGPON ONU - ONU Tuning out */
6108 BCMOLT_GROUP_ID_XGPON_ONU_REQUEST_REGISTRATION = 791, /**< XGPON ONU - Request registration */
6109 BCMOLT_GROUP_ID_XGPON_ONU_RSSI_MEASUREMENT = 792, /**< XGPON ONU - RSSI Measurement */
6110 BCMOLT_GROUP_ID_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION = 793, /**< XGPON ONU - Secure mutual authentication */
6111 BCMOLT_GROUP_ID_XGPON_ONU_SET_ONU_STATE = 794, /**< XGPON ONU - Set ONU State */
6112 BCMOLT_GROUP_ID_XGPON_ONU_CPU_PACKETS = 795, /**< XGPON ONU - XGPON CPU packets */
6113 BCMOLT_GROUP_ID_XGPON_ONU_PLOAM_PACKET = 796, /**< XGPON ONU - PLOAM Packet */
6114 BCMOLT_GROUP_ID_XGPON_ONU_CPU_PACKET = 797, /**< XGPON ONU - XGPON CPU packet */
6115 BCMOLT_GROUP_ID_XGPON_ONU_OMCI_PACKET = 798, /**< XGPON ONU - XGPON OMCI packet */
6116 BCMOLT_GROUP_ID_XGPON_TRX_KEY = 799, /**< XGPON TRX - key */
6117 BCMOLT_GROUP_ID_XGPON_TRX_CFG = 800, /**< XGPON TRX - cfg */
6118 BCMOLT_GROUP_ID_XPON_SERDES_KEY = 801, /**< xpon_serdes - key */
6119 BCMOLT_GROUP_ID_XPON_SERDES_CFG = 802, /**< xpon_serdes - cfg */
6120 BCMOLT_GROUP_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6121} bcmolt_group_id;
6122
6123/** List of all ae_ni groups of type oper.
6124 */
6125typedef enum bcmolt_ae_ni_oper_id
6126{
6127 BCMOLT_AE_NI_OPER_ID__BEGIN,
6128 BCMOLT_AE_NI_OPER_ID_SET_AE_NI_EN_STATE = 0, /**< Set AE NI Enable State. */
6129 BCMOLT_AE_NI_OPER_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6130} bcmolt_ae_ni_oper_id;
6131
6132/** List of all ae_path_ds groups of type auto.
6133 */
6134typedef enum bcmolt_ae_path_ds_auto_id
6135{
6136 BCMOLT_AE_PATH_DS_AUTO_ID__BEGIN,
6137 BCMOLT_AE_PATH_DS_AUTO_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
6138 BCMOLT_AE_PATH_DS_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6139 BCMOLT_AE_PATH_DS_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6140} bcmolt_ae_path_ds_auto_id;
6141
6142/** List of all ae_path_us groups of type auto.
6143 */
6144typedef enum bcmolt_ae_path_us_auto_id
6145{
6146 BCMOLT_AE_PATH_US_AUTO_ID__BEGIN,
6147 BCMOLT_AE_PATH_US_AUTO_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
6148 BCMOLT_AE_PATH_US_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6149 BCMOLT_AE_PATH_US_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6150} bcmolt_ae_path_us_auto_id;
6151
6152/** List of all debug groups of type auto.
6153 */
6154typedef enum bcmolt_debug_auto_id
6155{
6156 BCMOLT_DEBUG_AUTO_ID__BEGIN,
6157 BCMOLT_DEBUG_AUTO_ID_CLI_OUTPUT = 0, /**< cli_output. */
6158 BCMOLT_DEBUG_AUTO_ID_FILE_ALMOST_FULL, /**< file_almost_full. */
6159 BCMOLT_DEBUG_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6160} bcmolt_debug_auto_id;
6161
6162/** List of all debug groups of type oper.
6163 */
6164typedef enum bcmolt_debug_oper_id
6165{
6166 BCMOLT_DEBUG_OPER_ID__BEGIN,
6167 BCMOLT_DEBUG_OPER_ID_CLI_INPUT = 0, /**< CLI_input. */
6168 BCMOLT_DEBUG_OPER_ID_RESET_API_CAPTURE, /**< Reset API Capture. */
6169 BCMOLT_DEBUG_OPER_ID_START_API_CAPTURE, /**< Start API Capture. */
6170 BCMOLT_DEBUG_OPER_ID_STOP_API_CAPTURE, /**< Stop API Capture. */
6171 BCMOLT_DEBUG_OPER_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6172} bcmolt_debug_oper_id;
6173
6174/** List of all device groups of type auto.
6175 */
6176typedef enum bcmolt_device_auto_id
6177{
6178 BCMOLT_DEVICE_AUTO_ID__BEGIN,
6179 BCMOLT_DEVICE_AUTO_ID_CONNECTION_COMPLETE = 0, /**< Connection Complete. */
6180 BCMOLT_DEVICE_AUTO_ID_CONNECTION_ESTABLISHED, /**< Connection Established (Internal). */
6181 BCMOLT_DEVICE_AUTO_ID_CONNECTION_FAILURE, /**< Connection Failure. */
6182 BCMOLT_DEVICE_AUTO_ID_DDR_TEST_COMPLETE, /**< DDR Test Complete. */
6183 BCMOLT_DEVICE_AUTO_ID_DEVICE_KEEP_ALIVE, /**< Device Keep Alive (Internal). */
6184 BCMOLT_DEVICE_AUTO_ID_DEVICE_READY, /**< Device Ready (Internal). */
6185 BCMOLT_DEVICE_AUTO_ID_DISCONNECTION_COMPLETE, /**< Disconnection Complete. */
6186 BCMOLT_DEVICE_AUTO_ID_IMAGE_TRANSFER_COMPLETE, /**< Image Transfer Complete. */
6187 BCMOLT_DEVICE_AUTO_ID_INDICATIONS_DROPPED, /**< Indications Dropped. */
6188 BCMOLT_DEVICE_AUTO_ID_SW_ERROR, /**< sw error. */
6189 BCMOLT_DEVICE_AUTO_ID_SW_EXCEPTION, /**< sw exception. */
6190 BCMOLT_DEVICE_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6191} bcmolt_device_auto_id;
6192
6193/** List of all device groups of type oper.
6194 */
6195typedef enum bcmolt_device_oper_id
6196{
6197 BCMOLT_DEVICE_OPER_ID__BEGIN,
6198 BCMOLT_DEVICE_OPER_ID_CONNECT = 0, /**< Connect. */
6199 BCMOLT_DEVICE_OPER_ID_DISCONNECT, /**< Device Disconnect. */
6200 BCMOLT_DEVICE_OPER_ID_HOST_KEEP_ALIVE, /**< Host Keep Alive (Internal). */
6201 BCMOLT_DEVICE_OPER_ID_IMAGE_TRANSFER_DATA, /**< Image Data Transfer Operation (Internal). */
6202 BCMOLT_DEVICE_OPER_ID_IMAGE_TRANSFER_START, /**< Start Image Transfer Operation. */
6203 BCMOLT_DEVICE_OPER_ID_RESET, /**< Device Reset. */
6204 BCMOLT_DEVICE_OPER_ID_RUN_DDR_TEST, /**< Run DDR Test. */
6205 BCMOLT_DEVICE_OPER_ID_SW_UPGRADE_ACTIVATE, /**< SW upgrade activate. */
6206 BCMOLT_DEVICE_OPER_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6207} bcmolt_device_oper_id;
6208
6209/** List of all epon_denied_link groups of type auto.
6210 */
6211typedef enum bcmolt_epon_denied_link_auto_id
6212{
6213 BCMOLT_EPON_DENIED_LINK_AUTO_ID__BEGIN,
6214 BCMOLT_EPON_DENIED_LINK_AUTO_ID_LASER_ON_OFF_VIOLATION = 0, /**< Laser On/Off Violation. */
6215 BCMOLT_EPON_DENIED_LINK_AUTO_ID_LLID_POOL_EMPTY_VIOLATION, /**< LLID Pool Empty Violation. */
6216 BCMOLT_EPON_DENIED_LINK_AUTO_ID_MAX_LINK_VIOLATION, /**< Max Link Violation. */
6217 BCMOLT_EPON_DENIED_LINK_AUTO_ID_OVERHEAD_PROFILE_VIOLATION, /**< Overhead Profile Violation. */
6218 BCMOLT_EPON_DENIED_LINK_AUTO_ID_RANGE_VIOLATION, /**< Range Violation. */
6219 BCMOLT_EPON_DENIED_LINK_AUTO_ID_ROGUE_VIOLATION, /**< Rogue ONU Detected. */
6220 BCMOLT_EPON_DENIED_LINK_AUTO_ID_SYSTEM_RESOURCE_VIOLATION, /**< System Resource Violation. */
6221 BCMOLT_EPON_DENIED_LINK_AUTO_ID_TDM_CHANNELS_EXHAUSTED, /**< TDM Channels Exhausted. */
6222 BCMOLT_EPON_DENIED_LINK_AUTO_ID_UNKNOWN_LINK_VIOLATION, /**< Unknown Link Violation. */
6223 BCMOLT_EPON_DENIED_LINK_AUTO_ID_UPSTREAM_BANDWIDTH_VIOLATION, /**< Upstream Bandwidth Violation. */
6224 BCMOLT_EPON_DENIED_LINK_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6225} bcmolt_epon_denied_link_auto_id;
6226
6227/** List of all epon_link groups of type auto.
6228 */
6229typedef enum bcmolt_epon_link_auto_id
6230{
6231 BCMOLT_EPON_LINK_AUTO_ID__BEGIN,
6232 BCMOLT_EPON_LINK_AUTO_ID_DUPLICATE_MPCP_REGISTRATION_REQUEST = 0, /**< Duplicate MPCP Registration Request. */
6233 BCMOLT_EPON_LINK_AUTO_ID_ENCRYPTION_ENABLED, /**< Encryption Enabled. */
6234 BCMOLT_EPON_LINK_AUTO_ID_KEY_EXCHANGE_FAILURE, /**< Key Exchange Failure. */
6235 BCMOLT_EPON_LINK_AUTO_ID_KEY_EXCHANGE_STARTED, /**< key_exchange_started. */
6236 BCMOLT_EPON_LINK_AUTO_ID_KEY_EXCHANGE_STOPPED, /**< key_exchange_stopped. */
6237 BCMOLT_EPON_LINK_AUTO_ID_LINK_DELETED, /**< Link Deleted. */
6238 BCMOLT_EPON_LINK_AUTO_ID_LINK_SPEED_MISMATCH, /**< Link attempted to register at a different speed. */
6239 BCMOLT_EPON_LINK_AUTO_ID_MPCP_DEREGISTERED, /**< MPCP Deregistered. */
6240 BCMOLT_EPON_LINK_AUTO_ID_MPCP_DISCOVERED, /**< MPCP Discovered. */
6241 BCMOLT_EPON_LINK_AUTO_ID_MPCP_REG_ACK_TIMEOUT, /**< MPCP Reg Ack Timeout. */
6242 BCMOLT_EPON_LINK_AUTO_ID_MPCP_REPORT_TIMEOUT, /**< MPCP Report Timeout. */
6243 BCMOLT_EPON_LINK_AUTO_ID_OAM_KEEPALIVE_TIMEOUT, /**< OAM Keepalive Timeout. */
6244 BCMOLT_EPON_LINK_AUTO_ID_OAM_KEEPALIVE_TIMER_STARTED, /**< OAM keepalive timer started. */
6245 BCMOLT_EPON_LINK_AUTO_ID_OAM_KEEPALIVE_TIMER_STOPPED, /**< OAM keepalive timer stopped. */
6246 BCMOLT_EPON_LINK_AUTO_ID_PREPROVISIONED_LINK_CREATED, /**< Preprovisioned Link Created. */
6247 BCMOLT_EPON_LINK_AUTO_ID_PROTECTION_SWITCH_OCCURRED, /**< Protection Switch Occurred. */
6248 BCMOLT_EPON_LINK_AUTO_ID_RANGE_VALUE_CHANGED, /**< Range Value Changed. */
6249 BCMOLT_EPON_LINK_AUTO_ID_RERANGE_FAILURE, /**< Re-range failure. */
6250 BCMOLT_EPON_LINK_AUTO_ID_STAT_ALARM_CLEARED, /**< Stat Alarm Cleared. */
6251 BCMOLT_EPON_LINK_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6252 BCMOLT_EPON_LINK_AUTO_ID_STATIC_REGISTRATION_DONE, /**< Static registration done. */
6253 BCMOLT_EPON_LINK_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6254} bcmolt_epon_link_auto_id;
6255
6256/** List of all epon_link groups of type oper.
6257 */
6258typedef enum bcmolt_epon_link_oper_id
6259{
6260 BCMOLT_EPON_LINK_OPER_ID__BEGIN,
6261 BCMOLT_EPON_LINK_OPER_ID_DELETE_LINK = 0, /**< Delete Link. */
6262 BCMOLT_EPON_LINK_OPER_ID_FORCE_REDISCOVERY, /**< Force Link Rediscovery. */
6263 BCMOLT_EPON_LINK_OPER_ID_KEY_EXCHANGE_START, /**< Key exchange start. */
6264 BCMOLT_EPON_LINK_OPER_ID_KEY_EXCHANGE_STOP, /**< Key exchange stop. */
6265 BCMOLT_EPON_LINK_OPER_ID_OAM_KEEPALIVE_TIMER_START, /**< OAM Keepalive Timer Start. */
6266 BCMOLT_EPON_LINK_OPER_ID_OAM_KEEPALIVE_TIMER_STOP, /**< OAM Keepalive Timer Stop. */
6267 BCMOLT_EPON_LINK_OPER_ID_STATIC_REGISTRATION, /**< static_registration. */
6268 BCMOLT_EPON_LINK_OPER_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6269} bcmolt_epon_link_oper_id;
6270
6271/** List of all epon_link groups of type proxy.
6272 */
6273typedef enum bcmolt_epon_link_proxy_id
6274{
6275 BCMOLT_EPON_LINK_PROXY_ID__BEGIN,
6276 BCMOLT_EPON_LINK_PROXY_ID_INJECT_FRAME = 0, /**< Inject Frame. */
6277 BCMOLT_EPON_LINK_PROXY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6278} bcmolt_epon_link_proxy_id;
6279
6280/** List of all epon_link groups of type proxy_rx.
6281 */
6282typedef enum bcmolt_epon_link_proxy_rx_id
6283{
6284 BCMOLT_EPON_LINK_PROXY_RX_ID__BEGIN,
6285 BCMOLT_EPON_LINK_PROXY_RX_ID_FRAME_CAPTURED = 0, /**< Frame Captured. */
6286 BCMOLT_EPON_LINK_PROXY_RX_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6287} bcmolt_epon_link_proxy_rx_id;
6288
6289/** List of all epon_ni groups of type auto.
6290 */
6291typedef enum bcmolt_epon_ni_auto_id
6292{
6293 BCMOLT_EPON_NI_AUTO_ID__BEGIN,
6294 BCMOLT_EPON_NI_AUTO_ID_AUTO_ROGUE_SCAN_10G_FAILURE = 0, /**< 10G Epon Autonomous Rogue Scan failure detected. */
6295 BCMOLT_EPON_NI_AUTO_ID_AUTO_ROGUE_SCAN_1G_FAILURE, /**< 1G Epon Autonomous Rogue Scan failure detected. */
6296 BCMOLT_EPON_NI_AUTO_ID_LLID_QUARANTINED, /**< LLID Quarantined. */
6297 BCMOLT_EPON_NI_AUTO_ID_MPCP_TIMESTAMP_CHANGED, /**< MPCP Timestamp Changed. */
6298 BCMOLT_EPON_NI_AUTO_ID_NO_REPORTS, /**< No Reports. */
6299 BCMOLT_EPON_NI_AUTO_ID_ONU_UPGRADE_COMPLETE, /**< ONU Upgrade Complete. */
6300 BCMOLT_EPON_NI_AUTO_ID_RERANGE_FAILURE, /**< Re-range failure. */
6301 BCMOLT_EPON_NI_AUTO_ID_ROGUE_SCAN_COMPLETE, /**< Rogue Scan is Complete. */
6302 BCMOLT_EPON_NI_AUTO_ID_RSSI_MEASUREMENT_COMPLETED, /**< RSSI Measurement Completed. */
6303 BCMOLT_EPON_NI_AUTO_ID_STATE_CHANGE_COMPLETED, /**< State Change Completed. */
6304 BCMOLT_EPON_NI_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6305} bcmolt_epon_ni_auto_id;
6306
6307/** List of all epon_ni groups of type oper.
6308 */
6309typedef enum bcmolt_epon_ni_oper_id
6310{
6311 BCMOLT_EPON_NI_OPER_ID__BEGIN,
6312 BCMOLT_EPON_NI_OPER_ID_ADD_LINK = 0, /**< Add link. */
6313 BCMOLT_EPON_NI_OPER_ID_ADD_MULTICAST_LINK, /**< Add Mutlticastlink. */
6314 BCMOLT_EPON_NI_OPER_ID_ADD_PROTECTED_STANDBY_LINK, /**< Add Protected Standby Link. */
6315 BCMOLT_EPON_NI_OPER_ID_ISSUE_RSSI_GRANT, /**< Issue an Rx Power Measurement Request. */
6316 BCMOLT_EPON_NI_OPER_ID_PROTECTION_SWITCHING_APPLY_RERANGE_DELTA, /**< Protection switching apply re-range delta. */
6317 BCMOLT_EPON_NI_OPER_ID_ROGUE_LLID_SCAN, /**< Run Rogue LLID Scan. */
6318 BCMOLT_EPON_NI_OPER_ID_SET_EPON_NI_EN_STATE, /**< Set EPON NI Enable State. */
6319 BCMOLT_EPON_NI_OPER_ID_START_ONU_UPGRADE, /**< Start ONU Firmware Upgrade. */
6320 BCMOLT_EPON_NI_OPER_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6321} bcmolt_epon_ni_oper_id;
6322
6323/** List of all epon_onu_10g_us groups of type auto.
6324 */
6325typedef enum bcmolt_epon_onu_10g_us_auto_id
6326{
6327 BCMOLT_EPON_ONU_10G_US_AUTO_ID__BEGIN,
6328 BCMOLT_EPON_ONU_10G_US_AUTO_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
6329 BCMOLT_EPON_ONU_10G_US_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6330 BCMOLT_EPON_ONU_10G_US_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6331} bcmolt_epon_onu_10g_us_auto_id;
6332
6333/** List of all epon_onu_1g_us groups of type auto.
6334 */
6335typedef enum bcmolt_epon_onu_1g_us_auto_id
6336{
6337 BCMOLT_EPON_ONU_1G_US_AUTO_ID__BEGIN,
6338 BCMOLT_EPON_ONU_1G_US_AUTO_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
6339 BCMOLT_EPON_ONU_1G_US_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6340 BCMOLT_EPON_ONU_1G_US_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6341} bcmolt_epon_onu_1g_us_auto_id;
6342
6343/** List of all epon_path_10g_ds groups of type auto.
6344 */
6345typedef enum bcmolt_epon_path_10g_ds_auto_id
6346{
6347 BCMOLT_EPON_PATH_10G_DS_AUTO_ID__BEGIN,
6348 BCMOLT_EPON_PATH_10G_DS_AUTO_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
6349 BCMOLT_EPON_PATH_10G_DS_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6350 BCMOLT_EPON_PATH_10G_DS_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6351} bcmolt_epon_path_10g_ds_auto_id;
6352
6353/** List of all epon_path_10g_us groups of type auto.
6354 */
6355typedef enum bcmolt_epon_path_10g_us_auto_id
6356{
6357 BCMOLT_EPON_PATH_10G_US_AUTO_ID__BEGIN,
6358 BCMOLT_EPON_PATH_10G_US_AUTO_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
6359 BCMOLT_EPON_PATH_10G_US_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6360 BCMOLT_EPON_PATH_10G_US_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6361} bcmolt_epon_path_10g_us_auto_id;
6362
6363/** List of all epon_path_1g_ds groups of type auto.
6364 */
6365typedef enum bcmolt_epon_path_1g_ds_auto_id
6366{
6367 BCMOLT_EPON_PATH_1G_DS_AUTO_ID__BEGIN,
6368 BCMOLT_EPON_PATH_1G_DS_AUTO_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
6369 BCMOLT_EPON_PATH_1G_DS_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6370 BCMOLT_EPON_PATH_1G_DS_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6371} bcmolt_epon_path_1g_ds_auto_id;
6372
6373/** List of all epon_path_1g_us groups of type auto.
6374 */
6375typedef enum bcmolt_epon_path_1g_us_auto_id
6376{
6377 BCMOLT_EPON_PATH_1G_US_AUTO_ID__BEGIN,
6378 BCMOLT_EPON_PATH_1G_US_AUTO_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
6379 BCMOLT_EPON_PATH_1G_US_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6380 BCMOLT_EPON_PATH_1G_US_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6381} bcmolt_epon_path_1g_us_auto_id;
6382
6383/** List of all gpon_alloc groups of type auto.
6384 */
6385typedef enum bcmolt_gpon_alloc_auto_id
6386{
6387 BCMOLT_GPON_ALLOC_AUTO_ID__BEGIN,
6388 BCMOLT_GPON_ALLOC_AUTO_ID_CONFIGURATION_COMPLETED = 0, /**< Configuration Completed. */
6389 BCMOLT_GPON_ALLOC_AUTO_ID_GET_ALLOC_STATS_COMPLETED, /**< Get alloc ID statistics completed. */
6390 BCMOLT_GPON_ALLOC_AUTO_ID_STAT_ALARM_CLEARED, /**< Stat Alarm Cleared. */
6391 BCMOLT_GPON_ALLOC_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6392 BCMOLT_GPON_ALLOC_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6393} bcmolt_gpon_alloc_auto_id;
6394
6395/** List of all gpon_alloc groups of type oper.
6396 */
6397typedef enum bcmolt_gpon_alloc_oper_id
6398{
6399 BCMOLT_GPON_ALLOC_OPER_ID__BEGIN,
6400 BCMOLT_GPON_ALLOC_OPER_ID_GET_STATS = 0, /**< Get statistics. */
6401 BCMOLT_GPON_ALLOC_OPER_ID_SET_STATE, /**< Set state. */
6402 BCMOLT_GPON_ALLOC_OPER_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6403} bcmolt_gpon_alloc_oper_id;
6404
6405/** List of all gpon_gem_port groups of type auto.
6406 */
6407typedef enum bcmolt_gpon_gem_port_auto_id
6408{
6409 BCMOLT_GPON_GEM_PORT_AUTO_ID__BEGIN,
6410 BCMOLT_GPON_GEM_PORT_AUTO_ID_CONFIGURATION_COMPLETED = 0, /**< Configuration Completed. */
6411 BCMOLT_GPON_GEM_PORT_AUTO_ID_STAT_ALARM_CLEARED, /**< Stat Alarm Cleared. */
6412 BCMOLT_GPON_GEM_PORT_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6413 BCMOLT_GPON_GEM_PORT_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6414} bcmolt_gpon_gem_port_auto_id;
6415
6416/** List of all gpon_gem_port groups of type oper.
6417 */
6418typedef enum bcmolt_gpon_gem_port_oper_id
6419{
6420 BCMOLT_GPON_GEM_PORT_OPER_ID__BEGIN,
6421 BCMOLT_GPON_GEM_PORT_OPER_ID_SET_STATE = 0, /**< Set state. */
6422 BCMOLT_GPON_GEM_PORT_OPER_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6423} bcmolt_gpon_gem_port_oper_id;
6424
6425/** List of all gpon_iwf groups of type auto.
6426 */
6427typedef enum bcmolt_gpon_iwf_auto_id
6428{
6429 BCMOLT_GPON_IWF_AUTO_ID__BEGIN,
6430 BCMOLT_GPON_IWF_AUTO_ID_FLUSH_MAC_TABLE_COMPLETED = 0, /**< Flush MAC Table Completed. */
6431 BCMOLT_GPON_IWF_AUTO_ID_SCAN_MAC_TABLE_COMPLETED, /**< Scan MAC Table Completed. */
6432 BCMOLT_GPON_IWF_AUTO_ID_STAT_ALARM_CLEARED, /**< Stat Alarm Cleared. */
6433 BCMOLT_GPON_IWF_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6434 BCMOLT_GPON_IWF_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6435} bcmolt_gpon_iwf_auto_id;
6436
6437/** List of all gpon_iwf groups of type oper.
6438 */
6439typedef enum bcmolt_gpon_iwf_oper_id
6440{
6441 BCMOLT_GPON_IWF_OPER_ID__BEGIN,
6442 BCMOLT_GPON_IWF_OPER_ID_FLUSH_MAC_TABLE = 0, /**< Flush MAC Table. */
6443 BCMOLT_GPON_IWF_OPER_ID_SCAN_MAC_TABLE, /**< Scan MAC Table. */
6444 BCMOLT_GPON_IWF_OPER_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6445} bcmolt_gpon_iwf_oper_id;
6446
6447/** List of all gpon_iwf_mac_table groups of type auto.
6448 */
6449typedef enum bcmolt_gpon_iwf_mac_table_auto_id
6450{
6451 BCMOLT_GPON_IWF_MAC_TABLE_AUTO_ID__BEGIN,
6452 BCMOLT_GPON_IWF_MAC_TABLE_AUTO_ID_MAC_AGED = 0, /**< MAC Aged. */
6453 BCMOLT_GPON_IWF_MAC_TABLE_AUTO_ID_MAC_DROPPED, /**< MAC Dropped. */
6454 BCMOLT_GPON_IWF_MAC_TABLE_AUTO_ID_MAC_MOVE, /**< MAC Move. */
6455 BCMOLT_GPON_IWF_MAC_TABLE_AUTO_ID_NEW_MAC, /**< New MAC. */
6456 BCMOLT_GPON_IWF_MAC_TABLE_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6457} bcmolt_gpon_iwf_mac_table_auto_id;
6458
6459/** List of all gpon_ni groups of type auto.
6460 */
6461typedef enum bcmolt_gpon_ni_auto_id
6462{
6463 BCMOLT_GPON_NI_AUTO_ID__BEGIN,
6464 BCMOLT_GPON_NI_AUTO_ID_ACTIVATE_ALL_ONUS_COMPLETED = 0, /**< activate all onus completed. */
6465 BCMOLT_GPON_NI_AUTO_ID_CPU_PACKETS_FAILURE, /**< CPU Packets Failure. */
6466 BCMOLT_GPON_NI_AUTO_ID_DEACTIVATE_ALL_ONUS_COMPLETED, /**< deactivate all onus completed. */
6467 BCMOLT_GPON_NI_AUTO_ID_DISABLE_ALL_ONUS_COMPLETED, /**< disable all onus completed. */
6468 BCMOLT_GPON_NI_AUTO_ID_ENABLE_ALL_ONUS_COMPLETED, /**< enable all onus completed. */
6469 BCMOLT_GPON_NI_AUTO_ID_LOS, /**< LOS. */
6470 BCMOLT_GPON_NI_AUTO_ID_ONU_DISCOVERED, /**< ONU Discovered. */
6471 BCMOLT_GPON_NI_AUTO_ID_ONU_UPGRADE_COMPLETE, /**< ONU Upgrade Complete. */
6472 BCMOLT_GPON_NI_AUTO_ID_PROTECTION_SWITCHING_ONUS_RANGED, /**< Protection Switching ONUs Ranged. */
6473 BCMOLT_GPON_NI_AUTO_ID_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED, /**< Protection Switching Switchover Completed. */
6474 BCMOLT_GPON_NI_AUTO_ID_PROTECTION_SWITCHING_TRAFFIC_RESUME, /**< Protection Switching Traffic Resume. */
6475 BCMOLT_GPON_NI_AUTO_ID_ROGUE_DETECTION_COMPLETED, /**< Rogue detection completed. */
6476 BCMOLT_GPON_NI_AUTO_ID_ROGUE_ONU_SPECIAL_MAP_CYCLE_START, /**< Rogue ONU special map cycle start. */
6477 BCMOLT_GPON_NI_AUTO_ID_SERIAL_NUMBER_ACQUISITION_CYCLE_START, /**< Serial Number Acquisition Cycle Start. */
6478 BCMOLT_GPON_NI_AUTO_ID_STANDBY_PON_MONITORING_CYCLE_COMPLETED, /**< Standby PON Monitoring Cycle Completed. */
6479 BCMOLT_GPON_NI_AUTO_ID_STAT_ALARM_CLEARED, /**< Stat Alarm Cleared. */
6480 BCMOLT_GPON_NI_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6481 BCMOLT_GPON_NI_AUTO_ID_STATE_CHANGE_COMPLETED, /**< State Change Completed. */
6482 BCMOLT_GPON_NI_AUTO_ID_TOD_REQUEST_COMPLETED, /**< TOD request completed. */
6483 BCMOLT_GPON_NI_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6484} bcmolt_gpon_ni_auto_id;
6485
6486/** List of all gpon_ni groups of type oper.
6487 */
6488typedef enum bcmolt_gpon_ni_oper_id
6489{
6490 BCMOLT_GPON_NI_OPER_ID__BEGIN,
6491 BCMOLT_GPON_NI_OPER_ID_DISABLE_SERIAL_NUMBER = 0, /**< Disable Serial Number. */
6492 BCMOLT_GPON_NI_OPER_ID_PROTECTION_SWITCHING_TYPE_C_SET_MULTIPLE_ONU_STATE, /**< protection switching type c set multiple onu state. */
6493 BCMOLT_GPON_NI_OPER_ID_RESET, /**< Reset. */
6494 BCMOLT_GPON_NI_OPER_ID_ROGUE_DETECTION_WINDOW, /**< Rogue Detection Window. */
6495 BCMOLT_GPON_NI_OPER_ID_SET_ONU_STATE, /**< Set ONU State. */
6496 BCMOLT_GPON_NI_OPER_ID_SET_PON_STATE, /**< Set PON State. */
6497 BCMOLT_GPON_NI_OPER_ID_SINGLE_REQUEST_STANDBY_PON_MONITORING, /**< Single request for standby PON monitoring. */
6498 BCMOLT_GPON_NI_OPER_ID_START_ONU_UPGRADE, /**< Start ONU Firmware Upgrade. */
6499 BCMOLT_GPON_NI_OPER_ID_TOD_REQUEST, /**< TOD request. */
6500 BCMOLT_GPON_NI_OPER_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6501} bcmolt_gpon_ni_oper_id;
6502
6503/** List of all gpon_ni groups of type proxy.
6504 */
6505typedef enum bcmolt_gpon_ni_proxy_id
6506{
6507 BCMOLT_GPON_NI_PROXY_ID__BEGIN,
6508 BCMOLT_GPON_NI_PROXY_ID_BROADCAST_PLOAM_PACKET = 0, /**< Broadcast PLOAM Packet. */
6509 BCMOLT_GPON_NI_PROXY_ID_CPU_PACKETS, /**< GPON CPU Packets. */
6510 BCMOLT_GPON_NI_PROXY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6511} bcmolt_gpon_ni_proxy_id;
6512
6513/** List of all gpon_onu groups of type auto.
6514 */
6515typedef enum bcmolt_gpon_onu_auto_id
6516{
6517 BCMOLT_GPON_ONU_AUTO_ID__BEGIN,
6518 BCMOLT_GPON_ONU_AUTO_ID_BER_INTERVAL_CONFIGURATION_COMPLETED = 0, /**< BER Interval Configuration Completed. */
6519 BCMOLT_GPON_ONU_AUTO_ID_DFI, /**< Receive Dying-Gasp of ONUi. */
6520 BCMOLT_GPON_ONU_AUTO_ID_DGI, /**< Receive Dying-Gasp of ONUi. */
6521 BCMOLT_GPON_ONU_AUTO_ID_DOWI, /**< Drift of Window of ONUi. */
6522 BCMOLT_GPON_ONU_AUTO_ID_ERR, /**< ERR. */
6523 BCMOLT_GPON_ONU_AUTO_ID_INVALID_DBRU_REPORT, /**< Invalid DBRu Report. */
6524 BCMOLT_GPON_ONU_AUTO_ID_KEY_EXCHANGE_COMPLETED, /**< Key Exchange Completed. */
6525 BCMOLT_GPON_ONU_AUTO_ID_KEY_EXCHANGE_CYCLE_SKIPPED, /**< Key Exchange Cycle Skipped. */
6526 BCMOLT_GPON_ONU_AUTO_ID_KEY_EXCHANGE_DECRYPT_REQUIRED, /**< Key Exchange Decrypt Required. */
6527 BCMOLT_GPON_ONU_AUTO_ID_KEY_EXCHANGE_KEY_MISMATCH, /**< Key Exchange Key Mismatch. */
6528 BCMOLT_GPON_ONU_AUTO_ID_KEY_EXCHANGE_KEY_REQUEST_TIMEOUT, /**< Key Exchange Key Request Timeout. */
6529 BCMOLT_GPON_ONU_AUTO_ID_KEY_EXCHANGE_UNCONSECUTIVE_INDEX, /**< Key Exchange Unconsecutive Index. */
6530 BCMOLT_GPON_ONU_AUTO_ID_LOAI, /**< LOAi. */
6531 BCMOLT_GPON_ONU_AUTO_ID_LOKI, /**< LOki. */
6532 BCMOLT_GPON_ONU_AUTO_ID_MEMI, /**< MEMi. */
6533 BCMOLT_GPON_ONU_AUTO_ID_OMCI_PORT_ID_CONFIGURATION_COMPLETED, /**< OMCI PORT ID Configuration Completed. */
6534 BCMOLT_GPON_ONU_AUTO_ID_ONU_ACTIVATION_COMPLETED, /**< ONU Activation Completed. */
6535 BCMOLT_GPON_ONU_AUTO_ID_ONU_ACTIVATION_STANDBY_COMPLETED, /**< onu activation standby completed. */
6536 BCMOLT_GPON_ONU_AUTO_ID_ONU_ALARM, /**< ONU Alarm. */
6537 BCMOLT_GPON_ONU_AUTO_ID_ONU_DEACTIVATION_COMPLETED, /**< ONU Deactivation Completed. */
6538 BCMOLT_GPON_ONU_AUTO_ID_ONU_DISABLE_COMPLETED, /**< ONU Disable Completed. */
6539 BCMOLT_GPON_ONU_AUTO_ID_ONU_ENABLE_COMPLETED, /**< ONU Enable Completed. */
6540 BCMOLT_GPON_ONU_AUTO_ID_OPTICAL_REFLECTION, /**< Optical Reflection. */
6541 BCMOLT_GPON_ONU_AUTO_ID_PASSWORD_AUTHENTICATION_COMPLETED, /**< Password Authentication Completed. */
6542 BCMOLT_GPON_ONU_AUTO_ID_PEE, /**< PEE. */
6543 BCMOLT_GPON_ONU_AUTO_ID_POSSIBLE_DRIFT, /**< Possible Drift. */
6544 BCMOLT_GPON_ONU_AUTO_ID_POWER_MANAGEMENT_STATE_CHANGE, /**< Power Management State Change. */
6545 BCMOLT_GPON_ONU_AUTO_ID_PST, /**< PST. */
6546 BCMOLT_GPON_ONU_AUTO_ID_RANGING_COMPLETED, /**< Ranging Completed. */
6547 BCMOLT_GPON_ONU_AUTO_ID_REI, /**< REI. */
6548 BCMOLT_GPON_ONU_AUTO_ID_RSSI_MEASUREMENT_COMPLETED, /**< RSSI Measurement Completed. */
6549 BCMOLT_GPON_ONU_AUTO_ID_SDI, /**< Signal Degraded of ONUi. */
6550 BCMOLT_GPON_ONU_AUTO_ID_SFI, /**< Signal Fail of ONUi. */
6551 BCMOLT_GPON_ONU_AUTO_ID_STAT_ALARM_CLEARED, /**< Stat Alarm Cleared. */
6552 BCMOLT_GPON_ONU_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6553 BCMOLT_GPON_ONU_AUTO_ID_SUFI, /**< SUFi. */
6554 BCMOLT_GPON_ONU_AUTO_ID_TIWI, /**< Transmission Interference Warning. */
6555 BCMOLT_GPON_ONU_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6556} bcmolt_gpon_onu_auto_id;
6557
6558/** List of all gpon_onu groups of type oper.
6559 */
6560typedef enum bcmolt_gpon_onu_oper_id
6561{
6562 BCMOLT_GPON_ONU_OPER_ID__BEGIN,
6563 BCMOLT_GPON_ONU_OPER_ID_CHANGE_POWER_LEVEL = 0, /**< Change Power Level. */
6564 BCMOLT_GPON_ONU_OPER_ID_RSSI_MEASUREMENT, /**< RSSI Measurement. */
6565 BCMOLT_GPON_ONU_OPER_ID_SET_ONU_STATE, /**< Set ONU State. */
6566 BCMOLT_GPON_ONU_OPER_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6567} bcmolt_gpon_onu_oper_id;
6568
6569/** List of all gpon_onu groups of type proxy.
6570 */
6571typedef enum bcmolt_gpon_onu_proxy_id
6572{
6573 BCMOLT_GPON_ONU_PROXY_ID__BEGIN,
6574 BCMOLT_GPON_ONU_PROXY_ID_CPU_PACKETS = 0, /**< GPON CPU Packets. */
6575 BCMOLT_GPON_ONU_PROXY_ID_PLOAM_PACKET, /**< PLOAM Packet. */
6576 BCMOLT_GPON_ONU_PROXY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6577} bcmolt_gpon_onu_proxy_id;
6578
6579/** List of all gpon_onu groups of type proxy_rx.
6580 */
6581typedef enum bcmolt_gpon_onu_proxy_rx_id
6582{
6583 BCMOLT_GPON_ONU_PROXY_RX_ID__BEGIN,
6584 BCMOLT_GPON_ONU_PROXY_RX_ID_CPU_PACKET = 0, /**< GPON CPU packet. */
6585 BCMOLT_GPON_ONU_PROXY_RX_ID_OMCI_PACKET, /**< GPON OMCI packet. */
6586 BCMOLT_GPON_ONU_PROXY_RX_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6587} bcmolt_gpon_onu_proxy_rx_id;
6588
6589/** List of all log_entry groups of type auto.
6590 */
6591typedef enum bcmolt_log_entry_auto_id
6592{
6593 BCMOLT_LOG_ENTRY_AUTO_ID__BEGIN,
6594 BCMOLT_LOG_ENTRY_AUTO_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
6595 BCMOLT_LOG_ENTRY_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6596 BCMOLT_LOG_ENTRY_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6597} bcmolt_log_entry_auto_id;
6598
6599/** List of all logger groups of type auto.
6600 */
6601typedef enum bcmolt_logger_auto_id
6602{
6603 BCMOLT_LOGGER_AUTO_ID__BEGIN,
6604 BCMOLT_LOGGER_AUTO_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
6605 BCMOLT_LOGGER_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6606 BCMOLT_LOGGER_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6607} bcmolt_logger_auto_id;
6608
6609/** List of all logger groups of type oper.
6610 */
6611typedef enum bcmolt_logger_oper_id
6612{
6613 BCMOLT_LOGGER_OPER_ID__BEGIN,
6614 BCMOLT_LOGGER_OPER_ID_CLEAR_LOG = 0, /**< clear log. */
6615 BCMOLT_LOGGER_OPER_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6616} bcmolt_logger_oper_id;
6617
6618/** List of all nni groups of type auto.
6619 */
6620typedef enum bcmolt_nni_auto_id
6621{
6622 BCMOLT_NNI_AUTO_ID__BEGIN,
6623 BCMOLT_NNI_AUTO_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
6624 BCMOLT_NNI_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6625 BCMOLT_NNI_AUTO_ID_STATUS_CHANGED, /**< Status changed. */
6626 BCMOLT_NNI_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6627} bcmolt_nni_auto_id;
6628
6629/** List of all trx_calibration groups of type auto.
6630 */
6631typedef enum bcmolt_trx_calibration_auto_id
6632{
6633 BCMOLT_TRX_CALIBRATION_AUTO_ID__BEGIN,
6634 BCMOLT_TRX_CALIBRATION_AUTO_ID_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED = 0, /**< Capture window and statistic completed. */
6635 BCMOLT_TRX_CALIBRATION_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6636} bcmolt_trx_calibration_auto_id;
6637
6638/** List of all trx_calibration groups of type oper.
6639 */
6640typedef enum bcmolt_trx_calibration_oper_id
6641{
6642 BCMOLT_TRX_CALIBRATION_OPER_ID__BEGIN,
6643 BCMOLT_TRX_CALIBRATION_OPER_ID_START_CAPTURE_WINDOW = 0, /**< start capture window. */
6644 BCMOLT_TRX_CALIBRATION_OPER_ID_STOP_CAPTURE_WINDOW, /**< stop capture window. */
6645 BCMOLT_TRX_CALIBRATION_OPER_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6646} bcmolt_trx_calibration_oper_id;
6647
6648/** List of all xgpon_alloc groups of type auto.
6649 */
6650typedef enum bcmolt_xgpon_alloc_auto_id
6651{
6652 BCMOLT_XGPON_ALLOC_AUTO_ID__BEGIN,
6653 BCMOLT_XGPON_ALLOC_AUTO_ID_CONFIGURATION_COMPLETED = 0, /**< Configuration Completed. */
6654 BCMOLT_XGPON_ALLOC_AUTO_ID_GET_ALLOC_STATS_COMPLETED, /**< Get alloc ID statistics completed. */
6655 BCMOLT_XGPON_ALLOC_AUTO_ID_STAT_ALARM_CLEARED, /**< Stat Alarm Cleared. */
6656 BCMOLT_XGPON_ALLOC_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6657 BCMOLT_XGPON_ALLOC_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6658} bcmolt_xgpon_alloc_auto_id;
6659
6660/** List of all xgpon_alloc groups of type oper.
6661 */
6662typedef enum bcmolt_xgpon_alloc_oper_id
6663{
6664 BCMOLT_XGPON_ALLOC_OPER_ID__BEGIN,
6665 BCMOLT_XGPON_ALLOC_OPER_ID_GET_STATS = 0, /**< Get statistics. */
6666 BCMOLT_XGPON_ALLOC_OPER_ID_SET_STATE, /**< Set state. */
6667 BCMOLT_XGPON_ALLOC_OPER_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6668} bcmolt_xgpon_alloc_oper_id;
6669
6670/** List of all xgpon_gem_port groups of type auto.
6671 */
6672typedef enum bcmolt_xgpon_gem_port_auto_id
6673{
6674 BCMOLT_XGPON_GEM_PORT_AUTO_ID__BEGIN,
6675 BCMOLT_XGPON_GEM_PORT_AUTO_ID_STAT_ALARM_CLEARED = 0, /**< Stat Alarm Cleared. */
6676 BCMOLT_XGPON_GEM_PORT_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6677 BCMOLT_XGPON_GEM_PORT_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6678} bcmolt_xgpon_gem_port_auto_id;
6679
6680/** List of all xgpon_ni groups of type auto.
6681 */
6682typedef enum bcmolt_xgpon_ni_auto_id
6683{
6684 BCMOLT_XGPON_NI_AUTO_ID__BEGIN,
6685 BCMOLT_XGPON_NI_AUTO_ID_ACTIVATE_ALL_ONUS_COMPLETED = 0, /**< activate all onus completed. */
6686 BCMOLT_XGPON_NI_AUTO_ID_CPU_PACKETS_FAILURE, /**< CPU Packets Failure. */
6687 BCMOLT_XGPON_NI_AUTO_ID_DEACTIVATE_ALL_ONUS_COMPLETED, /**< deactivate all onus completed. */
6688 BCMOLT_XGPON_NI_AUTO_ID_DISABLE_ALL_ONUS_COMPLETED, /**< disable all onus completed. */
6689 BCMOLT_XGPON_NI_AUTO_ID_ENABLE_ALL_ONUS_COMPLETED, /**< enable all onus completed. */
6690 BCMOLT_XGPON_NI_AUTO_ID_LOS, /**< LOS. */
6691 BCMOLT_XGPON_NI_AUTO_ID_ONU_DISCOVERED, /**< ONU Discovered. */
6692 BCMOLT_XGPON_NI_AUTO_ID_ONU_UPGRADE_COMPLETE, /**< ONU Upgrade Complete. */
6693 BCMOLT_XGPON_NI_AUTO_ID_PROTECTION_SWITCHING_ONUS_RANGED, /**< Protection Switching ONUs Ranged. */
6694 BCMOLT_XGPON_NI_AUTO_ID_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED, /**< Protection Switching Switchover Completed. */
6695 BCMOLT_XGPON_NI_AUTO_ID_PROTECTION_SWITCHING_TRAFFIC_RESUME, /**< Protection Switching Traffic Resume. */
6696 BCMOLT_XGPON_NI_AUTO_ID_ROGUE_DETECTION_COMPLETED, /**< Rogue detection completed. */
6697 BCMOLT_XGPON_NI_AUTO_ID_ROGUE_ONU_SPECIAL_MAP_CYCLE_START, /**< Rogue ONU special map cycle start. */
6698 BCMOLT_XGPON_NI_AUTO_ID_SERIAL_NUMBER_ACQUISITION_CYCLE_START, /**< Serial Number Acquisition Cycle Start. */
6699 BCMOLT_XGPON_NI_AUTO_ID_STANDBY_PON_MONITORING_CYCLE_COMPLETED, /**< Standby PON Monitoring Cycle Completed. */
6700 BCMOLT_XGPON_NI_AUTO_ID_STAT_ALARM_CLEARED, /**< Stat Alarm Cleared. */
6701 BCMOLT_XGPON_NI_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6702 BCMOLT_XGPON_NI_AUTO_ID_STATE_CHANGE_COMPLETED, /**< State Change Completed. */
6703 BCMOLT_XGPON_NI_AUTO_ID_TOD_REQUEST_COMPLETED, /**< TOD request completed. */
6704 BCMOLT_XGPON_NI_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6705} bcmolt_xgpon_ni_auto_id;
6706
6707/** List of all xgpon_ni groups of type oper.
6708 */
6709typedef enum bcmolt_xgpon_ni_oper_id
6710{
6711 BCMOLT_XGPON_NI_OPER_ID__BEGIN,
6712 BCMOLT_XGPON_NI_OPER_ID_ADJUST_TX_WAVELENGTH = 0, /**< Adjust Tx Wavelengh. */
6713 BCMOLT_XGPON_NI_OPER_ID_DISABLE_SERIAL_NUMBER, /**< Disable Serial Number. */
6714 BCMOLT_XGPON_NI_OPER_ID_RESET, /**< Reset. */
6715 BCMOLT_XGPON_NI_OPER_ID_ROGUE_DETECTION_WINDOW, /**< Rogue Detection Window. */
6716 BCMOLT_XGPON_NI_OPER_ID_RUN_SPECIAL_BW_MAP, /**< Run Special BW Map. */
6717 BCMOLT_XGPON_NI_OPER_ID_SET_ONU_STATE, /**< Set ONU State. */
6718 BCMOLT_XGPON_NI_OPER_ID_SET_PON_STATE, /**< Set PON State. */
6719 BCMOLT_XGPON_NI_OPER_ID_SINGLE_REQUEST_STANDBY_PON_MONITORING, /**< Single request standby PON Monitoring. */
6720 BCMOLT_XGPON_NI_OPER_ID_START_ONU_UPGRADE, /**< Start ONU Firmware Upgrade. */
6721 BCMOLT_XGPON_NI_OPER_ID_TOD_REQUEST, /**< TOD request. */
6722 BCMOLT_XGPON_NI_OPER_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6723} bcmolt_xgpon_ni_oper_id;
6724
6725/** List of all xgpon_ni groups of type proxy.
6726 */
6727typedef enum bcmolt_xgpon_ni_proxy_id
6728{
6729 BCMOLT_XGPON_NI_PROXY_ID__BEGIN,
6730 BCMOLT_XGPON_NI_PROXY_ID_BROADCAST_PLOAM_PACKET = 0, /**< Broadcast PLOAM Packet. */
6731 BCMOLT_XGPON_NI_PROXY_ID_CPU_PACKETS, /**< XGPON CPU packets. */
6732 BCMOLT_XGPON_NI_PROXY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6733} bcmolt_xgpon_ni_proxy_id;
6734
6735/** List of all xgpon_onu groups of type auto.
6736 */
6737typedef enum bcmolt_xgpon_onu_auto_id
6738{
6739 BCMOLT_XGPON_ONU_AUTO_ID__BEGIN,
6740 BCMOLT_XGPON_ONU_AUTO_ID_DFI = 0, /**< Receive Dying-Gasp of ONUi. */
6741 BCMOLT_XGPON_ONU_AUTO_ID_DGI, /**< Receive Dying-Gasp of ONUi. */
6742 BCMOLT_XGPON_ONU_AUTO_ID_DOWI, /**< Drift of Window of ONUi. */
6743 BCMOLT_XGPON_ONU_AUTO_ID_INVALID_DBRU_REPORT, /**< Invalid DBRu Report. */
6744 BCMOLT_XGPON_ONU_AUTO_ID_KEY_EXCHANGE_COMPLETED, /**< Key Exchange Completed. */
6745 BCMOLT_XGPON_ONU_AUTO_ID_KEY_EXCHANGE_CYCLE_SKIPPED, /**< Key Exchange Cycle Skipped. */
6746 BCMOLT_XGPON_ONU_AUTO_ID_KEY_EXCHANGE_KEY_MISMATCH, /**< Key Exchange Key Mismatch. */
6747 BCMOLT_XGPON_ONU_AUTO_ID_KEY_EXCHANGE_KEY_REQUEST_TIMEOUT, /**< Key Exchange Key Request Timeout. */
6748 BCMOLT_XGPON_ONU_AUTO_ID_LOOCI, /**< LOOCi. */
6749 BCMOLT_XGPON_ONU_AUTO_ID_ONU_ACTIVATION_COMPLETED, /**< ONU Activation Completed. */
6750 BCMOLT_XGPON_ONU_AUTO_ID_ONU_ALARM, /**< ONU Alarm. */
6751 BCMOLT_XGPON_ONU_AUTO_ID_ONU_DEACTIVATION_COMPLETED, /**< ONU Deactivation Completed. */
6752 BCMOLT_XGPON_ONU_AUTO_ID_ONU_DISABLE_COMPLETED, /**< ONU Disable Completed. */
6753 BCMOLT_XGPON_ONU_AUTO_ID_ONU_ENABLE_COMPLETED, /**< ONU Enable Completed. */
6754 BCMOLT_XGPON_ONU_AUTO_ID_ONU_TUNING_IN_COMPLETED, /**< ONU Tuning in completed. */
6755 BCMOLT_XGPON_ONU_AUTO_ID_ONU_TUNING_OUT_COMPLETED, /**< ONU Tuning out completed. */
6756 BCMOLT_XGPON_ONU_AUTO_ID_OPTICAL_REFLECTION, /**< Optical Reflection. */
6757 BCMOLT_XGPON_ONU_AUTO_ID_POSSIBLE_DRIFT, /**< Possible Drift. */
6758 BCMOLT_XGPON_ONU_AUTO_ID_POWER_CONSUMPTION_REPORT, /**< Power consumption report. */
6759 BCMOLT_XGPON_ONU_AUTO_ID_POWER_LEVEL_REPORT, /**< Power level report. */
6760 BCMOLT_XGPON_ONU_AUTO_ID_POWER_MANAGEMENT_STATE_CHANGE, /**< Power Management State Change. */
6761 BCMOLT_XGPON_ONU_AUTO_ID_PQSI, /**< ploam queue status. */
6762 BCMOLT_XGPON_ONU_AUTO_ID_RANGING_COMPLETED, /**< Ranging Completed. */
6763 BCMOLT_XGPON_ONU_AUTO_ID_REGISTRATION_ID, /**< Registration ID. */
6764 BCMOLT_XGPON_ONU_AUTO_ID_RSSI_MEASUREMENT_COMPLETED, /**< RSSI Measurement Completed. */
6765 BCMOLT_XGPON_ONU_AUTO_ID_SDI, /**< Signal Degraded of ONUi. */
6766 BCMOLT_XGPON_ONU_AUTO_ID_SECURE_MUTUAL_AUTHENTICATION_FAILURE, /**< secure mutual authentication failure. */
6767 BCMOLT_XGPON_ONU_AUTO_ID_SFI, /**< Signal Fail of ONUi. */
6768 BCMOLT_XGPON_ONU_AUTO_ID_STAT_ALARM_CLEARED, /**< Stat Alarm Cleared. */
6769 BCMOLT_XGPON_ONU_AUTO_ID_STAT_ALARM_RAISED, /**< Stat Alarm Raised. */
6770 BCMOLT_XGPON_ONU_AUTO_ID_SUFI, /**< SUFi. */
6771 BCMOLT_XGPON_ONU_AUTO_ID_TIWI, /**< Transmission Interference Warning. */
6772 BCMOLT_XGPON_ONU_AUTO_ID_TUNING_RESPONSE, /**< Tuning response. */
6773 BCMOLT_XGPON_ONU_AUTO_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6774} bcmolt_xgpon_onu_auto_id;
6775
6776/** List of all xgpon_onu groups of type oper.
6777 */
6778typedef enum bcmolt_xgpon_onu_oper_id
6779{
6780 BCMOLT_XGPON_ONU_OPER_ID__BEGIN,
6781 BCMOLT_XGPON_ONU_OPER_ID_ADJUST_TX_WAVELENGTH = 0, /**< Adjust Tx wavelength. */
6782 BCMOLT_XGPON_ONU_OPER_ID_CHANGE_POWER_LEVELLING, /**< Change power levelling. */
6783 BCMOLT_XGPON_ONU_OPER_ID_GET_POWER_CONSUMPTION, /**< Get power consumption. */
6784 BCMOLT_XGPON_ONU_OPER_ID_GET_POWER_LEVEL, /**< Get power level. */
6785 BCMOLT_XGPON_ONU_OPER_ID_ONU_TUNING_IN, /**< ONU Tuning in. */
6786 BCMOLT_XGPON_ONU_OPER_ID_ONU_TUNING_OUT, /**< ONU Tuning out. */
6787 BCMOLT_XGPON_ONU_OPER_ID_REQUEST_REGISTRATION, /**< Request registration. */
6788 BCMOLT_XGPON_ONU_OPER_ID_RSSI_MEASUREMENT, /**< RSSI Measurement. */
6789 BCMOLT_XGPON_ONU_OPER_ID_SECURE_MUTUAL_AUTHENTICATION, /**< Secure mutual authentication. */
6790 BCMOLT_XGPON_ONU_OPER_ID_SET_ONU_STATE, /**< Set ONU State. */
6791 BCMOLT_XGPON_ONU_OPER_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6792} bcmolt_xgpon_onu_oper_id;
6793
6794/** List of all xgpon_onu groups of type proxy.
6795 */
6796typedef enum bcmolt_xgpon_onu_proxy_id
6797{
6798 BCMOLT_XGPON_ONU_PROXY_ID__BEGIN,
6799 BCMOLT_XGPON_ONU_PROXY_ID_CPU_PACKETS = 0, /**< XGPON CPU packets. */
6800 BCMOLT_XGPON_ONU_PROXY_ID_PLOAM_PACKET, /**< PLOAM Packet. */
6801 BCMOLT_XGPON_ONU_PROXY_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6802} bcmolt_xgpon_onu_proxy_id;
6803
6804/** List of all xgpon_onu groups of type proxy_rx.
6805 */
6806typedef enum bcmolt_xgpon_onu_proxy_rx_id
6807{
6808 BCMOLT_XGPON_ONU_PROXY_RX_ID__BEGIN,
6809 BCMOLT_XGPON_ONU_PROXY_RX_ID_CPU_PACKET = 0, /**< XGPON CPU packet. */
6810 BCMOLT_XGPON_ONU_PROXY_RX_ID_OMCI_PACKET, /**< XGPON OMCI packet. */
6811 BCMOLT_XGPON_ONU_PROXY_RX_ID__NUM_OF /**< Number of enum entries, not an entry itself. */
6812} bcmolt_xgpon_onu_proxy_rx_id;
6813
6814#define bcmolt_ae_ni_key_id_all_properties BCMOLT_AE_NI_KEY_ID__NUM_OF
6815#define bcmolt_ae_ni_cfg_id_all_properties BCMOLT_AE_NI_CFG_ID__NUM_OF
6816#define bcmolt_ae_ni_set_ae_ni_en_state_id_all_properties BCMOLT_AE_NI_SET_AE_NI_EN_STATE_ID__NUM_OF
6817#define bcmolt_ae_path_ds_key_id_all_properties BCMOLT_AE_PATH_DS_KEY_ID__NUM_OF
6818#define bcmolt_ae_path_ds_stat_id_all_properties BCMOLT_AE_PATH_DS_STAT_ID__NUM_OF
6819#define bcmolt_ae_path_ds_stat_cfg_id_all_properties BCMOLT_AE_PATH_DS_STAT_CFG_ID__NUM_OF
6820#define bcmolt_ae_path_ds_stat_alarm_raised_id_all_properties BCMOLT_AE_PATH_DS_STAT_ALARM_RAISED_ID__NUM_OF
6821#define bcmolt_ae_path_ds_stat_alarm_cleared_id_all_properties BCMOLT_AE_PATH_DS_STAT_ALARM_CLEARED_ID__NUM_OF
6822#define bcmolt_ae_path_ds_auto_cfg_id_all_properties BCMOLT_AE_PATH_DS_AUTO_CFG_ID__NUM_OF
6823#define bcmolt_ae_path_us_key_id_all_properties BCMOLT_AE_PATH_US_KEY_ID__NUM_OF
6824#define bcmolt_ae_path_us_stat_id_all_properties BCMOLT_AE_PATH_US_STAT_ID__NUM_OF
6825#define bcmolt_ae_path_us_stat_cfg_id_all_properties BCMOLT_AE_PATH_US_STAT_CFG_ID__NUM_OF
6826#define bcmolt_ae_path_us_stat_alarm_raised_id_all_properties BCMOLT_AE_PATH_US_STAT_ALARM_RAISED_ID__NUM_OF
6827#define bcmolt_ae_path_us_stat_alarm_cleared_id_all_properties BCMOLT_AE_PATH_US_STAT_ALARM_CLEARED_ID__NUM_OF
6828#define bcmolt_ae_path_us_auto_cfg_id_all_properties BCMOLT_AE_PATH_US_AUTO_CFG_ID__NUM_OF
6829#define bcmolt_channel_key_id_all_properties BCMOLT_CHANNEL_KEY_ID__NUM_OF
6830#define bcmolt_channel_cfg_id_all_properties BCMOLT_CHANNEL_CFG_ID__NUM_OF
6831#define bcmolt_debug_key_id_all_properties BCMOLT_DEBUG_KEY_ID__NUM_OF
6832#define bcmolt_debug_cli_input_id_all_properties BCMOLT_DEBUG_CLI_INPUT_ID__NUM_OF
6833#define bcmolt_debug_cli_output_id_all_properties BCMOLT_DEBUG_CLI_OUTPUT_ID__NUM_OF
6834#define bcmolt_debug_cfg_id_all_properties BCMOLT_DEBUG_CFG_ID__NUM_OF
6835#define bcmolt_debug_file_almost_full_id_all_properties BCMOLT_DEBUG_FILE_ALMOST_FULL_ID__NUM_OF
6836#define bcmolt_debug_start_api_capture_id_all_properties BCMOLT_DEBUG_START_API_CAPTURE_ID__NUM_OF
6837#define bcmolt_debug_stop_api_capture_id_all_properties BCMOLT_DEBUG_STOP_API_CAPTURE_ID__NUM_OF
6838#define bcmolt_debug_reset_api_capture_id_all_properties BCMOLT_DEBUG_RESET_API_CAPTURE_ID__NUM_OF
6839#define bcmolt_debug_auto_cfg_id_all_properties BCMOLT_DEBUG_AUTO_CFG_ID__NUM_OF
6840#define bcmolt_device_cfg_id_all_properties BCMOLT_DEVICE_CFG_ID__NUM_OF
6841#define bcmolt_device_key_id_all_properties BCMOLT_DEVICE_KEY_ID__NUM_OF
6842#define bcmolt_device_connect_id_all_properties BCMOLT_DEVICE_CONNECT_ID__NUM_OF
6843#define bcmolt_device_disconnect_id_all_properties BCMOLT_DEVICE_DISCONNECT_ID__NUM_OF
6844#define bcmolt_device_reset_id_all_properties BCMOLT_DEVICE_RESET_ID__NUM_OF
6845#define bcmolt_device_host_keep_alive_id_all_properties BCMOLT_DEVICE_HOST_KEEP_ALIVE_ID__NUM_OF
6846#define bcmolt_device_sw_upgrade_activate_id_all_properties BCMOLT_DEVICE_SW_UPGRADE_ACTIVATE_ID__NUM_OF
6847#define bcmolt_device_device_ready_id_all_properties BCMOLT_DEVICE_DEVICE_READY_ID__NUM_OF
6848#define bcmolt_device_connection_established_id_all_properties BCMOLT_DEVICE_CONNECTION_ESTABLISHED_ID__NUM_OF
6849#define bcmolt_device_device_keep_alive_id_all_properties BCMOLT_DEVICE_DEVICE_KEEP_ALIVE_ID__NUM_OF
6850#define bcmolt_device_connection_failure_id_all_properties BCMOLT_DEVICE_CONNECTION_FAILURE_ID__NUM_OF
6851#define bcmolt_device_connection_complete_id_all_properties BCMOLT_DEVICE_CONNECTION_COMPLETE_ID__NUM_OF
6852#define bcmolt_device_disconnection_complete_id_all_properties BCMOLT_DEVICE_DISCONNECTION_COMPLETE_ID__NUM_OF
6853#define bcmolt_device_sw_error_id_all_properties BCMOLT_DEVICE_SW_ERROR_ID__NUM_OF
6854#define bcmolt_device_sw_exception_id_all_properties BCMOLT_DEVICE_SW_EXCEPTION_ID__NUM_OF
6855#define bcmolt_device_indications_dropped_id_all_properties BCMOLT_DEVICE_INDICATIONS_DROPPED_ID__NUM_OF
6856#define bcmolt_device_image_transfer_start_id_all_properties BCMOLT_DEVICE_IMAGE_TRANSFER_START_ID__NUM_OF
6857#define bcmolt_device_image_transfer_data_id_all_properties BCMOLT_DEVICE_IMAGE_TRANSFER_DATA_ID__NUM_OF
6858#define bcmolt_device_image_transfer_complete_id_all_properties BCMOLT_DEVICE_IMAGE_TRANSFER_COMPLETE_ID__NUM_OF
6859#define bcmolt_device_run_ddr_test_id_all_properties BCMOLT_DEVICE_RUN_DDR_TEST_ID__NUM_OF
6860#define bcmolt_device_ddr_test_complete_id_all_properties BCMOLT_DEVICE_DDR_TEST_COMPLETE_ID__NUM_OF
6861#define bcmolt_device_auto_cfg_id_all_properties BCMOLT_DEVICE_AUTO_CFG_ID__NUM_OF
6862#define bcmolt_epon_denied_link_key_id_all_properties BCMOLT_EPON_DENIED_LINK_KEY_ID__NUM_OF
6863#define bcmolt_epon_denied_link_cfg_id_all_properties BCMOLT_EPON_DENIED_LINK_CFG_ID__NUM_OF
6864#define bcmolt_epon_denied_link_unknown_link_violation_id_all_properties BCMOLT_EPON_DENIED_LINK_UNKNOWN_LINK_VIOLATION_ID__NUM_OF
6865#define bcmolt_epon_denied_link_overhead_profile_violation_id_all_properties BCMOLT_EPON_DENIED_LINK_OVERHEAD_PROFILE_VIOLATION_ID__NUM_OF
6866#define bcmolt_epon_denied_link_laser_on_off_violation_id_all_properties BCMOLT_EPON_DENIED_LINK_LASER_ON_OFF_VIOLATION_ID__NUM_OF
6867#define bcmolt_epon_denied_link_max_link_violation_id_all_properties BCMOLT_EPON_DENIED_LINK_MAX_LINK_VIOLATION_ID__NUM_OF
6868#define bcmolt_epon_denied_link_llid_pool_empty_violation_id_all_properties BCMOLT_EPON_DENIED_LINK_LLID_POOL_EMPTY_VIOLATION_ID__NUM_OF
6869#define bcmolt_epon_denied_link_system_resource_violation_id_all_properties BCMOLT_EPON_DENIED_LINK_SYSTEM_RESOURCE_VIOLATION_ID__NUM_OF
6870#define bcmolt_epon_denied_link_range_violation_id_all_properties BCMOLT_EPON_DENIED_LINK_RANGE_VIOLATION_ID__NUM_OF
6871#define bcmolt_epon_denied_link_tdm_channels_exhausted_id_all_properties BCMOLT_EPON_DENIED_LINK_TDM_CHANNELS_EXHAUSTED_ID__NUM_OF
6872#define bcmolt_epon_denied_link_rogue_violation_id_all_properties BCMOLT_EPON_DENIED_LINK_ROGUE_VIOLATION_ID__NUM_OF
6873#define bcmolt_epon_denied_link_upstream_bandwidth_violation_id_all_properties BCMOLT_EPON_DENIED_LINK_UPSTREAM_BANDWIDTH_VIOLATION_ID__NUM_OF
6874#define bcmolt_epon_denied_link_auto_cfg_id_all_properties BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID__NUM_OF
6875#define bcmolt_epon_link_key_id_all_properties BCMOLT_EPON_LINK_KEY_ID__NUM_OF
6876#define bcmolt_epon_link_cfg_id_all_properties BCMOLT_EPON_LINK_CFG_ID__NUM_OF
6877#define bcmolt_epon_link_stat_id_all_properties BCMOLT_EPON_LINK_STAT_ID__NUM_OF
6878#define bcmolt_epon_link_force_rediscovery_id_all_properties BCMOLT_EPON_LINK_FORCE_REDISCOVERY_ID__NUM_OF
6879#define bcmolt_epon_link_delete_link_id_all_properties BCMOLT_EPON_LINK_DELETE_LINK_ID__NUM_OF
6880#define bcmolt_epon_link_key_exchange_failure_id_all_properties BCMOLT_EPON_LINK_KEY_EXCHANGE_FAILURE_ID__NUM_OF
6881#define bcmolt_epon_link_encryption_enabled_id_all_properties BCMOLT_EPON_LINK_ENCRYPTION_ENABLED_ID__NUM_OF
6882#define bcmolt_epon_link_mpcp_reg_ack_timeout_id_all_properties BCMOLT_EPON_LINK_MPCP_REG_ACK_TIMEOUT_ID__NUM_OF
6883#define bcmolt_epon_link_range_value_changed_id_all_properties BCMOLT_EPON_LINK_RANGE_VALUE_CHANGED_ID__NUM_OF
6884#define bcmolt_epon_link_protection_switch_occurred_id_all_properties BCMOLT_EPON_LINK_PROTECTION_SWITCH_OCCURRED_ID__NUM_OF
6885#define bcmolt_epon_link_duplicate_mpcp_registration_request_id_all_properties BCMOLT_EPON_LINK_DUPLICATE_MPCP_REGISTRATION_REQUEST_ID__NUM_OF
6886#define bcmolt_epon_link_link_speed_mismatch_id_all_properties BCMOLT_EPON_LINK_LINK_SPEED_MISMATCH_ID__NUM_OF
6887#define bcmolt_epon_link_mpcp_report_timeout_id_all_properties BCMOLT_EPON_LINK_MPCP_REPORT_TIMEOUT_ID__NUM_OF
6888#define bcmolt_epon_link_oam_keepalive_timeout_id_all_properties BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMEOUT_ID__NUM_OF
6889#define bcmolt_epon_link_mpcp_discovered_id_all_properties BCMOLT_EPON_LINK_MPCP_DISCOVERED_ID__NUM_OF
6890#define bcmolt_epon_link_mpcp_deregistered_id_all_properties BCMOLT_EPON_LINK_MPCP_DEREGISTERED_ID__NUM_OF
6891#define bcmolt_epon_link_preprovisioned_link_created_id_all_properties BCMOLT_EPON_LINK_PREPROVISIONED_LINK_CREATED_ID__NUM_OF
6892#define bcmolt_epon_link_oam_keepalive_timer_start_id_all_properties BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMER_START_ID__NUM_OF
6893#define bcmolt_epon_link_oam_keepalive_timer_stop_id_all_properties BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMER_STOP_ID__NUM_OF
6894#define bcmolt_epon_link_key_exchange_start_id_all_properties BCMOLT_EPON_LINK_KEY_EXCHANGE_START_ID__NUM_OF
6895#define bcmolt_epon_link_key_exchange_stop_id_all_properties BCMOLT_EPON_LINK_KEY_EXCHANGE_STOP_ID__NUM_OF
6896#define bcmolt_epon_link_oam_keepalive_timer_started_id_all_properties BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMER_STARTED_ID__NUM_OF
6897#define bcmolt_epon_link_oam_keepalive_timer_stopped_id_all_properties BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMER_STOPPED_ID__NUM_OF
6898#define bcmolt_epon_link_key_exchange_started_id_all_properties BCMOLT_EPON_LINK_KEY_EXCHANGE_STARTED_ID__NUM_OF
6899#define bcmolt_epon_link_key_exchange_stopped_id_all_properties BCMOLT_EPON_LINK_KEY_EXCHANGE_STOPPED_ID__NUM_OF
6900#define bcmolt_epon_link_static_registration_id_all_properties BCMOLT_EPON_LINK_STATIC_REGISTRATION_ID__NUM_OF
6901#define bcmolt_epon_link_static_registration_done_id_all_properties BCMOLT_EPON_LINK_STATIC_REGISTRATION_DONE_ID__NUM_OF
6902#define bcmolt_epon_link_rerange_failure_id_all_properties BCMOLT_EPON_LINK_RERANGE_FAILURE_ID__NUM_OF
6903#define bcmolt_epon_link_inject_frame_id_all_properties BCMOLT_EPON_LINK_INJECT_FRAME_ID__NUM_OF
6904#define bcmolt_epon_link_frame_captured_id_all_properties BCMOLT_EPON_LINK_FRAME_CAPTURED_ID__NUM_OF
6905#define bcmolt_epon_link_link_deleted_id_all_properties BCMOLT_EPON_LINK_LINK_DELETED_ID__NUM_OF
6906#define bcmolt_epon_link_stat_cfg_id_all_properties BCMOLT_EPON_LINK_STAT_CFG_ID__NUM_OF
6907#define bcmolt_epon_link_stat_alarm_raised_id_all_properties BCMOLT_EPON_LINK_STAT_ALARM_RAISED_ID__NUM_OF
6908#define bcmolt_epon_link_stat_alarm_cleared_id_all_properties BCMOLT_EPON_LINK_STAT_ALARM_CLEARED_ID__NUM_OF
6909#define bcmolt_epon_link_auto_cfg_id_all_properties BCMOLT_EPON_LINK_AUTO_CFG_ID__NUM_OF
6910#define bcmolt_epon_ni_key_id_all_properties BCMOLT_EPON_NI_KEY_ID__NUM_OF
6911#define bcmolt_epon_ni_cfg_id_all_properties BCMOLT_EPON_NI_CFG_ID__NUM_OF
6912#define bcmolt_epon_ni_set_epon_ni_en_state_id_all_properties BCMOLT_EPON_NI_SET_EPON_NI_EN_STATE_ID__NUM_OF
6913#define bcmolt_epon_ni_issue_rssi_grant_id_all_properties BCMOLT_EPON_NI_ISSUE_RSSI_GRANT_ID__NUM_OF
6914#define bcmolt_epon_ni_add_link_id_all_properties BCMOLT_EPON_NI_ADD_LINK_ID__NUM_OF
6915#define bcmolt_epon_ni_add_multicast_link_id_all_properties BCMOLT_EPON_NI_ADD_MULTICAST_LINK_ID__NUM_OF
6916#define bcmolt_epon_ni_add_protected_standby_link_id_all_properties BCMOLT_EPON_NI_ADD_PROTECTED_STANDBY_LINK_ID__NUM_OF
6917#define bcmolt_epon_ni_no_reports_id_all_properties BCMOLT_EPON_NI_NO_REPORTS_ID__NUM_OF
6918#define bcmolt_epon_ni_llid_quarantined_id_all_properties BCMOLT_EPON_NI_LLID_QUARANTINED_ID__NUM_OF
6919#define bcmolt_epon_ni_state_change_completed_id_all_properties BCMOLT_EPON_NI_STATE_CHANGE_COMPLETED_ID__NUM_OF
6920#define bcmolt_epon_ni_protection_switching_apply_rerange_delta_id_all_properties BCMOLT_EPON_NI_PROTECTION_SWITCHING_APPLY_RERANGE_DELTA_ID__NUM_OF
6921#define bcmolt_epon_ni_rerange_failure_id_all_properties BCMOLT_EPON_NI_RERANGE_FAILURE_ID__NUM_OF
6922#define bcmolt_epon_ni_rssi_measurement_completed_id_all_properties BCMOLT_EPON_NI_RSSI_MEASUREMENT_COMPLETED_ID__NUM_OF
6923#define bcmolt_epon_ni_rogue_llid_scan_id_all_properties BCMOLT_EPON_NI_ROGUE_LLID_SCAN_ID__NUM_OF
6924#define bcmolt_epon_ni_start_onu_upgrade_id_all_properties BCMOLT_EPON_NI_START_ONU_UPGRADE_ID__NUM_OF
6925#define bcmolt_epon_ni_onu_upgrade_complete_id_all_properties BCMOLT_EPON_NI_ONU_UPGRADE_COMPLETE_ID__NUM_OF
6926#define bcmolt_epon_ni_rogue_scan_complete_id_all_properties BCMOLT_EPON_NI_ROGUE_SCAN_COMPLETE_ID__NUM_OF
6927#define bcmolt_epon_ni_mpcp_timestamp_changed_id_all_properties BCMOLT_EPON_NI_MPCP_TIMESTAMP_CHANGED_ID__NUM_OF
6928#define bcmolt_epon_ni_auto_rogue_scan_1g_failure_id_all_properties BCMOLT_EPON_NI_AUTO_ROGUE_SCAN_1G_FAILURE_ID__NUM_OF
6929#define bcmolt_epon_ni_auto_rogue_scan_10g_failure_id_all_properties BCMOLT_EPON_NI_AUTO_ROGUE_SCAN_10G_FAILURE_ID__NUM_OF
6930#define bcmolt_epon_ni_auto_cfg_id_all_properties BCMOLT_EPON_NI_AUTO_CFG_ID__NUM_OF
6931#define bcmolt_epon_onu_10g_us_key_id_all_properties BCMOLT_EPON_ONU_10G_US_KEY_ID__NUM_OF
6932#define bcmolt_epon_onu_10g_us_stat_id_all_properties BCMOLT_EPON_ONU_10G_US_STAT_ID__NUM_OF
6933#define bcmolt_epon_onu_10g_us_cfg_id_all_properties BCMOLT_EPON_ONU_10G_US_CFG_ID__NUM_OF
6934#define bcmolt_epon_onu_10g_us_stat_cfg_id_all_properties BCMOLT_EPON_ONU_10G_US_STAT_CFG_ID__NUM_OF
6935#define bcmolt_epon_onu_10g_us_stat_alarm_raised_id_all_properties BCMOLT_EPON_ONU_10G_US_STAT_ALARM_RAISED_ID__NUM_OF
6936#define bcmolt_epon_onu_10g_us_stat_alarm_cleared_id_all_properties BCMOLT_EPON_ONU_10G_US_STAT_ALARM_CLEARED_ID__NUM_OF
6937#define bcmolt_epon_onu_10g_us_auto_cfg_id_all_properties BCMOLT_EPON_ONU_10G_US_AUTO_CFG_ID__NUM_OF
6938#define bcmolt_epon_onu_1g_us_key_id_all_properties BCMOLT_EPON_ONU_1G_US_KEY_ID__NUM_OF
6939#define bcmolt_epon_onu_1g_us_stat_id_all_properties BCMOLT_EPON_ONU_1G_US_STAT_ID__NUM_OF
6940#define bcmolt_epon_onu_1g_us_cfg_id_all_properties BCMOLT_EPON_ONU_1G_US_CFG_ID__NUM_OF
6941#define bcmolt_epon_onu_1g_us_stat_cfg_id_all_properties BCMOLT_EPON_ONU_1G_US_STAT_CFG_ID__NUM_OF
6942#define bcmolt_epon_onu_1g_us_stat_alarm_raised_id_all_properties BCMOLT_EPON_ONU_1G_US_STAT_ALARM_RAISED_ID__NUM_OF
6943#define bcmolt_epon_onu_1g_us_stat_alarm_cleared_id_all_properties BCMOLT_EPON_ONU_1G_US_STAT_ALARM_CLEARED_ID__NUM_OF
6944#define bcmolt_epon_onu_1g_us_auto_cfg_id_all_properties BCMOLT_EPON_ONU_1G_US_AUTO_CFG_ID__NUM_OF
6945#define bcmolt_epon_path_10g_ds_key_id_all_properties BCMOLT_EPON_PATH_10G_DS_KEY_ID__NUM_OF
6946#define bcmolt_epon_path_10g_ds_cfg_id_all_properties BCMOLT_EPON_PATH_10G_DS_CFG_ID__NUM_OF
6947#define bcmolt_epon_path_10g_ds_stat_id_all_properties BCMOLT_EPON_PATH_10G_DS_STAT_ID__NUM_OF
6948#define bcmolt_epon_path_10g_ds_stat_cfg_id_all_properties BCMOLT_EPON_PATH_10G_DS_STAT_CFG_ID__NUM_OF
6949#define bcmolt_epon_path_10g_ds_stat_alarm_raised_id_all_properties BCMOLT_EPON_PATH_10G_DS_STAT_ALARM_RAISED_ID__NUM_OF
6950#define bcmolt_epon_path_10g_ds_stat_alarm_cleared_id_all_properties BCMOLT_EPON_PATH_10G_DS_STAT_ALARM_CLEARED_ID__NUM_OF
6951#define bcmolt_epon_path_10g_ds_auto_cfg_id_all_properties BCMOLT_EPON_PATH_10G_DS_AUTO_CFG_ID__NUM_OF
6952#define bcmolt_epon_path_10g_us_key_id_all_properties BCMOLT_EPON_PATH_10G_US_KEY_ID__NUM_OF
6953#define bcmolt_epon_path_10g_us_cfg_id_all_properties BCMOLT_EPON_PATH_10G_US_CFG_ID__NUM_OF
6954#define bcmolt_epon_path_10g_us_stat_id_all_properties BCMOLT_EPON_PATH_10G_US_STAT_ID__NUM_OF
6955#define bcmolt_epon_path_10g_us_stat_cfg_id_all_properties BCMOLT_EPON_PATH_10G_US_STAT_CFG_ID__NUM_OF
6956#define bcmolt_epon_path_10g_us_stat_alarm_raised_id_all_properties BCMOLT_EPON_PATH_10G_US_STAT_ALARM_RAISED_ID__NUM_OF
6957#define bcmolt_epon_path_10g_us_stat_alarm_cleared_id_all_properties BCMOLT_EPON_PATH_10G_US_STAT_ALARM_CLEARED_ID__NUM_OF
6958#define bcmolt_epon_path_10g_us_auto_cfg_id_all_properties BCMOLT_EPON_PATH_10G_US_AUTO_CFG_ID__NUM_OF
6959#define bcmolt_epon_path_1g_ds_key_id_all_properties BCMOLT_EPON_PATH_1G_DS_KEY_ID__NUM_OF
6960#define bcmolt_epon_path_1g_ds_cfg_id_all_properties BCMOLT_EPON_PATH_1G_DS_CFG_ID__NUM_OF
6961#define bcmolt_epon_path_1g_ds_stat_id_all_properties BCMOLT_EPON_PATH_1G_DS_STAT_ID__NUM_OF
6962#define bcmolt_epon_path_1g_ds_stat_cfg_id_all_properties BCMOLT_EPON_PATH_1G_DS_STAT_CFG_ID__NUM_OF
6963#define bcmolt_epon_path_1g_ds_stat_alarm_raised_id_all_properties BCMOLT_EPON_PATH_1G_DS_STAT_ALARM_RAISED_ID__NUM_OF
6964#define bcmolt_epon_path_1g_ds_stat_alarm_cleared_id_all_properties BCMOLT_EPON_PATH_1G_DS_STAT_ALARM_CLEARED_ID__NUM_OF
6965#define bcmolt_epon_path_1g_ds_auto_cfg_id_all_properties BCMOLT_EPON_PATH_1G_DS_AUTO_CFG_ID__NUM_OF
6966#define bcmolt_epon_path_1g_us_key_id_all_properties BCMOLT_EPON_PATH_1G_US_KEY_ID__NUM_OF
6967#define bcmolt_epon_path_1g_us_cfg_id_all_properties BCMOLT_EPON_PATH_1G_US_CFG_ID__NUM_OF
6968#define bcmolt_epon_path_1g_us_stat_id_all_properties BCMOLT_EPON_PATH_1G_US_STAT_ID__NUM_OF
6969#define bcmolt_epon_path_1g_us_stat_cfg_id_all_properties BCMOLT_EPON_PATH_1G_US_STAT_CFG_ID__NUM_OF
6970#define bcmolt_epon_path_1g_us_stat_alarm_raised_id_all_properties BCMOLT_EPON_PATH_1G_US_STAT_ALARM_RAISED_ID__NUM_OF
6971#define bcmolt_epon_path_1g_us_stat_alarm_cleared_id_all_properties BCMOLT_EPON_PATH_1G_US_STAT_ALARM_CLEARED_ID__NUM_OF
6972#define bcmolt_epon_path_1g_us_auto_cfg_id_all_properties BCMOLT_EPON_PATH_1G_US_AUTO_CFG_ID__NUM_OF
6973#define bcmolt_epon_rp_key_id_all_properties BCMOLT_EPON_RP_KEY_ID__NUM_OF
6974#define bcmolt_epon_rp_cfg_id_all_properties BCMOLT_EPON_RP_CFG_ID__NUM_OF
6975#define bcmolt_gpio_key_id_all_properties BCMOLT_GPIO_KEY_ID__NUM_OF
6976#define bcmolt_gpio_cfg_id_all_properties BCMOLT_GPIO_CFG_ID__NUM_OF
6977#define bcmolt_gpon_alloc_key_id_all_properties BCMOLT_GPON_ALLOC_KEY_ID__NUM_OF
6978#define bcmolt_gpon_alloc_cfg_id_all_properties BCMOLT_GPON_ALLOC_CFG_ID__NUM_OF
6979#define bcmolt_gpon_alloc_stat_id_all_properties BCMOLT_GPON_ALLOC_STAT_ID__NUM_OF
6980#define bcmolt_gpon_alloc_configuration_completed_id_all_properties BCMOLT_GPON_ALLOC_CONFIGURATION_COMPLETED_ID__NUM_OF
6981#define bcmolt_gpon_alloc_set_state_id_all_properties BCMOLT_GPON_ALLOC_SET_STATE_ID__NUM_OF
6982#define bcmolt_gpon_alloc_get_stats_id_all_properties BCMOLT_GPON_ALLOC_GET_STATS_ID__NUM_OF
6983#define bcmolt_gpon_alloc_get_alloc_stats_completed_id_all_properties BCMOLT_GPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID__NUM_OF
6984#define bcmolt_gpon_alloc_stat_cfg_id_all_properties BCMOLT_GPON_ALLOC_STAT_CFG_ID__NUM_OF
6985#define bcmolt_gpon_alloc_stat_alarm_raised_id_all_properties BCMOLT_GPON_ALLOC_STAT_ALARM_RAISED_ID__NUM_OF
6986#define bcmolt_gpon_alloc_stat_alarm_cleared_id_all_properties BCMOLT_GPON_ALLOC_STAT_ALARM_CLEARED_ID__NUM_OF
6987#define bcmolt_gpon_alloc_auto_cfg_id_all_properties BCMOLT_GPON_ALLOC_AUTO_CFG_ID__NUM_OF
6988#define bcmolt_gpon_gem_port_key_id_all_properties BCMOLT_GPON_GEM_PORT_KEY_ID__NUM_OF
6989#define bcmolt_gpon_gem_port_cfg_id_all_properties BCMOLT_GPON_GEM_PORT_CFG_ID__NUM_OF
6990#define bcmolt_gpon_gem_port_stat_id_all_properties BCMOLT_GPON_GEM_PORT_STAT_ID__NUM_OF
6991#define bcmolt_gpon_gem_port_configuration_completed_id_all_properties BCMOLT_GPON_GEM_PORT_CONFIGURATION_COMPLETED_ID__NUM_OF
6992#define bcmolt_gpon_gem_port_set_state_id_all_properties BCMOLT_GPON_GEM_PORT_SET_STATE_ID__NUM_OF
6993#define bcmolt_gpon_gem_port_stat_cfg_id_all_properties BCMOLT_GPON_GEM_PORT_STAT_CFG_ID__NUM_OF
6994#define bcmolt_gpon_gem_port_stat_alarm_raised_id_all_properties BCMOLT_GPON_GEM_PORT_STAT_ALARM_RAISED_ID__NUM_OF
6995#define bcmolt_gpon_gem_port_stat_alarm_cleared_id_all_properties BCMOLT_GPON_GEM_PORT_STAT_ALARM_CLEARED_ID__NUM_OF
6996#define bcmolt_gpon_gem_port_auto_cfg_id_all_properties BCMOLT_GPON_GEM_PORT_AUTO_CFG_ID__NUM_OF
6997#define bcmolt_gpon_iwf_key_id_all_properties BCMOLT_GPON_IWF_KEY_ID__NUM_OF
6998#define bcmolt_gpon_iwf_cfg_id_all_properties BCMOLT_GPON_IWF_CFG_ID__NUM_OF
6999#define bcmolt_gpon_iwf_stat_id_all_properties BCMOLT_GPON_IWF_STAT_ID__NUM_OF
7000#define bcmolt_gpon_iwf_flush_mac_table_id_all_properties BCMOLT_GPON_IWF_FLUSH_MAC_TABLE_ID__NUM_OF
7001#define bcmolt_gpon_iwf_scan_mac_table_id_all_properties BCMOLT_GPON_IWF_SCAN_MAC_TABLE_ID__NUM_OF
7002#define bcmolt_gpon_iwf_flush_mac_table_completed_id_all_properties BCMOLT_GPON_IWF_FLUSH_MAC_TABLE_COMPLETED_ID__NUM_OF
7003#define bcmolt_gpon_iwf_scan_mac_table_completed_id_all_properties BCMOLT_GPON_IWF_SCAN_MAC_TABLE_COMPLETED_ID__NUM_OF
7004#define bcmolt_gpon_iwf_stat_cfg_id_all_properties BCMOLT_GPON_IWF_STAT_CFG_ID__NUM_OF
7005#define bcmolt_gpon_iwf_stat_alarm_raised_id_all_properties BCMOLT_GPON_IWF_STAT_ALARM_RAISED_ID__NUM_OF
7006#define bcmolt_gpon_iwf_stat_alarm_cleared_id_all_properties BCMOLT_GPON_IWF_STAT_ALARM_CLEARED_ID__NUM_OF
7007#define bcmolt_gpon_iwf_auto_cfg_id_all_properties BCMOLT_GPON_IWF_AUTO_CFG_ID__NUM_OF
7008#define bcmolt_gpon_iwf_ds_egress_flow_key_id_all_properties BCMOLT_GPON_IWF_DS_EGRESS_FLOW_KEY_ID__NUM_OF
7009#define bcmolt_gpon_iwf_ds_egress_flow_cfg_id_all_properties BCMOLT_GPON_IWF_DS_EGRESS_FLOW_CFG_ID__NUM_OF
7010#define bcmolt_gpon_iwf_ds_ingress_flow_key_id_all_properties BCMOLT_GPON_IWF_DS_INGRESS_FLOW_KEY_ID__NUM_OF
7011#define bcmolt_gpon_iwf_ds_ingress_flow_cfg_id_all_properties BCMOLT_GPON_IWF_DS_INGRESS_FLOW_CFG_ID__NUM_OF
7012#define bcmolt_gpon_iwf_mac_table_key_id_all_properties BCMOLT_GPON_IWF_MAC_TABLE_KEY_ID__NUM_OF
7013#define bcmolt_gpon_iwf_mac_table_cfg_id_all_properties BCMOLT_GPON_IWF_MAC_TABLE_CFG_ID__NUM_OF
7014#define bcmolt_gpon_iwf_mac_table_new_mac_id_all_properties BCMOLT_GPON_IWF_MAC_TABLE_NEW_MAC_ID__NUM_OF
7015#define bcmolt_gpon_iwf_mac_table_mac_aged_id_all_properties BCMOLT_GPON_IWF_MAC_TABLE_MAC_AGED_ID__NUM_OF
7016#define bcmolt_gpon_iwf_mac_table_mac_move_id_all_properties BCMOLT_GPON_IWF_MAC_TABLE_MAC_MOVE_ID__NUM_OF
7017#define bcmolt_gpon_iwf_mac_table_mac_dropped_id_all_properties BCMOLT_GPON_IWF_MAC_TABLE_MAC_DROPPED_ID__NUM_OF
7018#define bcmolt_gpon_iwf_mac_table_auto_cfg_id_all_properties BCMOLT_GPON_IWF_MAC_TABLE_AUTO_CFG_ID__NUM_OF
7019#define bcmolt_gpon_iwf_us_flow_key_id_all_properties BCMOLT_GPON_IWF_US_FLOW_KEY_ID__NUM_OF
7020#define bcmolt_gpon_iwf_us_flow_cfg_id_all_properties BCMOLT_GPON_IWF_US_FLOW_CFG_ID__NUM_OF
7021#define bcmolt_gpon_ni_key_id_all_properties BCMOLT_GPON_NI_KEY_ID__NUM_OF
7022#define bcmolt_gpon_ni_cfg_id_all_properties BCMOLT_GPON_NI_CFG_ID__NUM_OF
7023#define bcmolt_gpon_ni_stat_id_all_properties BCMOLT_GPON_NI_STAT_ID__NUM_OF
7024#define bcmolt_gpon_ni_set_pon_state_id_all_properties BCMOLT_GPON_NI_SET_PON_STATE_ID__NUM_OF
7025#define bcmolt_gpon_ni_reset_id_all_properties BCMOLT_GPON_NI_RESET_ID__NUM_OF
7026#define bcmolt_gpon_ni_disable_serial_number_id_all_properties BCMOLT_GPON_NI_DISABLE_SERIAL_NUMBER_ID__NUM_OF
7027#define bcmolt_gpon_ni_single_request_standby_pon_monitoring_id_all_properties BCMOLT_GPON_NI_SINGLE_REQUEST_STANDBY_PON_MONITORING_ID__NUM_OF
7028#define bcmolt_gpon_ni_set_onu_state_id_all_properties BCMOLT_GPON_NI_SET_ONU_STATE_ID__NUM_OF
7029#define bcmolt_gpon_ni_state_change_completed_id_all_properties BCMOLT_GPON_NI_STATE_CHANGE_COMPLETED_ID__NUM_OF
7030#define bcmolt_gpon_ni_los_id_all_properties BCMOLT_GPON_NI_LOS_ID__NUM_OF
7031#define bcmolt_gpon_ni_serial_number_acquisition_cycle_start_id_all_properties BCMOLT_GPON_NI_SERIAL_NUMBER_ACQUISITION_CYCLE_START_ID__NUM_OF
7032#define bcmolt_gpon_ni_protection_switching_traffic_resume_id_all_properties BCMOLT_GPON_NI_PROTECTION_SWITCHING_TRAFFIC_RESUME_ID__NUM_OF
7033#define bcmolt_gpon_ni_protection_switching_onus_ranged_id_all_properties BCMOLT_GPON_NI_PROTECTION_SWITCHING_ONUS_RANGED_ID__NUM_OF
7034#define bcmolt_gpon_ni_protection_switching_switchover_completed_id_all_properties BCMOLT_GPON_NI_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED_ID__NUM_OF
7035#define bcmolt_gpon_ni_standby_pon_monitoring_cycle_completed_id_all_properties BCMOLT_GPON_NI_STANDBY_PON_MONITORING_CYCLE_COMPLETED_ID__NUM_OF
7036#define bcmolt_gpon_ni_onu_discovered_id_all_properties BCMOLT_GPON_NI_ONU_DISCOVERED_ID__NUM_OF
7037#define bcmolt_gpon_ni_cpu_packets_failure_id_all_properties BCMOLT_GPON_NI_CPU_PACKETS_FAILURE_ID__NUM_OF
7038#define bcmolt_gpon_ni_cpu_packets_id_all_properties BCMOLT_GPON_NI_CPU_PACKETS_ID__NUM_OF
7039#define bcmolt_gpon_ni_broadcast_ploam_packet_id_all_properties BCMOLT_GPON_NI_BROADCAST_PLOAM_PACKET_ID__NUM_OF
7040#define bcmolt_gpon_ni_rogue_detection_window_id_all_properties BCMOLT_GPON_NI_ROGUE_DETECTION_WINDOW_ID__NUM_OF
7041#define bcmolt_gpon_ni_rogue_detection_completed_id_all_properties BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID__NUM_OF
7042#define bcmolt_gpon_ni_deactivate_all_onus_completed_id_all_properties BCMOLT_GPON_NI_DEACTIVATE_ALL_ONUS_COMPLETED_ID__NUM_OF
7043#define bcmolt_gpon_ni_disable_all_onus_completed_id_all_properties BCMOLT_GPON_NI_DISABLE_ALL_ONUS_COMPLETED_ID__NUM_OF
7044#define bcmolt_gpon_ni_activate_all_onus_completed_id_all_properties BCMOLT_GPON_NI_ACTIVATE_ALL_ONUS_COMPLETED_ID__NUM_OF
7045#define bcmolt_gpon_ni_enable_all_onus_completed_id_all_properties BCMOLT_GPON_NI_ENABLE_ALL_ONUS_COMPLETED_ID__NUM_OF
7046#define bcmolt_gpon_ni_tod_request_id_all_properties BCMOLT_GPON_NI_TOD_REQUEST_ID__NUM_OF
7047#define bcmolt_gpon_ni_tod_request_completed_id_all_properties BCMOLT_GPON_NI_TOD_REQUEST_COMPLETED_ID__NUM_OF
7048#define bcmolt_gpon_ni_protection_switching_type_c_set_multiple_onu_state_id_all_properties BCMOLT_GPON_NI_PROTECTION_SWITCHING_TYPE_C_SET_MULTIPLE_ONU_STATE_ID__NUM_OF
7049#define bcmolt_gpon_ni_start_onu_upgrade_id_all_properties BCMOLT_GPON_NI_START_ONU_UPGRADE_ID__NUM_OF
7050#define bcmolt_gpon_ni_onu_upgrade_complete_id_all_properties BCMOLT_GPON_NI_ONU_UPGRADE_COMPLETE_ID__NUM_OF
7051#define bcmolt_gpon_ni_rogue_onu_special_map_cycle_start_id_all_properties BCMOLT_GPON_NI_ROGUE_ONU_SPECIAL_MAP_CYCLE_START_ID__NUM_OF
7052#define bcmolt_gpon_ni_stat_cfg_id_all_properties BCMOLT_GPON_NI_STAT_CFG_ID__NUM_OF
7053#define bcmolt_gpon_ni_stat_alarm_raised_id_all_properties BCMOLT_GPON_NI_STAT_ALARM_RAISED_ID__NUM_OF
7054#define bcmolt_gpon_ni_stat_alarm_cleared_id_all_properties BCMOLT_GPON_NI_STAT_ALARM_CLEARED_ID__NUM_OF
7055#define bcmolt_gpon_ni_auto_cfg_id_all_properties BCMOLT_GPON_NI_AUTO_CFG_ID__NUM_OF
7056#define bcmolt_gpon_onu_key_id_all_properties BCMOLT_GPON_ONU_KEY_ID__NUM_OF
7057#define bcmolt_gpon_onu_cfg_id_all_properties BCMOLT_GPON_ONU_CFG_ID__NUM_OF
7058#define bcmolt_gpon_onu_stat_id_all_properties BCMOLT_GPON_ONU_STAT_ID__NUM_OF
7059#define bcmolt_gpon_onu_set_onu_state_id_all_properties BCMOLT_GPON_ONU_SET_ONU_STATE_ID__NUM_OF
7060#define bcmolt_gpon_onu_rssi_measurement_id_all_properties BCMOLT_GPON_ONU_RSSI_MEASUREMENT_ID__NUM_OF
7061#define bcmolt_gpon_onu_change_power_level_id_all_properties BCMOLT_GPON_ONU_CHANGE_POWER_LEVEL_ID__NUM_OF
7062#define bcmolt_gpon_onu_onu_alarm_id_all_properties BCMOLT_GPON_ONU_ONU_ALARM_ID__NUM_OF
7063#define bcmolt_gpon_onu_dowi_id_all_properties BCMOLT_GPON_ONU_DOWI_ID__NUM_OF
7064#define bcmolt_gpon_onu_sfi_id_all_properties BCMOLT_GPON_ONU_SFI_ID__NUM_OF
7065#define bcmolt_gpon_onu_sdi_id_all_properties BCMOLT_GPON_ONU_SDI_ID__NUM_OF
7066#define bcmolt_gpon_onu_dfi_id_all_properties BCMOLT_GPON_ONU_DFI_ID__NUM_OF
7067#define bcmolt_gpon_onu_sufi_id_all_properties BCMOLT_GPON_ONU_SUFI_ID__NUM_OF
7068#define bcmolt_gpon_onu_loai_id_all_properties BCMOLT_GPON_ONU_LOAI_ID__NUM_OF
7069#define bcmolt_gpon_onu_dgi_id_all_properties BCMOLT_GPON_ONU_DGI_ID__NUM_OF
7070#define bcmolt_gpon_onu_pee_id_all_properties BCMOLT_GPON_ONU_PEE_ID__NUM_OF
7071#define bcmolt_gpon_onu_pst_id_all_properties BCMOLT_GPON_ONU_PST_ID__NUM_OF
7072#define bcmolt_gpon_onu_tiwi_id_all_properties BCMOLT_GPON_ONU_TIWI_ID__NUM_OF
7073#define bcmolt_gpon_onu_loki_id_all_properties BCMOLT_GPON_ONU_LOKI_ID__NUM_OF
7074#define bcmolt_gpon_onu_memi_id_all_properties BCMOLT_GPON_ONU_MEMI_ID__NUM_OF
7075#define bcmolt_gpon_onu_omci_port_id_configuration_completed_id_all_properties BCMOLT_GPON_ONU_OMCI_PORT_ID_CONFIGURATION_COMPLETED_ID__NUM_OF
7076#define bcmolt_gpon_onu_ber_interval_configuration_completed_id_all_properties BCMOLT_GPON_ONU_BER_INTERVAL_CONFIGURATION_COMPLETED_ID__NUM_OF
7077#define bcmolt_gpon_onu_err_id_all_properties BCMOLT_GPON_ONU_ERR_ID__NUM_OF
7078#define bcmolt_gpon_onu_rei_id_all_properties BCMOLT_GPON_ONU_REI_ID__NUM_OF
7079#define bcmolt_gpon_onu_ranging_completed_id_all_properties BCMOLT_GPON_ONU_RANGING_COMPLETED_ID__NUM_OF
7080#define bcmolt_gpon_onu_password_authentication_completed_id_all_properties BCMOLT_GPON_ONU_PASSWORD_AUTHENTICATION_COMPLETED_ID__NUM_OF
7081#define bcmolt_gpon_onu_onu_activation_completed_id_all_properties BCMOLT_GPON_ONU_ONU_ACTIVATION_COMPLETED_ID__NUM_OF
7082#define bcmolt_gpon_onu_onu_deactivation_completed_id_all_properties BCMOLT_GPON_ONU_ONU_DEACTIVATION_COMPLETED_ID__NUM_OF
7083#define bcmolt_gpon_onu_onu_enable_completed_id_all_properties BCMOLT_GPON_ONU_ONU_ENABLE_COMPLETED_ID__NUM_OF
7084#define bcmolt_gpon_onu_onu_disable_completed_id_all_properties BCMOLT_GPON_ONU_ONU_DISABLE_COMPLETED_ID__NUM_OF
7085#define bcmolt_gpon_onu_invalid_dbru_report_id_all_properties BCMOLT_GPON_ONU_INVALID_DBRU_REPORT_ID__NUM_OF
7086#define bcmolt_gpon_onu_key_exchange_completed_id_all_properties BCMOLT_GPON_ONU_KEY_EXCHANGE_COMPLETED_ID__NUM_OF
7087#define bcmolt_gpon_onu_key_exchange_key_request_timeout_id_all_properties BCMOLT_GPON_ONU_KEY_EXCHANGE_KEY_REQUEST_TIMEOUT_ID__NUM_OF
7088#define bcmolt_gpon_onu_key_exchange_cycle_skipped_id_all_properties BCMOLT_GPON_ONU_KEY_EXCHANGE_CYCLE_SKIPPED_ID__NUM_OF
7089#define bcmolt_gpon_onu_key_exchange_key_mismatch_id_all_properties BCMOLT_GPON_ONU_KEY_EXCHANGE_KEY_MISMATCH_ID__NUM_OF
7090#define bcmolt_gpon_onu_key_exchange_unconsecutive_index_id_all_properties BCMOLT_GPON_ONU_KEY_EXCHANGE_UNCONSECUTIVE_INDEX_ID__NUM_OF
7091#define bcmolt_gpon_onu_rssi_measurement_completed_id_all_properties BCMOLT_GPON_ONU_RSSI_MEASUREMENT_COMPLETED_ID__NUM_OF
7092#define bcmolt_gpon_onu_key_exchange_decrypt_required_id_all_properties BCMOLT_GPON_ONU_KEY_EXCHANGE_DECRYPT_REQUIRED_ID__NUM_OF
7093#define bcmolt_gpon_onu_optical_reflection_id_all_properties BCMOLT_GPON_ONU_OPTICAL_REFLECTION_ID__NUM_OF
7094#define bcmolt_gpon_onu_cpu_packets_id_all_properties BCMOLT_GPON_ONU_CPU_PACKETS_ID__NUM_OF
7095#define bcmolt_gpon_onu_ploam_packet_id_all_properties BCMOLT_GPON_ONU_PLOAM_PACKET_ID__NUM_OF
7096#define bcmolt_gpon_onu_cpu_packet_id_all_properties BCMOLT_GPON_ONU_CPU_PACKET_ID__NUM_OF
7097#define bcmolt_gpon_onu_omci_packet_id_all_properties BCMOLT_GPON_ONU_OMCI_PACKET_ID__NUM_OF
7098#define bcmolt_gpon_onu_onu_activation_standby_completed_id_all_properties BCMOLT_GPON_ONU_ONU_ACTIVATION_STANDBY_COMPLETED_ID__NUM_OF
7099#define bcmolt_gpon_onu_power_management_state_change_id_all_properties BCMOLT_GPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID__NUM_OF
7100#define bcmolt_gpon_onu_possible_drift_id_all_properties BCMOLT_GPON_ONU_POSSIBLE_DRIFT_ID__NUM_OF
7101#define bcmolt_gpon_onu_stat_cfg_id_all_properties BCMOLT_GPON_ONU_STAT_CFG_ID__NUM_OF
7102#define bcmolt_gpon_onu_stat_alarm_raised_id_all_properties BCMOLT_GPON_ONU_STAT_ALARM_RAISED_ID__NUM_OF
7103#define bcmolt_gpon_onu_stat_alarm_cleared_id_all_properties BCMOLT_GPON_ONU_STAT_ALARM_CLEARED_ID__NUM_OF
7104#define bcmolt_gpon_onu_auto_cfg_id_all_properties BCMOLT_GPON_ONU_AUTO_CFG_ID__NUM_OF
7105#define bcmolt_gpon_trx_key_id_all_properties BCMOLT_GPON_TRX_KEY_ID__NUM_OF
7106#define bcmolt_gpon_trx_cfg_id_all_properties BCMOLT_GPON_TRX_CFG_ID__NUM_OF
7107#define bcmolt_log_entry_key_id_all_properties BCMOLT_LOG_ENTRY_KEY_ID__NUM_OF
7108#define bcmolt_log_entry_cfg_id_all_properties BCMOLT_LOG_ENTRY_CFG_ID__NUM_OF
7109#define bcmolt_log_entry_stat_id_all_properties BCMOLT_LOG_ENTRY_STAT_ID__NUM_OF
7110#define bcmolt_log_entry_stat_cfg_id_all_properties BCMOLT_LOG_ENTRY_STAT_CFG_ID__NUM_OF
7111#define bcmolt_log_entry_stat_alarm_raised_id_all_properties BCMOLT_LOG_ENTRY_STAT_ALARM_RAISED_ID__NUM_OF
7112#define bcmolt_log_entry_stat_alarm_cleared_id_all_properties BCMOLT_LOG_ENTRY_STAT_ALARM_CLEARED_ID__NUM_OF
7113#define bcmolt_log_entry_auto_cfg_id_all_properties BCMOLT_LOG_ENTRY_AUTO_CFG_ID__NUM_OF
7114#define bcmolt_logger_key_id_all_properties BCMOLT_LOGGER_KEY_ID__NUM_OF
7115#define bcmolt_logger_cfg_id_all_properties BCMOLT_LOGGER_CFG_ID__NUM_OF
7116#define bcmolt_logger_stat_id_all_properties BCMOLT_LOGGER_STAT_ID__NUM_OF
7117#define bcmolt_logger_clear_log_id_all_properties BCMOLT_LOGGER_CLEAR_LOG_ID__NUM_OF
7118#define bcmolt_logger_stat_cfg_id_all_properties BCMOLT_LOGGER_STAT_CFG_ID__NUM_OF
7119#define bcmolt_logger_stat_alarm_raised_id_all_properties BCMOLT_LOGGER_STAT_ALARM_RAISED_ID__NUM_OF
7120#define bcmolt_logger_stat_alarm_cleared_id_all_properties BCMOLT_LOGGER_STAT_ALARM_CLEARED_ID__NUM_OF
7121#define bcmolt_logger_auto_cfg_id_all_properties BCMOLT_LOGGER_AUTO_CFG_ID__NUM_OF
7122#define bcmolt_nni_key_id_all_properties BCMOLT_NNI_KEY_ID__NUM_OF
7123#define bcmolt_nni_cfg_id_all_properties BCMOLT_NNI_CFG_ID__NUM_OF
7124#define bcmolt_nni_stat_id_all_properties BCMOLT_NNI_STAT_ID__NUM_OF
7125#define bcmolt_nni_status_changed_id_all_properties BCMOLT_NNI_STATUS_CHANGED_ID__NUM_OF
7126#define bcmolt_nni_stat_cfg_id_all_properties BCMOLT_NNI_STAT_CFG_ID__NUM_OF
7127#define bcmolt_nni_stat_alarm_raised_id_all_properties BCMOLT_NNI_STAT_ALARM_RAISED_ID__NUM_OF
7128#define bcmolt_nni_stat_alarm_cleared_id_all_properties BCMOLT_NNI_STAT_ALARM_CLEARED_ID__NUM_OF
7129#define bcmolt_nni_auto_cfg_id_all_properties BCMOLT_NNI_AUTO_CFG_ID__NUM_OF
7130#define bcmolt_nni_serdes_key_id_all_properties BCMOLT_NNI_SERDES_KEY_ID__NUM_OF
7131#define bcmolt_nni_serdes_cfg_id_all_properties BCMOLT_NNI_SERDES_CFG_ID__NUM_OF
7132#define bcmolt_software_error_key_id_all_properties BCMOLT_SOFTWARE_ERROR_KEY_ID__NUM_OF
7133#define bcmolt_software_error_cfg_id_all_properties BCMOLT_SOFTWARE_ERROR_CFG_ID__NUM_OF
7134#define bcmolt_trx_calibration_key_id_all_properties BCMOLT_TRX_CALIBRATION_KEY_ID__NUM_OF
7135#define bcmolt_trx_calibration_start_capture_window_id_all_properties BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID__NUM_OF
7136#define bcmolt_trx_calibration_capture_window_and_statistic_completed_id_all_properties BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID__NUM_OF
7137#define bcmolt_trx_calibration_stop_capture_window_id_all_properties BCMOLT_TRX_CALIBRATION_STOP_CAPTURE_WINDOW_ID__NUM_OF
7138#define bcmolt_trx_calibration_auto_cfg_id_all_properties BCMOLT_TRX_CALIBRATION_AUTO_CFG_ID__NUM_OF
7139#define bcmolt_xgpon_alloc_key_id_all_properties BCMOLT_XGPON_ALLOC_KEY_ID__NUM_OF
7140#define bcmolt_xgpon_alloc_cfg_id_all_properties BCMOLT_XGPON_ALLOC_CFG_ID__NUM_OF
7141#define bcmolt_xgpon_alloc_configuration_completed_id_all_properties BCMOLT_XGPON_ALLOC_CONFIGURATION_COMPLETED_ID__NUM_OF
7142#define bcmolt_xgpon_alloc_get_stats_id_all_properties BCMOLT_XGPON_ALLOC_GET_STATS_ID__NUM_OF
7143#define bcmolt_xgpon_alloc_get_alloc_stats_completed_id_all_properties BCMOLT_XGPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID__NUM_OF
7144#define bcmolt_xgpon_alloc_set_state_id_all_properties BCMOLT_XGPON_ALLOC_SET_STATE_ID__NUM_OF
7145#define bcmolt_xgpon_alloc_stat_id_all_properties BCMOLT_XGPON_ALLOC_STAT_ID__NUM_OF
7146#define bcmolt_xgpon_alloc_stat_cfg_id_all_properties BCMOLT_XGPON_ALLOC_STAT_CFG_ID__NUM_OF
7147#define bcmolt_xgpon_alloc_stat_alarm_raised_id_all_properties BCMOLT_XGPON_ALLOC_STAT_ALARM_RAISED_ID__NUM_OF
7148#define bcmolt_xgpon_alloc_stat_alarm_cleared_id_all_properties BCMOLT_XGPON_ALLOC_STAT_ALARM_CLEARED_ID__NUM_OF
7149#define bcmolt_xgpon_alloc_auto_cfg_id_all_properties BCMOLT_XGPON_ALLOC_AUTO_CFG_ID__NUM_OF
7150#define bcmolt_xgpon_gem_port_key_id_all_properties BCMOLT_XGPON_GEM_PORT_KEY_ID__NUM_OF
7151#define bcmolt_xgpon_gem_port_cfg_id_all_properties BCMOLT_XGPON_GEM_PORT_CFG_ID__NUM_OF
7152#define bcmolt_xgpon_gem_port_stat_id_all_properties BCMOLT_XGPON_GEM_PORT_STAT_ID__NUM_OF
7153#define bcmolt_xgpon_gem_port_stat_cfg_id_all_properties BCMOLT_XGPON_GEM_PORT_STAT_CFG_ID__NUM_OF
7154#define bcmolt_xgpon_gem_port_stat_alarm_raised_id_all_properties BCMOLT_XGPON_GEM_PORT_STAT_ALARM_RAISED_ID__NUM_OF
7155#define bcmolt_xgpon_gem_port_stat_alarm_cleared_id_all_properties BCMOLT_XGPON_GEM_PORT_STAT_ALARM_CLEARED_ID__NUM_OF
7156#define bcmolt_xgpon_gem_port_auto_cfg_id_all_properties BCMOLT_XGPON_GEM_PORT_AUTO_CFG_ID__NUM_OF
7157#define bcmolt_xgpon_iwf_key_id_all_properties BCMOLT_XGPON_IWF_KEY_ID__NUM_OF
7158#define bcmolt_xgpon_iwf_cfg_id_all_properties BCMOLT_XGPON_IWF_CFG_ID__NUM_OF
7159#define bcmolt_xgpon_ni_key_id_all_properties BCMOLT_XGPON_NI_KEY_ID__NUM_OF
7160#define bcmolt_xgpon_ni_cfg_id_all_properties BCMOLT_XGPON_NI_CFG_ID__NUM_OF
7161#define bcmolt_xgpon_ni_stat_id_all_properties BCMOLT_XGPON_NI_STAT_ID__NUM_OF
7162#define bcmolt_xgpon_ni_set_pon_state_id_all_properties BCMOLT_XGPON_NI_SET_PON_STATE_ID__NUM_OF
7163#define bcmolt_xgpon_ni_reset_id_all_properties BCMOLT_XGPON_NI_RESET_ID__NUM_OF
7164#define bcmolt_xgpon_ni_disable_serial_number_id_all_properties BCMOLT_XGPON_NI_DISABLE_SERIAL_NUMBER_ID__NUM_OF
7165#define bcmolt_xgpon_ni_single_request_standby_pon_monitoring_id_all_properties BCMOLT_XGPON_NI_SINGLE_REQUEST_STANDBY_PON_MONITORING_ID__NUM_OF
7166#define bcmolt_xgpon_ni_set_onu_state_id_all_properties BCMOLT_XGPON_NI_SET_ONU_STATE_ID__NUM_OF
7167#define bcmolt_xgpon_ni_run_special_bw_map_id_all_properties BCMOLT_XGPON_NI_RUN_SPECIAL_BW_MAP_ID__NUM_OF
7168#define bcmolt_xgpon_ni_rogue_detection_window_id_all_properties BCMOLT_XGPON_NI_ROGUE_DETECTION_WINDOW_ID__NUM_OF
7169#define bcmolt_xgpon_ni_state_change_completed_id_all_properties BCMOLT_XGPON_NI_STATE_CHANGE_COMPLETED_ID__NUM_OF
7170#define bcmolt_xgpon_ni_los_id_all_properties BCMOLT_XGPON_NI_LOS_ID__NUM_OF
7171#define bcmolt_xgpon_ni_serial_number_acquisition_cycle_start_id_all_properties BCMOLT_XGPON_NI_SERIAL_NUMBER_ACQUISITION_CYCLE_START_ID__NUM_OF
7172#define bcmolt_xgpon_ni_protection_switching_traffic_resume_id_all_properties BCMOLT_XGPON_NI_PROTECTION_SWITCHING_TRAFFIC_RESUME_ID__NUM_OF
7173#define bcmolt_xgpon_ni_protection_switching_onus_ranged_id_all_properties BCMOLT_XGPON_NI_PROTECTION_SWITCHING_ONUS_RANGED_ID__NUM_OF
7174#define bcmolt_xgpon_ni_protection_switching_switchover_completed_id_all_properties BCMOLT_XGPON_NI_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED_ID__NUM_OF
7175#define bcmolt_xgpon_ni_standby_pon_monitoring_cycle_completed_id_all_properties BCMOLT_XGPON_NI_STANDBY_PON_MONITORING_CYCLE_COMPLETED_ID__NUM_OF
7176#define bcmolt_xgpon_ni_onu_discovered_id_all_properties BCMOLT_XGPON_NI_ONU_DISCOVERED_ID__NUM_OF
7177#define bcmolt_xgpon_ni_cpu_packets_failure_id_all_properties BCMOLT_XGPON_NI_CPU_PACKETS_FAILURE_ID__NUM_OF
7178#define bcmolt_xgpon_ni_cpu_packets_id_all_properties BCMOLT_XGPON_NI_CPU_PACKETS_ID__NUM_OF
7179#define bcmolt_xgpon_ni_broadcast_ploam_packet_id_all_properties BCMOLT_XGPON_NI_BROADCAST_PLOAM_PACKET_ID__NUM_OF
7180#define bcmolt_xgpon_ni_rogue_detection_completed_id_all_properties BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID__NUM_OF
7181#define bcmolt_xgpon_ni_deactivate_all_onus_completed_id_all_properties BCMOLT_XGPON_NI_DEACTIVATE_ALL_ONUS_COMPLETED_ID__NUM_OF
7182#define bcmolt_xgpon_ni_disable_all_onus_completed_id_all_properties BCMOLT_XGPON_NI_DISABLE_ALL_ONUS_COMPLETED_ID__NUM_OF
7183#define bcmolt_xgpon_ni_activate_all_onus_completed_id_all_properties BCMOLT_XGPON_NI_ACTIVATE_ALL_ONUS_COMPLETED_ID__NUM_OF
7184#define bcmolt_xgpon_ni_enable_all_onus_completed_id_all_properties BCMOLT_XGPON_NI_ENABLE_ALL_ONUS_COMPLETED_ID__NUM_OF
7185#define bcmolt_xgpon_ni_tod_request_completed_id_all_properties BCMOLT_XGPON_NI_TOD_REQUEST_COMPLETED_ID__NUM_OF
7186#define bcmolt_xgpon_ni_tod_request_id_all_properties BCMOLT_XGPON_NI_TOD_REQUEST_ID__NUM_OF
7187#define bcmolt_xgpon_ni_start_onu_upgrade_id_all_properties BCMOLT_XGPON_NI_START_ONU_UPGRADE_ID__NUM_OF
7188#define bcmolt_xgpon_ni_onu_upgrade_complete_id_all_properties BCMOLT_XGPON_NI_ONU_UPGRADE_COMPLETE_ID__NUM_OF
7189#define bcmolt_xgpon_ni_rogue_onu_special_map_cycle_start_id_all_properties BCMOLT_XGPON_NI_ROGUE_ONU_SPECIAL_MAP_CYCLE_START_ID__NUM_OF
7190#define bcmolt_xgpon_ni_adjust_tx_wavelength_id_all_properties BCMOLT_XGPON_NI_ADJUST_TX_WAVELENGTH_ID__NUM_OF
7191#define bcmolt_xgpon_ni_stat_cfg_id_all_properties BCMOLT_XGPON_NI_STAT_CFG_ID__NUM_OF
7192#define bcmolt_xgpon_ni_stat_alarm_raised_id_all_properties BCMOLT_XGPON_NI_STAT_ALARM_RAISED_ID__NUM_OF
7193#define bcmolt_xgpon_ni_stat_alarm_cleared_id_all_properties BCMOLT_XGPON_NI_STAT_ALARM_CLEARED_ID__NUM_OF
7194#define bcmolt_xgpon_ni_auto_cfg_id_all_properties BCMOLT_XGPON_NI_AUTO_CFG_ID__NUM_OF
7195#define bcmolt_xgpon_onu_key_id_all_properties BCMOLT_XGPON_ONU_KEY_ID__NUM_OF
7196#define bcmolt_xgpon_onu_cfg_id_all_properties BCMOLT_XGPON_ONU_CFG_ID__NUM_OF
7197#define bcmolt_xgpon_onu_stat_id_all_properties BCMOLT_XGPON_ONU_STAT_ID__NUM_OF
7198#define bcmolt_xgpon_onu_set_onu_state_id_all_properties BCMOLT_XGPON_ONU_SET_ONU_STATE_ID__NUM_OF
7199#define bcmolt_xgpon_onu_rssi_measurement_id_all_properties BCMOLT_XGPON_ONU_RSSI_MEASUREMENT_ID__NUM_OF
7200#define bcmolt_xgpon_onu_onu_alarm_id_all_properties BCMOLT_XGPON_ONU_ONU_ALARM_ID__NUM_OF
7201#define bcmolt_xgpon_onu_dowi_id_all_properties BCMOLT_XGPON_ONU_DOWI_ID__NUM_OF
7202#define bcmolt_xgpon_onu_sfi_id_all_properties BCMOLT_XGPON_ONU_SFI_ID__NUM_OF
7203#define bcmolt_xgpon_onu_sdi_id_all_properties BCMOLT_XGPON_ONU_SDI_ID__NUM_OF
7204#define bcmolt_xgpon_onu_dfi_id_all_properties BCMOLT_XGPON_ONU_DFI_ID__NUM_OF
7205#define bcmolt_xgpon_onu_pqsi_id_all_properties BCMOLT_XGPON_ONU_PQSI_ID__NUM_OF
7206#define bcmolt_xgpon_onu_sufi_id_all_properties BCMOLT_XGPON_ONU_SUFI_ID__NUM_OF
7207#define bcmolt_xgpon_onu_tiwi_id_all_properties BCMOLT_XGPON_ONU_TIWI_ID__NUM_OF
7208#define bcmolt_xgpon_onu_looci_id_all_properties BCMOLT_XGPON_ONU_LOOCI_ID__NUM_OF
7209#define bcmolt_xgpon_onu_ranging_completed_id_all_properties BCMOLT_XGPON_ONU_RANGING_COMPLETED_ID__NUM_OF
7210#define bcmolt_xgpon_onu_onu_activation_completed_id_all_properties BCMOLT_XGPON_ONU_ONU_ACTIVATION_COMPLETED_ID__NUM_OF
7211#define bcmolt_xgpon_onu_onu_deactivation_completed_id_all_properties BCMOLT_XGPON_ONU_ONU_DEACTIVATION_COMPLETED_ID__NUM_OF
7212#define bcmolt_xgpon_onu_onu_enable_completed_id_all_properties BCMOLT_XGPON_ONU_ONU_ENABLE_COMPLETED_ID__NUM_OF
7213#define bcmolt_xgpon_onu_onu_disable_completed_id_all_properties BCMOLT_XGPON_ONU_ONU_DISABLE_COMPLETED_ID__NUM_OF
7214#define bcmolt_xgpon_onu_rssi_measurement_completed_id_all_properties BCMOLT_XGPON_ONU_RSSI_MEASUREMENT_COMPLETED_ID__NUM_OF
7215#define bcmolt_xgpon_onu_invalid_dbru_report_id_all_properties BCMOLT_XGPON_ONU_INVALID_DBRU_REPORT_ID__NUM_OF
7216#define bcmolt_xgpon_onu_key_exchange_completed_id_all_properties BCMOLT_XGPON_ONU_KEY_EXCHANGE_COMPLETED_ID__NUM_OF
7217#define bcmolt_xgpon_onu_key_exchange_key_request_timeout_id_all_properties BCMOLT_XGPON_ONU_KEY_EXCHANGE_KEY_REQUEST_TIMEOUT_ID__NUM_OF
7218#define bcmolt_xgpon_onu_key_exchange_cycle_skipped_id_all_properties BCMOLT_XGPON_ONU_KEY_EXCHANGE_CYCLE_SKIPPED_ID__NUM_OF
7219#define bcmolt_xgpon_onu_key_exchange_key_mismatch_id_all_properties BCMOLT_XGPON_ONU_KEY_EXCHANGE_KEY_MISMATCH_ID__NUM_OF
7220#define bcmolt_xgpon_onu_optical_reflection_id_all_properties BCMOLT_XGPON_ONU_OPTICAL_REFLECTION_ID__NUM_OF
7221#define bcmolt_xgpon_onu_ploam_packet_id_all_properties BCMOLT_XGPON_ONU_PLOAM_PACKET_ID__NUM_OF
7222#define bcmolt_xgpon_onu_cpu_packets_id_all_properties BCMOLT_XGPON_ONU_CPU_PACKETS_ID__NUM_OF
7223#define bcmolt_xgpon_onu_cpu_packet_id_all_properties BCMOLT_XGPON_ONU_CPU_PACKET_ID__NUM_OF
7224#define bcmolt_xgpon_onu_omci_packet_id_all_properties BCMOLT_XGPON_ONU_OMCI_PACKET_ID__NUM_OF
7225#define bcmolt_xgpon_onu_dgi_id_all_properties BCMOLT_XGPON_ONU_DGI_ID__NUM_OF
7226#define bcmolt_xgpon_onu_power_management_state_change_id_all_properties BCMOLT_XGPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID__NUM_OF
7227#define bcmolt_xgpon_onu_possible_drift_id_all_properties BCMOLT_XGPON_ONU_POSSIBLE_DRIFT_ID__NUM_OF
7228#define bcmolt_xgpon_onu_request_registration_id_all_properties BCMOLT_XGPON_ONU_REQUEST_REGISTRATION_ID__NUM_OF
7229#define bcmolt_xgpon_onu_change_power_levelling_id_all_properties BCMOLT_XGPON_ONU_CHANGE_POWER_LEVELLING_ID__NUM_OF
7230#define bcmolt_xgpon_onu_get_power_level_id_all_properties BCMOLT_XGPON_ONU_GET_POWER_LEVEL_ID__NUM_OF
7231#define bcmolt_xgpon_onu_get_power_consumption_id_all_properties BCMOLT_XGPON_ONU_GET_POWER_CONSUMPTION_ID__NUM_OF
7232#define bcmolt_xgpon_onu_adjust_tx_wavelength_id_all_properties BCMOLT_XGPON_ONU_ADJUST_TX_WAVELENGTH_ID__NUM_OF
7233#define bcmolt_xgpon_onu_registration_id_id_all_properties BCMOLT_XGPON_ONU_REGISTRATION_ID_ID__NUM_OF
7234#define bcmolt_xgpon_onu_power_level_report_id_all_properties BCMOLT_XGPON_ONU_POWER_LEVEL_REPORT_ID__NUM_OF
7235#define bcmolt_xgpon_onu_power_consumption_report_id_all_properties BCMOLT_XGPON_ONU_POWER_CONSUMPTION_REPORT_ID__NUM_OF
7236#define bcmolt_xgpon_onu_secure_mutual_authentication_id_all_properties BCMOLT_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_ID__NUM_OF
7237#define bcmolt_xgpon_onu_secure_mutual_authentication_failure_id_all_properties BCMOLT_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_FAILURE_ID__NUM_OF
7238#define bcmolt_xgpon_onu_onu_tuning_in_id_all_properties BCMOLT_XGPON_ONU_ONU_TUNING_IN_ID__NUM_OF
7239#define bcmolt_xgpon_onu_onu_tuning_out_id_all_properties BCMOLT_XGPON_ONU_ONU_TUNING_OUT_ID__NUM_OF
7240#define bcmolt_xgpon_onu_onu_tuning_out_completed_id_all_properties BCMOLT_XGPON_ONU_ONU_TUNING_OUT_COMPLETED_ID__NUM_OF
7241#define bcmolt_xgpon_onu_onu_tuning_in_completed_id_all_properties BCMOLT_XGPON_ONU_ONU_TUNING_IN_COMPLETED_ID__NUM_OF
7242#define bcmolt_xgpon_onu_tuning_response_id_all_properties BCMOLT_XGPON_ONU_TUNING_RESPONSE_ID__NUM_OF
7243#define bcmolt_xgpon_onu_stat_cfg_id_all_properties BCMOLT_XGPON_ONU_STAT_CFG_ID__NUM_OF
7244#define bcmolt_xgpon_onu_stat_alarm_raised_id_all_properties BCMOLT_XGPON_ONU_STAT_ALARM_RAISED_ID__NUM_OF
7245#define bcmolt_xgpon_onu_stat_alarm_cleared_id_all_properties BCMOLT_XGPON_ONU_STAT_ALARM_CLEARED_ID__NUM_OF
7246#define bcmolt_xgpon_onu_auto_cfg_id_all_properties BCMOLT_XGPON_ONU_AUTO_CFG_ID__NUM_OF
7247#define bcmolt_xgpon_trx_key_id_all_properties BCMOLT_XGPON_TRX_KEY_ID__NUM_OF
7248#define bcmolt_xgpon_trx_cfg_id_all_properties BCMOLT_XGPON_TRX_CFG_ID__NUM_OF
7249#define bcmolt_xpon_serdes_key_id_all_properties BCMOLT_XPON_SERDES_KEY_ID__NUM_OF
7250#define bcmolt_xpon_serdes_cfg_id_all_properties BCMOLT_XPON_SERDES_CFG_ID__NUM_OF
7251
7252/* The following are required for the API Init/Set/etc macros */
7253#define bcmolt_obj_id__begin BCMOLT_OBJ_ID__BEGIN
7254#define bcmolt_obj_id_ae_ni BCMOLT_OBJ_ID_AE_NI
7255#define bcmolt_obj_id_ae_path_ds BCMOLT_OBJ_ID_AE_PATH_DS
7256#define bcmolt_obj_id_ae_path_us BCMOLT_OBJ_ID_AE_PATH_US
7257#define bcmolt_obj_id_channel BCMOLT_OBJ_ID_CHANNEL
7258#define bcmolt_obj_id_debug BCMOLT_OBJ_ID_DEBUG
7259#define bcmolt_obj_id_device BCMOLT_OBJ_ID_DEVICE
7260#define bcmolt_obj_id_epon_denied_link BCMOLT_OBJ_ID_EPON_DENIED_LINK
7261#define bcmolt_obj_id_epon_link BCMOLT_OBJ_ID_EPON_LINK
7262#define bcmolt_obj_id_epon_ni BCMOLT_OBJ_ID_EPON_NI
7263#define bcmolt_obj_id_epon_onu_10g_us BCMOLT_OBJ_ID_EPON_ONU_10G_US
7264#define bcmolt_obj_id_epon_onu_1g_us BCMOLT_OBJ_ID_EPON_ONU_1G_US
7265#define bcmolt_obj_id_epon_path_10g_ds BCMOLT_OBJ_ID_EPON_PATH_10G_DS
7266#define bcmolt_obj_id_epon_path_10g_us BCMOLT_OBJ_ID_EPON_PATH_10G_US
7267#define bcmolt_obj_id_epon_path_1g_ds BCMOLT_OBJ_ID_EPON_PATH_1G_DS
7268#define bcmolt_obj_id_epon_path_1g_us BCMOLT_OBJ_ID_EPON_PATH_1G_US
7269#define bcmolt_obj_id_epon_rp BCMOLT_OBJ_ID_EPON_RP
7270#define bcmolt_obj_id_gpio BCMOLT_OBJ_ID_GPIO
7271#define bcmolt_obj_id_gpon_alloc BCMOLT_OBJ_ID_GPON_ALLOC
7272#define bcmolt_obj_id_gpon_gem_port BCMOLT_OBJ_ID_GPON_GEM_PORT
7273#define bcmolt_obj_id_gpon_iwf BCMOLT_OBJ_ID_GPON_IWF
7274#define bcmolt_obj_id_gpon_iwf_ds_egress_flow BCMOLT_OBJ_ID_GPON_IWF_DS_EGRESS_FLOW
7275#define bcmolt_obj_id_gpon_iwf_ds_ingress_flow BCMOLT_OBJ_ID_GPON_IWF_DS_INGRESS_FLOW
7276#define bcmolt_obj_id_gpon_iwf_mac_table BCMOLT_OBJ_ID_GPON_IWF_MAC_TABLE
7277#define bcmolt_obj_id_gpon_iwf_us_flow BCMOLT_OBJ_ID_GPON_IWF_US_FLOW
7278#define bcmolt_obj_id_gpon_ni BCMOLT_OBJ_ID_GPON_NI
7279#define bcmolt_obj_id_gpon_onu BCMOLT_OBJ_ID_GPON_ONU
7280#define bcmolt_obj_id_gpon_trx BCMOLT_OBJ_ID_GPON_TRX
7281#define bcmolt_obj_id_log_entry BCMOLT_OBJ_ID_LOG_ENTRY
7282#define bcmolt_obj_id_logger BCMOLT_OBJ_ID_LOGGER
7283#define bcmolt_obj_id_nni BCMOLT_OBJ_ID_NNI
7284#define bcmolt_obj_id_nni_serdes BCMOLT_OBJ_ID_NNI_SERDES
7285#define bcmolt_obj_id_software_error BCMOLT_OBJ_ID_SOFTWARE_ERROR
7286#define bcmolt_obj_id_trx_calibration BCMOLT_OBJ_ID_TRX_CALIBRATION
7287#define bcmolt_obj_id_xgpon_alloc BCMOLT_OBJ_ID_XGPON_ALLOC
7288#define bcmolt_obj_id_xgpon_gem_port BCMOLT_OBJ_ID_XGPON_GEM_PORT
7289#define bcmolt_obj_id_xgpon_iwf BCMOLT_OBJ_ID_XGPON_IWF
7290#define bcmolt_obj_id_xgpon_ni BCMOLT_OBJ_ID_XGPON_NI
7291#define bcmolt_obj_id_xgpon_onu BCMOLT_OBJ_ID_XGPON_ONU
7292#define bcmolt_obj_id_xgpon_trx BCMOLT_OBJ_ID_XGPON_TRX
7293#define bcmolt_obj_id_xpon_serdes BCMOLT_OBJ_ID_XPON_SERDES
7294#define bcmolt_obj_id__num_of BCMOLT_OBJ_ID__NUM_OF
7295#define bcmolt_ae_ni_oper_id__begin BCMOLT_AE_NI_OPER_ID__BEGIN
7296#define bcmolt_ae_ni_oper_id_set_ae_ni_en_state BCMOLT_AE_NI_OPER_ID_SET_AE_NI_EN_STATE
7297#define bcmolt_ae_ni_oper_id__num_of BCMOLT_AE_NI_OPER_ID__NUM_OF
7298#define bcmolt_ae_path_ds_auto_id__begin BCMOLT_AE_PATH_DS_AUTO_ID__BEGIN
7299#define bcmolt_ae_path_ds_auto_id_stat_alarm_cleared BCMOLT_AE_PATH_DS_AUTO_ID_STAT_ALARM_CLEARED
7300#define bcmolt_ae_path_ds_auto_id_stat_alarm_raised BCMOLT_AE_PATH_DS_AUTO_ID_STAT_ALARM_RAISED
7301#define bcmolt_ae_path_ds_auto_id__num_of BCMOLT_AE_PATH_DS_AUTO_ID__NUM_OF
7302#define bcmolt_ae_path_us_auto_id__begin BCMOLT_AE_PATH_US_AUTO_ID__BEGIN
7303#define bcmolt_ae_path_us_auto_id_stat_alarm_cleared BCMOLT_AE_PATH_US_AUTO_ID_STAT_ALARM_CLEARED
7304#define bcmolt_ae_path_us_auto_id_stat_alarm_raised BCMOLT_AE_PATH_US_AUTO_ID_STAT_ALARM_RAISED
7305#define bcmolt_ae_path_us_auto_id__num_of BCMOLT_AE_PATH_US_AUTO_ID__NUM_OF
7306#define bcmolt_debug_auto_id__begin BCMOLT_DEBUG_AUTO_ID__BEGIN
7307#define bcmolt_debug_auto_id_cli_output BCMOLT_DEBUG_AUTO_ID_CLI_OUTPUT
7308#define bcmolt_debug_auto_id_file_almost_full BCMOLT_DEBUG_AUTO_ID_FILE_ALMOST_FULL
7309#define bcmolt_debug_auto_id__num_of BCMOLT_DEBUG_AUTO_ID__NUM_OF
7310#define bcmolt_debug_oper_id__begin BCMOLT_DEBUG_OPER_ID__BEGIN
7311#define bcmolt_debug_oper_id_cli_input BCMOLT_DEBUG_OPER_ID_CLI_INPUT
7312#define bcmolt_debug_oper_id_reset_api_capture BCMOLT_DEBUG_OPER_ID_RESET_API_CAPTURE
7313#define bcmolt_debug_oper_id_start_api_capture BCMOLT_DEBUG_OPER_ID_START_API_CAPTURE
7314#define bcmolt_debug_oper_id_stop_api_capture BCMOLT_DEBUG_OPER_ID_STOP_API_CAPTURE
7315#define bcmolt_debug_oper_id__num_of BCMOLT_DEBUG_OPER_ID__NUM_OF
7316#define bcmolt_device_auto_id__begin BCMOLT_DEVICE_AUTO_ID__BEGIN
7317#define bcmolt_device_auto_id_connection_complete BCMOLT_DEVICE_AUTO_ID_CONNECTION_COMPLETE
7318#define bcmolt_device_auto_id_connection_established BCMOLT_DEVICE_AUTO_ID_CONNECTION_ESTABLISHED
7319#define bcmolt_device_auto_id_connection_failure BCMOLT_DEVICE_AUTO_ID_CONNECTION_FAILURE
7320#define bcmolt_device_auto_id_ddr_test_complete BCMOLT_DEVICE_AUTO_ID_DDR_TEST_COMPLETE
7321#define bcmolt_device_auto_id_device_keep_alive BCMOLT_DEVICE_AUTO_ID_DEVICE_KEEP_ALIVE
7322#define bcmolt_device_auto_id_device_ready BCMOLT_DEVICE_AUTO_ID_DEVICE_READY
7323#define bcmolt_device_auto_id_disconnection_complete BCMOLT_DEVICE_AUTO_ID_DISCONNECTION_COMPLETE
7324#define bcmolt_device_auto_id_image_transfer_complete BCMOLT_DEVICE_AUTO_ID_IMAGE_TRANSFER_COMPLETE
7325#define bcmolt_device_auto_id_indications_dropped BCMOLT_DEVICE_AUTO_ID_INDICATIONS_DROPPED
7326#define bcmolt_device_auto_id_sw_error BCMOLT_DEVICE_AUTO_ID_SW_ERROR
7327#define bcmolt_device_auto_id_sw_exception BCMOLT_DEVICE_AUTO_ID_SW_EXCEPTION
7328#define bcmolt_device_auto_id__num_of BCMOLT_DEVICE_AUTO_ID__NUM_OF
7329#define bcmolt_device_oper_id__begin BCMOLT_DEVICE_OPER_ID__BEGIN
7330#define bcmolt_device_oper_id_connect BCMOLT_DEVICE_OPER_ID_CONNECT
7331#define bcmolt_device_oper_id_disconnect BCMOLT_DEVICE_OPER_ID_DISCONNECT
7332#define bcmolt_device_oper_id_host_keep_alive BCMOLT_DEVICE_OPER_ID_HOST_KEEP_ALIVE
7333#define bcmolt_device_oper_id_image_transfer_data BCMOLT_DEVICE_OPER_ID_IMAGE_TRANSFER_DATA
7334#define bcmolt_device_oper_id_image_transfer_start BCMOLT_DEVICE_OPER_ID_IMAGE_TRANSFER_START
7335#define bcmolt_device_oper_id_reset BCMOLT_DEVICE_OPER_ID_RESET
7336#define bcmolt_device_oper_id_run_ddr_test BCMOLT_DEVICE_OPER_ID_RUN_DDR_TEST
7337#define bcmolt_device_oper_id_sw_upgrade_activate BCMOLT_DEVICE_OPER_ID_SW_UPGRADE_ACTIVATE
7338#define bcmolt_device_oper_id__num_of BCMOLT_DEVICE_OPER_ID__NUM_OF
7339#define bcmolt_epon_denied_link_auto_id__begin BCMOLT_EPON_DENIED_LINK_AUTO_ID__BEGIN
7340#define bcmolt_epon_denied_link_auto_id_laser_on_off_violation BCMOLT_EPON_DENIED_LINK_AUTO_ID_LASER_ON_OFF_VIOLATION
7341#define bcmolt_epon_denied_link_auto_id_llid_pool_empty_violation BCMOLT_EPON_DENIED_LINK_AUTO_ID_LLID_POOL_EMPTY_VIOLATION
7342#define bcmolt_epon_denied_link_auto_id_max_link_violation BCMOLT_EPON_DENIED_LINK_AUTO_ID_MAX_LINK_VIOLATION
7343#define bcmolt_epon_denied_link_auto_id_overhead_profile_violation BCMOLT_EPON_DENIED_LINK_AUTO_ID_OVERHEAD_PROFILE_VIOLATION
7344#define bcmolt_epon_denied_link_auto_id_range_violation BCMOLT_EPON_DENIED_LINK_AUTO_ID_RANGE_VIOLATION
7345#define bcmolt_epon_denied_link_auto_id_rogue_violation BCMOLT_EPON_DENIED_LINK_AUTO_ID_ROGUE_VIOLATION
7346#define bcmolt_epon_denied_link_auto_id_system_resource_violation BCMOLT_EPON_DENIED_LINK_AUTO_ID_SYSTEM_RESOURCE_VIOLATION
7347#define bcmolt_epon_denied_link_auto_id_tdm_channels_exhausted BCMOLT_EPON_DENIED_LINK_AUTO_ID_TDM_CHANNELS_EXHAUSTED
7348#define bcmolt_epon_denied_link_auto_id_unknown_link_violation BCMOLT_EPON_DENIED_LINK_AUTO_ID_UNKNOWN_LINK_VIOLATION
7349#define bcmolt_epon_denied_link_auto_id_upstream_bandwidth_violation BCMOLT_EPON_DENIED_LINK_AUTO_ID_UPSTREAM_BANDWIDTH_VIOLATION
7350#define bcmolt_epon_denied_link_auto_id__num_of BCMOLT_EPON_DENIED_LINK_AUTO_ID__NUM_OF
7351#define bcmolt_epon_link_auto_id__begin BCMOLT_EPON_LINK_AUTO_ID__BEGIN
7352#define bcmolt_epon_link_auto_id_duplicate_mpcp_registration_request BCMOLT_EPON_LINK_AUTO_ID_DUPLICATE_MPCP_REGISTRATION_REQUEST
7353#define bcmolt_epon_link_auto_id_encryption_enabled BCMOLT_EPON_LINK_AUTO_ID_ENCRYPTION_ENABLED
7354#define bcmolt_epon_link_auto_id_key_exchange_failure BCMOLT_EPON_LINK_AUTO_ID_KEY_EXCHANGE_FAILURE
7355#define bcmolt_epon_link_auto_id_key_exchange_started BCMOLT_EPON_LINK_AUTO_ID_KEY_EXCHANGE_STARTED
7356#define bcmolt_epon_link_auto_id_key_exchange_stopped BCMOLT_EPON_LINK_AUTO_ID_KEY_EXCHANGE_STOPPED
7357#define bcmolt_epon_link_auto_id_link_deleted BCMOLT_EPON_LINK_AUTO_ID_LINK_DELETED
7358#define bcmolt_epon_link_auto_id_link_speed_mismatch BCMOLT_EPON_LINK_AUTO_ID_LINK_SPEED_MISMATCH
7359#define bcmolt_epon_link_auto_id_mpcp_deregistered BCMOLT_EPON_LINK_AUTO_ID_MPCP_DEREGISTERED
7360#define bcmolt_epon_link_auto_id_mpcp_discovered BCMOLT_EPON_LINK_AUTO_ID_MPCP_DISCOVERED
7361#define bcmolt_epon_link_auto_id_mpcp_reg_ack_timeout BCMOLT_EPON_LINK_AUTO_ID_MPCP_REG_ACK_TIMEOUT
7362#define bcmolt_epon_link_auto_id_mpcp_report_timeout BCMOLT_EPON_LINK_AUTO_ID_MPCP_REPORT_TIMEOUT
7363#define bcmolt_epon_link_auto_id_oam_keepalive_timeout BCMOLT_EPON_LINK_AUTO_ID_OAM_KEEPALIVE_TIMEOUT
7364#define bcmolt_epon_link_auto_id_oam_keepalive_timer_started BCMOLT_EPON_LINK_AUTO_ID_OAM_KEEPALIVE_TIMER_STARTED
7365#define bcmolt_epon_link_auto_id_oam_keepalive_timer_stopped BCMOLT_EPON_LINK_AUTO_ID_OAM_KEEPALIVE_TIMER_STOPPED
7366#define bcmolt_epon_link_auto_id_preprovisioned_link_created BCMOLT_EPON_LINK_AUTO_ID_PREPROVISIONED_LINK_CREATED
7367#define bcmolt_epon_link_auto_id_protection_switch_occurred BCMOLT_EPON_LINK_AUTO_ID_PROTECTION_SWITCH_OCCURRED
7368#define bcmolt_epon_link_auto_id_range_value_changed BCMOLT_EPON_LINK_AUTO_ID_RANGE_VALUE_CHANGED
7369#define bcmolt_epon_link_auto_id_rerange_failure BCMOLT_EPON_LINK_AUTO_ID_RERANGE_FAILURE
7370#define bcmolt_epon_link_auto_id_stat_alarm_cleared BCMOLT_EPON_LINK_AUTO_ID_STAT_ALARM_CLEARED
7371#define bcmolt_epon_link_auto_id_stat_alarm_raised BCMOLT_EPON_LINK_AUTO_ID_STAT_ALARM_RAISED
7372#define bcmolt_epon_link_auto_id_static_registration_done BCMOLT_EPON_LINK_AUTO_ID_STATIC_REGISTRATION_DONE
7373#define bcmolt_epon_link_auto_id__num_of BCMOLT_EPON_LINK_AUTO_ID__NUM_OF
7374#define bcmolt_epon_link_oper_id__begin BCMOLT_EPON_LINK_OPER_ID__BEGIN
7375#define bcmolt_epon_link_oper_id_delete_link BCMOLT_EPON_LINK_OPER_ID_DELETE_LINK
7376#define bcmolt_epon_link_oper_id_force_rediscovery BCMOLT_EPON_LINK_OPER_ID_FORCE_REDISCOVERY
7377#define bcmolt_epon_link_oper_id_key_exchange_start BCMOLT_EPON_LINK_OPER_ID_KEY_EXCHANGE_START
7378#define bcmolt_epon_link_oper_id_key_exchange_stop BCMOLT_EPON_LINK_OPER_ID_KEY_EXCHANGE_STOP
7379#define bcmolt_epon_link_oper_id_oam_keepalive_timer_start BCMOLT_EPON_LINK_OPER_ID_OAM_KEEPALIVE_TIMER_START
7380#define bcmolt_epon_link_oper_id_oam_keepalive_timer_stop BCMOLT_EPON_LINK_OPER_ID_OAM_KEEPALIVE_TIMER_STOP
7381#define bcmolt_epon_link_oper_id_static_registration BCMOLT_EPON_LINK_OPER_ID_STATIC_REGISTRATION
7382#define bcmolt_epon_link_oper_id__num_of BCMOLT_EPON_LINK_OPER_ID__NUM_OF
7383#define bcmolt_epon_link_proxy_id__begin BCMOLT_EPON_LINK_PROXY_ID__BEGIN
7384#define bcmolt_epon_link_proxy_id_inject_frame BCMOLT_EPON_LINK_PROXY_ID_INJECT_FRAME
7385#define bcmolt_epon_link_proxy_id__num_of BCMOLT_EPON_LINK_PROXY_ID__NUM_OF
7386#define bcmolt_epon_link_proxy_rx_id__begin BCMOLT_EPON_LINK_PROXY_RX_ID__BEGIN
7387#define bcmolt_epon_link_proxy_rx_id_frame_captured BCMOLT_EPON_LINK_PROXY_RX_ID_FRAME_CAPTURED
7388#define bcmolt_epon_link_proxy_rx_id__num_of BCMOLT_EPON_LINK_PROXY_RX_ID__NUM_OF
7389#define bcmolt_epon_ni_auto_id__begin BCMOLT_EPON_NI_AUTO_ID__BEGIN
7390#define bcmolt_epon_ni_auto_id_auto_rogue_scan_10g_failure BCMOLT_EPON_NI_AUTO_ID_AUTO_ROGUE_SCAN_10G_FAILURE
7391#define bcmolt_epon_ni_auto_id_auto_rogue_scan_1g_failure BCMOLT_EPON_NI_AUTO_ID_AUTO_ROGUE_SCAN_1G_FAILURE
7392#define bcmolt_epon_ni_auto_id_llid_quarantined BCMOLT_EPON_NI_AUTO_ID_LLID_QUARANTINED
7393#define bcmolt_epon_ni_auto_id_mpcp_timestamp_changed BCMOLT_EPON_NI_AUTO_ID_MPCP_TIMESTAMP_CHANGED
7394#define bcmolt_epon_ni_auto_id_no_reports BCMOLT_EPON_NI_AUTO_ID_NO_REPORTS
7395#define bcmolt_epon_ni_auto_id_onu_upgrade_complete BCMOLT_EPON_NI_AUTO_ID_ONU_UPGRADE_COMPLETE
7396#define bcmolt_epon_ni_auto_id_rerange_failure BCMOLT_EPON_NI_AUTO_ID_RERANGE_FAILURE
7397#define bcmolt_epon_ni_auto_id_rogue_scan_complete BCMOLT_EPON_NI_AUTO_ID_ROGUE_SCAN_COMPLETE
7398#define bcmolt_epon_ni_auto_id_rssi_measurement_completed BCMOLT_EPON_NI_AUTO_ID_RSSI_MEASUREMENT_COMPLETED
7399#define bcmolt_epon_ni_auto_id_state_change_completed BCMOLT_EPON_NI_AUTO_ID_STATE_CHANGE_COMPLETED
7400#define bcmolt_epon_ni_auto_id__num_of BCMOLT_EPON_NI_AUTO_ID__NUM_OF
7401#define bcmolt_epon_ni_oper_id__begin BCMOLT_EPON_NI_OPER_ID__BEGIN
7402#define bcmolt_epon_ni_oper_id_add_link BCMOLT_EPON_NI_OPER_ID_ADD_LINK
7403#define bcmolt_epon_ni_oper_id_add_multicast_link BCMOLT_EPON_NI_OPER_ID_ADD_MULTICAST_LINK
7404#define bcmolt_epon_ni_oper_id_add_protected_standby_link BCMOLT_EPON_NI_OPER_ID_ADD_PROTECTED_STANDBY_LINK
7405#define bcmolt_epon_ni_oper_id_issue_rssi_grant BCMOLT_EPON_NI_OPER_ID_ISSUE_RSSI_GRANT
7406#define bcmolt_epon_ni_oper_id_protection_switching_apply_rerange_delta BCMOLT_EPON_NI_OPER_ID_PROTECTION_SWITCHING_APPLY_RERANGE_DELTA
7407#define bcmolt_epon_ni_oper_id_rogue_llid_scan BCMOLT_EPON_NI_OPER_ID_ROGUE_LLID_SCAN
7408#define bcmolt_epon_ni_oper_id_set_epon_ni_en_state BCMOLT_EPON_NI_OPER_ID_SET_EPON_NI_EN_STATE
7409#define bcmolt_epon_ni_oper_id_start_onu_upgrade BCMOLT_EPON_NI_OPER_ID_START_ONU_UPGRADE
7410#define bcmolt_epon_ni_oper_id__num_of BCMOLT_EPON_NI_OPER_ID__NUM_OF
7411#define bcmolt_epon_onu_10g_us_auto_id__begin BCMOLT_EPON_ONU_10G_US_AUTO_ID__BEGIN
7412#define bcmolt_epon_onu_10g_us_auto_id_stat_alarm_cleared BCMOLT_EPON_ONU_10G_US_AUTO_ID_STAT_ALARM_CLEARED
7413#define bcmolt_epon_onu_10g_us_auto_id_stat_alarm_raised BCMOLT_EPON_ONU_10G_US_AUTO_ID_STAT_ALARM_RAISED
7414#define bcmolt_epon_onu_10g_us_auto_id__num_of BCMOLT_EPON_ONU_10G_US_AUTO_ID__NUM_OF
7415#define bcmolt_epon_onu_1g_us_auto_id__begin BCMOLT_EPON_ONU_1G_US_AUTO_ID__BEGIN
7416#define bcmolt_epon_onu_1g_us_auto_id_stat_alarm_cleared BCMOLT_EPON_ONU_1G_US_AUTO_ID_STAT_ALARM_CLEARED
7417#define bcmolt_epon_onu_1g_us_auto_id_stat_alarm_raised BCMOLT_EPON_ONU_1G_US_AUTO_ID_STAT_ALARM_RAISED
7418#define bcmolt_epon_onu_1g_us_auto_id__num_of BCMOLT_EPON_ONU_1G_US_AUTO_ID__NUM_OF
7419#define bcmolt_epon_path_10g_ds_auto_id__begin BCMOLT_EPON_PATH_10G_DS_AUTO_ID__BEGIN
7420#define bcmolt_epon_path_10g_ds_auto_id_stat_alarm_cleared BCMOLT_EPON_PATH_10G_DS_AUTO_ID_STAT_ALARM_CLEARED
7421#define bcmolt_epon_path_10g_ds_auto_id_stat_alarm_raised BCMOLT_EPON_PATH_10G_DS_AUTO_ID_STAT_ALARM_RAISED
7422#define bcmolt_epon_path_10g_ds_auto_id__num_of BCMOLT_EPON_PATH_10G_DS_AUTO_ID__NUM_OF
7423#define bcmolt_epon_path_10g_us_auto_id__begin BCMOLT_EPON_PATH_10G_US_AUTO_ID__BEGIN
7424#define bcmolt_epon_path_10g_us_auto_id_stat_alarm_cleared BCMOLT_EPON_PATH_10G_US_AUTO_ID_STAT_ALARM_CLEARED
7425#define bcmolt_epon_path_10g_us_auto_id_stat_alarm_raised BCMOLT_EPON_PATH_10G_US_AUTO_ID_STAT_ALARM_RAISED
7426#define bcmolt_epon_path_10g_us_auto_id__num_of BCMOLT_EPON_PATH_10G_US_AUTO_ID__NUM_OF
7427#define bcmolt_epon_path_1g_ds_auto_id__begin BCMOLT_EPON_PATH_1G_DS_AUTO_ID__BEGIN
7428#define bcmolt_epon_path_1g_ds_auto_id_stat_alarm_cleared BCMOLT_EPON_PATH_1G_DS_AUTO_ID_STAT_ALARM_CLEARED
7429#define bcmolt_epon_path_1g_ds_auto_id_stat_alarm_raised BCMOLT_EPON_PATH_1G_DS_AUTO_ID_STAT_ALARM_RAISED
7430#define bcmolt_epon_path_1g_ds_auto_id__num_of BCMOLT_EPON_PATH_1G_DS_AUTO_ID__NUM_OF
7431#define bcmolt_epon_path_1g_us_auto_id__begin BCMOLT_EPON_PATH_1G_US_AUTO_ID__BEGIN
7432#define bcmolt_epon_path_1g_us_auto_id_stat_alarm_cleared BCMOLT_EPON_PATH_1G_US_AUTO_ID_STAT_ALARM_CLEARED
7433#define bcmolt_epon_path_1g_us_auto_id_stat_alarm_raised BCMOLT_EPON_PATH_1G_US_AUTO_ID_STAT_ALARM_RAISED
7434#define bcmolt_epon_path_1g_us_auto_id__num_of BCMOLT_EPON_PATH_1G_US_AUTO_ID__NUM_OF
7435#define bcmolt_gpon_alloc_auto_id__begin BCMOLT_GPON_ALLOC_AUTO_ID__BEGIN
7436#define bcmolt_gpon_alloc_auto_id_configuration_completed BCMOLT_GPON_ALLOC_AUTO_ID_CONFIGURATION_COMPLETED
7437#define bcmolt_gpon_alloc_auto_id_get_alloc_stats_completed BCMOLT_GPON_ALLOC_AUTO_ID_GET_ALLOC_STATS_COMPLETED
7438#define bcmolt_gpon_alloc_auto_id_stat_alarm_cleared BCMOLT_GPON_ALLOC_AUTO_ID_STAT_ALARM_CLEARED
7439#define bcmolt_gpon_alloc_auto_id_stat_alarm_raised BCMOLT_GPON_ALLOC_AUTO_ID_STAT_ALARM_RAISED
7440#define bcmolt_gpon_alloc_auto_id__num_of BCMOLT_GPON_ALLOC_AUTO_ID__NUM_OF
7441#define bcmolt_gpon_alloc_oper_id__begin BCMOLT_GPON_ALLOC_OPER_ID__BEGIN
7442#define bcmolt_gpon_alloc_oper_id_get_stats BCMOLT_GPON_ALLOC_OPER_ID_GET_STATS
7443#define bcmolt_gpon_alloc_oper_id_set_state BCMOLT_GPON_ALLOC_OPER_ID_SET_STATE
7444#define bcmolt_gpon_alloc_oper_id__num_of BCMOLT_GPON_ALLOC_OPER_ID__NUM_OF
7445#define bcmolt_gpon_gem_port_auto_id__begin BCMOLT_GPON_GEM_PORT_AUTO_ID__BEGIN
7446#define bcmolt_gpon_gem_port_auto_id_configuration_completed BCMOLT_GPON_GEM_PORT_AUTO_ID_CONFIGURATION_COMPLETED
7447#define bcmolt_gpon_gem_port_auto_id_stat_alarm_cleared BCMOLT_GPON_GEM_PORT_AUTO_ID_STAT_ALARM_CLEARED
7448#define bcmolt_gpon_gem_port_auto_id_stat_alarm_raised BCMOLT_GPON_GEM_PORT_AUTO_ID_STAT_ALARM_RAISED
7449#define bcmolt_gpon_gem_port_auto_id__num_of BCMOLT_GPON_GEM_PORT_AUTO_ID__NUM_OF
7450#define bcmolt_gpon_gem_port_oper_id__begin BCMOLT_GPON_GEM_PORT_OPER_ID__BEGIN
7451#define bcmolt_gpon_gem_port_oper_id_set_state BCMOLT_GPON_GEM_PORT_OPER_ID_SET_STATE
7452#define bcmolt_gpon_gem_port_oper_id__num_of BCMOLT_GPON_GEM_PORT_OPER_ID__NUM_OF
7453#define bcmolt_gpon_iwf_auto_id__begin BCMOLT_GPON_IWF_AUTO_ID__BEGIN
7454#define bcmolt_gpon_iwf_auto_id_flush_mac_table_completed BCMOLT_GPON_IWF_AUTO_ID_FLUSH_MAC_TABLE_COMPLETED
7455#define bcmolt_gpon_iwf_auto_id_scan_mac_table_completed BCMOLT_GPON_IWF_AUTO_ID_SCAN_MAC_TABLE_COMPLETED
7456#define bcmolt_gpon_iwf_auto_id_stat_alarm_cleared BCMOLT_GPON_IWF_AUTO_ID_STAT_ALARM_CLEARED
7457#define bcmolt_gpon_iwf_auto_id_stat_alarm_raised BCMOLT_GPON_IWF_AUTO_ID_STAT_ALARM_RAISED
7458#define bcmolt_gpon_iwf_auto_id__num_of BCMOLT_GPON_IWF_AUTO_ID__NUM_OF
7459#define bcmolt_gpon_iwf_oper_id__begin BCMOLT_GPON_IWF_OPER_ID__BEGIN
7460#define bcmolt_gpon_iwf_oper_id_flush_mac_table BCMOLT_GPON_IWF_OPER_ID_FLUSH_MAC_TABLE
7461#define bcmolt_gpon_iwf_oper_id_scan_mac_table BCMOLT_GPON_IWF_OPER_ID_SCAN_MAC_TABLE
7462#define bcmolt_gpon_iwf_oper_id__num_of BCMOLT_GPON_IWF_OPER_ID__NUM_OF
7463#define bcmolt_gpon_iwf_mac_table_auto_id__begin BCMOLT_GPON_IWF_MAC_TABLE_AUTO_ID__BEGIN
7464#define bcmolt_gpon_iwf_mac_table_auto_id_mac_aged BCMOLT_GPON_IWF_MAC_TABLE_AUTO_ID_MAC_AGED
7465#define bcmolt_gpon_iwf_mac_table_auto_id_mac_dropped BCMOLT_GPON_IWF_MAC_TABLE_AUTO_ID_MAC_DROPPED
7466#define bcmolt_gpon_iwf_mac_table_auto_id_mac_move BCMOLT_GPON_IWF_MAC_TABLE_AUTO_ID_MAC_MOVE
7467#define bcmolt_gpon_iwf_mac_table_auto_id_new_mac BCMOLT_GPON_IWF_MAC_TABLE_AUTO_ID_NEW_MAC
7468#define bcmolt_gpon_iwf_mac_table_auto_id__num_of BCMOLT_GPON_IWF_MAC_TABLE_AUTO_ID__NUM_OF
7469#define bcmolt_gpon_ni_auto_id__begin BCMOLT_GPON_NI_AUTO_ID__BEGIN
7470#define bcmolt_gpon_ni_auto_id_activate_all_onus_completed BCMOLT_GPON_NI_AUTO_ID_ACTIVATE_ALL_ONUS_COMPLETED
7471#define bcmolt_gpon_ni_auto_id_cpu_packets_failure BCMOLT_GPON_NI_AUTO_ID_CPU_PACKETS_FAILURE
7472#define bcmolt_gpon_ni_auto_id_deactivate_all_onus_completed BCMOLT_GPON_NI_AUTO_ID_DEACTIVATE_ALL_ONUS_COMPLETED
7473#define bcmolt_gpon_ni_auto_id_disable_all_onus_completed BCMOLT_GPON_NI_AUTO_ID_DISABLE_ALL_ONUS_COMPLETED
7474#define bcmolt_gpon_ni_auto_id_enable_all_onus_completed BCMOLT_GPON_NI_AUTO_ID_ENABLE_ALL_ONUS_COMPLETED
7475#define bcmolt_gpon_ni_auto_id_los BCMOLT_GPON_NI_AUTO_ID_LOS
7476#define bcmolt_gpon_ni_auto_id_onu_discovered BCMOLT_GPON_NI_AUTO_ID_ONU_DISCOVERED
7477#define bcmolt_gpon_ni_auto_id_onu_upgrade_complete BCMOLT_GPON_NI_AUTO_ID_ONU_UPGRADE_COMPLETE
7478#define bcmolt_gpon_ni_auto_id_protection_switching_onus_ranged BCMOLT_GPON_NI_AUTO_ID_PROTECTION_SWITCHING_ONUS_RANGED
7479#define bcmolt_gpon_ni_auto_id_protection_switching_switchover_completed BCMOLT_GPON_NI_AUTO_ID_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED
7480#define bcmolt_gpon_ni_auto_id_protection_switching_traffic_resume BCMOLT_GPON_NI_AUTO_ID_PROTECTION_SWITCHING_TRAFFIC_RESUME
7481#define bcmolt_gpon_ni_auto_id_rogue_detection_completed BCMOLT_GPON_NI_AUTO_ID_ROGUE_DETECTION_COMPLETED
7482#define bcmolt_gpon_ni_auto_id_rogue_onu_special_map_cycle_start BCMOLT_GPON_NI_AUTO_ID_ROGUE_ONU_SPECIAL_MAP_CYCLE_START
7483#define bcmolt_gpon_ni_auto_id_serial_number_acquisition_cycle_start BCMOLT_GPON_NI_AUTO_ID_SERIAL_NUMBER_ACQUISITION_CYCLE_START
7484#define bcmolt_gpon_ni_auto_id_standby_pon_monitoring_cycle_completed BCMOLT_GPON_NI_AUTO_ID_STANDBY_PON_MONITORING_CYCLE_COMPLETED
7485#define bcmolt_gpon_ni_auto_id_stat_alarm_cleared BCMOLT_GPON_NI_AUTO_ID_STAT_ALARM_CLEARED
7486#define bcmolt_gpon_ni_auto_id_stat_alarm_raised BCMOLT_GPON_NI_AUTO_ID_STAT_ALARM_RAISED
7487#define bcmolt_gpon_ni_auto_id_state_change_completed BCMOLT_GPON_NI_AUTO_ID_STATE_CHANGE_COMPLETED
7488#define bcmolt_gpon_ni_auto_id_tod_request_completed BCMOLT_GPON_NI_AUTO_ID_TOD_REQUEST_COMPLETED
7489#define bcmolt_gpon_ni_auto_id__num_of BCMOLT_GPON_NI_AUTO_ID__NUM_OF
7490#define bcmolt_gpon_ni_oper_id__begin BCMOLT_GPON_NI_OPER_ID__BEGIN
7491#define bcmolt_gpon_ni_oper_id_disable_serial_number BCMOLT_GPON_NI_OPER_ID_DISABLE_SERIAL_NUMBER
7492#define bcmolt_gpon_ni_oper_id_protection_switching_type_c_set_multiple_onu_state BCMOLT_GPON_NI_OPER_ID_PROTECTION_SWITCHING_TYPE_C_SET_MULTIPLE_ONU_STATE
7493#define bcmolt_gpon_ni_oper_id_reset BCMOLT_GPON_NI_OPER_ID_RESET
7494#define bcmolt_gpon_ni_oper_id_rogue_detection_window BCMOLT_GPON_NI_OPER_ID_ROGUE_DETECTION_WINDOW
7495#define bcmolt_gpon_ni_oper_id_set_onu_state BCMOLT_GPON_NI_OPER_ID_SET_ONU_STATE
7496#define bcmolt_gpon_ni_oper_id_set_pon_state BCMOLT_GPON_NI_OPER_ID_SET_PON_STATE
7497#define bcmolt_gpon_ni_oper_id_single_request_standby_pon_monitoring BCMOLT_GPON_NI_OPER_ID_SINGLE_REQUEST_STANDBY_PON_MONITORING
7498#define bcmolt_gpon_ni_oper_id_start_onu_upgrade BCMOLT_GPON_NI_OPER_ID_START_ONU_UPGRADE
7499#define bcmolt_gpon_ni_oper_id_tod_request BCMOLT_GPON_NI_OPER_ID_TOD_REQUEST
7500#define bcmolt_gpon_ni_oper_id__num_of BCMOLT_GPON_NI_OPER_ID__NUM_OF
7501#define bcmolt_gpon_ni_proxy_id__begin BCMOLT_GPON_NI_PROXY_ID__BEGIN
7502#define bcmolt_gpon_ni_proxy_id_broadcast_ploam_packet BCMOLT_GPON_NI_PROXY_ID_BROADCAST_PLOAM_PACKET
7503#define bcmolt_gpon_ni_proxy_id_cpu_packets BCMOLT_GPON_NI_PROXY_ID_CPU_PACKETS
7504#define bcmolt_gpon_ni_proxy_id__num_of BCMOLT_GPON_NI_PROXY_ID__NUM_OF
7505#define bcmolt_gpon_onu_auto_id__begin BCMOLT_GPON_ONU_AUTO_ID__BEGIN
7506#define bcmolt_gpon_onu_auto_id_ber_interval_configuration_completed BCMOLT_GPON_ONU_AUTO_ID_BER_INTERVAL_CONFIGURATION_COMPLETED
7507#define bcmolt_gpon_onu_auto_id_dfi BCMOLT_GPON_ONU_AUTO_ID_DFI
7508#define bcmolt_gpon_onu_auto_id_dgi BCMOLT_GPON_ONU_AUTO_ID_DGI
7509#define bcmolt_gpon_onu_auto_id_dowi BCMOLT_GPON_ONU_AUTO_ID_DOWI
7510#define bcmolt_gpon_onu_auto_id_err BCMOLT_GPON_ONU_AUTO_ID_ERR
7511#define bcmolt_gpon_onu_auto_id_invalid_dbru_report BCMOLT_GPON_ONU_AUTO_ID_INVALID_DBRU_REPORT
7512#define bcmolt_gpon_onu_auto_id_key_exchange_completed BCMOLT_GPON_ONU_AUTO_ID_KEY_EXCHANGE_COMPLETED
7513#define bcmolt_gpon_onu_auto_id_key_exchange_cycle_skipped BCMOLT_GPON_ONU_AUTO_ID_KEY_EXCHANGE_CYCLE_SKIPPED
7514#define bcmolt_gpon_onu_auto_id_key_exchange_decrypt_required BCMOLT_GPON_ONU_AUTO_ID_KEY_EXCHANGE_DECRYPT_REQUIRED
7515#define bcmolt_gpon_onu_auto_id_key_exchange_key_mismatch BCMOLT_GPON_ONU_AUTO_ID_KEY_EXCHANGE_KEY_MISMATCH
7516#define bcmolt_gpon_onu_auto_id_key_exchange_key_request_timeout BCMOLT_GPON_ONU_AUTO_ID_KEY_EXCHANGE_KEY_REQUEST_TIMEOUT
7517#define bcmolt_gpon_onu_auto_id_key_exchange_unconsecutive_index BCMOLT_GPON_ONU_AUTO_ID_KEY_EXCHANGE_UNCONSECUTIVE_INDEX
7518#define bcmolt_gpon_onu_auto_id_loai BCMOLT_GPON_ONU_AUTO_ID_LOAI
7519#define bcmolt_gpon_onu_auto_id_loki BCMOLT_GPON_ONU_AUTO_ID_LOKI
7520#define bcmolt_gpon_onu_auto_id_memi BCMOLT_GPON_ONU_AUTO_ID_MEMI
7521#define bcmolt_gpon_onu_auto_id_omci_port_id_configuration_completed BCMOLT_GPON_ONU_AUTO_ID_OMCI_PORT_ID_CONFIGURATION_COMPLETED
7522#define bcmolt_gpon_onu_auto_id_onu_activation_completed BCMOLT_GPON_ONU_AUTO_ID_ONU_ACTIVATION_COMPLETED
7523#define bcmolt_gpon_onu_auto_id_onu_activation_standby_completed BCMOLT_GPON_ONU_AUTO_ID_ONU_ACTIVATION_STANDBY_COMPLETED
7524#define bcmolt_gpon_onu_auto_id_onu_alarm BCMOLT_GPON_ONU_AUTO_ID_ONU_ALARM
7525#define bcmolt_gpon_onu_auto_id_onu_deactivation_completed BCMOLT_GPON_ONU_AUTO_ID_ONU_DEACTIVATION_COMPLETED
7526#define bcmolt_gpon_onu_auto_id_onu_disable_completed BCMOLT_GPON_ONU_AUTO_ID_ONU_DISABLE_COMPLETED
7527#define bcmolt_gpon_onu_auto_id_onu_enable_completed BCMOLT_GPON_ONU_AUTO_ID_ONU_ENABLE_COMPLETED
7528#define bcmolt_gpon_onu_auto_id_optical_reflection BCMOLT_GPON_ONU_AUTO_ID_OPTICAL_REFLECTION
7529#define bcmolt_gpon_onu_auto_id_password_authentication_completed BCMOLT_GPON_ONU_AUTO_ID_PASSWORD_AUTHENTICATION_COMPLETED
7530#define bcmolt_gpon_onu_auto_id_pee BCMOLT_GPON_ONU_AUTO_ID_PEE
7531#define bcmolt_gpon_onu_auto_id_possible_drift BCMOLT_GPON_ONU_AUTO_ID_POSSIBLE_DRIFT
7532#define bcmolt_gpon_onu_auto_id_power_management_state_change BCMOLT_GPON_ONU_AUTO_ID_POWER_MANAGEMENT_STATE_CHANGE
7533#define bcmolt_gpon_onu_auto_id_pst BCMOLT_GPON_ONU_AUTO_ID_PST
7534#define bcmolt_gpon_onu_auto_id_ranging_completed BCMOLT_GPON_ONU_AUTO_ID_RANGING_COMPLETED
7535#define bcmolt_gpon_onu_auto_id_rei BCMOLT_GPON_ONU_AUTO_ID_REI
7536#define bcmolt_gpon_onu_auto_id_rssi_measurement_completed BCMOLT_GPON_ONU_AUTO_ID_RSSI_MEASUREMENT_COMPLETED
7537#define bcmolt_gpon_onu_auto_id_sdi BCMOLT_GPON_ONU_AUTO_ID_SDI
7538#define bcmolt_gpon_onu_auto_id_sfi BCMOLT_GPON_ONU_AUTO_ID_SFI
7539#define bcmolt_gpon_onu_auto_id_stat_alarm_cleared BCMOLT_GPON_ONU_AUTO_ID_STAT_ALARM_CLEARED
7540#define bcmolt_gpon_onu_auto_id_stat_alarm_raised BCMOLT_GPON_ONU_AUTO_ID_STAT_ALARM_RAISED
7541#define bcmolt_gpon_onu_auto_id_sufi BCMOLT_GPON_ONU_AUTO_ID_SUFI
7542#define bcmolt_gpon_onu_auto_id_tiwi BCMOLT_GPON_ONU_AUTO_ID_TIWI
7543#define bcmolt_gpon_onu_auto_id__num_of BCMOLT_GPON_ONU_AUTO_ID__NUM_OF
7544#define bcmolt_gpon_onu_oper_id__begin BCMOLT_GPON_ONU_OPER_ID__BEGIN
7545#define bcmolt_gpon_onu_oper_id_change_power_level BCMOLT_GPON_ONU_OPER_ID_CHANGE_POWER_LEVEL
7546#define bcmolt_gpon_onu_oper_id_rssi_measurement BCMOLT_GPON_ONU_OPER_ID_RSSI_MEASUREMENT
7547#define bcmolt_gpon_onu_oper_id_set_onu_state BCMOLT_GPON_ONU_OPER_ID_SET_ONU_STATE
7548#define bcmolt_gpon_onu_oper_id__num_of BCMOLT_GPON_ONU_OPER_ID__NUM_OF
7549#define bcmolt_gpon_onu_proxy_id__begin BCMOLT_GPON_ONU_PROXY_ID__BEGIN
7550#define bcmolt_gpon_onu_proxy_id_cpu_packets BCMOLT_GPON_ONU_PROXY_ID_CPU_PACKETS
7551#define bcmolt_gpon_onu_proxy_id_ploam_packet BCMOLT_GPON_ONU_PROXY_ID_PLOAM_PACKET
7552#define bcmolt_gpon_onu_proxy_id__num_of BCMOLT_GPON_ONU_PROXY_ID__NUM_OF
7553#define bcmolt_gpon_onu_proxy_rx_id__begin BCMOLT_GPON_ONU_PROXY_RX_ID__BEGIN
7554#define bcmolt_gpon_onu_proxy_rx_id_cpu_packet BCMOLT_GPON_ONU_PROXY_RX_ID_CPU_PACKET
7555#define bcmolt_gpon_onu_proxy_rx_id_omci_packet BCMOLT_GPON_ONU_PROXY_RX_ID_OMCI_PACKET
7556#define bcmolt_gpon_onu_proxy_rx_id__num_of BCMOLT_GPON_ONU_PROXY_RX_ID__NUM_OF
7557#define bcmolt_log_entry_auto_id__begin BCMOLT_LOG_ENTRY_AUTO_ID__BEGIN
7558#define bcmolt_log_entry_auto_id_stat_alarm_cleared BCMOLT_LOG_ENTRY_AUTO_ID_STAT_ALARM_CLEARED
7559#define bcmolt_log_entry_auto_id_stat_alarm_raised BCMOLT_LOG_ENTRY_AUTO_ID_STAT_ALARM_RAISED
7560#define bcmolt_log_entry_auto_id__num_of BCMOLT_LOG_ENTRY_AUTO_ID__NUM_OF
7561#define bcmolt_logger_auto_id__begin BCMOLT_LOGGER_AUTO_ID__BEGIN
7562#define bcmolt_logger_auto_id_stat_alarm_cleared BCMOLT_LOGGER_AUTO_ID_STAT_ALARM_CLEARED
7563#define bcmolt_logger_auto_id_stat_alarm_raised BCMOLT_LOGGER_AUTO_ID_STAT_ALARM_RAISED
7564#define bcmolt_logger_auto_id__num_of BCMOLT_LOGGER_AUTO_ID__NUM_OF
7565#define bcmolt_logger_oper_id__begin BCMOLT_LOGGER_OPER_ID__BEGIN
7566#define bcmolt_logger_oper_id_clear_log BCMOLT_LOGGER_OPER_ID_CLEAR_LOG
7567#define bcmolt_logger_oper_id__num_of BCMOLT_LOGGER_OPER_ID__NUM_OF
7568#define bcmolt_nni_auto_id__begin BCMOLT_NNI_AUTO_ID__BEGIN
7569#define bcmolt_nni_auto_id_stat_alarm_cleared BCMOLT_NNI_AUTO_ID_STAT_ALARM_CLEARED
7570#define bcmolt_nni_auto_id_stat_alarm_raised BCMOLT_NNI_AUTO_ID_STAT_ALARM_RAISED
7571#define bcmolt_nni_auto_id_status_changed BCMOLT_NNI_AUTO_ID_STATUS_CHANGED
7572#define bcmolt_nni_auto_id__num_of BCMOLT_NNI_AUTO_ID__NUM_OF
7573#define bcmolt_trx_calibration_auto_id__begin BCMOLT_TRX_CALIBRATION_AUTO_ID__BEGIN
7574#define bcmolt_trx_calibration_auto_id_capture_window_and_statistic_completed BCMOLT_TRX_CALIBRATION_AUTO_ID_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED
7575#define bcmolt_trx_calibration_auto_id__num_of BCMOLT_TRX_CALIBRATION_AUTO_ID__NUM_OF
7576#define bcmolt_trx_calibration_oper_id__begin BCMOLT_TRX_CALIBRATION_OPER_ID__BEGIN
7577#define bcmolt_trx_calibration_oper_id_start_capture_window BCMOLT_TRX_CALIBRATION_OPER_ID_START_CAPTURE_WINDOW
7578#define bcmolt_trx_calibration_oper_id_stop_capture_window BCMOLT_TRX_CALIBRATION_OPER_ID_STOP_CAPTURE_WINDOW
7579#define bcmolt_trx_calibration_oper_id__num_of BCMOLT_TRX_CALIBRATION_OPER_ID__NUM_OF
7580#define bcmolt_xgpon_alloc_auto_id__begin BCMOLT_XGPON_ALLOC_AUTO_ID__BEGIN
7581#define bcmolt_xgpon_alloc_auto_id_configuration_completed BCMOLT_XGPON_ALLOC_AUTO_ID_CONFIGURATION_COMPLETED
7582#define bcmolt_xgpon_alloc_auto_id_get_alloc_stats_completed BCMOLT_XGPON_ALLOC_AUTO_ID_GET_ALLOC_STATS_COMPLETED
7583#define bcmolt_xgpon_alloc_auto_id_stat_alarm_cleared BCMOLT_XGPON_ALLOC_AUTO_ID_STAT_ALARM_CLEARED
7584#define bcmolt_xgpon_alloc_auto_id_stat_alarm_raised BCMOLT_XGPON_ALLOC_AUTO_ID_STAT_ALARM_RAISED
7585#define bcmolt_xgpon_alloc_auto_id__num_of BCMOLT_XGPON_ALLOC_AUTO_ID__NUM_OF
7586#define bcmolt_xgpon_alloc_oper_id__begin BCMOLT_XGPON_ALLOC_OPER_ID__BEGIN
7587#define bcmolt_xgpon_alloc_oper_id_get_stats BCMOLT_XGPON_ALLOC_OPER_ID_GET_STATS
7588#define bcmolt_xgpon_alloc_oper_id_set_state BCMOLT_XGPON_ALLOC_OPER_ID_SET_STATE
7589#define bcmolt_xgpon_alloc_oper_id__num_of BCMOLT_XGPON_ALLOC_OPER_ID__NUM_OF
7590#define bcmolt_xgpon_gem_port_auto_id__begin BCMOLT_XGPON_GEM_PORT_AUTO_ID__BEGIN
7591#define bcmolt_xgpon_gem_port_auto_id_stat_alarm_cleared BCMOLT_XGPON_GEM_PORT_AUTO_ID_STAT_ALARM_CLEARED
7592#define bcmolt_xgpon_gem_port_auto_id_stat_alarm_raised BCMOLT_XGPON_GEM_PORT_AUTO_ID_STAT_ALARM_RAISED
7593#define bcmolt_xgpon_gem_port_auto_id__num_of BCMOLT_XGPON_GEM_PORT_AUTO_ID__NUM_OF
7594#define bcmolt_xgpon_ni_auto_id__begin BCMOLT_XGPON_NI_AUTO_ID__BEGIN
7595#define bcmolt_xgpon_ni_auto_id_activate_all_onus_completed BCMOLT_XGPON_NI_AUTO_ID_ACTIVATE_ALL_ONUS_COMPLETED
7596#define bcmolt_xgpon_ni_auto_id_cpu_packets_failure BCMOLT_XGPON_NI_AUTO_ID_CPU_PACKETS_FAILURE
7597#define bcmolt_xgpon_ni_auto_id_deactivate_all_onus_completed BCMOLT_XGPON_NI_AUTO_ID_DEACTIVATE_ALL_ONUS_COMPLETED
7598#define bcmolt_xgpon_ni_auto_id_disable_all_onus_completed BCMOLT_XGPON_NI_AUTO_ID_DISABLE_ALL_ONUS_COMPLETED
7599#define bcmolt_xgpon_ni_auto_id_enable_all_onus_completed BCMOLT_XGPON_NI_AUTO_ID_ENABLE_ALL_ONUS_COMPLETED
7600#define bcmolt_xgpon_ni_auto_id_los BCMOLT_XGPON_NI_AUTO_ID_LOS
7601#define bcmolt_xgpon_ni_auto_id_onu_discovered BCMOLT_XGPON_NI_AUTO_ID_ONU_DISCOVERED
7602#define bcmolt_xgpon_ni_auto_id_onu_upgrade_complete BCMOLT_XGPON_NI_AUTO_ID_ONU_UPGRADE_COMPLETE
7603#define bcmolt_xgpon_ni_auto_id_protection_switching_onus_ranged BCMOLT_XGPON_NI_AUTO_ID_PROTECTION_SWITCHING_ONUS_RANGED
7604#define bcmolt_xgpon_ni_auto_id_protection_switching_switchover_completed BCMOLT_XGPON_NI_AUTO_ID_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED
7605#define bcmolt_xgpon_ni_auto_id_protection_switching_traffic_resume BCMOLT_XGPON_NI_AUTO_ID_PROTECTION_SWITCHING_TRAFFIC_RESUME
7606#define bcmolt_xgpon_ni_auto_id_rogue_detection_completed BCMOLT_XGPON_NI_AUTO_ID_ROGUE_DETECTION_COMPLETED
7607#define bcmolt_xgpon_ni_auto_id_rogue_onu_special_map_cycle_start BCMOLT_XGPON_NI_AUTO_ID_ROGUE_ONU_SPECIAL_MAP_CYCLE_START
7608#define bcmolt_xgpon_ni_auto_id_serial_number_acquisition_cycle_start BCMOLT_XGPON_NI_AUTO_ID_SERIAL_NUMBER_ACQUISITION_CYCLE_START
7609#define bcmolt_xgpon_ni_auto_id_standby_pon_monitoring_cycle_completed BCMOLT_XGPON_NI_AUTO_ID_STANDBY_PON_MONITORING_CYCLE_COMPLETED
7610#define bcmolt_xgpon_ni_auto_id_stat_alarm_cleared BCMOLT_XGPON_NI_AUTO_ID_STAT_ALARM_CLEARED
7611#define bcmolt_xgpon_ni_auto_id_stat_alarm_raised BCMOLT_XGPON_NI_AUTO_ID_STAT_ALARM_RAISED
7612#define bcmolt_xgpon_ni_auto_id_state_change_completed BCMOLT_XGPON_NI_AUTO_ID_STATE_CHANGE_COMPLETED
7613#define bcmolt_xgpon_ni_auto_id_tod_request_completed BCMOLT_XGPON_NI_AUTO_ID_TOD_REQUEST_COMPLETED
7614#define bcmolt_xgpon_ni_auto_id__num_of BCMOLT_XGPON_NI_AUTO_ID__NUM_OF
7615#define bcmolt_xgpon_ni_oper_id__begin BCMOLT_XGPON_NI_OPER_ID__BEGIN
7616#define bcmolt_xgpon_ni_oper_id_adjust_tx_wavelength BCMOLT_XGPON_NI_OPER_ID_ADJUST_TX_WAVELENGTH
7617#define bcmolt_xgpon_ni_oper_id_disable_serial_number BCMOLT_XGPON_NI_OPER_ID_DISABLE_SERIAL_NUMBER
7618#define bcmolt_xgpon_ni_oper_id_reset BCMOLT_XGPON_NI_OPER_ID_RESET
7619#define bcmolt_xgpon_ni_oper_id_rogue_detection_window BCMOLT_XGPON_NI_OPER_ID_ROGUE_DETECTION_WINDOW
7620#define bcmolt_xgpon_ni_oper_id_run_special_bw_map BCMOLT_XGPON_NI_OPER_ID_RUN_SPECIAL_BW_MAP
7621#define bcmolt_xgpon_ni_oper_id_set_onu_state BCMOLT_XGPON_NI_OPER_ID_SET_ONU_STATE
7622#define bcmolt_xgpon_ni_oper_id_set_pon_state BCMOLT_XGPON_NI_OPER_ID_SET_PON_STATE
7623#define bcmolt_xgpon_ni_oper_id_single_request_standby_pon_monitoring BCMOLT_XGPON_NI_OPER_ID_SINGLE_REQUEST_STANDBY_PON_MONITORING
7624#define bcmolt_xgpon_ni_oper_id_start_onu_upgrade BCMOLT_XGPON_NI_OPER_ID_START_ONU_UPGRADE
7625#define bcmolt_xgpon_ni_oper_id_tod_request BCMOLT_XGPON_NI_OPER_ID_TOD_REQUEST
7626#define bcmolt_xgpon_ni_oper_id__num_of BCMOLT_XGPON_NI_OPER_ID__NUM_OF
7627#define bcmolt_xgpon_ni_proxy_id__begin BCMOLT_XGPON_NI_PROXY_ID__BEGIN
7628#define bcmolt_xgpon_ni_proxy_id_broadcast_ploam_packet BCMOLT_XGPON_NI_PROXY_ID_BROADCAST_PLOAM_PACKET
7629#define bcmolt_xgpon_ni_proxy_id_cpu_packets BCMOLT_XGPON_NI_PROXY_ID_CPU_PACKETS
7630#define bcmolt_xgpon_ni_proxy_id__num_of BCMOLT_XGPON_NI_PROXY_ID__NUM_OF
7631#define bcmolt_xgpon_onu_auto_id__begin BCMOLT_XGPON_ONU_AUTO_ID__BEGIN
7632#define bcmolt_xgpon_onu_auto_id_dfi BCMOLT_XGPON_ONU_AUTO_ID_DFI
7633#define bcmolt_xgpon_onu_auto_id_dgi BCMOLT_XGPON_ONU_AUTO_ID_DGI
7634#define bcmolt_xgpon_onu_auto_id_dowi BCMOLT_XGPON_ONU_AUTO_ID_DOWI
7635#define bcmolt_xgpon_onu_auto_id_invalid_dbru_report BCMOLT_XGPON_ONU_AUTO_ID_INVALID_DBRU_REPORT
7636#define bcmolt_xgpon_onu_auto_id_key_exchange_completed BCMOLT_XGPON_ONU_AUTO_ID_KEY_EXCHANGE_COMPLETED
7637#define bcmolt_xgpon_onu_auto_id_key_exchange_cycle_skipped BCMOLT_XGPON_ONU_AUTO_ID_KEY_EXCHANGE_CYCLE_SKIPPED
7638#define bcmolt_xgpon_onu_auto_id_key_exchange_key_mismatch BCMOLT_XGPON_ONU_AUTO_ID_KEY_EXCHANGE_KEY_MISMATCH
7639#define bcmolt_xgpon_onu_auto_id_key_exchange_key_request_timeout BCMOLT_XGPON_ONU_AUTO_ID_KEY_EXCHANGE_KEY_REQUEST_TIMEOUT
7640#define bcmolt_xgpon_onu_auto_id_looci BCMOLT_XGPON_ONU_AUTO_ID_LOOCI
7641#define bcmolt_xgpon_onu_auto_id_onu_activation_completed BCMOLT_XGPON_ONU_AUTO_ID_ONU_ACTIVATION_COMPLETED
7642#define bcmolt_xgpon_onu_auto_id_onu_alarm BCMOLT_XGPON_ONU_AUTO_ID_ONU_ALARM
7643#define bcmolt_xgpon_onu_auto_id_onu_deactivation_completed BCMOLT_XGPON_ONU_AUTO_ID_ONU_DEACTIVATION_COMPLETED
7644#define bcmolt_xgpon_onu_auto_id_onu_disable_completed BCMOLT_XGPON_ONU_AUTO_ID_ONU_DISABLE_COMPLETED
7645#define bcmolt_xgpon_onu_auto_id_onu_enable_completed BCMOLT_XGPON_ONU_AUTO_ID_ONU_ENABLE_COMPLETED
7646#define bcmolt_xgpon_onu_auto_id_onu_tuning_in_completed BCMOLT_XGPON_ONU_AUTO_ID_ONU_TUNING_IN_COMPLETED
7647#define bcmolt_xgpon_onu_auto_id_onu_tuning_out_completed BCMOLT_XGPON_ONU_AUTO_ID_ONU_TUNING_OUT_COMPLETED
7648#define bcmolt_xgpon_onu_auto_id_optical_reflection BCMOLT_XGPON_ONU_AUTO_ID_OPTICAL_REFLECTION
7649#define bcmolt_xgpon_onu_auto_id_possible_drift BCMOLT_XGPON_ONU_AUTO_ID_POSSIBLE_DRIFT
7650#define bcmolt_xgpon_onu_auto_id_power_consumption_report BCMOLT_XGPON_ONU_AUTO_ID_POWER_CONSUMPTION_REPORT
7651#define bcmolt_xgpon_onu_auto_id_power_level_report BCMOLT_XGPON_ONU_AUTO_ID_POWER_LEVEL_REPORT
7652#define bcmolt_xgpon_onu_auto_id_power_management_state_change BCMOLT_XGPON_ONU_AUTO_ID_POWER_MANAGEMENT_STATE_CHANGE
7653#define bcmolt_xgpon_onu_auto_id_pqsi BCMOLT_XGPON_ONU_AUTO_ID_PQSI
7654#define bcmolt_xgpon_onu_auto_id_ranging_completed BCMOLT_XGPON_ONU_AUTO_ID_RANGING_COMPLETED
7655#define bcmolt_xgpon_onu_auto_id_registration_id BCMOLT_XGPON_ONU_AUTO_ID_REGISTRATION_ID
7656#define bcmolt_xgpon_onu_auto_id_rssi_measurement_completed BCMOLT_XGPON_ONU_AUTO_ID_RSSI_MEASUREMENT_COMPLETED
7657#define bcmolt_xgpon_onu_auto_id_sdi BCMOLT_XGPON_ONU_AUTO_ID_SDI
7658#define bcmolt_xgpon_onu_auto_id_secure_mutual_authentication_failure BCMOLT_XGPON_ONU_AUTO_ID_SECURE_MUTUAL_AUTHENTICATION_FAILURE
7659#define bcmolt_xgpon_onu_auto_id_sfi BCMOLT_XGPON_ONU_AUTO_ID_SFI
7660#define bcmolt_xgpon_onu_auto_id_stat_alarm_cleared BCMOLT_XGPON_ONU_AUTO_ID_STAT_ALARM_CLEARED
7661#define bcmolt_xgpon_onu_auto_id_stat_alarm_raised BCMOLT_XGPON_ONU_AUTO_ID_STAT_ALARM_RAISED
7662#define bcmolt_xgpon_onu_auto_id_sufi BCMOLT_XGPON_ONU_AUTO_ID_SUFI
7663#define bcmolt_xgpon_onu_auto_id_tiwi BCMOLT_XGPON_ONU_AUTO_ID_TIWI
7664#define bcmolt_xgpon_onu_auto_id_tuning_response BCMOLT_XGPON_ONU_AUTO_ID_TUNING_RESPONSE
7665#define bcmolt_xgpon_onu_auto_id__num_of BCMOLT_XGPON_ONU_AUTO_ID__NUM_OF
7666#define bcmolt_xgpon_onu_oper_id__begin BCMOLT_XGPON_ONU_OPER_ID__BEGIN
7667#define bcmolt_xgpon_onu_oper_id_adjust_tx_wavelength BCMOLT_XGPON_ONU_OPER_ID_ADJUST_TX_WAVELENGTH
7668#define bcmolt_xgpon_onu_oper_id_change_power_levelling BCMOLT_XGPON_ONU_OPER_ID_CHANGE_POWER_LEVELLING
7669#define bcmolt_xgpon_onu_oper_id_get_power_consumption BCMOLT_XGPON_ONU_OPER_ID_GET_POWER_CONSUMPTION
7670#define bcmolt_xgpon_onu_oper_id_get_power_level BCMOLT_XGPON_ONU_OPER_ID_GET_POWER_LEVEL
7671#define bcmolt_xgpon_onu_oper_id_onu_tuning_in BCMOLT_XGPON_ONU_OPER_ID_ONU_TUNING_IN
7672#define bcmolt_xgpon_onu_oper_id_onu_tuning_out BCMOLT_XGPON_ONU_OPER_ID_ONU_TUNING_OUT
7673#define bcmolt_xgpon_onu_oper_id_request_registration BCMOLT_XGPON_ONU_OPER_ID_REQUEST_REGISTRATION
7674#define bcmolt_xgpon_onu_oper_id_rssi_measurement BCMOLT_XGPON_ONU_OPER_ID_RSSI_MEASUREMENT
7675#define bcmolt_xgpon_onu_oper_id_secure_mutual_authentication BCMOLT_XGPON_ONU_OPER_ID_SECURE_MUTUAL_AUTHENTICATION
7676#define bcmolt_xgpon_onu_oper_id_set_onu_state BCMOLT_XGPON_ONU_OPER_ID_SET_ONU_STATE
7677#define bcmolt_xgpon_onu_oper_id__num_of BCMOLT_XGPON_ONU_OPER_ID__NUM_OF
7678#define bcmolt_xgpon_onu_proxy_id__begin BCMOLT_XGPON_ONU_PROXY_ID__BEGIN
7679#define bcmolt_xgpon_onu_proxy_id_cpu_packets BCMOLT_XGPON_ONU_PROXY_ID_CPU_PACKETS
7680#define bcmolt_xgpon_onu_proxy_id_ploam_packet BCMOLT_XGPON_ONU_PROXY_ID_PLOAM_PACKET
7681#define bcmolt_xgpon_onu_proxy_id__num_of BCMOLT_XGPON_ONU_PROXY_ID__NUM_OF
7682#define bcmolt_xgpon_onu_proxy_rx_id__begin BCMOLT_XGPON_ONU_PROXY_RX_ID__BEGIN
7683#define bcmolt_xgpon_onu_proxy_rx_id_cpu_packet BCMOLT_XGPON_ONU_PROXY_RX_ID_CPU_PACKET
7684#define bcmolt_xgpon_onu_proxy_rx_id_omci_packet BCMOLT_XGPON_ONU_PROXY_RX_ID_OMCI_PACKET
7685#define bcmolt_xgpon_onu_proxy_rx_id__num_of BCMOLT_XGPON_ONU_PROXY_RX_ID__NUM_OF
7686#define bcmolt_ae_ni_key_id_ae_ni BCMOLT_AE_NI_KEY_ID_AE_NI
7687#define bcmolt_ae_ni_key_id__num_of BCMOLT_AE_NI_KEY_ID__NUM_OF
7688#define bcmolt_ae_ni_cfg_id_mac_address BCMOLT_AE_NI_CFG_ID_MAC_ADDRESS
7689#define bcmolt_ae_ni_cfg_id_ae_ni_en BCMOLT_AE_NI_CFG_ID_AE_NI_EN
7690#define bcmolt_ae_ni_cfg_id_mtu_10g BCMOLT_AE_NI_CFG_ID_MTU_10G
7691#define bcmolt_ae_ni_cfg_id_prbs_generator BCMOLT_AE_NI_CFG_ID_PRBS_GENERATOR
7692#define bcmolt_ae_ni_cfg_id_prbs_checker BCMOLT_AE_NI_CFG_ID_PRBS_CHECKER
7693#define bcmolt_ae_ni_cfg_id_prbs_status BCMOLT_AE_NI_CFG_ID_PRBS_STATUS
7694#define bcmolt_ae_ni_cfg_id__num_of BCMOLT_AE_NI_CFG_ID__NUM_OF
7695#define bcmolt_ae_ni_set_ae_ni_en_state_id_new_state BCMOLT_AE_NI_SET_AE_NI_EN_STATE_ID_NEW_STATE
7696#define bcmolt_ae_ni_set_ae_ni_en_state_id__num_of BCMOLT_AE_NI_SET_AE_NI_EN_STATE_ID__NUM_OF
7697#define bcmolt_ae_path_ds_key_id_ae_ni BCMOLT_AE_PATH_DS_KEY_ID_AE_NI
7698#define bcmolt_ae_path_ds_key_id__num_of BCMOLT_AE_PATH_DS_KEY_ID__NUM_OF
7699#define bcmolt_ae_path_ds_stat_id_bytes BCMOLT_AE_PATH_DS_STAT_ID_BYTES
7700#define bcmolt_ae_path_ds_stat_id_frames BCMOLT_AE_PATH_DS_STAT_ID_FRAMES
7701#define bcmolt_ae_path_ds_stat_id_frames_64 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_64
7702#define bcmolt_ae_path_ds_stat_id_frames_65_127 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_65_127
7703#define bcmolt_ae_path_ds_stat_id_frames_128_255 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_128_255
7704#define bcmolt_ae_path_ds_stat_id_frames_256_511 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_256_511
7705#define bcmolt_ae_path_ds_stat_id_frames_512_1023 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_512_1023
7706#define bcmolt_ae_path_ds_stat_id_frames_1024_1518 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_1024_1518
7707#define bcmolt_ae_path_ds_stat_id_frames_1519_2047 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_1519_2047
7708#define bcmolt_ae_path_ds_stat_id_frames_2048_4095 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_2048_4095
7709#define bcmolt_ae_path_ds_stat_id_frames_4096_9216 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_4096_9216
7710#define bcmolt_ae_path_ds_stat_id_frames_9217_16383 BCMOLT_AE_PATH_DS_STAT_ID_FRAMES_9217_16383
7711#define bcmolt_ae_path_ds_stat_id_broadcast_frames BCMOLT_AE_PATH_DS_STAT_ID_BROADCAST_FRAMES
7712#define bcmolt_ae_path_ds_stat_id_data_bytes BCMOLT_AE_PATH_DS_STAT_ID_DATA_BYTES
7713#define bcmolt_ae_path_ds_stat_id_multicast_frames BCMOLT_AE_PATH_DS_STAT_ID_MULTICAST_FRAMES
7714#define bcmolt_ae_path_ds_stat_id_unicast_frames BCMOLT_AE_PATH_DS_STAT_ID_UNICAST_FRAMES
7715#define bcmolt_ae_path_ds_stat_id_abort_frames BCMOLT_AE_PATH_DS_STAT_ID_ABORT_FRAMES
7716#define bcmolt_ae_path_ds_stat_id__num_of BCMOLT_AE_PATH_DS_STAT_ID__NUM_OF
7717#define bcmolt_ae_path_ds_stat_cfg_id_cfg BCMOLT_AE_PATH_DS_STAT_CFG_ID_CFG
7718#define bcmolt_ae_path_ds_stat_cfg_id__num_of BCMOLT_AE_PATH_DS_STAT_CFG_ID__NUM_OF
7719#define bcmolt_ae_path_ds_stat_alarm_cleared_id_stat BCMOLT_AE_PATH_DS_STAT_ALARM_CLEARED_ID_STAT
7720#define bcmolt_ae_path_ds_stat_alarm_cleared_id__num_of BCMOLT_AE_PATH_DS_STAT_ALARM_CLEARED_ID__NUM_OF
7721#define bcmolt_ae_path_ds_stat_alarm_raised_id_stat BCMOLT_AE_PATH_DS_STAT_ALARM_RAISED_ID_STAT
7722#define bcmolt_ae_path_ds_stat_alarm_raised_id__num_of BCMOLT_AE_PATH_DS_STAT_ALARM_RAISED_ID__NUM_OF
7723#define bcmolt_ae_path_ds_auto_cfg_id_stat_alarm_cleared BCMOLT_AE_PATH_DS_AUTO_CFG_ID_STAT_ALARM_CLEARED
7724#define bcmolt_ae_path_ds_auto_cfg_id_stat_alarm_raised BCMOLT_AE_PATH_DS_AUTO_CFG_ID_STAT_ALARM_RAISED
7725#define bcmolt_ae_path_ds_auto_cfg_id__num_of BCMOLT_AE_PATH_DS_AUTO_CFG_ID__NUM_OF
7726#define bcmolt_ae_path_us_key_id_ae_ni BCMOLT_AE_PATH_US_KEY_ID_AE_NI
7727#define bcmolt_ae_path_us_key_id__num_of BCMOLT_AE_PATH_US_KEY_ID__NUM_OF
7728#define bcmolt_ae_path_us_stat_id_bytes BCMOLT_AE_PATH_US_STAT_ID_BYTES
7729#define bcmolt_ae_path_us_stat_id_frames BCMOLT_AE_PATH_US_STAT_ID_FRAMES
7730#define bcmolt_ae_path_us_stat_id_frames_64 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_64
7731#define bcmolt_ae_path_us_stat_id_frames_65_127 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_65_127
7732#define bcmolt_ae_path_us_stat_id_frames_128_255 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_128_255
7733#define bcmolt_ae_path_us_stat_id_frames_256_511 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_256_511
7734#define bcmolt_ae_path_us_stat_id_frames_512_1023 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_512_1023
7735#define bcmolt_ae_path_us_stat_id_frames_1024_1518 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_1024_1518
7736#define bcmolt_ae_path_us_stat_id_frames_1519_2047 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_1519_2047
7737#define bcmolt_ae_path_us_stat_id_frames_2048_4095 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_2048_4095
7738#define bcmolt_ae_path_us_stat_id_frames_4096_9216 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_4096_9216
7739#define bcmolt_ae_path_us_stat_id_frames_9217_16383 BCMOLT_AE_PATH_US_STAT_ID_FRAMES_9217_16383
7740#define bcmolt_ae_path_us_stat_id_broadcast_frames BCMOLT_AE_PATH_US_STAT_ID_BROADCAST_FRAMES
7741#define bcmolt_ae_path_us_stat_id_data_bytes BCMOLT_AE_PATH_US_STAT_ID_DATA_BYTES
7742#define bcmolt_ae_path_us_stat_id_multicast_frames BCMOLT_AE_PATH_US_STAT_ID_MULTICAST_FRAMES
7743#define bcmolt_ae_path_us_stat_id_unicast_frames BCMOLT_AE_PATH_US_STAT_ID_UNICAST_FRAMES
7744#define bcmolt_ae_path_us_stat_id_abort_frames BCMOLT_AE_PATH_US_STAT_ID_ABORT_FRAMES
7745#define bcmolt_ae_path_us_stat_id_fcs_error BCMOLT_AE_PATH_US_STAT_ID_FCS_ERROR
7746#define bcmolt_ae_path_us_stat_id_oversize_error BCMOLT_AE_PATH_US_STAT_ID_OVERSIZE_ERROR
7747#define bcmolt_ae_path_us_stat_id_runt_error BCMOLT_AE_PATH_US_STAT_ID_RUNT_ERROR
7748#define bcmolt_ae_path_us_stat_id__num_of BCMOLT_AE_PATH_US_STAT_ID__NUM_OF
7749#define bcmolt_ae_path_us_stat_cfg_id_cfg BCMOLT_AE_PATH_US_STAT_CFG_ID_CFG
7750#define bcmolt_ae_path_us_stat_cfg_id__num_of BCMOLT_AE_PATH_US_STAT_CFG_ID__NUM_OF
7751#define bcmolt_ae_path_us_stat_alarm_cleared_id_stat BCMOLT_AE_PATH_US_STAT_ALARM_CLEARED_ID_STAT
7752#define bcmolt_ae_path_us_stat_alarm_cleared_id__num_of BCMOLT_AE_PATH_US_STAT_ALARM_CLEARED_ID__NUM_OF
7753#define bcmolt_ae_path_us_stat_alarm_raised_id_stat BCMOLT_AE_PATH_US_STAT_ALARM_RAISED_ID_STAT
7754#define bcmolt_ae_path_us_stat_alarm_raised_id__num_of BCMOLT_AE_PATH_US_STAT_ALARM_RAISED_ID__NUM_OF
7755#define bcmolt_ae_path_us_auto_cfg_id_stat_alarm_cleared BCMOLT_AE_PATH_US_AUTO_CFG_ID_STAT_ALARM_CLEARED
7756#define bcmolt_ae_path_us_auto_cfg_id_stat_alarm_raised BCMOLT_AE_PATH_US_AUTO_CFG_ID_STAT_ALARM_RAISED
7757#define bcmolt_ae_path_us_auto_cfg_id__num_of BCMOLT_AE_PATH_US_AUTO_CFG_ID__NUM_OF
7758#define bcmolt_channel_key_id_pon_ni BCMOLT_CHANNEL_KEY_ID_PON_NI
7759#define bcmolt_channel_key_id__num_of BCMOLT_CHANNEL_KEY_ID__NUM_OF
7760#define bcmolt_channel_cfg_id_operation_control BCMOLT_CHANNEL_CFG_ID_OPERATION_CONTROL
7761#define bcmolt_channel_cfg_id_tol BCMOLT_CHANNEL_CFG_ID_TOL
7762#define bcmolt_channel_cfg_id_system_profile BCMOLT_CHANNEL_CFG_ID_SYSTEM_PROFILE
7763#define bcmolt_channel_cfg_id_channel_profile BCMOLT_CHANNEL_CFG_ID_CHANNEL_PROFILE
7764#define bcmolt_channel_cfg_id__num_of BCMOLT_CHANNEL_CFG_ID__NUM_OF
7765#define bcmolt_debug_key_id_reserved BCMOLT_DEBUG_KEY_ID_RESERVED
7766#define bcmolt_debug_key_id__num_of BCMOLT_DEBUG_KEY_ID__NUM_OF
7767#define bcmolt_debug_cfg_id_console_redirection BCMOLT_DEBUG_CFG_ID_CONSOLE_REDIRECTION
7768#define bcmolt_debug_cfg_id_indications_dropped BCMOLT_DEBUG_CFG_ID_INDICATIONS_DROPPED
7769#define bcmolt_debug_cfg_id_file_used_percent BCMOLT_DEBUG_CFG_ID_FILE_USED_PERCENT
7770#define bcmolt_debug_cfg_id_api_capture_cfg BCMOLT_DEBUG_CFG_ID_API_CAPTURE_CFG
7771#define bcmolt_debug_cfg_id_api_capture_stats BCMOLT_DEBUG_CFG_ID_API_CAPTURE_STATS
7772#define bcmolt_debug_cfg_id_api_capture_buffer_read BCMOLT_DEBUG_CFG_ID_API_CAPTURE_BUFFER_READ
7773#define bcmolt_debug_cfg_id_api_capture_buffer BCMOLT_DEBUG_CFG_ID_API_CAPTURE_BUFFER
7774#define bcmolt_debug_cfg_id__num_of BCMOLT_DEBUG_CFG_ID__NUM_OF
7775#define bcmolt_debug_cli_output_id_data BCMOLT_DEBUG_CLI_OUTPUT_ID_DATA
7776#define bcmolt_debug_cli_output_id__num_of BCMOLT_DEBUG_CLI_OUTPUT_ID__NUM_OF
7777#define bcmolt_debug_file_almost_full_id__num_of BCMOLT_DEBUG_FILE_ALMOST_FULL_ID__NUM_OF
7778#define bcmolt_debug_auto_cfg_id_cli_output BCMOLT_DEBUG_AUTO_CFG_ID_CLI_OUTPUT
7779#define bcmolt_debug_auto_cfg_id_file_almost_full BCMOLT_DEBUG_AUTO_CFG_ID_FILE_ALMOST_FULL
7780#define bcmolt_debug_auto_cfg_id__num_of BCMOLT_DEBUG_AUTO_CFG_ID__NUM_OF
7781#define bcmolt_debug_cli_input_id_data BCMOLT_DEBUG_CLI_INPUT_ID_DATA
7782#define bcmolt_debug_cli_input_id__num_of BCMOLT_DEBUG_CLI_INPUT_ID__NUM_OF
7783#define bcmolt_debug_reset_api_capture_id__num_of BCMOLT_DEBUG_RESET_API_CAPTURE_ID__NUM_OF
7784#define bcmolt_debug_start_api_capture_id__num_of BCMOLT_DEBUG_START_API_CAPTURE_ID__NUM_OF
7785#define bcmolt_debug_stop_api_capture_id__num_of BCMOLT_DEBUG_STOP_API_CAPTURE_ID__NUM_OF
7786#define bcmolt_device_key_id_reserved BCMOLT_DEVICE_KEY_ID_RESERVED
7787#define bcmolt_device_key_id__num_of BCMOLT_DEVICE_KEY_ID__NUM_OF
7788#define bcmolt_device_cfg_id_system_mode BCMOLT_DEVICE_CFG_ID_SYSTEM_MODE
7789#define bcmolt_device_cfg_id_keepalive_interval BCMOLT_DEVICE_CFG_ID_KEEPALIVE_INTERVAL
7790#define bcmolt_device_cfg_id_keepalive_tolerance BCMOLT_DEVICE_CFG_ID_KEEPALIVE_TOLERANCE
7791#define bcmolt_device_cfg_id_firmware_sw_version BCMOLT_DEVICE_CFG_ID_FIRMWARE_SW_VERSION
7792#define bcmolt_device_cfg_id_host_sw_version BCMOLT_DEVICE_CFG_ID_HOST_SW_VERSION
7793#define bcmolt_device_cfg_id_chip_revision BCMOLT_DEVICE_CFG_ID_CHIP_REVISION
7794#define bcmolt_device_cfg_id_state BCMOLT_DEVICE_CFG_ID_STATE
7795#define bcmolt_device_cfg_id_debug BCMOLT_DEVICE_CFG_ID_DEBUG
7796#define bcmolt_device_cfg_id_nni_speed BCMOLT_DEVICE_CFG_ID_NNI_SPEED
7797#define bcmolt_device_cfg_id_protection_switching_ext_irq BCMOLT_DEVICE_CFG_ID_PROTECTION_SWITCHING_EXT_IRQ
7798#define bcmolt_device_cfg_id_epon_clock_transport_sample_delay BCMOLT_DEVICE_CFG_ID_EPON_CLOCK_TRANSPORT_SAMPLE_DELAY
7799#define bcmolt_device_cfg_id_indication_shaping BCMOLT_DEVICE_CFG_ID_INDICATION_SHAPING
7800#define bcmolt_device_cfg_id_chip_temperature BCMOLT_DEVICE_CFG_ID_CHIP_TEMPERATURE
7801#define bcmolt_device_cfg_id_gpon_xgpon_tod_enable BCMOLT_DEVICE_CFG_ID_GPON_XGPON_TOD_ENABLE
7802#define bcmolt_device_cfg_id_gpon_xgpon_tod_gpio_pin BCMOLT_DEVICE_CFG_ID_GPON_XGPON_TOD_GPIO_PIN
7803#define bcmolt_device_cfg_id_gpon_xgpon_tod_connected_internally BCMOLT_DEVICE_CFG_ID_GPON_XGPON_TOD_CONNECTED_INTERNALLY
7804#define bcmolt_device_cfg_id_epon_8021_as_tod_format BCMOLT_DEVICE_CFG_ID_EPON_8021_AS_TOD_FORMAT
7805#define bcmolt_device_cfg_id_epon_shaper_mode BCMOLT_DEVICE_CFG_ID_EPON_SHAPER_MODE
7806#define bcmolt_device_cfg_id_embedded_image_list BCMOLT_DEVICE_CFG_ID_EMBEDDED_IMAGE_LIST
7807#define bcmolt_device_cfg_id_chip_voltage BCMOLT_DEVICE_CFG_ID_CHIP_VOLTAGE
7808#define bcmolt_device_cfg_id_epon_tod_string BCMOLT_DEVICE_CFG_ID_EPON_TOD_STRING
7809#define bcmolt_device_cfg_id_xgpon_num_of_onus BCMOLT_DEVICE_CFG_ID_XGPON_NUM_OF_ONUS
7810#define bcmolt_device_cfg_id_device_ip_address BCMOLT_DEVICE_CFG_ID_DEVICE_IP_ADDRESS
7811#define bcmolt_device_cfg_id_device_udp_port BCMOLT_DEVICE_CFG_ID_DEVICE_UDP_PORT
7812#define bcmolt_device_cfg_id_tod_uart_baudrate BCMOLT_DEVICE_CFG_ID_TOD_UART_BAUDRATE
7813#define bcmolt_device_cfg_id_gpon_xgpon_tod_string_length BCMOLT_DEVICE_CFG_ID_GPON_XGPON_TOD_STRING_LENGTH
7814#define bcmolt_device_cfg_id__num_of BCMOLT_DEVICE_CFG_ID__NUM_OF
7815#define bcmolt_device_connection_complete_id_standalone BCMOLT_DEVICE_CONNECTION_COMPLETE_ID_STANDALONE
7816#define bcmolt_device_connection_complete_id__num_of BCMOLT_DEVICE_CONNECTION_COMPLETE_ID__NUM_OF
7817#define bcmolt_device_connection_established_id__num_of BCMOLT_DEVICE_CONNECTION_ESTABLISHED_ID__NUM_OF
7818#define bcmolt_device_connection_failure_id_reason BCMOLT_DEVICE_CONNECTION_FAILURE_ID_REASON
7819#define bcmolt_device_connection_failure_id__num_of BCMOLT_DEVICE_CONNECTION_FAILURE_ID__NUM_OF
7820#define bcmolt_device_ddr_test_complete_id_ddr_test BCMOLT_DEVICE_DDR_TEST_COMPLETE_ID_DDR_TEST
7821#define bcmolt_device_ddr_test_complete_id__num_of BCMOLT_DEVICE_DDR_TEST_COMPLETE_ID__NUM_OF
7822#define bcmolt_device_device_keep_alive_id_sequence_number BCMOLT_DEVICE_DEVICE_KEEP_ALIVE_ID_SEQUENCE_NUMBER
7823#define bcmolt_device_device_keep_alive_id_time_stamp BCMOLT_DEVICE_DEVICE_KEEP_ALIVE_ID_TIME_STAMP
7824#define bcmolt_device_device_keep_alive_id__num_of BCMOLT_DEVICE_DEVICE_KEEP_ALIVE_ID__NUM_OF
7825#define bcmolt_device_device_ready_id_firmware_sw_version BCMOLT_DEVICE_DEVICE_READY_ID_FIRMWARE_SW_VERSION
7826#define bcmolt_device_device_ready_id_system_mode BCMOLT_DEVICE_DEVICE_READY_ID_SYSTEM_MODE
7827#define bcmolt_device_device_ready_id_nni_speed BCMOLT_DEVICE_DEVICE_READY_ID_NNI_SPEED
7828#define bcmolt_device_device_ready_id_chip_revision BCMOLT_DEVICE_DEVICE_READY_ID_CHIP_REVISION
7829#define bcmolt_device_device_ready_id_tod_enable BCMOLT_DEVICE_DEVICE_READY_ID_TOD_ENABLE
7830#define bcmolt_device_device_ready_id_tod_gpio_pin BCMOLT_DEVICE_DEVICE_READY_ID_TOD_GPIO_PIN
7831#define bcmolt_device_device_ready_id__num_of BCMOLT_DEVICE_DEVICE_READY_ID__NUM_OF
7832#define bcmolt_device_disconnection_complete_id__num_of BCMOLT_DEVICE_DISCONNECTION_COMPLETE_ID__NUM_OF
7833#define bcmolt_device_image_transfer_complete_id_image_type BCMOLT_DEVICE_IMAGE_TRANSFER_COMPLETE_ID_IMAGE_TYPE
7834#define bcmolt_device_image_transfer_complete_id_block_number BCMOLT_DEVICE_IMAGE_TRANSFER_COMPLETE_ID_BLOCK_NUMBER
7835#define bcmolt_device_image_transfer_complete_id_status BCMOLT_DEVICE_IMAGE_TRANSFER_COMPLETE_ID_STATUS
7836#define bcmolt_device_image_transfer_complete_id__num_of BCMOLT_DEVICE_IMAGE_TRANSFER_COMPLETE_ID__NUM_OF
7837#define bcmolt_device_indications_dropped_id_total_count BCMOLT_DEVICE_INDICATIONS_DROPPED_ID_TOTAL_COUNT
7838#define bcmolt_device_indications_dropped_id__num_of BCMOLT_DEVICE_INDICATIONS_DROPPED_ID__NUM_OF
7839#define bcmolt_device_sw_error_id_task_name BCMOLT_DEVICE_SW_ERROR_ID_TASK_NAME
7840#define bcmolt_device_sw_error_id_file_name BCMOLT_DEVICE_SW_ERROR_ID_FILE_NAME
7841#define bcmolt_device_sw_error_id_line_number BCMOLT_DEVICE_SW_ERROR_ID_LINE_NUMBER
7842#define bcmolt_device_sw_error_id_pon_ni BCMOLT_DEVICE_SW_ERROR_ID_PON_NI
7843#define bcmolt_device_sw_error_id__num_of BCMOLT_DEVICE_SW_ERROR_ID__NUM_OF
7844#define bcmolt_device_sw_exception_id_cpu_id BCMOLT_DEVICE_SW_EXCEPTION_ID_CPU_ID
7845#define bcmolt_device_sw_exception_id_text BCMOLT_DEVICE_SW_EXCEPTION_ID_TEXT
7846#define bcmolt_device_sw_exception_id__num_of BCMOLT_DEVICE_SW_EXCEPTION_ID__NUM_OF
7847#define bcmolt_device_auto_cfg_id_connection_complete BCMOLT_DEVICE_AUTO_CFG_ID_CONNECTION_COMPLETE
7848#define bcmolt_device_auto_cfg_id_connection_established BCMOLT_DEVICE_AUTO_CFG_ID_CONNECTION_ESTABLISHED
7849#define bcmolt_device_auto_cfg_id_connection_failure BCMOLT_DEVICE_AUTO_CFG_ID_CONNECTION_FAILURE
7850#define bcmolt_device_auto_cfg_id_ddr_test_complete BCMOLT_DEVICE_AUTO_CFG_ID_DDR_TEST_COMPLETE
7851#define bcmolt_device_auto_cfg_id_device_keep_alive BCMOLT_DEVICE_AUTO_CFG_ID_DEVICE_KEEP_ALIVE
7852#define bcmolt_device_auto_cfg_id_device_ready BCMOLT_DEVICE_AUTO_CFG_ID_DEVICE_READY
7853#define bcmolt_device_auto_cfg_id_disconnection_complete BCMOLT_DEVICE_AUTO_CFG_ID_DISCONNECTION_COMPLETE
7854#define bcmolt_device_auto_cfg_id_image_transfer_complete BCMOLT_DEVICE_AUTO_CFG_ID_IMAGE_TRANSFER_COMPLETE
7855#define bcmolt_device_auto_cfg_id_indications_dropped BCMOLT_DEVICE_AUTO_CFG_ID_INDICATIONS_DROPPED
7856#define bcmolt_device_auto_cfg_id_sw_error BCMOLT_DEVICE_AUTO_CFG_ID_SW_ERROR
7857#define bcmolt_device_auto_cfg_id_sw_exception BCMOLT_DEVICE_AUTO_CFG_ID_SW_EXCEPTION
7858#define bcmolt_device_auto_cfg_id__num_of BCMOLT_DEVICE_AUTO_CFG_ID__NUM_OF
7859#define bcmolt_device_connect_id__num_of BCMOLT_DEVICE_CONNECT_ID__NUM_OF
7860#define bcmolt_device_disconnect_id__num_of BCMOLT_DEVICE_DISCONNECT_ID__NUM_OF
7861#define bcmolt_device_host_keep_alive_id_sequence_number BCMOLT_DEVICE_HOST_KEEP_ALIVE_ID_SEQUENCE_NUMBER
7862#define bcmolt_device_host_keep_alive_id_time_stamp BCMOLT_DEVICE_HOST_KEEP_ALIVE_ID_TIME_STAMP
7863#define bcmolt_device_host_keep_alive_id__num_of BCMOLT_DEVICE_HOST_KEEP_ALIVE_ID__NUM_OF
7864#define bcmolt_device_image_transfer_data_id_block_number BCMOLT_DEVICE_IMAGE_TRANSFER_DATA_ID_BLOCK_NUMBER
7865#define bcmolt_device_image_transfer_data_id_more_data BCMOLT_DEVICE_IMAGE_TRANSFER_DATA_ID_MORE_DATA
7866#define bcmolt_device_image_transfer_data_id_data BCMOLT_DEVICE_IMAGE_TRANSFER_DATA_ID_DATA
7867#define bcmolt_device_image_transfer_data_id__num_of BCMOLT_DEVICE_IMAGE_TRANSFER_DATA_ID__NUM_OF
7868#define bcmolt_device_image_transfer_start_id_image_type BCMOLT_DEVICE_IMAGE_TRANSFER_START_ID_IMAGE_TYPE
7869#define bcmolt_device_image_transfer_start_id_image_size BCMOLT_DEVICE_IMAGE_TRANSFER_START_ID_IMAGE_SIZE
7870#define bcmolt_device_image_transfer_start_id_crc32 BCMOLT_DEVICE_IMAGE_TRANSFER_START_ID_CRC32
7871#define bcmolt_device_image_transfer_start_id_image_name BCMOLT_DEVICE_IMAGE_TRANSFER_START_ID_IMAGE_NAME
7872#define bcmolt_device_image_transfer_start_id__num_of BCMOLT_DEVICE_IMAGE_TRANSFER_START_ID__NUM_OF
7873#define bcmolt_device_reset_id_mode BCMOLT_DEVICE_RESET_ID_MODE
7874#define bcmolt_device_reset_id__num_of BCMOLT_DEVICE_RESET_ID__NUM_OF
7875#define bcmolt_device_run_ddr_test_id_cpu BCMOLT_DEVICE_RUN_DDR_TEST_ID_CPU
7876#define bcmolt_device_run_ddr_test_id_ras_0 BCMOLT_DEVICE_RUN_DDR_TEST_ID_RAS_0
7877#define bcmolt_device_run_ddr_test_id_ras_1 BCMOLT_DEVICE_RUN_DDR_TEST_ID_RAS_1
7878#define bcmolt_device_run_ddr_test_id__num_of BCMOLT_DEVICE_RUN_DDR_TEST_ID__NUM_OF
7879#define bcmolt_device_sw_upgrade_activate_id__num_of BCMOLT_DEVICE_SW_UPGRADE_ACTIVATE_ID__NUM_OF
7880#define bcmolt_epon_denied_link_key_id_epon_ni BCMOLT_EPON_DENIED_LINK_KEY_ID_EPON_NI
7881#define bcmolt_epon_denied_link_key_id_mac_address BCMOLT_EPON_DENIED_LINK_KEY_ID_MAC_ADDRESS
7882#define bcmolt_epon_denied_link_key_id__num_of BCMOLT_EPON_DENIED_LINK_KEY_ID__NUM_OF
7883#define bcmolt_epon_denied_link_cfg_id_alarm_state BCMOLT_EPON_DENIED_LINK_CFG_ID_ALARM_STATE
7884#define bcmolt_epon_denied_link_cfg_id__num_of BCMOLT_EPON_DENIED_LINK_CFG_ID__NUM_OF
7885#define bcmolt_epon_denied_link_laser_on_off_violation_id_alarm_status BCMOLT_EPON_DENIED_LINK_LASER_ON_OFF_VIOLATION_ID_ALARM_STATUS
7886#define bcmolt_epon_denied_link_laser_on_off_violation_id__num_of BCMOLT_EPON_DENIED_LINK_LASER_ON_OFF_VIOLATION_ID__NUM_OF
7887#define bcmolt_epon_denied_link_llid_pool_empty_violation_id_alarm_status BCMOLT_EPON_DENIED_LINK_LLID_POOL_EMPTY_VIOLATION_ID_ALARM_STATUS
7888#define bcmolt_epon_denied_link_llid_pool_empty_violation_id__num_of BCMOLT_EPON_DENIED_LINK_LLID_POOL_EMPTY_VIOLATION_ID__NUM_OF
7889#define bcmolt_epon_denied_link_max_link_violation_id_alarm_status BCMOLT_EPON_DENIED_LINK_MAX_LINK_VIOLATION_ID_ALARM_STATUS
7890#define bcmolt_epon_denied_link_max_link_violation_id__num_of BCMOLT_EPON_DENIED_LINK_MAX_LINK_VIOLATION_ID__NUM_OF
7891#define bcmolt_epon_denied_link_overhead_profile_violation_id_alarm_status BCMOLT_EPON_DENIED_LINK_OVERHEAD_PROFILE_VIOLATION_ID_ALARM_STATUS
7892#define bcmolt_epon_denied_link_overhead_profile_violation_id__num_of BCMOLT_EPON_DENIED_LINK_OVERHEAD_PROFILE_VIOLATION_ID__NUM_OF
7893#define bcmolt_epon_denied_link_range_violation_id_alarm_status BCMOLT_EPON_DENIED_LINK_RANGE_VIOLATION_ID_ALARM_STATUS
7894#define bcmolt_epon_denied_link_range_violation_id__num_of BCMOLT_EPON_DENIED_LINK_RANGE_VIOLATION_ID__NUM_OF
7895#define bcmolt_epon_denied_link_rogue_violation_id_alarm_status BCMOLT_EPON_DENIED_LINK_ROGUE_VIOLATION_ID_ALARM_STATUS
7896#define bcmolt_epon_denied_link_rogue_violation_id__num_of BCMOLT_EPON_DENIED_LINK_ROGUE_VIOLATION_ID__NUM_OF
7897#define bcmolt_epon_denied_link_system_resource_violation_id_alarm_status BCMOLT_EPON_DENIED_LINK_SYSTEM_RESOURCE_VIOLATION_ID_ALARM_STATUS
7898#define bcmolt_epon_denied_link_system_resource_violation_id__num_of BCMOLT_EPON_DENIED_LINK_SYSTEM_RESOURCE_VIOLATION_ID__NUM_OF
7899#define bcmolt_epon_denied_link_tdm_channels_exhausted_id_alarm_status BCMOLT_EPON_DENIED_LINK_TDM_CHANNELS_EXHAUSTED_ID_ALARM_STATUS
7900#define bcmolt_epon_denied_link_tdm_channels_exhausted_id__num_of BCMOLT_EPON_DENIED_LINK_TDM_CHANNELS_EXHAUSTED_ID__NUM_OF
7901#define bcmolt_epon_denied_link_unknown_link_violation_id_alarm_status BCMOLT_EPON_DENIED_LINK_UNKNOWN_LINK_VIOLATION_ID_ALARM_STATUS
7902#define bcmolt_epon_denied_link_unknown_link_violation_id__num_of BCMOLT_EPON_DENIED_LINK_UNKNOWN_LINK_VIOLATION_ID__NUM_OF
7903#define bcmolt_epon_denied_link_upstream_bandwidth_violation_id_alarm_status BCMOLT_EPON_DENIED_LINK_UPSTREAM_BANDWIDTH_VIOLATION_ID_ALARM_STATUS
7904#define bcmolt_epon_denied_link_upstream_bandwidth_violation_id__num_of BCMOLT_EPON_DENIED_LINK_UPSTREAM_BANDWIDTH_VIOLATION_ID__NUM_OF
7905#define bcmolt_epon_denied_link_auto_cfg_id_laser_on_off_violation BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_LASER_ON_OFF_VIOLATION
7906#define bcmolt_epon_denied_link_auto_cfg_id_llid_pool_empty_violation BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_LLID_POOL_EMPTY_VIOLATION
7907#define bcmolt_epon_denied_link_auto_cfg_id_max_link_violation BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_MAX_LINK_VIOLATION
7908#define bcmolt_epon_denied_link_auto_cfg_id_overhead_profile_violation BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_OVERHEAD_PROFILE_VIOLATION
7909#define bcmolt_epon_denied_link_auto_cfg_id_range_violation BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_RANGE_VIOLATION
7910#define bcmolt_epon_denied_link_auto_cfg_id_rogue_violation BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_ROGUE_VIOLATION
7911#define bcmolt_epon_denied_link_auto_cfg_id_system_resource_violation BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_SYSTEM_RESOURCE_VIOLATION
7912#define bcmolt_epon_denied_link_auto_cfg_id_tdm_channels_exhausted BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_TDM_CHANNELS_EXHAUSTED
7913#define bcmolt_epon_denied_link_auto_cfg_id_unknown_link_violation BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_UNKNOWN_LINK_VIOLATION
7914#define bcmolt_epon_denied_link_auto_cfg_id_upstream_bandwidth_violation BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID_UPSTREAM_BANDWIDTH_VIOLATION
7915#define bcmolt_epon_denied_link_auto_cfg_id__num_of BCMOLT_EPON_DENIED_LINK_AUTO_CFG_ID__NUM_OF
7916#define bcmolt_epon_link_key_id_epon_ni BCMOLT_EPON_LINK_KEY_ID_EPON_NI
7917#define bcmolt_epon_link_key_id_mac_address BCMOLT_EPON_LINK_KEY_ID_MAC_ADDRESS
7918#define bcmolt_epon_link_key_id__num_of BCMOLT_EPON_LINK_KEY_ID__NUM_OF
7919#define bcmolt_epon_link_cfg_id_link_rate BCMOLT_EPON_LINK_CFG_ID_LINK_RATE
7920#define bcmolt_epon_link_cfg_id_state_flags BCMOLT_EPON_LINK_CFG_ID_STATE_FLAGS
7921#define bcmolt_epon_link_cfg_id_llid BCMOLT_EPON_LINK_CFG_ID_LLID
7922#define bcmolt_epon_link_cfg_id_laser_on_time_tq BCMOLT_EPON_LINK_CFG_ID_LASER_ON_TIME_TQ
7923#define bcmolt_epon_link_cfg_id_laser_off_time_tq BCMOLT_EPON_LINK_CFG_ID_LASER_OFF_TIME_TQ
7924#define bcmolt_epon_link_cfg_id_range_value_tq BCMOLT_EPON_LINK_CFG_ID_RANGE_VALUE_TQ
7925#define bcmolt_epon_link_cfg_id_distance BCMOLT_EPON_LINK_CFG_ID_DISTANCE
7926#define bcmolt_epon_link_cfg_id_alarm_state BCMOLT_EPON_LINK_CFG_ID_ALARM_STATE
7927#define bcmolt_epon_link_cfg_id_tunnel_id BCMOLT_EPON_LINK_CFG_ID_TUNNEL_ID
7928#define bcmolt_epon_link_cfg_id_onu_id BCMOLT_EPON_LINK_CFG_ID_ONU_ID
7929#define bcmolt_epon_link_cfg_id_min_laser_overhead BCMOLT_EPON_LINK_CFG_ID_MIN_LASER_OVERHEAD
7930#define bcmolt_epon_link_cfg_id_key_exchange_config BCMOLT_EPON_LINK_CFG_ID_KEY_EXCHANGE_CONFIG
7931#define bcmolt_epon_link_cfg_id_epon_encryption BCMOLT_EPON_LINK_CFG_ID_EPON_ENCRYPTION
7932#define bcmolt_epon_link_cfg_id_fec_enable BCMOLT_EPON_LINK_CFG_ID_FEC_ENABLE
7933#define bcmolt_epon_link_cfg_id_oam_heartbeat_config BCMOLT_EPON_LINK_CFG_ID_OAM_HEARTBEAT_CONFIG
7934#define bcmolt_epon_link_cfg_id_upstream_bandwidth BCMOLT_EPON_LINK_CFG_ID_UPSTREAM_BANDWIDTH
7935#define bcmolt_epon_link_cfg_id_ubd_info BCMOLT_EPON_LINK_CFG_ID_UBD_INFO
7936#define bcmolt_epon_link_cfg_id_clock_transport_enable BCMOLT_EPON_LINK_CFG_ID_CLOCK_TRANSPORT_ENABLE
7937#define bcmolt_epon_link_cfg_id_pending_grants BCMOLT_EPON_LINK_CFG_ID_PENDING_GRANTS
7938#define bcmolt_epon_link_cfg_id_link_type BCMOLT_EPON_LINK_CFG_ID_LINK_TYPE
7939#define bcmolt_epon_link_cfg_id__num_of BCMOLT_EPON_LINK_CFG_ID__NUM_OF
7940#define bcmolt_epon_link_stat_id_rx_data_bytes BCMOLT_EPON_LINK_STAT_ID_RX_DATA_BYTES
7941#define bcmolt_epon_link_stat_id_rx_data_frames BCMOLT_EPON_LINK_STAT_ID_RX_DATA_FRAMES
7942#define bcmolt_epon_link_stat_id_rx_frames_64 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_64
7943#define bcmolt_epon_link_stat_id_rx_frames_65_127 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_65_127
7944#define bcmolt_epon_link_stat_id_rx_frames_128_255 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_128_255
7945#define bcmolt_epon_link_stat_id_rx_frames_256_511 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_256_511
7946#define bcmolt_epon_link_stat_id_rx_frames_512_1023 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_512_1023
7947#define bcmolt_epon_link_stat_id_rx_frames_1024_1518 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_1024_1518
7948#define bcmolt_epon_link_stat_id_rx_frames_1519_2047 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_1519_2047
7949#define bcmolt_epon_link_stat_id_rx_frames_2048_4095 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_2048_4095
7950#define bcmolt_epon_link_stat_id_rx_frames_4096_9216 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_4096_9216
7951#define bcmolt_epon_link_stat_id_rx_frames_9217_16383 BCMOLT_EPON_LINK_STAT_ID_RX_FRAMES_9217_16383
7952#define bcmolt_epon_link_stat_id_rx_oam_bytes BCMOLT_EPON_LINK_STAT_ID_RX_OAM_BYTES
7953#define bcmolt_epon_link_stat_id_rx_oam_frames BCMOLT_EPON_LINK_STAT_ID_RX_OAM_FRAMES
7954#define bcmolt_epon_link_stat_id_rx_mpcp_frames BCMOLT_EPON_LINK_STAT_ID_RX_MPCP_FRAMES
7955#define bcmolt_epon_link_stat_id_rx_broadcast_frames BCMOLT_EPON_LINK_STAT_ID_RX_BROADCAST_FRAMES
7956#define bcmolt_epon_link_stat_id_rx_unicast_frames BCMOLT_EPON_LINK_STAT_ID_RX_UNICAST_FRAMES
7957#define bcmolt_epon_link_stat_id_rx_multicast_frames BCMOLT_EPON_LINK_STAT_ID_RX_MULTICAST_FRAMES
7958#define bcmolt_epon_link_stat_id_rx_report_frames BCMOLT_EPON_LINK_STAT_ID_RX_REPORT_FRAMES
7959#define bcmolt_epon_link_stat_id_rx_fcs_error BCMOLT_EPON_LINK_STAT_ID_RX_FCS_ERROR
7960#define bcmolt_epon_link_stat_id_rx_oversize_error BCMOLT_EPON_LINK_STAT_ID_RX_OVERSIZE_ERROR
7961#define bcmolt_epon_link_stat_id_rx_runt_error BCMOLT_EPON_LINK_STAT_ID_RX_RUNT_ERROR
7962#define bcmolt_epon_link_stat_id_rx_line_code_error BCMOLT_EPON_LINK_STAT_ID_RX_LINE_CODE_ERROR
7963#define bcmolt_epon_link_stat_id_rx_line_code_error_max BCMOLT_EPON_LINK_STAT_ID_RX_LINE_CODE_ERROR_MAX
7964#define bcmolt_epon_link_stat_id_tx_data_bytes BCMOLT_EPON_LINK_STAT_ID_TX_DATA_BYTES
7965#define bcmolt_epon_link_stat_id_tx_data_frames BCMOLT_EPON_LINK_STAT_ID_TX_DATA_FRAMES
7966#define bcmolt_epon_link_stat_id_tx_frames_64 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_64
7967#define bcmolt_epon_link_stat_id_tx_frames_65_127 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_65_127
7968#define bcmolt_epon_link_stat_id_tx_frames_128_255 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_128_255
7969#define bcmolt_epon_link_stat_id_tx_frames_256_511 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_256_511
7970#define bcmolt_epon_link_stat_id_tx_frames_512_1023 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_512_1023
7971#define bcmolt_epon_link_stat_id_tx_frames_1024_1518 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_1024_1518
7972#define bcmolt_epon_link_stat_id_tx_frames_1519_2047 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_1519_2047
7973#define bcmolt_epon_link_stat_id_tx_frames_2048_4095 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_2048_4095
7974#define bcmolt_epon_link_stat_id_tx_frames_4096_9216 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_4096_9216
7975#define bcmolt_epon_link_stat_id_tx_frames_9217_16383 BCMOLT_EPON_LINK_STAT_ID_TX_FRAMES_9217_16383
7976#define bcmolt_epon_link_stat_id_tx_oam_bytes BCMOLT_EPON_LINK_STAT_ID_TX_OAM_BYTES
7977#define bcmolt_epon_link_stat_id_tx_oam_frames BCMOLT_EPON_LINK_STAT_ID_TX_OAM_FRAMES
7978#define bcmolt_epon_link_stat_id_tx_mpcp_frames BCMOLT_EPON_LINK_STAT_ID_TX_MPCP_FRAMES
7979#define bcmolt_epon_link_stat_id_tx_broadcast_frames BCMOLT_EPON_LINK_STAT_ID_TX_BROADCAST_FRAMES
7980#define bcmolt_epon_link_stat_id_tx_unicast_frames BCMOLT_EPON_LINK_STAT_ID_TX_UNICAST_FRAMES
7981#define bcmolt_epon_link_stat_id_tx_multicast_frames BCMOLT_EPON_LINK_STAT_ID_TX_MULTICAST_FRAMES
7982#define bcmolt_epon_link_stat_id_tx_gates BCMOLT_EPON_LINK_STAT_ID_TX_GATES
7983#define bcmolt_epon_link_stat_id__num_of BCMOLT_EPON_LINK_STAT_ID__NUM_OF
7984#define bcmolt_epon_link_stat_cfg_id_cfg BCMOLT_EPON_LINK_STAT_CFG_ID_CFG
7985#define bcmolt_epon_link_stat_cfg_id__num_of BCMOLT_EPON_LINK_STAT_CFG_ID__NUM_OF
7986#define bcmolt_epon_link_duplicate_mpcp_registration_request_id_initial_range_tq BCMOLT_EPON_LINK_DUPLICATE_MPCP_REGISTRATION_REQUEST_ID_INITIAL_RANGE_TQ
7987#define bcmolt_epon_link_duplicate_mpcp_registration_request_id_current_range_tq BCMOLT_EPON_LINK_DUPLICATE_MPCP_REGISTRATION_REQUEST_ID_CURRENT_RANGE_TQ
7988#define bcmolt_epon_link_duplicate_mpcp_registration_request_id__num_of BCMOLT_EPON_LINK_DUPLICATE_MPCP_REGISTRATION_REQUEST_ID__NUM_OF
7989#define bcmolt_epon_link_encryption_enabled_id__num_of BCMOLT_EPON_LINK_ENCRYPTION_ENABLED_ID__NUM_OF
7990#define bcmolt_epon_link_key_exchange_failure_id_alarm_status BCMOLT_EPON_LINK_KEY_EXCHANGE_FAILURE_ID_ALARM_STATUS
7991#define bcmolt_epon_link_key_exchange_failure_id__num_of BCMOLT_EPON_LINK_KEY_EXCHANGE_FAILURE_ID__NUM_OF
7992#define bcmolt_epon_link_key_exchange_started_id__num_of BCMOLT_EPON_LINK_KEY_EXCHANGE_STARTED_ID__NUM_OF
7993#define bcmolt_epon_link_key_exchange_stopped_id__num_of BCMOLT_EPON_LINK_KEY_EXCHANGE_STOPPED_ID__NUM_OF
7994#define bcmolt_epon_link_link_deleted_id__num_of BCMOLT_EPON_LINK_LINK_DELETED_ID__NUM_OF
7995#define bcmolt_epon_link_link_speed_mismatch_id_previous_rate BCMOLT_EPON_LINK_LINK_SPEED_MISMATCH_ID_PREVIOUS_RATE
7996#define bcmolt_epon_link_link_speed_mismatch_id_current_rate BCMOLT_EPON_LINK_LINK_SPEED_MISMATCH_ID_CURRENT_RATE
7997#define bcmolt_epon_link_link_speed_mismatch_id__num_of BCMOLT_EPON_LINK_LINK_SPEED_MISMATCH_ID__NUM_OF
7998#define bcmolt_epon_link_mpcp_deregistered_id__num_of BCMOLT_EPON_LINK_MPCP_DEREGISTERED_ID__NUM_OF
7999#define bcmolt_epon_link_mpcp_discovered_id_link_info BCMOLT_EPON_LINK_MPCP_DISCOVERED_ID_LINK_INFO
8000#define bcmolt_epon_link_mpcp_discovered_id__num_of BCMOLT_EPON_LINK_MPCP_DISCOVERED_ID__NUM_OF
8001#define bcmolt_epon_link_mpcp_reg_ack_timeout_id__num_of BCMOLT_EPON_LINK_MPCP_REG_ACK_TIMEOUT_ID__NUM_OF
8002#define bcmolt_epon_link_mpcp_report_timeout_id_alarm_status BCMOLT_EPON_LINK_MPCP_REPORT_TIMEOUT_ID_ALARM_STATUS
8003#define bcmolt_epon_link_mpcp_report_timeout_id__num_of BCMOLT_EPON_LINK_MPCP_REPORT_TIMEOUT_ID__NUM_OF
8004#define bcmolt_epon_link_oam_keepalive_timeout_id_alarm_status BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMEOUT_ID_ALARM_STATUS
8005#define bcmolt_epon_link_oam_keepalive_timeout_id__num_of BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMEOUT_ID__NUM_OF
8006#define bcmolt_epon_link_oam_keepalive_timer_started_id__num_of BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMER_STARTED_ID__NUM_OF
8007#define bcmolt_epon_link_oam_keepalive_timer_stopped_id__num_of BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMER_STOPPED_ID__NUM_OF
8008#define bcmolt_epon_link_preprovisioned_link_created_id_link_info BCMOLT_EPON_LINK_PREPROVISIONED_LINK_CREATED_ID_LINK_INFO
8009#define bcmolt_epon_link_preprovisioned_link_created_id__num_of BCMOLT_EPON_LINK_PREPROVISIONED_LINK_CREATED_ID__NUM_OF
8010#define bcmolt_epon_link_protection_switch_occurred_id_protection_status BCMOLT_EPON_LINK_PROTECTION_SWITCH_OCCURRED_ID_PROTECTION_STATUS
8011#define bcmolt_epon_link_protection_switch_occurred_id_range_value_tq BCMOLT_EPON_LINK_PROTECTION_SWITCH_OCCURRED_ID_RANGE_VALUE_TQ
8012#define bcmolt_epon_link_protection_switch_occurred_id__num_of BCMOLT_EPON_LINK_PROTECTION_SWITCH_OCCURRED_ID__NUM_OF
8013#define bcmolt_epon_link_range_value_changed_id_range_value_tq BCMOLT_EPON_LINK_RANGE_VALUE_CHANGED_ID_RANGE_VALUE_TQ
8014#define bcmolt_epon_link_range_value_changed_id__num_of BCMOLT_EPON_LINK_RANGE_VALUE_CHANGED_ID__NUM_OF
8015#define bcmolt_epon_link_rerange_failure_id__num_of BCMOLT_EPON_LINK_RERANGE_FAILURE_ID__NUM_OF
8016#define bcmolt_epon_link_stat_alarm_cleared_id_stat BCMOLT_EPON_LINK_STAT_ALARM_CLEARED_ID_STAT
8017#define bcmolt_epon_link_stat_alarm_cleared_id__num_of BCMOLT_EPON_LINK_STAT_ALARM_CLEARED_ID__NUM_OF
8018#define bcmolt_epon_link_stat_alarm_raised_id_stat BCMOLT_EPON_LINK_STAT_ALARM_RAISED_ID_STAT
8019#define bcmolt_epon_link_stat_alarm_raised_id__num_of BCMOLT_EPON_LINK_STAT_ALARM_RAISED_ID__NUM_OF
8020#define bcmolt_epon_link_static_registration_done_id__num_of BCMOLT_EPON_LINK_STATIC_REGISTRATION_DONE_ID__NUM_OF
8021#define bcmolt_epon_link_auto_cfg_id_duplicate_mpcp_registration_request BCMOLT_EPON_LINK_AUTO_CFG_ID_DUPLICATE_MPCP_REGISTRATION_REQUEST
8022#define bcmolt_epon_link_auto_cfg_id_encryption_enabled BCMOLT_EPON_LINK_AUTO_CFG_ID_ENCRYPTION_ENABLED
8023#define bcmolt_epon_link_auto_cfg_id_key_exchange_failure BCMOLT_EPON_LINK_AUTO_CFG_ID_KEY_EXCHANGE_FAILURE
8024#define bcmolt_epon_link_auto_cfg_id_key_exchange_started BCMOLT_EPON_LINK_AUTO_CFG_ID_KEY_EXCHANGE_STARTED
8025#define bcmolt_epon_link_auto_cfg_id_key_exchange_stopped BCMOLT_EPON_LINK_AUTO_CFG_ID_KEY_EXCHANGE_STOPPED
8026#define bcmolt_epon_link_auto_cfg_id_link_deleted BCMOLT_EPON_LINK_AUTO_CFG_ID_LINK_DELETED
8027#define bcmolt_epon_link_auto_cfg_id_link_speed_mismatch BCMOLT_EPON_LINK_AUTO_CFG_ID_LINK_SPEED_MISMATCH
8028#define bcmolt_epon_link_auto_cfg_id_mpcp_deregistered BCMOLT_EPON_LINK_AUTO_CFG_ID_MPCP_DEREGISTERED
8029#define bcmolt_epon_link_auto_cfg_id_mpcp_discovered BCMOLT_EPON_LINK_AUTO_CFG_ID_MPCP_DISCOVERED
8030#define bcmolt_epon_link_auto_cfg_id_mpcp_reg_ack_timeout BCMOLT_EPON_LINK_AUTO_CFG_ID_MPCP_REG_ACK_TIMEOUT
8031#define bcmolt_epon_link_auto_cfg_id_mpcp_report_timeout BCMOLT_EPON_LINK_AUTO_CFG_ID_MPCP_REPORT_TIMEOUT
8032#define bcmolt_epon_link_auto_cfg_id_oam_keepalive_timeout BCMOLT_EPON_LINK_AUTO_CFG_ID_OAM_KEEPALIVE_TIMEOUT
8033#define bcmolt_epon_link_auto_cfg_id_oam_keepalive_timer_started BCMOLT_EPON_LINK_AUTO_CFG_ID_OAM_KEEPALIVE_TIMER_STARTED
8034#define bcmolt_epon_link_auto_cfg_id_oam_keepalive_timer_stopped BCMOLT_EPON_LINK_AUTO_CFG_ID_OAM_KEEPALIVE_TIMER_STOPPED
8035#define bcmolt_epon_link_auto_cfg_id_preprovisioned_link_created BCMOLT_EPON_LINK_AUTO_CFG_ID_PREPROVISIONED_LINK_CREATED
8036#define bcmolt_epon_link_auto_cfg_id_protection_switch_occurred BCMOLT_EPON_LINK_AUTO_CFG_ID_PROTECTION_SWITCH_OCCURRED
8037#define bcmolt_epon_link_auto_cfg_id_range_value_changed BCMOLT_EPON_LINK_AUTO_CFG_ID_RANGE_VALUE_CHANGED
8038#define bcmolt_epon_link_auto_cfg_id_rerange_failure BCMOLT_EPON_LINK_AUTO_CFG_ID_RERANGE_FAILURE
8039#define bcmolt_epon_link_auto_cfg_id_stat_alarm_cleared BCMOLT_EPON_LINK_AUTO_CFG_ID_STAT_ALARM_CLEARED
8040#define bcmolt_epon_link_auto_cfg_id_stat_alarm_raised BCMOLT_EPON_LINK_AUTO_CFG_ID_STAT_ALARM_RAISED
8041#define bcmolt_epon_link_auto_cfg_id_static_registration_done BCMOLT_EPON_LINK_AUTO_CFG_ID_STATIC_REGISTRATION_DONE
8042#define bcmolt_epon_link_auto_cfg_id__num_of BCMOLT_EPON_LINK_AUTO_CFG_ID__NUM_OF
8043#define bcmolt_epon_link_delete_link_id__num_of BCMOLT_EPON_LINK_DELETE_LINK_ID__NUM_OF
8044#define bcmolt_epon_link_force_rediscovery_id__num_of BCMOLT_EPON_LINK_FORCE_REDISCOVERY_ID__NUM_OF
8045#define bcmolt_epon_link_key_exchange_start_id_period BCMOLT_EPON_LINK_KEY_EXCHANGE_START_ID_PERIOD
8046#define bcmolt_epon_link_key_exchange_start_id__num_of BCMOLT_EPON_LINK_KEY_EXCHANGE_START_ID__NUM_OF
8047#define bcmolt_epon_link_key_exchange_stop_id__num_of BCMOLT_EPON_LINK_KEY_EXCHANGE_STOP_ID__NUM_OF
8048#define bcmolt_epon_link_oam_keepalive_timer_start_id_send_period BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMER_START_ID_SEND_PERIOD
8049#define bcmolt_epon_link_oam_keepalive_timer_start_id__num_of BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMER_START_ID__NUM_OF
8050#define bcmolt_epon_link_oam_keepalive_timer_stop_id__num_of BCMOLT_EPON_LINK_OAM_KEEPALIVE_TIMER_STOP_ID__NUM_OF
8051#define bcmolt_epon_link_static_registration_id_laseron_time_tq BCMOLT_EPON_LINK_STATIC_REGISTRATION_ID_LASERON_TIME_TQ
8052#define bcmolt_epon_link_static_registration_id_laseroff_time_tq BCMOLT_EPON_LINK_STATIC_REGISTRATION_ID_LASEROFF_TIME_TQ
8053#define bcmolt_epon_link_static_registration_id_range_value_tq BCMOLT_EPON_LINK_STATIC_REGISTRATION_ID_RANGE_VALUE_TQ
8054#define bcmolt_epon_link_static_registration_id_pending_grants BCMOLT_EPON_LINK_STATIC_REGISTRATION_ID_PENDING_GRANTS
8055#define bcmolt_epon_link_static_registration_id__num_of BCMOLT_EPON_LINK_STATIC_REGISTRATION_ID__NUM_OF
8056#define bcmolt_epon_link_inject_frame_id_frame BCMOLT_EPON_LINK_INJECT_FRAME_ID_FRAME
8057#define bcmolt_epon_link_inject_frame_id__num_of BCMOLT_EPON_LINK_INJECT_FRAME_ID__NUM_OF
8058#define bcmolt_epon_link_frame_captured_id_frame BCMOLT_EPON_LINK_FRAME_CAPTURED_ID_FRAME
8059#define bcmolt_epon_link_frame_captured_id__num_of BCMOLT_EPON_LINK_FRAME_CAPTURED_ID__NUM_OF
8060#define bcmolt_epon_ni_key_id_epon_ni BCMOLT_EPON_NI_KEY_ID_EPON_NI
8061#define bcmolt_epon_ni_key_id__num_of BCMOLT_EPON_NI_KEY_ID__NUM_OF
8062#define bcmolt_epon_ni_cfg_id_mac_address BCMOLT_EPON_NI_CFG_ID_MAC_ADDRESS
8063#define bcmolt_epon_ni_cfg_id_epon_ni_en BCMOLT_EPON_NI_CFG_ID_EPON_NI_EN
8064#define bcmolt_epon_ni_cfg_id_registration_behavior BCMOLT_EPON_NI_CFG_ID_REGISTRATION_BEHAVIOR
8065#define bcmolt_epon_ni_cfg_id_mtu_1g BCMOLT_EPON_NI_CFG_ID_MTU_1G
8066#define bcmolt_epon_ni_cfg_id_mtu_10g BCMOLT_EPON_NI_CFG_ID_MTU_10G
8067#define bcmolt_epon_ni_cfg_id_minimum_fiber_length BCMOLT_EPON_NI_CFG_ID_MINIMUM_FIBER_LENGTH
8068#define bcmolt_epon_ni_cfg_id_maximum_fiber_length BCMOLT_EPON_NI_CFG_ID_MAXIMUM_FIBER_LENGTH
8069#define bcmolt_epon_ni_cfg_id_grant_spacing_tq BCMOLT_EPON_NI_CFG_ID_GRANT_SPACING_TQ
8070#define bcmolt_epon_ni_cfg_id_epon_logical_link_options BCMOLT_EPON_NI_CFG_ID_EPON_LOGICAL_LINK_OPTIONS
8071#define bcmolt_epon_ni_cfg_id_mpcp_discovery_period_ms BCMOLT_EPON_NI_CFG_ID_MPCP_DISCOVERY_PERIOD_MS
8072#define bcmolt_epon_ni_cfg_id_alarm_state BCMOLT_EPON_NI_CFG_ID_ALARM_STATE
8073#define bcmolt_epon_ni_cfg_id_all_links BCMOLT_EPON_NI_CFG_ID_ALL_LINKS
8074#define bcmolt_epon_ni_cfg_id_encryption_cfg BCMOLT_EPON_NI_CFG_ID_ENCRYPTION_CFG
8075#define bcmolt_epon_ni_cfg_id_protection_switching_cfg BCMOLT_EPON_NI_CFG_ID_PROTECTION_SWITCHING_CFG
8076#define bcmolt_epon_ni_cfg_id_clock_transport_cfg BCMOLT_EPON_NI_CFG_ID_CLOCK_TRANSPORT_CFG
8077#define bcmolt_epon_ni_cfg_id_dropdown_weights BCMOLT_EPON_NI_CFG_ID_DROPDOWN_WEIGHTS
8078#define bcmolt_epon_ni_cfg_id_approximate_solicited_usage BCMOLT_EPON_NI_CFG_ID_APPROXIMATE_SOLICITED_USAGE
8079#define bcmolt_epon_ni_cfg_id_approximate_tdm_usage BCMOLT_EPON_NI_CFG_ID_APPROXIMATE_TDM_USAGE
8080#define bcmolt_epon_ni_cfg_id_no_reports_soak_time BCMOLT_EPON_NI_CFG_ID_NO_REPORTS_SOAK_TIME
8081#define bcmolt_epon_ni_cfg_id_pon_aggregate_shaper BCMOLT_EPON_NI_CFG_ID_PON_AGGREGATE_SHAPER
8082#define bcmolt_epon_ni_cfg_id_estimated_pon_latency_tq BCMOLT_EPON_NI_CFG_ID_ESTIMATED_PON_LATENCY_TQ
8083#define bcmolt_epon_ni_cfg_id_onu_upgrade_params BCMOLT_EPON_NI_CFG_ID_ONU_UPGRADE_PARAMS
8084#define bcmolt_epon_ni_cfg_id_auto_rogue_detect_10g_en BCMOLT_EPON_NI_CFG_ID_AUTO_ROGUE_DETECT_10G_EN
8085#define bcmolt_epon_ni_cfg_id_auto_rogue_detect_1g_en BCMOLT_EPON_NI_CFG_ID_AUTO_ROGUE_DETECT_1G_EN
8086#define bcmolt_epon_ni_cfg_id_auto_rogue_detect_10g_threshold BCMOLT_EPON_NI_CFG_ID_AUTO_ROGUE_DETECT_10G_THRESHOLD
8087#define bcmolt_epon_ni_cfg_id__num_of BCMOLT_EPON_NI_CFG_ID__NUM_OF
8088#define bcmolt_epon_ni_auto_rogue_scan_10g_failure_id__num_of BCMOLT_EPON_NI_AUTO_ROGUE_SCAN_10G_FAILURE_ID__NUM_OF
8089#define bcmolt_epon_ni_auto_rogue_scan_1g_failure_id__num_of BCMOLT_EPON_NI_AUTO_ROGUE_SCAN_1G_FAILURE_ID__NUM_OF
8090#define bcmolt_epon_ni_llid_quarantined_id_llid BCMOLT_EPON_NI_LLID_QUARANTINED_ID_LLID
8091#define bcmolt_epon_ni_llid_quarantined_id_link_rate BCMOLT_EPON_NI_LLID_QUARANTINED_ID_LINK_RATE
8092#define bcmolt_epon_ni_llid_quarantined_id_link_mac BCMOLT_EPON_NI_LLID_QUARANTINED_ID_LINK_MAC
8093#define bcmolt_epon_ni_llid_quarantined_id_range_value_tq BCMOLT_EPON_NI_LLID_QUARANTINED_ID_RANGE_VALUE_TQ
8094#define bcmolt_epon_ni_llid_quarantined_id__num_of BCMOLT_EPON_NI_LLID_QUARANTINED_ID__NUM_OF
8095#define bcmolt_epon_ni_mpcp_timestamp_changed_id_mpcp_timestamp BCMOLT_EPON_NI_MPCP_TIMESTAMP_CHANGED_ID_MPCP_TIMESTAMP
8096#define bcmolt_epon_ni_mpcp_timestamp_changed_id__num_of BCMOLT_EPON_NI_MPCP_TIMESTAMP_CHANGED_ID__NUM_OF
8097#define bcmolt_epon_ni_no_reports_id_alarm_status BCMOLT_EPON_NI_NO_REPORTS_ID_ALARM_STATUS
8098#define bcmolt_epon_ni_no_reports_id__num_of BCMOLT_EPON_NI_NO_REPORTS_ID__NUM_OF
8099#define bcmolt_epon_ni_onu_upgrade_complete_id_status BCMOLT_EPON_NI_ONU_UPGRADE_COMPLETE_ID_STATUS
8100#define bcmolt_epon_ni_onu_upgrade_complete_id_list_of_failed_entities BCMOLT_EPON_NI_ONU_UPGRADE_COMPLETE_ID_LIST_OF_FAILED_ENTITIES
8101#define bcmolt_epon_ni_onu_upgrade_complete_id__num_of BCMOLT_EPON_NI_ONU_UPGRADE_COMPLETE_ID__NUM_OF
8102#define bcmolt_epon_ni_rerange_failure_id__num_of BCMOLT_EPON_NI_RERANGE_FAILURE_ID__NUM_OF
8103#define bcmolt_epon_ni_rogue_scan_complete_id_return_ind_status BCMOLT_EPON_NI_ROGUE_SCAN_COMPLETE_ID_RETURN_IND_STATUS
8104#define bcmolt_epon_ni_rogue_scan_complete_id__num_of BCMOLT_EPON_NI_ROGUE_SCAN_COMPLETE_ID__NUM_OF
8105#define bcmolt_epon_ni_rssi_measurement_completed_id_status BCMOLT_EPON_NI_RSSI_MEASUREMENT_COMPLETED_ID_STATUS
8106#define bcmolt_epon_ni_rssi_measurement_completed_id_llid BCMOLT_EPON_NI_RSSI_MEASUREMENT_COMPLETED_ID_LLID
8107#define bcmolt_epon_ni_rssi_measurement_completed_id_link_mac BCMOLT_EPON_NI_RSSI_MEASUREMENT_COMPLETED_ID_LINK_MAC
8108#define bcmolt_epon_ni_rssi_measurement_completed_id__num_of BCMOLT_EPON_NI_RSSI_MEASUREMENT_COMPLETED_ID__NUM_OF
8109#define bcmolt_epon_ni_state_change_completed_id_new_state BCMOLT_EPON_NI_STATE_CHANGE_COMPLETED_ID_NEW_STATE
8110#define bcmolt_epon_ni_state_change_completed_id__num_of BCMOLT_EPON_NI_STATE_CHANGE_COMPLETED_ID__NUM_OF
8111#define bcmolt_epon_ni_auto_cfg_id_auto_rogue_scan_10g_failure BCMOLT_EPON_NI_AUTO_CFG_ID_AUTO_ROGUE_SCAN_10G_FAILURE
8112#define bcmolt_epon_ni_auto_cfg_id_auto_rogue_scan_1g_failure BCMOLT_EPON_NI_AUTO_CFG_ID_AUTO_ROGUE_SCAN_1G_FAILURE
8113#define bcmolt_epon_ni_auto_cfg_id_llid_quarantined BCMOLT_EPON_NI_AUTO_CFG_ID_LLID_QUARANTINED
8114#define bcmolt_epon_ni_auto_cfg_id_mpcp_timestamp_changed BCMOLT_EPON_NI_AUTO_CFG_ID_MPCP_TIMESTAMP_CHANGED
8115#define bcmolt_epon_ni_auto_cfg_id_no_reports BCMOLT_EPON_NI_AUTO_CFG_ID_NO_REPORTS
8116#define bcmolt_epon_ni_auto_cfg_id_onu_upgrade_complete BCMOLT_EPON_NI_AUTO_CFG_ID_ONU_UPGRADE_COMPLETE
8117#define bcmolt_epon_ni_auto_cfg_id_rerange_failure BCMOLT_EPON_NI_AUTO_CFG_ID_RERANGE_FAILURE
8118#define bcmolt_epon_ni_auto_cfg_id_rogue_scan_complete BCMOLT_EPON_NI_AUTO_CFG_ID_ROGUE_SCAN_COMPLETE
8119#define bcmolt_epon_ni_auto_cfg_id_rssi_measurement_completed BCMOLT_EPON_NI_AUTO_CFG_ID_RSSI_MEASUREMENT_COMPLETED
8120#define bcmolt_epon_ni_auto_cfg_id_state_change_completed BCMOLT_EPON_NI_AUTO_CFG_ID_STATE_CHANGE_COMPLETED
8121#define bcmolt_epon_ni_auto_cfg_id__num_of BCMOLT_EPON_NI_AUTO_CFG_ID__NUM_OF
8122#define bcmolt_epon_ni_add_link_id_mac_address BCMOLT_EPON_NI_ADD_LINK_ID_MAC_ADDRESS
8123#define bcmolt_epon_ni_add_link_id_rate BCMOLT_EPON_NI_ADD_LINK_ID_RATE
8124#define bcmolt_epon_ni_add_link_id__num_of BCMOLT_EPON_NI_ADD_LINK_ID__NUM_OF
8125#define bcmolt_epon_ni_add_multicast_link_id_mac_address BCMOLT_EPON_NI_ADD_MULTICAST_LINK_ID_MAC_ADDRESS
8126#define bcmolt_epon_ni_add_multicast_link_id_rate BCMOLT_EPON_NI_ADD_MULTICAST_LINK_ID_RATE
8127#define bcmolt_epon_ni_add_multicast_link_id__num_of BCMOLT_EPON_NI_ADD_MULTICAST_LINK_ID__NUM_OF
8128#define bcmolt_epon_ni_add_protected_standby_link_id_mac_address BCMOLT_EPON_NI_ADD_PROTECTED_STANDBY_LINK_ID_MAC_ADDRESS
8129#define bcmolt_epon_ni_add_protected_standby_link_id_working_link_info BCMOLT_EPON_NI_ADD_PROTECTED_STANDBY_LINK_ID_WORKING_LINK_INFO
8130#define bcmolt_epon_ni_add_protected_standby_link_id__num_of BCMOLT_EPON_NI_ADD_PROTECTED_STANDBY_LINK_ID__NUM_OF
8131#define bcmolt_epon_ni_issue_rssi_grant_id_granted_link BCMOLT_EPON_NI_ISSUE_RSSI_GRANT_ID_GRANTED_LINK
8132#define bcmolt_epon_ni_issue_rssi_grant_id_trigger_width BCMOLT_EPON_NI_ISSUE_RSSI_GRANT_ID_TRIGGER_WIDTH
8133#define bcmolt_epon_ni_issue_rssi_grant_id_trigger_delay BCMOLT_EPON_NI_ISSUE_RSSI_GRANT_ID_TRIGGER_DELAY
8134#define bcmolt_epon_ni_issue_rssi_grant_id_sample_period BCMOLT_EPON_NI_ISSUE_RSSI_GRANT_ID_SAMPLE_PERIOD
8135#define bcmolt_epon_ni_issue_rssi_grant_id__num_of BCMOLT_EPON_NI_ISSUE_RSSI_GRANT_ID__NUM_OF
8136#define bcmolt_epon_ni_protection_switching_apply_rerange_delta_id_rerange_delta BCMOLT_EPON_NI_PROTECTION_SWITCHING_APPLY_RERANGE_DELTA_ID_RERANGE_DELTA
8137#define bcmolt_epon_ni_protection_switching_apply_rerange_delta_id__num_of BCMOLT_EPON_NI_PROTECTION_SWITCHING_APPLY_RERANGE_DELTA_ID__NUM_OF
8138#define bcmolt_epon_ni_rogue_llid_scan_id_mode BCMOLT_EPON_NI_ROGUE_LLID_SCAN_ID_MODE
8139#define bcmolt_epon_ni_rogue_llid_scan_id_llid BCMOLT_EPON_NI_ROGUE_LLID_SCAN_ID_LLID
8140#define bcmolt_epon_ni_rogue_llid_scan_id__num_of BCMOLT_EPON_NI_ROGUE_LLID_SCAN_ID__NUM_OF
8141#define bcmolt_epon_ni_set_epon_ni_en_state_id_new_state BCMOLT_EPON_NI_SET_EPON_NI_EN_STATE_ID_NEW_STATE
8142#define bcmolt_epon_ni_set_epon_ni_en_state_id__num_of BCMOLT_EPON_NI_SET_EPON_NI_EN_STATE_ID__NUM_OF
8143#define bcmolt_epon_ni_start_onu_upgrade_id_list_of_onu_ids BCMOLT_EPON_NI_START_ONU_UPGRADE_ID_LIST_OF_ONU_IDS
8144#define bcmolt_epon_ni_start_onu_upgrade_id__num_of BCMOLT_EPON_NI_START_ONU_UPGRADE_ID__NUM_OF
8145#define bcmolt_epon_onu_10g_us_key_id_epon_ni BCMOLT_EPON_ONU_10G_US_KEY_ID_EPON_NI
8146#define bcmolt_epon_onu_10g_us_key_id_onu_id BCMOLT_EPON_ONU_10G_US_KEY_ID_ONU_ID
8147#define bcmolt_epon_onu_10g_us_key_id__num_of BCMOLT_EPON_ONU_10G_US_KEY_ID__NUM_OF
8148#define bcmolt_epon_onu_10g_us_cfg_id_all_links BCMOLT_EPON_ONU_10G_US_CFG_ID_ALL_LINKS
8149#define bcmolt_epon_onu_10g_us_cfg_id__num_of BCMOLT_EPON_ONU_10G_US_CFG_ID__NUM_OF
8150#define bcmolt_epon_onu_10g_us_stat_id_fec_code_words_total BCMOLT_EPON_ONU_10G_US_STAT_ID_FEC_CODE_WORDS_TOTAL
8151#define bcmolt_epon_onu_10g_us_stat_id_fec_code_words_decode_fails BCMOLT_EPON_ONU_10G_US_STAT_ID_FEC_CODE_WORDS_DECODE_FAILS
8152#define bcmolt_epon_onu_10g_us_stat_id_fec_zeroes_corrected BCMOLT_EPON_ONU_10G_US_STAT_ID_FEC_ZEROES_CORRECTED
8153#define bcmolt_epon_onu_10g_us_stat_id_fec_ones_corrected BCMOLT_EPON_ONU_10G_US_STAT_ID_FEC_ONES_CORRECTED
8154#define bcmolt_epon_onu_10g_us_stat_id__num_of BCMOLT_EPON_ONU_10G_US_STAT_ID__NUM_OF
8155#define bcmolt_epon_onu_10g_us_stat_cfg_id_cfg BCMOLT_EPON_ONU_10G_US_STAT_CFG_ID_CFG
8156#define bcmolt_epon_onu_10g_us_stat_cfg_id__num_of BCMOLT_EPON_ONU_10G_US_STAT_CFG_ID__NUM_OF
8157#define bcmolt_epon_onu_10g_us_stat_alarm_cleared_id_stat BCMOLT_EPON_ONU_10G_US_STAT_ALARM_CLEARED_ID_STAT
8158#define bcmolt_epon_onu_10g_us_stat_alarm_cleared_id__num_of BCMOLT_EPON_ONU_10G_US_STAT_ALARM_CLEARED_ID__NUM_OF
8159#define bcmolt_epon_onu_10g_us_stat_alarm_raised_id_stat BCMOLT_EPON_ONU_10G_US_STAT_ALARM_RAISED_ID_STAT
8160#define bcmolt_epon_onu_10g_us_stat_alarm_raised_id__num_of BCMOLT_EPON_ONU_10G_US_STAT_ALARM_RAISED_ID__NUM_OF
8161#define bcmolt_epon_onu_10g_us_auto_cfg_id_stat_alarm_cleared BCMOLT_EPON_ONU_10G_US_AUTO_CFG_ID_STAT_ALARM_CLEARED
8162#define bcmolt_epon_onu_10g_us_auto_cfg_id_stat_alarm_raised BCMOLT_EPON_ONU_10G_US_AUTO_CFG_ID_STAT_ALARM_RAISED
8163#define bcmolt_epon_onu_10g_us_auto_cfg_id__num_of BCMOLT_EPON_ONU_10G_US_AUTO_CFG_ID__NUM_OF
8164#define bcmolt_epon_onu_1g_us_key_id_epon_ni BCMOLT_EPON_ONU_1G_US_KEY_ID_EPON_NI
8165#define bcmolt_epon_onu_1g_us_key_id_onu_id BCMOLT_EPON_ONU_1G_US_KEY_ID_ONU_ID
8166#define bcmolt_epon_onu_1g_us_key_id__num_of BCMOLT_EPON_ONU_1G_US_KEY_ID__NUM_OF
8167#define bcmolt_epon_onu_1g_us_cfg_id_all_links BCMOLT_EPON_ONU_1G_US_CFG_ID_ALL_LINKS
8168#define bcmolt_epon_onu_1g_us_cfg_id__num_of BCMOLT_EPON_ONU_1G_US_CFG_ID__NUM_OF
8169#define bcmolt_epon_onu_1g_us_stat_id_good_frames BCMOLT_EPON_ONU_1G_US_STAT_ID_GOOD_FRAMES
8170#define bcmolt_epon_onu_1g_us_stat_id_good_bytes BCMOLT_EPON_ONU_1G_US_STAT_ID_GOOD_BYTES
8171#define bcmolt_epon_onu_1g_us_stat_id_oversz_frames BCMOLT_EPON_ONU_1G_US_STAT_ID_OVERSZ_FRAMES
8172#define bcmolt_epon_onu_1g_us_stat_id_non_fec_good_frames BCMOLT_EPON_ONU_1G_US_STAT_ID_NON_FEC_GOOD_FRAMES
8173#define bcmolt_epon_onu_1g_us_stat_id_non_fec_good_bytes BCMOLT_EPON_ONU_1G_US_STAT_ID_NON_FEC_GOOD_BYTES
8174#define bcmolt_epon_onu_1g_us_stat_id_fec_good_frames BCMOLT_EPON_ONU_1G_US_STAT_ID_FEC_GOOD_FRAMES
8175#define bcmolt_epon_onu_1g_us_stat_id_fec_good_bytes BCMOLT_EPON_ONU_1G_US_STAT_ID_FEC_GOOD_BYTES
8176#define bcmolt_epon_onu_1g_us_stat_id_fec_frames_exc_errs BCMOLT_EPON_ONU_1G_US_STAT_ID_FEC_FRAMES_EXC_ERRS
8177#define bcmolt_epon_onu_1g_us_stat_id_fec_blks_no_errs BCMOLT_EPON_ONU_1G_US_STAT_ID_FEC_BLKS_NO_ERRS
8178#define bcmolt_epon_onu_1g_us_stat_id_fec_blks_corr_errs BCMOLT_EPON_ONU_1G_US_STAT_ID_FEC_BLKS_CORR_ERRS
8179#define bcmolt_epon_onu_1g_us_stat_id_fec_blks_uncorr_errs BCMOLT_EPON_ONU_1G_US_STAT_ID_FEC_BLKS_UNCORR_ERRS
8180#define bcmolt_epon_onu_1g_us_stat_id_fec_corr_bytes BCMOLT_EPON_ONU_1G_US_STAT_ID_FEC_CORR_BYTES
8181#define bcmolt_epon_onu_1g_us_stat_id_fec_corr_zeroes BCMOLT_EPON_ONU_1G_US_STAT_ID_FEC_CORR_ZEROES
8182#define bcmolt_epon_onu_1g_us_stat_id_fec_corr_ones BCMOLT_EPON_ONU_1G_US_STAT_ID_FEC_CORR_ONES
8183#define bcmolt_epon_onu_1g_us_stat_id_undersz_frames BCMOLT_EPON_ONU_1G_US_STAT_ID_UNDERSZ_FRAMES
8184#define bcmolt_epon_onu_1g_us_stat_id_errorsz_frames BCMOLT_EPON_ONU_1G_US_STAT_ID_ERRORSZ_FRAMES
8185#define bcmolt_epon_onu_1g_us_stat_id__num_of BCMOLT_EPON_ONU_1G_US_STAT_ID__NUM_OF
8186#define bcmolt_epon_onu_1g_us_stat_cfg_id_cfg BCMOLT_EPON_ONU_1G_US_STAT_CFG_ID_CFG
8187#define bcmolt_epon_onu_1g_us_stat_cfg_id__num_of BCMOLT_EPON_ONU_1G_US_STAT_CFG_ID__NUM_OF
8188#define bcmolt_epon_onu_1g_us_stat_alarm_cleared_id_stat BCMOLT_EPON_ONU_1G_US_STAT_ALARM_CLEARED_ID_STAT
8189#define bcmolt_epon_onu_1g_us_stat_alarm_cleared_id__num_of BCMOLT_EPON_ONU_1G_US_STAT_ALARM_CLEARED_ID__NUM_OF
8190#define bcmolt_epon_onu_1g_us_stat_alarm_raised_id_stat BCMOLT_EPON_ONU_1G_US_STAT_ALARM_RAISED_ID_STAT
8191#define bcmolt_epon_onu_1g_us_stat_alarm_raised_id__num_of BCMOLT_EPON_ONU_1G_US_STAT_ALARM_RAISED_ID__NUM_OF
8192#define bcmolt_epon_onu_1g_us_auto_cfg_id_stat_alarm_cleared BCMOLT_EPON_ONU_1G_US_AUTO_CFG_ID_STAT_ALARM_CLEARED
8193#define bcmolt_epon_onu_1g_us_auto_cfg_id_stat_alarm_raised BCMOLT_EPON_ONU_1G_US_AUTO_CFG_ID_STAT_ALARM_RAISED
8194#define bcmolt_epon_onu_1g_us_auto_cfg_id__num_of BCMOLT_EPON_ONU_1G_US_AUTO_CFG_ID__NUM_OF
8195#define bcmolt_epon_path_10g_ds_key_id_epon_ni BCMOLT_EPON_PATH_10G_DS_KEY_ID_EPON_NI
8196#define bcmolt_epon_path_10g_ds_key_id__num_of BCMOLT_EPON_PATH_10G_DS_KEY_ID__NUM_OF
8197#define bcmolt_epon_path_10g_ds_cfg_id_fec_state BCMOLT_EPON_PATH_10G_DS_CFG_ID_FEC_STATE
8198#define bcmolt_epon_path_10g_ds_cfg_id_prbs_generator BCMOLT_EPON_PATH_10G_DS_CFG_ID_PRBS_GENERATOR
8199#define bcmolt_epon_path_10g_ds_cfg_id__num_of BCMOLT_EPON_PATH_10G_DS_CFG_ID__NUM_OF
8200#define bcmolt_epon_path_10g_ds_stat_id_bytes BCMOLT_EPON_PATH_10G_DS_STAT_ID_BYTES
8201#define bcmolt_epon_path_10g_ds_stat_id_frames BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES
8202#define bcmolt_epon_path_10g_ds_stat_id_frames_64 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_64
8203#define bcmolt_epon_path_10g_ds_stat_id_frames_65_127 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_65_127
8204#define bcmolt_epon_path_10g_ds_stat_id_frames_128_255 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_128_255
8205#define bcmolt_epon_path_10g_ds_stat_id_frames_256_511 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_256_511
8206#define bcmolt_epon_path_10g_ds_stat_id_frames_512_1023 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_512_1023
8207#define bcmolt_epon_path_10g_ds_stat_id_frames_1024_1518 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_1024_1518
8208#define bcmolt_epon_path_10g_ds_stat_id_frames_1519_2047 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_1519_2047
8209#define bcmolt_epon_path_10g_ds_stat_id_frames_2048_4095 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_2048_4095
8210#define bcmolt_epon_path_10g_ds_stat_id_frames_4096_9216 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_4096_9216
8211#define bcmolt_epon_path_10g_ds_stat_id_frames_9217_16383 BCMOLT_EPON_PATH_10G_DS_STAT_ID_FRAMES_9217_16383
8212#define bcmolt_epon_path_10g_ds_stat_id_broadcast_frames BCMOLT_EPON_PATH_10G_DS_STAT_ID_BROADCAST_FRAMES
8213#define bcmolt_epon_path_10g_ds_stat_id_data_bytes BCMOLT_EPON_PATH_10G_DS_STAT_ID_DATA_BYTES
8214#define bcmolt_epon_path_10g_ds_stat_id_multicast_frames BCMOLT_EPON_PATH_10G_DS_STAT_ID_MULTICAST_FRAMES
8215#define bcmolt_epon_path_10g_ds_stat_id_unicast_frames BCMOLT_EPON_PATH_10G_DS_STAT_ID_UNICAST_FRAMES
8216#define bcmolt_epon_path_10g_ds_stat_id_oam_bytes BCMOLT_EPON_PATH_10G_DS_STAT_ID_OAM_BYTES
8217#define bcmolt_epon_path_10g_ds_stat_id_oam_frames BCMOLT_EPON_PATH_10G_DS_STAT_ID_OAM_FRAMES
8218#define bcmolt_epon_path_10g_ds_stat_id_gate_frames BCMOLT_EPON_PATH_10G_DS_STAT_ID_GATE_FRAMES
8219#define bcmolt_epon_path_10g_ds_stat_id_mpcp_frames BCMOLT_EPON_PATH_10G_DS_STAT_ID_MPCP_FRAMES
8220#define bcmolt_epon_path_10g_ds_stat_id_abort_frames BCMOLT_EPON_PATH_10G_DS_STAT_ID_ABORT_FRAMES
8221#define bcmolt_epon_path_10g_ds_stat_id__num_of BCMOLT_EPON_PATH_10G_DS_STAT_ID__NUM_OF
8222#define bcmolt_epon_path_10g_ds_stat_cfg_id_cfg BCMOLT_EPON_PATH_10G_DS_STAT_CFG_ID_CFG
8223#define bcmolt_epon_path_10g_ds_stat_cfg_id__num_of BCMOLT_EPON_PATH_10G_DS_STAT_CFG_ID__NUM_OF
8224#define bcmolt_epon_path_10g_ds_stat_alarm_cleared_id_stat BCMOLT_EPON_PATH_10G_DS_STAT_ALARM_CLEARED_ID_STAT
8225#define bcmolt_epon_path_10g_ds_stat_alarm_cleared_id__num_of BCMOLT_EPON_PATH_10G_DS_STAT_ALARM_CLEARED_ID__NUM_OF
8226#define bcmolt_epon_path_10g_ds_stat_alarm_raised_id_stat BCMOLT_EPON_PATH_10G_DS_STAT_ALARM_RAISED_ID_STAT
8227#define bcmolt_epon_path_10g_ds_stat_alarm_raised_id__num_of BCMOLT_EPON_PATH_10G_DS_STAT_ALARM_RAISED_ID__NUM_OF
8228#define bcmolt_epon_path_10g_ds_auto_cfg_id_stat_alarm_cleared BCMOLT_EPON_PATH_10G_DS_AUTO_CFG_ID_STAT_ALARM_CLEARED
8229#define bcmolt_epon_path_10g_ds_auto_cfg_id_stat_alarm_raised BCMOLT_EPON_PATH_10G_DS_AUTO_CFG_ID_STAT_ALARM_RAISED
8230#define bcmolt_epon_path_10g_ds_auto_cfg_id__num_of BCMOLT_EPON_PATH_10G_DS_AUTO_CFG_ID__NUM_OF
8231#define bcmolt_epon_path_10g_us_key_id_epon_ni BCMOLT_EPON_PATH_10G_US_KEY_ID_EPON_NI
8232#define bcmolt_epon_path_10g_us_key_id__num_of BCMOLT_EPON_PATH_10G_US_KEY_ID__NUM_OF
8233#define bcmolt_epon_path_10g_us_cfg_id_fec_state BCMOLT_EPON_PATH_10G_US_CFG_ID_FEC_STATE
8234#define bcmolt_epon_path_10g_us_cfg_id_sync_time_tq BCMOLT_EPON_PATH_10G_US_CFG_ID_SYNC_TIME_TQ
8235#define bcmolt_epon_path_10g_us_cfg_id_prbs_checker BCMOLT_EPON_PATH_10G_US_CFG_ID_PRBS_CHECKER
8236#define bcmolt_epon_path_10g_us_cfg_id_prbs_status BCMOLT_EPON_PATH_10G_US_CFG_ID_PRBS_STATUS
8237#define bcmolt_epon_path_10g_us_cfg_id__num_of BCMOLT_EPON_PATH_10G_US_CFG_ID__NUM_OF
8238#define bcmolt_epon_path_10g_us_stat_id_bytes BCMOLT_EPON_PATH_10G_US_STAT_ID_BYTES
8239#define bcmolt_epon_path_10g_us_stat_id_frames BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES
8240#define bcmolt_epon_path_10g_us_stat_id_frames_64 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_64
8241#define bcmolt_epon_path_10g_us_stat_id_frames_65_127 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_65_127
8242#define bcmolt_epon_path_10g_us_stat_id_frames_128_255 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_128_255
8243#define bcmolt_epon_path_10g_us_stat_id_frames_256_511 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_256_511
8244#define bcmolt_epon_path_10g_us_stat_id_frames_512_1023 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_512_1023
8245#define bcmolt_epon_path_10g_us_stat_id_frames_1024_1518 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_1024_1518
8246#define bcmolt_epon_path_10g_us_stat_id_frames_1519_2047 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_1519_2047
8247#define bcmolt_epon_path_10g_us_stat_id_frames_2048_4095 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_2048_4095
8248#define bcmolt_epon_path_10g_us_stat_id_frames_4096_9216 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_4096_9216
8249#define bcmolt_epon_path_10g_us_stat_id_frames_9217_16383 BCMOLT_EPON_PATH_10G_US_STAT_ID_FRAMES_9217_16383
8250#define bcmolt_epon_path_10g_us_stat_id_broadcast_frames BCMOLT_EPON_PATH_10G_US_STAT_ID_BROADCAST_FRAMES
8251#define bcmolt_epon_path_10g_us_stat_id_data_bytes BCMOLT_EPON_PATH_10G_US_STAT_ID_DATA_BYTES
8252#define bcmolt_epon_path_10g_us_stat_id_multicast_frames BCMOLT_EPON_PATH_10G_US_STAT_ID_MULTICAST_FRAMES
8253#define bcmolt_epon_path_10g_us_stat_id_unicast_frames BCMOLT_EPON_PATH_10G_US_STAT_ID_UNICAST_FRAMES
8254#define bcmolt_epon_path_10g_us_stat_id_mpcp_frames BCMOLT_EPON_PATH_10G_US_STAT_ID_MPCP_FRAMES
8255#define bcmolt_epon_path_10g_us_stat_id_oam_bytes BCMOLT_EPON_PATH_10G_US_STAT_ID_OAM_BYTES
8256#define bcmolt_epon_path_10g_us_stat_id_oam_frames BCMOLT_EPON_PATH_10G_US_STAT_ID_OAM_FRAMES
8257#define bcmolt_epon_path_10g_us_stat_id_report_frames BCMOLT_EPON_PATH_10G_US_STAT_ID_REPORT_FRAMES
8258#define bcmolt_epon_path_10g_us_stat_id_abort_frames BCMOLT_EPON_PATH_10G_US_STAT_ID_ABORT_FRAMES
8259#define bcmolt_epon_path_10g_us_stat_id_fcs_error BCMOLT_EPON_PATH_10G_US_STAT_ID_FCS_ERROR
8260#define bcmolt_epon_path_10g_us_stat_id_crc_8_error BCMOLT_EPON_PATH_10G_US_STAT_ID_CRC_8_ERROR
8261#define bcmolt_epon_path_10g_us_stat_id_out_of_slot BCMOLT_EPON_PATH_10G_US_STAT_ID_OUT_OF_SLOT
8262#define bcmolt_epon_path_10g_us_stat_id_oversize_error BCMOLT_EPON_PATH_10G_US_STAT_ID_OVERSIZE_ERROR
8263#define bcmolt_epon_path_10g_us_stat_id_runt_error BCMOLT_EPON_PATH_10G_US_STAT_ID_RUNT_ERROR
8264#define bcmolt_epon_path_10g_us_stat_id__num_of BCMOLT_EPON_PATH_10G_US_STAT_ID__NUM_OF
8265#define bcmolt_epon_path_10g_us_stat_cfg_id_cfg BCMOLT_EPON_PATH_10G_US_STAT_CFG_ID_CFG
8266#define bcmolt_epon_path_10g_us_stat_cfg_id__num_of BCMOLT_EPON_PATH_10G_US_STAT_CFG_ID__NUM_OF
8267#define bcmolt_epon_path_10g_us_stat_alarm_cleared_id_stat BCMOLT_EPON_PATH_10G_US_STAT_ALARM_CLEARED_ID_STAT
8268#define bcmolt_epon_path_10g_us_stat_alarm_cleared_id__num_of BCMOLT_EPON_PATH_10G_US_STAT_ALARM_CLEARED_ID__NUM_OF
8269#define bcmolt_epon_path_10g_us_stat_alarm_raised_id_stat BCMOLT_EPON_PATH_10G_US_STAT_ALARM_RAISED_ID_STAT
8270#define bcmolt_epon_path_10g_us_stat_alarm_raised_id__num_of BCMOLT_EPON_PATH_10G_US_STAT_ALARM_RAISED_ID__NUM_OF
8271#define bcmolt_epon_path_10g_us_auto_cfg_id_stat_alarm_cleared BCMOLT_EPON_PATH_10G_US_AUTO_CFG_ID_STAT_ALARM_CLEARED
8272#define bcmolt_epon_path_10g_us_auto_cfg_id_stat_alarm_raised BCMOLT_EPON_PATH_10G_US_AUTO_CFG_ID_STAT_ALARM_RAISED
8273#define bcmolt_epon_path_10g_us_auto_cfg_id__num_of BCMOLT_EPON_PATH_10G_US_AUTO_CFG_ID__NUM_OF
8274#define bcmolt_epon_path_1g_ds_key_id_epon_ni BCMOLT_EPON_PATH_1G_DS_KEY_ID_EPON_NI
8275#define bcmolt_epon_path_1g_ds_key_id__num_of BCMOLT_EPON_PATH_1G_DS_KEY_ID__NUM_OF
8276#define bcmolt_epon_path_1g_ds_cfg_id_default_fec_state BCMOLT_EPON_PATH_1G_DS_CFG_ID_DEFAULT_FEC_STATE
8277#define bcmolt_epon_path_1g_ds_cfg_id_raman_mode BCMOLT_EPON_PATH_1G_DS_CFG_ID_RAMAN_MODE
8278#define bcmolt_epon_path_1g_ds_cfg_id_turbo_2g_mode BCMOLT_EPON_PATH_1G_DS_CFG_ID_TURBO_2G_MODE
8279#define bcmolt_epon_path_1g_ds_cfg_id_prbs_generator BCMOLT_EPON_PATH_1G_DS_CFG_ID_PRBS_GENERATOR
8280#define bcmolt_epon_path_1g_ds_cfg_id__num_of BCMOLT_EPON_PATH_1G_DS_CFG_ID__NUM_OF
8281#define bcmolt_epon_path_1g_ds_stat_id_bytes BCMOLT_EPON_PATH_1G_DS_STAT_ID_BYTES
8282#define bcmolt_epon_path_1g_ds_stat_id_frames BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES
8283#define bcmolt_epon_path_1g_ds_stat_id_frames_64 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_64
8284#define bcmolt_epon_path_1g_ds_stat_id_frames_65_127 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_65_127
8285#define bcmolt_epon_path_1g_ds_stat_id_frames_128_255 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_128_255
8286#define bcmolt_epon_path_1g_ds_stat_id_frames_256_511 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_256_511
8287#define bcmolt_epon_path_1g_ds_stat_id_frames_512_1023 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_512_1023
8288#define bcmolt_epon_path_1g_ds_stat_id_frames_1024_1518 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_1024_1518
8289#define bcmolt_epon_path_1g_ds_stat_id_frames_1519_2047 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_1519_2047
8290#define bcmolt_epon_path_1g_ds_stat_id_frames_2048_4095 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_2048_4095
8291#define bcmolt_epon_path_1g_ds_stat_id_frames_4096_9216 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_4096_9216
8292#define bcmolt_epon_path_1g_ds_stat_id_frames_9217_16383 BCMOLT_EPON_PATH_1G_DS_STAT_ID_FRAMES_9217_16383
8293#define bcmolt_epon_path_1g_ds_stat_id_broadcast_frames BCMOLT_EPON_PATH_1G_DS_STAT_ID_BROADCAST_FRAMES
8294#define bcmolt_epon_path_1g_ds_stat_id_data_bytes BCMOLT_EPON_PATH_1G_DS_STAT_ID_DATA_BYTES
8295#define bcmolt_epon_path_1g_ds_stat_id_multicast_frames BCMOLT_EPON_PATH_1G_DS_STAT_ID_MULTICAST_FRAMES
8296#define bcmolt_epon_path_1g_ds_stat_id_unicast_frames BCMOLT_EPON_PATH_1G_DS_STAT_ID_UNICAST_FRAMES
8297#define bcmolt_epon_path_1g_ds_stat_id_oam_bytes BCMOLT_EPON_PATH_1G_DS_STAT_ID_OAM_BYTES
8298#define bcmolt_epon_path_1g_ds_stat_id_oam_frames BCMOLT_EPON_PATH_1G_DS_STAT_ID_OAM_FRAMES
8299#define bcmolt_epon_path_1g_ds_stat_id_gate_frames BCMOLT_EPON_PATH_1G_DS_STAT_ID_GATE_FRAMES
8300#define bcmolt_epon_path_1g_ds_stat_id_mpcp_frames BCMOLT_EPON_PATH_1G_DS_STAT_ID_MPCP_FRAMES
8301#define bcmolt_epon_path_1g_ds_stat_id_abort_frames BCMOLT_EPON_PATH_1G_DS_STAT_ID_ABORT_FRAMES
8302#define bcmolt_epon_path_1g_ds_stat_id__num_of BCMOLT_EPON_PATH_1G_DS_STAT_ID__NUM_OF
8303#define bcmolt_epon_path_1g_ds_stat_cfg_id_cfg BCMOLT_EPON_PATH_1G_DS_STAT_CFG_ID_CFG
8304#define bcmolt_epon_path_1g_ds_stat_cfg_id__num_of BCMOLT_EPON_PATH_1G_DS_STAT_CFG_ID__NUM_OF
8305#define bcmolt_epon_path_1g_ds_stat_alarm_cleared_id_stat BCMOLT_EPON_PATH_1G_DS_STAT_ALARM_CLEARED_ID_STAT
8306#define bcmolt_epon_path_1g_ds_stat_alarm_cleared_id__num_of BCMOLT_EPON_PATH_1G_DS_STAT_ALARM_CLEARED_ID__NUM_OF
8307#define bcmolt_epon_path_1g_ds_stat_alarm_raised_id_stat BCMOLT_EPON_PATH_1G_DS_STAT_ALARM_RAISED_ID_STAT
8308#define bcmolt_epon_path_1g_ds_stat_alarm_raised_id__num_of BCMOLT_EPON_PATH_1G_DS_STAT_ALARM_RAISED_ID__NUM_OF
8309#define bcmolt_epon_path_1g_ds_auto_cfg_id_stat_alarm_cleared BCMOLT_EPON_PATH_1G_DS_AUTO_CFG_ID_STAT_ALARM_CLEARED
8310#define bcmolt_epon_path_1g_ds_auto_cfg_id_stat_alarm_raised BCMOLT_EPON_PATH_1G_DS_AUTO_CFG_ID_STAT_ALARM_RAISED
8311#define bcmolt_epon_path_1g_ds_auto_cfg_id__num_of BCMOLT_EPON_PATH_1G_DS_AUTO_CFG_ID__NUM_OF
8312#define bcmolt_epon_path_1g_us_key_id_epon_ni BCMOLT_EPON_PATH_1G_US_KEY_ID_EPON_NI
8313#define bcmolt_epon_path_1g_us_key_id__num_of BCMOLT_EPON_PATH_1G_US_KEY_ID__NUM_OF
8314#define bcmolt_epon_path_1g_us_cfg_id_default_fec_state BCMOLT_EPON_PATH_1G_US_CFG_ID_DEFAULT_FEC_STATE
8315#define bcmolt_epon_path_1g_us_cfg_id_sync_time_tq BCMOLT_EPON_PATH_1G_US_CFG_ID_SYNC_TIME_TQ
8316#define bcmolt_epon_path_1g_us_cfg_id_prbs_checker BCMOLT_EPON_PATH_1G_US_CFG_ID_PRBS_CHECKER
8317#define bcmolt_epon_path_1g_us_cfg_id_prbs_status BCMOLT_EPON_PATH_1G_US_CFG_ID_PRBS_STATUS
8318#define bcmolt_epon_path_1g_us_cfg_id__num_of BCMOLT_EPON_PATH_1G_US_CFG_ID__NUM_OF
8319#define bcmolt_epon_path_1g_us_stat_id_bytes BCMOLT_EPON_PATH_1G_US_STAT_ID_BYTES
8320#define bcmolt_epon_path_1g_us_stat_id_frames BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES
8321#define bcmolt_epon_path_1g_us_stat_id_frames_64 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_64
8322#define bcmolt_epon_path_1g_us_stat_id_frames_65_127 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_65_127
8323#define bcmolt_epon_path_1g_us_stat_id_frames_128_255 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_128_255
8324#define bcmolt_epon_path_1g_us_stat_id_frames_256_511 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_256_511
8325#define bcmolt_epon_path_1g_us_stat_id_frames_512_1023 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_512_1023
8326#define bcmolt_epon_path_1g_us_stat_id_frames_1024_1518 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_1024_1518
8327#define bcmolt_epon_path_1g_us_stat_id_frames_1519_2047 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_1519_2047
8328#define bcmolt_epon_path_1g_us_stat_id_frames_2048_4095 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_2048_4095
8329#define bcmolt_epon_path_1g_us_stat_id_frames_4096_9216 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_4096_9216
8330#define bcmolt_epon_path_1g_us_stat_id_frames_9217_16383 BCMOLT_EPON_PATH_1G_US_STAT_ID_FRAMES_9217_16383
8331#define bcmolt_epon_path_1g_us_stat_id_broadcast_frames BCMOLT_EPON_PATH_1G_US_STAT_ID_BROADCAST_FRAMES
8332#define bcmolt_epon_path_1g_us_stat_id_data_bytes BCMOLT_EPON_PATH_1G_US_STAT_ID_DATA_BYTES
8333#define bcmolt_epon_path_1g_us_stat_id_multicast_frames BCMOLT_EPON_PATH_1G_US_STAT_ID_MULTICAST_FRAMES
8334#define bcmolt_epon_path_1g_us_stat_id_unicast_frames BCMOLT_EPON_PATH_1G_US_STAT_ID_UNICAST_FRAMES
8335#define bcmolt_epon_path_1g_us_stat_id_mpcp_frames BCMOLT_EPON_PATH_1G_US_STAT_ID_MPCP_FRAMES
8336#define bcmolt_epon_path_1g_us_stat_id_oam_bytes BCMOLT_EPON_PATH_1G_US_STAT_ID_OAM_BYTES
8337#define bcmolt_epon_path_1g_us_stat_id_oam_frames BCMOLT_EPON_PATH_1G_US_STAT_ID_OAM_FRAMES
8338#define bcmolt_epon_path_1g_us_stat_id_report_frames BCMOLT_EPON_PATH_1G_US_STAT_ID_REPORT_FRAMES
8339#define bcmolt_epon_path_1g_us_stat_id_abort_frames BCMOLT_EPON_PATH_1G_US_STAT_ID_ABORT_FRAMES
8340#define bcmolt_epon_path_1g_us_stat_id_fcs_error BCMOLT_EPON_PATH_1G_US_STAT_ID_FCS_ERROR
8341#define bcmolt_epon_path_1g_us_stat_id_crc_8_error BCMOLT_EPON_PATH_1G_US_STAT_ID_CRC_8_ERROR
8342#define bcmolt_epon_path_1g_us_stat_id_out_of_slot BCMOLT_EPON_PATH_1G_US_STAT_ID_OUT_OF_SLOT
8343#define bcmolt_epon_path_1g_us_stat_id_oversize_error BCMOLT_EPON_PATH_1G_US_STAT_ID_OVERSIZE_ERROR
8344#define bcmolt_epon_path_1g_us_stat_id_runt_error BCMOLT_EPON_PATH_1G_US_STAT_ID_RUNT_ERROR
8345#define bcmolt_epon_path_1g_us_stat_id__num_of BCMOLT_EPON_PATH_1G_US_STAT_ID__NUM_OF
8346#define bcmolt_epon_path_1g_us_stat_cfg_id_cfg BCMOLT_EPON_PATH_1G_US_STAT_CFG_ID_CFG
8347#define bcmolt_epon_path_1g_us_stat_cfg_id__num_of BCMOLT_EPON_PATH_1G_US_STAT_CFG_ID__NUM_OF
8348#define bcmolt_epon_path_1g_us_stat_alarm_cleared_id_stat BCMOLT_EPON_PATH_1G_US_STAT_ALARM_CLEARED_ID_STAT
8349#define bcmolt_epon_path_1g_us_stat_alarm_cleared_id__num_of BCMOLT_EPON_PATH_1G_US_STAT_ALARM_CLEARED_ID__NUM_OF
8350#define bcmolt_epon_path_1g_us_stat_alarm_raised_id_stat BCMOLT_EPON_PATH_1G_US_STAT_ALARM_RAISED_ID_STAT
8351#define bcmolt_epon_path_1g_us_stat_alarm_raised_id__num_of BCMOLT_EPON_PATH_1G_US_STAT_ALARM_RAISED_ID__NUM_OF
8352#define bcmolt_epon_path_1g_us_auto_cfg_id_stat_alarm_cleared BCMOLT_EPON_PATH_1G_US_AUTO_CFG_ID_STAT_ALARM_CLEARED
8353#define bcmolt_epon_path_1g_us_auto_cfg_id_stat_alarm_raised BCMOLT_EPON_PATH_1G_US_AUTO_CFG_ID_STAT_ALARM_RAISED
8354#define bcmolt_epon_path_1g_us_auto_cfg_id__num_of BCMOLT_EPON_PATH_1G_US_AUTO_CFG_ID__NUM_OF
8355#define bcmolt_epon_rp_key_id_epon_ni BCMOLT_EPON_RP_KEY_ID_EPON_NI
8356#define bcmolt_epon_rp_key_id_link_rate BCMOLT_EPON_RP_KEY_ID_LINK_RATE
8357#define bcmolt_epon_rp_key_id__num_of BCMOLT_EPON_RP_KEY_ID__NUM_OF
8358#define bcmolt_epon_rp_cfg_id_base_llid BCMOLT_EPON_RP_CFG_ID_BASE_LLID
8359#define bcmolt_epon_rp_cfg_id_mpcp_disc_en BCMOLT_EPON_RP_CFG_ID_MPCP_DISC_EN
8360#define bcmolt_epon_rp_cfg_id_mpcp_disc_gnt_len_tq BCMOLT_EPON_RP_CFG_ID_MPCP_DISC_GNT_LEN_TQ
8361#define bcmolt_epon_rp_cfg_id_mpcp_report_timeout BCMOLT_EPON_RP_CFG_ID_MPCP_REPORT_TIMEOUT
8362#define bcmolt_epon_rp_cfg_id_max_mpcp_reg_per_disc_window BCMOLT_EPON_RP_CFG_ID_MAX_MPCP_REG_PER_DISC_WINDOW
8363#define bcmolt_epon_rp_cfg_id_max_links BCMOLT_EPON_RP_CFG_ID_MAX_LINKS
8364#define bcmolt_epon_rp_cfg_id_default_upstream_bandwidth BCMOLT_EPON_RP_CFG_ID_DEFAULT_UPSTREAM_BANDWIDTH
8365#define bcmolt_epon_rp_cfg_id_rate_of_refraction BCMOLT_EPON_RP_CFG_ID_RATE_OF_REFRACTION
8366#define bcmolt_epon_rp_cfg_id__num_of BCMOLT_EPON_RP_CFG_ID__NUM_OF
8367#define bcmolt_gpio_key_id_reserved BCMOLT_GPIO_KEY_ID_RESERVED
8368#define bcmolt_gpio_key_id_gpio_id BCMOLT_GPIO_KEY_ID_GPIO_ID
8369#define bcmolt_gpio_key_id__num_of BCMOLT_GPIO_KEY_ID__NUM_OF
8370#define bcmolt_gpio_cfg_id_direction BCMOLT_GPIO_CFG_ID_DIRECTION
8371#define bcmolt_gpio_cfg_id_value BCMOLT_GPIO_CFG_ID_VALUE
8372#define bcmolt_gpio_cfg_id__num_of BCMOLT_GPIO_CFG_ID__NUM_OF
8373#define bcmolt_gpon_alloc_key_id_pon_ni BCMOLT_GPON_ALLOC_KEY_ID_PON_NI
8374#define bcmolt_gpon_alloc_key_id_alloc_id BCMOLT_GPON_ALLOC_KEY_ID_ALLOC_ID
8375#define bcmolt_gpon_alloc_key_id__num_of BCMOLT_GPON_ALLOC_KEY_ID__NUM_OF
8376#define bcmolt_gpon_alloc_cfg_id_state BCMOLT_GPON_ALLOC_CFG_ID_STATE
8377#define bcmolt_gpon_alloc_cfg_id_sla BCMOLT_GPON_ALLOC_CFG_ID_SLA
8378#define bcmolt_gpon_alloc_cfg_id_onu_id BCMOLT_GPON_ALLOC_CFG_ID_ONU_ID
8379#define bcmolt_gpon_alloc_cfg_id_collect_stats BCMOLT_GPON_ALLOC_CFG_ID_COLLECT_STATS
8380#define bcmolt_gpon_alloc_cfg_id__num_of BCMOLT_GPON_ALLOC_CFG_ID__NUM_OF
8381#define bcmolt_gpon_alloc_stat_id_rx_bytes BCMOLT_GPON_ALLOC_STAT_ID_RX_BYTES
8382#define bcmolt_gpon_alloc_stat_id__num_of BCMOLT_GPON_ALLOC_STAT_ID__NUM_OF
8383#define bcmolt_gpon_alloc_stat_cfg_id_cfg BCMOLT_GPON_ALLOC_STAT_CFG_ID_CFG
8384#define bcmolt_gpon_alloc_stat_cfg_id__num_of BCMOLT_GPON_ALLOC_STAT_CFG_ID__NUM_OF
8385#define bcmolt_gpon_alloc_configuration_completed_id_status BCMOLT_GPON_ALLOC_CONFIGURATION_COMPLETED_ID_STATUS
8386#define bcmolt_gpon_alloc_configuration_completed_id_new_state BCMOLT_GPON_ALLOC_CONFIGURATION_COMPLETED_ID_NEW_STATE
8387#define bcmolt_gpon_alloc_configuration_completed_id__num_of BCMOLT_GPON_ALLOC_CONFIGURATION_COMPLETED_ID__NUM_OF
8388#define bcmolt_gpon_alloc_get_alloc_stats_completed_id_status BCMOLT_GPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID_STATUS
8389#define bcmolt_gpon_alloc_get_alloc_stats_completed_id_average_nsr_used BCMOLT_GPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID_AVERAGE_NSR_USED
8390#define bcmolt_gpon_alloc_get_alloc_stats_completed_id_average_nsr_allocated BCMOLT_GPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID_AVERAGE_NSR_ALLOCATED
8391#define bcmolt_gpon_alloc_get_alloc_stats_completed_id_average_sr_report BCMOLT_GPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID_AVERAGE_SR_REPORT
8392#define bcmolt_gpon_alloc_get_alloc_stats_completed_id__num_of BCMOLT_GPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID__NUM_OF
8393#define bcmolt_gpon_alloc_stat_alarm_cleared_id_stat BCMOLT_GPON_ALLOC_STAT_ALARM_CLEARED_ID_STAT
8394#define bcmolt_gpon_alloc_stat_alarm_cleared_id__num_of BCMOLT_GPON_ALLOC_STAT_ALARM_CLEARED_ID__NUM_OF
8395#define bcmolt_gpon_alloc_stat_alarm_raised_id_stat BCMOLT_GPON_ALLOC_STAT_ALARM_RAISED_ID_STAT
8396#define bcmolt_gpon_alloc_stat_alarm_raised_id__num_of BCMOLT_GPON_ALLOC_STAT_ALARM_RAISED_ID__NUM_OF
8397#define bcmolt_gpon_alloc_auto_cfg_id_configuration_completed BCMOLT_GPON_ALLOC_AUTO_CFG_ID_CONFIGURATION_COMPLETED
8398#define bcmolt_gpon_alloc_auto_cfg_id_get_alloc_stats_completed BCMOLT_GPON_ALLOC_AUTO_CFG_ID_GET_ALLOC_STATS_COMPLETED
8399#define bcmolt_gpon_alloc_auto_cfg_id_stat_alarm_cleared BCMOLT_GPON_ALLOC_AUTO_CFG_ID_STAT_ALARM_CLEARED
8400#define bcmolt_gpon_alloc_auto_cfg_id_stat_alarm_raised BCMOLT_GPON_ALLOC_AUTO_CFG_ID_STAT_ALARM_RAISED
8401#define bcmolt_gpon_alloc_auto_cfg_id__num_of BCMOLT_GPON_ALLOC_AUTO_CFG_ID__NUM_OF
8402#define bcmolt_gpon_alloc_get_stats_id_num_of_cycles BCMOLT_GPON_ALLOC_GET_STATS_ID_NUM_OF_CYCLES
8403#define bcmolt_gpon_alloc_get_stats_id__num_of BCMOLT_GPON_ALLOC_GET_STATS_ID__NUM_OF
8404#define bcmolt_gpon_alloc_set_state_id_state BCMOLT_GPON_ALLOC_SET_STATE_ID_STATE
8405#define bcmolt_gpon_alloc_set_state_id__num_of BCMOLT_GPON_ALLOC_SET_STATE_ID__NUM_OF
8406#define bcmolt_gpon_gem_port_key_id_pon_ni BCMOLT_GPON_GEM_PORT_KEY_ID_PON_NI
8407#define bcmolt_gpon_gem_port_key_id_gem_port_id BCMOLT_GPON_GEM_PORT_KEY_ID_GEM_PORT_ID
8408#define bcmolt_gpon_gem_port_key_id__num_of BCMOLT_GPON_GEM_PORT_KEY_ID__NUM_OF
8409#define bcmolt_gpon_gem_port_cfg_id_configuration BCMOLT_GPON_GEM_PORT_CFG_ID_CONFIGURATION
8410#define bcmolt_gpon_gem_port_cfg_id_onu_id BCMOLT_GPON_GEM_PORT_CFG_ID_ONU_ID
8411#define bcmolt_gpon_gem_port_cfg_id_gem_port_state BCMOLT_GPON_GEM_PORT_CFG_ID_GEM_PORT_STATE
8412#define bcmolt_gpon_gem_port_cfg_id_downstream_encryption_mode BCMOLT_GPON_GEM_PORT_CFG_ID_DOWNSTREAM_ENCRYPTION_MODE
8413#define bcmolt_gpon_gem_port_cfg_id_upstream_destination_queue BCMOLT_GPON_GEM_PORT_CFG_ID_UPSTREAM_DESTINATION_QUEUE
8414#define bcmolt_gpon_gem_port_cfg_id_control BCMOLT_GPON_GEM_PORT_CFG_ID_CONTROL
8415#define bcmolt_gpon_gem_port_cfg_id_debug_flow_config BCMOLT_GPON_GEM_PORT_CFG_ID_DEBUG_FLOW_CONFIG
8416#define bcmolt_gpon_gem_port_cfg_id_mac_table_entry_limit BCMOLT_GPON_GEM_PORT_CFG_ID_MAC_TABLE_ENTRY_LIMIT
8417#define bcmolt_gpon_gem_port_cfg_id__num_of BCMOLT_GPON_GEM_PORT_CFG_ID__NUM_OF
8418#define bcmolt_gpon_gem_port_stat_id_rx_packets BCMOLT_GPON_GEM_PORT_STAT_ID_RX_PACKETS
8419#define bcmolt_gpon_gem_port_stat_id_rx_bytes BCMOLT_GPON_GEM_PORT_STAT_ID_RX_BYTES
8420#define bcmolt_gpon_gem_port_stat_id_tx_packets BCMOLT_GPON_GEM_PORT_STAT_ID_TX_PACKETS
8421#define bcmolt_gpon_gem_port_stat_id_tx_bytes BCMOLT_GPON_GEM_PORT_STAT_ID_TX_BYTES
8422#define bcmolt_gpon_gem_port_stat_id__num_of BCMOLT_GPON_GEM_PORT_STAT_ID__NUM_OF
8423#define bcmolt_gpon_gem_port_stat_cfg_id_cfg BCMOLT_GPON_GEM_PORT_STAT_CFG_ID_CFG
8424#define bcmolt_gpon_gem_port_stat_cfg_id__num_of BCMOLT_GPON_GEM_PORT_STAT_CFG_ID__NUM_OF
8425#define bcmolt_gpon_gem_port_configuration_completed_id_status BCMOLT_GPON_GEM_PORT_CONFIGURATION_COMPLETED_ID_STATUS
8426#define bcmolt_gpon_gem_port_configuration_completed_id_new_state BCMOLT_GPON_GEM_PORT_CONFIGURATION_COMPLETED_ID_NEW_STATE
8427#define bcmolt_gpon_gem_port_configuration_completed_id__num_of BCMOLT_GPON_GEM_PORT_CONFIGURATION_COMPLETED_ID__NUM_OF
8428#define bcmolt_gpon_gem_port_stat_alarm_cleared_id_stat BCMOLT_GPON_GEM_PORT_STAT_ALARM_CLEARED_ID_STAT
8429#define bcmolt_gpon_gem_port_stat_alarm_cleared_id__num_of BCMOLT_GPON_GEM_PORT_STAT_ALARM_CLEARED_ID__NUM_OF
8430#define bcmolt_gpon_gem_port_stat_alarm_raised_id_stat BCMOLT_GPON_GEM_PORT_STAT_ALARM_RAISED_ID_STAT
8431#define bcmolt_gpon_gem_port_stat_alarm_raised_id__num_of BCMOLT_GPON_GEM_PORT_STAT_ALARM_RAISED_ID__NUM_OF
8432#define bcmolt_gpon_gem_port_auto_cfg_id_configuration_completed BCMOLT_GPON_GEM_PORT_AUTO_CFG_ID_CONFIGURATION_COMPLETED
8433#define bcmolt_gpon_gem_port_auto_cfg_id_stat_alarm_cleared BCMOLT_GPON_GEM_PORT_AUTO_CFG_ID_STAT_ALARM_CLEARED
8434#define bcmolt_gpon_gem_port_auto_cfg_id_stat_alarm_raised BCMOLT_GPON_GEM_PORT_AUTO_CFG_ID_STAT_ALARM_RAISED
8435#define bcmolt_gpon_gem_port_auto_cfg_id__num_of BCMOLT_GPON_GEM_PORT_AUTO_CFG_ID__NUM_OF
8436#define bcmolt_gpon_gem_port_set_state_id_state BCMOLT_GPON_GEM_PORT_SET_STATE_ID_STATE
8437#define bcmolt_gpon_gem_port_set_state_id__num_of BCMOLT_GPON_GEM_PORT_SET_STATE_ID__NUM_OF
8438#define bcmolt_gpon_iwf_key_id_pon_ni BCMOLT_GPON_IWF_KEY_ID_PON_NI
8439#define bcmolt_gpon_iwf_key_id__num_of BCMOLT_GPON_IWF_KEY_ID__NUM_OF
8440#define bcmolt_gpon_iwf_cfg_id_iwf_mode BCMOLT_GPON_IWF_CFG_ID_IWF_MODE
8441#define bcmolt_gpon_iwf_cfg_id_us_tpid_per_flow BCMOLT_GPON_IWF_CFG_ID_US_TPID_PER_FLOW
8442#define bcmolt_gpon_iwf_cfg_id_us_otag_direct_tpid BCMOLT_GPON_IWF_CFG_ID_US_OTAG_DIRECT_TPID
8443#define bcmolt_gpon_iwf_cfg_id_us_otag_direct_pbit BCMOLT_GPON_IWF_CFG_ID_US_OTAG_DIRECT_PBIT
8444#define bcmolt_gpon_iwf_cfg_id_ds_tpid BCMOLT_GPON_IWF_CFG_ID_DS_TPID
8445#define bcmolt_gpon_iwf_cfg_id_mac_table_configuration BCMOLT_GPON_IWF_CFG_ID_MAC_TABLE_CONFIGURATION
8446#define bcmolt_gpon_iwf_cfg_id_debug_flow_configuration BCMOLT_GPON_IWF_CFG_ID_DEBUG_FLOW_CONFIGURATION
8447#define bcmolt_gpon_iwf_cfg_id_mac_table_count BCMOLT_GPON_IWF_CFG_ID_MAC_TABLE_COUNT
8448#define bcmolt_gpon_iwf_cfg_id_forbidden_vlan_flow_gem_range_start BCMOLT_GPON_IWF_CFG_ID_FORBIDDEN_VLAN_FLOW_GEM_RANGE_START
8449#define bcmolt_gpon_iwf_cfg_id__num_of BCMOLT_GPON_IWF_CFG_ID__NUM_OF
8450#define bcmolt_gpon_iwf_stat_id_ds_hit_event BCMOLT_GPON_IWF_STAT_ID_DS_HIT_EVENT
8451#define bcmolt_gpon_iwf_stat_id_ds_miss_event BCMOLT_GPON_IWF_STAT_ID_DS_MISS_EVENT
8452#define bcmolt_gpon_iwf_stat_id_ds_drop_due_to_miss_event BCMOLT_GPON_IWF_STAT_ID_DS_DROP_DUE_TO_MISS_EVENT
8453#define bcmolt_gpon_iwf_stat_id_ds_drop_due_to_hit_event BCMOLT_GPON_IWF_STAT_ID_DS_DROP_DUE_TO_HIT_EVENT
8454#define bcmolt_gpon_iwf_stat_id_ds_drop_to_disabled_gem BCMOLT_GPON_IWF_STAT_ID_DS_DROP_TO_DISABLED_GEM
8455#define bcmolt_gpon_iwf_stat_id_new_mac_discovered BCMOLT_GPON_IWF_STAT_ID_NEW_MAC_DISCOVERED
8456#define bcmolt_gpon_iwf_stat_id_move_event BCMOLT_GPON_IWF_STAT_ID_MOVE_EVENT
8457#define bcmolt_gpon_iwf_stat_id_new_mac_drop_due_to_fifo_full BCMOLT_GPON_IWF_STAT_ID_NEW_MAC_DROP_DUE_TO_FIFO_FULL
8458#define bcmolt_gpon_iwf_stat_id__num_of BCMOLT_GPON_IWF_STAT_ID__NUM_OF
8459#define bcmolt_gpon_iwf_stat_cfg_id_cfg BCMOLT_GPON_IWF_STAT_CFG_ID_CFG
8460#define bcmolt_gpon_iwf_stat_cfg_id__num_of BCMOLT_GPON_IWF_STAT_CFG_ID__NUM_OF
8461#define bcmolt_gpon_iwf_flush_mac_table_completed_id__num_of BCMOLT_GPON_IWF_FLUSH_MAC_TABLE_COMPLETED_ID__NUM_OF
8462#define bcmolt_gpon_iwf_scan_mac_table_completed_id_mac_address BCMOLT_GPON_IWF_SCAN_MAC_TABLE_COMPLETED_ID_MAC_ADDRESS
8463#define bcmolt_gpon_iwf_scan_mac_table_completed_id_entries BCMOLT_GPON_IWF_SCAN_MAC_TABLE_COMPLETED_ID_ENTRIES
8464#define bcmolt_gpon_iwf_scan_mac_table_completed_id__num_of BCMOLT_GPON_IWF_SCAN_MAC_TABLE_COMPLETED_ID__NUM_OF
8465#define bcmolt_gpon_iwf_stat_alarm_cleared_id_stat BCMOLT_GPON_IWF_STAT_ALARM_CLEARED_ID_STAT
8466#define bcmolt_gpon_iwf_stat_alarm_cleared_id__num_of BCMOLT_GPON_IWF_STAT_ALARM_CLEARED_ID__NUM_OF
8467#define bcmolt_gpon_iwf_stat_alarm_raised_id_stat BCMOLT_GPON_IWF_STAT_ALARM_RAISED_ID_STAT
8468#define bcmolt_gpon_iwf_stat_alarm_raised_id__num_of BCMOLT_GPON_IWF_STAT_ALARM_RAISED_ID__NUM_OF
8469#define bcmolt_gpon_iwf_auto_cfg_id_flush_mac_table_completed BCMOLT_GPON_IWF_AUTO_CFG_ID_FLUSH_MAC_TABLE_COMPLETED
8470#define bcmolt_gpon_iwf_auto_cfg_id_scan_mac_table_completed BCMOLT_GPON_IWF_AUTO_CFG_ID_SCAN_MAC_TABLE_COMPLETED
8471#define bcmolt_gpon_iwf_auto_cfg_id_stat_alarm_cleared BCMOLT_GPON_IWF_AUTO_CFG_ID_STAT_ALARM_CLEARED
8472#define bcmolt_gpon_iwf_auto_cfg_id_stat_alarm_raised BCMOLT_GPON_IWF_AUTO_CFG_ID_STAT_ALARM_RAISED
8473#define bcmolt_gpon_iwf_auto_cfg_id__num_of BCMOLT_GPON_IWF_AUTO_CFG_ID__NUM_OF
8474#define bcmolt_gpon_iwf_flush_mac_table_id_control BCMOLT_GPON_IWF_FLUSH_MAC_TABLE_ID_CONTROL
8475#define bcmolt_gpon_iwf_flush_mac_table_id_vid BCMOLT_GPON_IWF_FLUSH_MAC_TABLE_ID_VID
8476#define bcmolt_gpon_iwf_flush_mac_table_id_flow_id BCMOLT_GPON_IWF_FLUSH_MAC_TABLE_ID_FLOW_ID
8477#define bcmolt_gpon_iwf_flush_mac_table_id__num_of BCMOLT_GPON_IWF_FLUSH_MAC_TABLE_ID__NUM_OF
8478#define bcmolt_gpon_iwf_scan_mac_table_id_mac_address BCMOLT_GPON_IWF_SCAN_MAC_TABLE_ID_MAC_ADDRESS
8479#define bcmolt_gpon_iwf_scan_mac_table_id__num_of BCMOLT_GPON_IWF_SCAN_MAC_TABLE_ID__NUM_OF
8480#define bcmolt_gpon_iwf_ds_egress_flow_key_id_pon_ni BCMOLT_GPON_IWF_DS_EGRESS_FLOW_KEY_ID_PON_NI
8481#define bcmolt_gpon_iwf_ds_egress_flow_key_id_flow_id BCMOLT_GPON_IWF_DS_EGRESS_FLOW_KEY_ID_FLOW_ID
8482#define bcmolt_gpon_iwf_ds_egress_flow_key_id__num_of BCMOLT_GPON_IWF_DS_EGRESS_FLOW_KEY_ID__NUM_OF
8483#define bcmolt_gpon_iwf_ds_egress_flow_cfg_id_gem_port BCMOLT_GPON_IWF_DS_EGRESS_FLOW_CFG_ID_GEM_PORT
8484#define bcmolt_gpon_iwf_ds_egress_flow_cfg_id_pbit_control BCMOLT_GPON_IWF_DS_EGRESS_FLOW_CFG_ID_PBIT_CONTROL
8485#define bcmolt_gpon_iwf_ds_egress_flow_cfg_id__num_of BCMOLT_GPON_IWF_DS_EGRESS_FLOW_CFG_ID__NUM_OF
8486#define bcmolt_gpon_iwf_ds_ingress_flow_key_id_pon_ni BCMOLT_GPON_IWF_DS_INGRESS_FLOW_KEY_ID_PON_NI
8487#define bcmolt_gpon_iwf_ds_ingress_flow_key_id_vlan_id BCMOLT_GPON_IWF_DS_INGRESS_FLOW_KEY_ID_VLAN_ID
8488#define bcmolt_gpon_iwf_ds_ingress_flow_key_id__num_of BCMOLT_GPON_IWF_DS_INGRESS_FLOW_KEY_ID__NUM_OF
8489#define bcmolt_gpon_iwf_ds_ingress_flow_cfg_id_mapping_method BCMOLT_GPON_IWF_DS_INGRESS_FLOW_CFG_ID_MAPPING_METHOD
8490#define bcmolt_gpon_iwf_ds_ingress_flow_cfg_id_mapping_tag BCMOLT_GPON_IWF_DS_INGRESS_FLOW_CFG_ID_MAPPING_TAG
8491#define bcmolt_gpon_iwf_ds_ingress_flow_cfg_id_vlan_action BCMOLT_GPON_IWF_DS_INGRESS_FLOW_CFG_ID_VLAN_ACTION
8492#define bcmolt_gpon_iwf_ds_ingress_flow_cfg_id__num_of BCMOLT_GPON_IWF_DS_INGRESS_FLOW_CFG_ID__NUM_OF
8493#define bcmolt_gpon_iwf_mac_table_key_id_pon_ni BCMOLT_GPON_IWF_MAC_TABLE_KEY_ID_PON_NI
8494#define bcmolt_gpon_iwf_mac_table_key_id_mac_address BCMOLT_GPON_IWF_MAC_TABLE_KEY_ID_MAC_ADDRESS
8495#define bcmolt_gpon_iwf_mac_table_key_id_vlan BCMOLT_GPON_IWF_MAC_TABLE_KEY_ID_VLAN
8496#define bcmolt_gpon_iwf_mac_table_key_id__num_of BCMOLT_GPON_IWF_MAC_TABLE_KEY_ID__NUM_OF
8497#define bcmolt_gpon_iwf_mac_table_cfg_id_flow_id BCMOLT_GPON_IWF_MAC_TABLE_CFG_ID_FLOW_ID
8498#define bcmolt_gpon_iwf_mac_table_cfg_id_stat BCMOLT_GPON_IWF_MAC_TABLE_CFG_ID_STAT
8499#define bcmolt_gpon_iwf_mac_table_cfg_id_gem_port_id BCMOLT_GPON_IWF_MAC_TABLE_CFG_ID_GEM_PORT_ID
8500#define bcmolt_gpon_iwf_mac_table_cfg_id_onu_id BCMOLT_GPON_IWF_MAC_TABLE_CFG_ID_ONU_ID
8501#define bcmolt_gpon_iwf_mac_table_cfg_id__num_of BCMOLT_GPON_IWF_MAC_TABLE_CFG_ID__NUM_OF
8502#define bcmolt_gpon_iwf_mac_table_mac_aged_id__num_of BCMOLT_GPON_IWF_MAC_TABLE_MAC_AGED_ID__NUM_OF
8503#define bcmolt_gpon_iwf_mac_table_mac_dropped_id_flow_id BCMOLT_GPON_IWF_MAC_TABLE_MAC_DROPPED_ID_FLOW_ID
8504#define bcmolt_gpon_iwf_mac_table_mac_dropped_id__num_of BCMOLT_GPON_IWF_MAC_TABLE_MAC_DROPPED_ID__NUM_OF
8505#define bcmolt_gpon_iwf_mac_table_mac_move_id_old_flow_id BCMOLT_GPON_IWF_MAC_TABLE_MAC_MOVE_ID_OLD_FLOW_ID
8506#define bcmolt_gpon_iwf_mac_table_mac_move_id_new_flow_id BCMOLT_GPON_IWF_MAC_TABLE_MAC_MOVE_ID_NEW_FLOW_ID
8507#define bcmolt_gpon_iwf_mac_table_mac_move_id__num_of BCMOLT_GPON_IWF_MAC_TABLE_MAC_MOVE_ID__NUM_OF
8508#define bcmolt_gpon_iwf_mac_table_new_mac_id_flow_id BCMOLT_GPON_IWF_MAC_TABLE_NEW_MAC_ID_FLOW_ID
8509#define bcmolt_gpon_iwf_mac_table_new_mac_id__num_of BCMOLT_GPON_IWF_MAC_TABLE_NEW_MAC_ID__NUM_OF
8510#define bcmolt_gpon_iwf_mac_table_auto_cfg_id_mac_aged BCMOLT_GPON_IWF_MAC_TABLE_AUTO_CFG_ID_MAC_AGED
8511#define bcmolt_gpon_iwf_mac_table_auto_cfg_id_mac_dropped BCMOLT_GPON_IWF_MAC_TABLE_AUTO_CFG_ID_MAC_DROPPED
8512#define bcmolt_gpon_iwf_mac_table_auto_cfg_id_mac_move BCMOLT_GPON_IWF_MAC_TABLE_AUTO_CFG_ID_MAC_MOVE
8513#define bcmolt_gpon_iwf_mac_table_auto_cfg_id_new_mac BCMOLT_GPON_IWF_MAC_TABLE_AUTO_CFG_ID_NEW_MAC
8514#define bcmolt_gpon_iwf_mac_table_auto_cfg_id__num_of BCMOLT_GPON_IWF_MAC_TABLE_AUTO_CFG_ID__NUM_OF
8515#define bcmolt_gpon_iwf_us_flow_key_id_pon_ni BCMOLT_GPON_IWF_US_FLOW_KEY_ID_PON_NI
8516#define bcmolt_gpon_iwf_us_flow_key_id_gem_port_id BCMOLT_GPON_IWF_US_FLOW_KEY_ID_GEM_PORT_ID
8517#define bcmolt_gpon_iwf_us_flow_key_id__num_of BCMOLT_GPON_IWF_US_FLOW_KEY_ID__NUM_OF
8518#define bcmolt_gpon_iwf_us_flow_cfg_id_flow_id BCMOLT_GPON_IWF_US_FLOW_CFG_ID_FLOW_ID
8519#define bcmolt_gpon_iwf_us_flow_cfg_id_mac_learning BCMOLT_GPON_IWF_US_FLOW_CFG_ID_MAC_LEARNING
8520#define bcmolt_gpon_iwf_us_flow_cfg_id_vlan_action BCMOLT_GPON_IWF_US_FLOW_CFG_ID_VLAN_ACTION
8521#define bcmolt_gpon_iwf_us_flow_cfg_id_vlan_tag BCMOLT_GPON_IWF_US_FLOW_CFG_ID_VLAN_TAG
8522#define bcmolt_gpon_iwf_us_flow_cfg_id_tpid_index BCMOLT_GPON_IWF_US_FLOW_CFG_ID_TPID_INDEX
8523#define bcmolt_gpon_iwf_us_flow_cfg_id__num_of BCMOLT_GPON_IWF_US_FLOW_CFG_ID__NUM_OF
8524#define bcmolt_gpon_ni_key_id_pon_ni BCMOLT_GPON_NI_KEY_ID_PON_NI
8525#define bcmolt_gpon_ni_key_id__num_of BCMOLT_GPON_NI_KEY_ID__NUM_OF
8526#define bcmolt_gpon_ni_cfg_id_pon_status BCMOLT_GPON_NI_CFG_ID_PON_STATUS
8527#define bcmolt_gpon_ni_cfg_id_available_bandwidth BCMOLT_GPON_NI_CFG_ID_AVAILABLE_BANDWIDTH
8528#define bcmolt_gpon_ni_cfg_id_number_of_active_onus BCMOLT_GPON_NI_CFG_ID_NUMBER_OF_ACTIVE_ONUS
8529#define bcmolt_gpon_ni_cfg_id_number_of_active_standby_onus BCMOLT_GPON_NI_CFG_ID_NUMBER_OF_ACTIVE_STANDBY_ONUS
8530#define bcmolt_gpon_ni_cfg_id_prbs_status BCMOLT_GPON_NI_CFG_ID_PRBS_STATUS
8531#define bcmolt_gpon_ni_cfg_id_pon_distance BCMOLT_GPON_NI_CFG_ID_PON_DISTANCE
8532#define bcmolt_gpon_ni_cfg_id_ranging_window_size BCMOLT_GPON_NI_CFG_ID_RANGING_WINDOW_SIZE
8533#define bcmolt_gpon_ni_cfg_id_preassigned_equalization_delay BCMOLT_GPON_NI_CFG_ID_PREASSIGNED_EQUALIZATION_DELAY
8534#define bcmolt_gpon_ni_cfg_id_eqd_cycles_number BCMOLT_GPON_NI_CFG_ID_EQD_CYCLES_NUMBER
8535#define bcmolt_gpon_ni_cfg_id_power_level BCMOLT_GPON_NI_CFG_ID_POWER_LEVEL
8536#define bcmolt_gpon_ni_cfg_id_ds_fec_mode BCMOLT_GPON_NI_CFG_ID_DS_FEC_MODE
8537#define bcmolt_gpon_ni_cfg_id_drift_control BCMOLT_GPON_NI_CFG_ID_DRIFT_CONTROL
8538#define bcmolt_gpon_ni_cfg_id_ds_ber_reporting_interval BCMOLT_GPON_NI_CFG_ID_DS_BER_REPORTING_INTERVAL
8539#define bcmolt_gpon_ni_cfg_id_los_alarm_threshold BCMOLT_GPON_NI_CFG_ID_LOS_ALARM_THRESHOLD
8540#define bcmolt_gpon_ni_cfg_id_los_initial_value BCMOLT_GPON_NI_CFG_ID_LOS_INITIAL_VALUE
8541#define bcmolt_gpon_ni_cfg_id_onu_alarms_thresholds BCMOLT_GPON_NI_CFG_ID_ONU_ALARMS_THRESHOLDS
8542#define bcmolt_gpon_ni_cfg_id_ber_monitor BCMOLT_GPON_NI_CFG_ID_BER_MONITOR
8543#define bcmolt_gpon_ni_cfg_id_ploam_ack_timeout BCMOLT_GPON_NI_CFG_ID_PLOAM_ACK_TIMEOUT
8544#define bcmolt_gpon_ni_cfg_id_onu_activation BCMOLT_GPON_NI_CFG_ID_ONU_ACTIVATION
8545#define bcmolt_gpon_ni_cfg_id_sn_acquisition BCMOLT_GPON_NI_CFG_ID_SN_ACQUISITION
8546#define bcmolt_gpon_ni_cfg_id_key_exchange BCMOLT_GPON_NI_CFG_ID_KEY_EXCHANGE
8547#define bcmolt_gpon_ni_cfg_id_protection_switching BCMOLT_GPON_NI_CFG_ID_PROTECTION_SWITCHING
8548#define bcmolt_gpon_ni_cfg_id_cbr_rt_allocation_profile BCMOLT_GPON_NI_CFG_ID_CBR_RT_ALLOCATION_PROFILE
8549#define bcmolt_gpon_ni_cfg_id_cbr_nrt_allocation_profile BCMOLT_GPON_NI_CFG_ID_CBR_NRT_ALLOCATION_PROFILE
8550#define bcmolt_gpon_ni_cfg_id_dba BCMOLT_GPON_NI_CFG_ID_DBA
8551#define bcmolt_gpon_ni_cfg_id_power_management BCMOLT_GPON_NI_CFG_ID_POWER_MANAGEMENT
8552#define bcmolt_gpon_ni_cfg_id_rogue_onu_detection_process BCMOLT_GPON_NI_CFG_ID_ROGUE_ONU_DETECTION_PROCESS
8553#define bcmolt_gpon_ni_cfg_id_periodic_standby_pon_monitoring BCMOLT_GPON_NI_CFG_ID_PERIODIC_STANDBY_PON_MONITORING
8554#define bcmolt_gpon_ni_cfg_id_prbs_checker BCMOLT_GPON_NI_CFG_ID_PRBS_CHECKER
8555#define bcmolt_gpon_ni_cfg_id_prbs_generator BCMOLT_GPON_NI_CFG_ID_PRBS_GENERATOR
8556#define bcmolt_gpon_ni_cfg_id_min_data_alloc_id BCMOLT_GPON_NI_CFG_ID_MIN_DATA_ALLOC_ID
8557#define bcmolt_gpon_ni_cfg_id_automatic_onu_deactivation BCMOLT_GPON_NI_CFG_ID_AUTOMATIC_ONU_DEACTIVATION
8558#define bcmolt_gpon_ni_cfg_id_us_bandwidth_limit BCMOLT_GPON_NI_CFG_ID_US_BANDWIDTH_LIMIT
8559#define bcmolt_gpon_ni_cfg_id_all_onus BCMOLT_GPON_NI_CFG_ID_ALL_ONUS
8560#define bcmolt_gpon_ni_cfg_id_all_mcast_gem_ports BCMOLT_GPON_NI_CFG_ID_ALL_MCAST_GEM_PORTS
8561#define bcmolt_gpon_ni_cfg_id_debug BCMOLT_GPON_NI_CFG_ID_DEBUG
8562#define bcmolt_gpon_ni_cfg_id_onu_upgrade_params BCMOLT_GPON_NI_CFG_ID_ONU_UPGRADE_PARAMS
8563#define bcmolt_gpon_ni_cfg_id_ps_c_wait_before_deactivation_timeout BCMOLT_GPON_NI_CFG_ID_PS_C_WAIT_BEFORE_DEACTIVATION_TIMEOUT
8564#define bcmolt_gpon_ni_cfg_id_bip32_indication_control BCMOLT_GPON_NI_CFG_ID_BIP32_INDICATION_CONTROL
8565#define bcmolt_gpon_ni_cfg_id__num_of BCMOLT_GPON_NI_CFG_ID__NUM_OF
8566#define bcmolt_gpon_ni_stat_id_fec_codewords BCMOLT_GPON_NI_STAT_ID_FEC_CODEWORDS
8567#define bcmolt_gpon_ni_stat_id_fec_codewords_uncorrected BCMOLT_GPON_NI_STAT_ID_FEC_CODEWORDS_UNCORRECTED
8568#define bcmolt_gpon_ni_stat_id_bip8_bytes BCMOLT_GPON_NI_STAT_ID_BIP8_BYTES
8569#define bcmolt_gpon_ni_stat_id_bip8_errors BCMOLT_GPON_NI_STAT_ID_BIP8_ERRORS
8570#define bcmolt_gpon_ni_stat_id_rx_gem_packets BCMOLT_GPON_NI_STAT_ID_RX_GEM_PACKETS
8571#define bcmolt_gpon_ni_stat_id_rx_gem_dropped BCMOLT_GPON_NI_STAT_ID_RX_GEM_DROPPED
8572#define bcmolt_gpon_ni_stat_id_rx_gem_idle BCMOLT_GPON_NI_STAT_ID_RX_GEM_IDLE
8573#define bcmolt_gpon_ni_stat_id_rx_gem_corrected BCMOLT_GPON_NI_STAT_ID_RX_GEM_CORRECTED
8574#define bcmolt_gpon_ni_stat_id_rx_gem_illegal BCMOLT_GPON_NI_STAT_ID_RX_GEM_ILLEGAL
8575#define bcmolt_gpon_ni_stat_id_rx_allocations_valid BCMOLT_GPON_NI_STAT_ID_RX_ALLOCATIONS_VALID
8576#define bcmolt_gpon_ni_stat_id_rx_allocations_invalid BCMOLT_GPON_NI_STAT_ID_RX_ALLOCATIONS_INVALID
8577#define bcmolt_gpon_ni_stat_id_rx_allocations_disabled BCMOLT_GPON_NI_STAT_ID_RX_ALLOCATIONS_DISABLED
8578#define bcmolt_gpon_ni_stat_id_rx_ploams BCMOLT_GPON_NI_STAT_ID_RX_PLOAMS
8579#define bcmolt_gpon_ni_stat_id_rx_ploams_non_idle BCMOLT_GPON_NI_STAT_ID_RX_PLOAMS_NON_IDLE
8580#define bcmolt_gpon_ni_stat_id_rx_ploams_error BCMOLT_GPON_NI_STAT_ID_RX_PLOAMS_ERROR
8581#define bcmolt_gpon_ni_stat_id_rx_ploams_dropped BCMOLT_GPON_NI_STAT_ID_RX_PLOAMS_DROPPED
8582#define bcmolt_gpon_ni_stat_id_rx_cpu BCMOLT_GPON_NI_STAT_ID_RX_CPU
8583#define bcmolt_gpon_ni_stat_id_rx_omci BCMOLT_GPON_NI_STAT_ID_RX_OMCI
8584#define bcmolt_gpon_ni_stat_id_rx_omci_packets_crc_error BCMOLT_GPON_NI_STAT_ID_RX_OMCI_PACKETS_CRC_ERROR
8585#define bcmolt_gpon_ni_stat_id_rx_dropped_too_short BCMOLT_GPON_NI_STAT_ID_RX_DROPPED_TOO_SHORT
8586#define bcmolt_gpon_ni_stat_id_rx_dropped_too_long BCMOLT_GPON_NI_STAT_ID_RX_DROPPED_TOO_LONG
8587#define bcmolt_gpon_ni_stat_id_rx_crc_errors BCMOLT_GPON_NI_STAT_ID_RX_CRC_ERRORS
8588#define bcmolt_gpon_ni_stat_id_rx_key_errors BCMOLT_GPON_NI_STAT_ID_RX_KEY_ERRORS
8589#define bcmolt_gpon_ni_stat_id_rx_fragments_errors BCMOLT_GPON_NI_STAT_ID_RX_FRAGMENTS_ERRORS
8590#define bcmolt_gpon_ni_stat_id_rx_packets_dropped BCMOLT_GPON_NI_STAT_ID_RX_PACKETS_DROPPED
8591#define bcmolt_gpon_ni_stat_id_tx_gem BCMOLT_GPON_NI_STAT_ID_TX_GEM
8592#define bcmolt_gpon_ni_stat_id_tx_ploams BCMOLT_GPON_NI_STAT_ID_TX_PLOAMS
8593#define bcmolt_gpon_ni_stat_id_tx_gem_fragments BCMOLT_GPON_NI_STAT_ID_TX_GEM_FRAGMENTS
8594#define bcmolt_gpon_ni_stat_id_tx_cpu BCMOLT_GPON_NI_STAT_ID_TX_CPU
8595#define bcmolt_gpon_ni_stat_id_tx_omci BCMOLT_GPON_NI_STAT_ID_TX_OMCI
8596#define bcmolt_gpon_ni_stat_id_tx_cpu_omci_packets_dropped BCMOLT_GPON_NI_STAT_ID_TX_CPU_OMCI_PACKETS_DROPPED
8597#define bcmolt_gpon_ni_stat_id_tx_dropped_illegal_length BCMOLT_GPON_NI_STAT_ID_TX_DROPPED_ILLEGAL_LENGTH
8598#define bcmolt_gpon_ni_stat_id_tx_dropped_tpid_miss BCMOLT_GPON_NI_STAT_ID_TX_DROPPED_TPID_MISS
8599#define bcmolt_gpon_ni_stat_id_tx_dropped_vid_miss BCMOLT_GPON_NI_STAT_ID_TX_DROPPED_VID_MISS
8600#define bcmolt_gpon_ni_stat_id__num_of BCMOLT_GPON_NI_STAT_ID__NUM_OF
8601#define bcmolt_gpon_ni_stat_cfg_id_cfg BCMOLT_GPON_NI_STAT_CFG_ID_CFG
8602#define bcmolt_gpon_ni_stat_cfg_id__num_of BCMOLT_GPON_NI_STAT_CFG_ID__NUM_OF
8603#define bcmolt_gpon_ni_activate_all_onus_completed_id__num_of BCMOLT_GPON_NI_ACTIVATE_ALL_ONUS_COMPLETED_ID__NUM_OF
8604#define bcmolt_gpon_ni_cpu_packets_failure_id_error BCMOLT_GPON_NI_CPU_PACKETS_FAILURE_ID_ERROR
8605#define bcmolt_gpon_ni_cpu_packets_failure_id_gem_port_id BCMOLT_GPON_NI_CPU_PACKETS_FAILURE_ID_GEM_PORT_ID
8606#define bcmolt_gpon_ni_cpu_packets_failure_id__num_of BCMOLT_GPON_NI_CPU_PACKETS_FAILURE_ID__NUM_OF
8607#define bcmolt_gpon_ni_deactivate_all_onus_completed_id__num_of BCMOLT_GPON_NI_DEACTIVATE_ALL_ONUS_COMPLETED_ID__NUM_OF
8608#define bcmolt_gpon_ni_disable_all_onus_completed_id__num_of BCMOLT_GPON_NI_DISABLE_ALL_ONUS_COMPLETED_ID__NUM_OF
8609#define bcmolt_gpon_ni_enable_all_onus_completed_id__num_of BCMOLT_GPON_NI_ENABLE_ALL_ONUS_COMPLETED_ID__NUM_OF
8610#define bcmolt_gpon_ni_los_id_status BCMOLT_GPON_NI_LOS_ID_STATUS
8611#define bcmolt_gpon_ni_los_id__num_of BCMOLT_GPON_NI_LOS_ID__NUM_OF
8612#define bcmolt_gpon_ni_onu_discovered_id_serial_number BCMOLT_GPON_NI_ONU_DISCOVERED_ID_SERIAL_NUMBER
8613#define bcmolt_gpon_ni_onu_discovered_id_ranging_time BCMOLT_GPON_NI_ONU_DISCOVERED_ID_RANGING_TIME
8614#define bcmolt_gpon_ni_onu_discovered_id_onu_id BCMOLT_GPON_NI_ONU_DISCOVERED_ID_ONU_ID
8615#define bcmolt_gpon_ni_onu_discovered_id__num_of BCMOLT_GPON_NI_ONU_DISCOVERED_ID__NUM_OF
8616#define bcmolt_gpon_ni_onu_upgrade_complete_id_status BCMOLT_GPON_NI_ONU_UPGRADE_COMPLETE_ID_STATUS
8617#define bcmolt_gpon_ni_onu_upgrade_complete_id_list_of_failed_entities BCMOLT_GPON_NI_ONU_UPGRADE_COMPLETE_ID_LIST_OF_FAILED_ENTITIES
8618#define bcmolt_gpon_ni_onu_upgrade_complete_id__num_of BCMOLT_GPON_NI_ONU_UPGRADE_COMPLETE_ID__NUM_OF
8619#define bcmolt_gpon_ni_protection_switching_onus_ranged_id_onus BCMOLT_GPON_NI_PROTECTION_SWITCHING_ONUS_RANGED_ID_ONUS
8620#define bcmolt_gpon_ni_protection_switching_onus_ranged_id__num_of BCMOLT_GPON_NI_PROTECTION_SWITCHING_ONUS_RANGED_ID__NUM_OF
8621#define bcmolt_gpon_ni_protection_switching_switchover_completed_id_result BCMOLT_GPON_NI_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED_ID_RESULT
8622#define bcmolt_gpon_ni_protection_switching_switchover_completed_id__num_of BCMOLT_GPON_NI_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED_ID__NUM_OF
8623#define bcmolt_gpon_ni_protection_switching_traffic_resume_id_result BCMOLT_GPON_NI_PROTECTION_SWITCHING_TRAFFIC_RESUME_ID_RESULT
8624#define bcmolt_gpon_ni_protection_switching_traffic_resume_id__num_of BCMOLT_GPON_NI_PROTECTION_SWITCHING_TRAFFIC_RESUME_ID__NUM_OF
8625#define bcmolt_gpon_ni_rogue_detection_completed_id_window_type BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID_WINDOW_TYPE
8626#define bcmolt_gpon_ni_rogue_detection_completed_id_measurement_status BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID_MEASUREMENT_STATUS
8627#define bcmolt_gpon_ni_rogue_detection_completed_id_alloc_id BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID_ALLOC_ID
8628#define bcmolt_gpon_ni_rogue_detection_completed_id_onu_id BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID_ONU_ID
8629#define bcmolt_gpon_ni_rogue_detection_completed_id_is_delineation BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID_IS_DELINEATION
8630#define bcmolt_gpon_ni_rogue_detection_completed_id_is_ed BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID_IS_ED
8631#define bcmolt_gpon_ni_rogue_detection_completed_id_rx_data BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID_RX_DATA
8632#define bcmolt_gpon_ni_rogue_detection_completed_id_ploam_received_onu_id BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID_PLOAM_RECEIVED_ONU_ID
8633#define bcmolt_gpon_ni_rogue_detection_completed_id_ploam_received_crc_error BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID_PLOAM_RECEIVED_CRC_ERROR
8634#define bcmolt_gpon_ni_rogue_detection_completed_id__num_of BCMOLT_GPON_NI_ROGUE_DETECTION_COMPLETED_ID__NUM_OF
8635#define bcmolt_gpon_ni_rogue_onu_special_map_cycle_start_id__num_of BCMOLT_GPON_NI_ROGUE_ONU_SPECIAL_MAP_CYCLE_START_ID__NUM_OF
8636#define bcmolt_gpon_ni_serial_number_acquisition_cycle_start_id__num_of BCMOLT_GPON_NI_SERIAL_NUMBER_ACQUISITION_CYCLE_START_ID__NUM_OF
8637#define bcmolt_gpon_ni_standby_pon_monitoring_cycle_completed_id_number_of_detected_delimiter BCMOLT_GPON_NI_STANDBY_PON_MONITORING_CYCLE_COMPLETED_ID_NUMBER_OF_DETECTED_DELIMITER
8638#define bcmolt_gpon_ni_standby_pon_monitoring_cycle_completed_id_energy_detect_signal BCMOLT_GPON_NI_STANDBY_PON_MONITORING_CYCLE_COMPLETED_ID_ENERGY_DETECT_SIGNAL
8639#define bcmolt_gpon_ni_standby_pon_monitoring_cycle_completed_id__num_of BCMOLT_GPON_NI_STANDBY_PON_MONITORING_CYCLE_COMPLETED_ID__NUM_OF
8640#define bcmolt_gpon_ni_stat_alarm_cleared_id_stat BCMOLT_GPON_NI_STAT_ALARM_CLEARED_ID_STAT
8641#define bcmolt_gpon_ni_stat_alarm_cleared_id__num_of BCMOLT_GPON_NI_STAT_ALARM_CLEARED_ID__NUM_OF
8642#define bcmolt_gpon_ni_stat_alarm_raised_id_stat BCMOLT_GPON_NI_STAT_ALARM_RAISED_ID_STAT
8643#define bcmolt_gpon_ni_stat_alarm_raised_id__num_of BCMOLT_GPON_NI_STAT_ALARM_RAISED_ID__NUM_OF
8644#define bcmolt_gpon_ni_state_change_completed_id_result BCMOLT_GPON_NI_STATE_CHANGE_COMPLETED_ID_RESULT
8645#define bcmolt_gpon_ni_state_change_completed_id_previous_state BCMOLT_GPON_NI_STATE_CHANGE_COMPLETED_ID_PREVIOUS_STATE
8646#define bcmolt_gpon_ni_state_change_completed_id_new_state BCMOLT_GPON_NI_STATE_CHANGE_COMPLETED_ID_NEW_STATE
8647#define bcmolt_gpon_ni_state_change_completed_id__num_of BCMOLT_GPON_NI_STATE_CHANGE_COMPLETED_ID__NUM_OF
8648#define bcmolt_gpon_ni_tod_request_completed_id_tod_string BCMOLT_GPON_NI_TOD_REQUEST_COMPLETED_ID_TOD_STRING
8649#define bcmolt_gpon_ni_tod_request_completed_id_sfc BCMOLT_GPON_NI_TOD_REQUEST_COMPLETED_ID_SFC
8650#define bcmolt_gpon_ni_tod_request_completed_id_rtc_offset_sec BCMOLT_GPON_NI_TOD_REQUEST_COMPLETED_ID_RTC_OFFSET_SEC
8651#define bcmolt_gpon_ni_tod_request_completed_id_rtc_offset_nsec BCMOLT_GPON_NI_TOD_REQUEST_COMPLETED_ID_RTC_OFFSET_NSEC
8652#define bcmolt_gpon_ni_tod_request_completed_id_status BCMOLT_GPON_NI_TOD_REQUEST_COMPLETED_ID_STATUS
8653#define bcmolt_gpon_ni_tod_request_completed_id__num_of BCMOLT_GPON_NI_TOD_REQUEST_COMPLETED_ID__NUM_OF
8654#define bcmolt_gpon_ni_auto_cfg_id_activate_all_onus_completed BCMOLT_GPON_NI_AUTO_CFG_ID_ACTIVATE_ALL_ONUS_COMPLETED
8655#define bcmolt_gpon_ni_auto_cfg_id_cpu_packets_failure BCMOLT_GPON_NI_AUTO_CFG_ID_CPU_PACKETS_FAILURE
8656#define bcmolt_gpon_ni_auto_cfg_id_deactivate_all_onus_completed BCMOLT_GPON_NI_AUTO_CFG_ID_DEACTIVATE_ALL_ONUS_COMPLETED
8657#define bcmolt_gpon_ni_auto_cfg_id_disable_all_onus_completed BCMOLT_GPON_NI_AUTO_CFG_ID_DISABLE_ALL_ONUS_COMPLETED
8658#define bcmolt_gpon_ni_auto_cfg_id_enable_all_onus_completed BCMOLT_GPON_NI_AUTO_CFG_ID_ENABLE_ALL_ONUS_COMPLETED
8659#define bcmolt_gpon_ni_auto_cfg_id_los BCMOLT_GPON_NI_AUTO_CFG_ID_LOS
8660#define bcmolt_gpon_ni_auto_cfg_id_onu_discovered BCMOLT_GPON_NI_AUTO_CFG_ID_ONU_DISCOVERED
8661#define bcmolt_gpon_ni_auto_cfg_id_onu_upgrade_complete BCMOLT_GPON_NI_AUTO_CFG_ID_ONU_UPGRADE_COMPLETE
8662#define bcmolt_gpon_ni_auto_cfg_id_protection_switching_onus_ranged BCMOLT_GPON_NI_AUTO_CFG_ID_PROTECTION_SWITCHING_ONUS_RANGED
8663#define bcmolt_gpon_ni_auto_cfg_id_protection_switching_switchover_completed BCMOLT_GPON_NI_AUTO_CFG_ID_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED
8664#define bcmolt_gpon_ni_auto_cfg_id_protection_switching_traffic_resume BCMOLT_GPON_NI_AUTO_CFG_ID_PROTECTION_SWITCHING_TRAFFIC_RESUME
8665#define bcmolt_gpon_ni_auto_cfg_id_rogue_detection_completed BCMOLT_GPON_NI_AUTO_CFG_ID_ROGUE_DETECTION_COMPLETED
8666#define bcmolt_gpon_ni_auto_cfg_id_rogue_onu_special_map_cycle_start BCMOLT_GPON_NI_AUTO_CFG_ID_ROGUE_ONU_SPECIAL_MAP_CYCLE_START
8667#define bcmolt_gpon_ni_auto_cfg_id_serial_number_acquisition_cycle_start BCMOLT_GPON_NI_AUTO_CFG_ID_SERIAL_NUMBER_ACQUISITION_CYCLE_START
8668#define bcmolt_gpon_ni_auto_cfg_id_standby_pon_monitoring_cycle_completed BCMOLT_GPON_NI_AUTO_CFG_ID_STANDBY_PON_MONITORING_CYCLE_COMPLETED
8669#define bcmolt_gpon_ni_auto_cfg_id_stat_alarm_cleared BCMOLT_GPON_NI_AUTO_CFG_ID_STAT_ALARM_CLEARED
8670#define bcmolt_gpon_ni_auto_cfg_id_stat_alarm_raised BCMOLT_GPON_NI_AUTO_CFG_ID_STAT_ALARM_RAISED
8671#define bcmolt_gpon_ni_auto_cfg_id_state_change_completed BCMOLT_GPON_NI_AUTO_CFG_ID_STATE_CHANGE_COMPLETED
8672#define bcmolt_gpon_ni_auto_cfg_id_tod_request_completed BCMOLT_GPON_NI_AUTO_CFG_ID_TOD_REQUEST_COMPLETED
8673#define bcmolt_gpon_ni_auto_cfg_id__num_of BCMOLT_GPON_NI_AUTO_CFG_ID__NUM_OF
8674#define bcmolt_gpon_ni_disable_serial_number_id_control BCMOLT_GPON_NI_DISABLE_SERIAL_NUMBER_ID_CONTROL
8675#define bcmolt_gpon_ni_disable_serial_number_id_serial_number BCMOLT_GPON_NI_DISABLE_SERIAL_NUMBER_ID_SERIAL_NUMBER
8676#define bcmolt_gpon_ni_disable_serial_number_id__num_of BCMOLT_GPON_NI_DISABLE_SERIAL_NUMBER_ID__NUM_OF
8677#define bcmolt_gpon_ni_protection_switching_type_c_set_multiple_onu_state_id_onu_state BCMOLT_GPON_NI_PROTECTION_SWITCHING_TYPE_C_SET_MULTIPLE_ONU_STATE_ID_ONU_STATE
8678#define bcmolt_gpon_ni_protection_switching_type_c_set_multiple_onu_state_id_onu_list BCMOLT_GPON_NI_PROTECTION_SWITCHING_TYPE_C_SET_MULTIPLE_ONU_STATE_ID_ONU_LIST
8679#define bcmolt_gpon_ni_protection_switching_type_c_set_multiple_onu_state_id__num_of BCMOLT_GPON_NI_PROTECTION_SWITCHING_TYPE_C_SET_MULTIPLE_ONU_STATE_ID__NUM_OF
8680#define bcmolt_gpon_ni_reset_id__num_of BCMOLT_GPON_NI_RESET_ID__NUM_OF
8681#define bcmolt_gpon_ni_rogue_detection_window_id_window_type BCMOLT_GPON_NI_ROGUE_DETECTION_WINDOW_ID_WINDOW_TYPE
8682#define bcmolt_gpon_ni_rogue_detection_window_id_alloc_id BCMOLT_GPON_NI_ROGUE_DETECTION_WINDOW_ID_ALLOC_ID
8683#define bcmolt_gpon_ni_rogue_detection_window_id_onu_id BCMOLT_GPON_NI_ROGUE_DETECTION_WINDOW_ID_ONU_ID
8684#define bcmolt_gpon_ni_rogue_detection_window_id_second_ranging_window BCMOLT_GPON_NI_ROGUE_DETECTION_WINDOW_ID_SECOND_RANGING_WINDOW
8685#define bcmolt_gpon_ni_rogue_detection_window_id__num_of BCMOLT_GPON_NI_ROGUE_DETECTION_WINDOW_ID__NUM_OF
8686#define bcmolt_gpon_ni_set_onu_state_id_onu_state BCMOLT_GPON_NI_SET_ONU_STATE_ID_ONU_STATE
8687#define bcmolt_gpon_ni_set_onu_state_id__num_of BCMOLT_GPON_NI_SET_ONU_STATE_ID__NUM_OF
8688#define bcmolt_gpon_ni_set_pon_state_id_pon_state BCMOLT_GPON_NI_SET_PON_STATE_ID_PON_STATE
8689#define bcmolt_gpon_ni_set_pon_state_id__num_of BCMOLT_GPON_NI_SET_PON_STATE_ID__NUM_OF
8690#define bcmolt_gpon_ni_single_request_standby_pon_monitoring_id__num_of BCMOLT_GPON_NI_SINGLE_REQUEST_STANDBY_PON_MONITORING_ID__NUM_OF
8691#define bcmolt_gpon_ni_start_onu_upgrade_id_list_of_onu_ids BCMOLT_GPON_NI_START_ONU_UPGRADE_ID_LIST_OF_ONU_IDS
8692#define bcmolt_gpon_ni_start_onu_upgrade_id__num_of BCMOLT_GPON_NI_START_ONU_UPGRADE_ID__NUM_OF
8693#define bcmolt_gpon_ni_tod_request_id__num_of BCMOLT_GPON_NI_TOD_REQUEST_ID__NUM_OF
8694#define bcmolt_gpon_ni_broadcast_ploam_packet_id_ploam BCMOLT_GPON_NI_BROADCAST_PLOAM_PACKET_ID_PLOAM
8695#define bcmolt_gpon_ni_broadcast_ploam_packet_id__num_of BCMOLT_GPON_NI_BROADCAST_PLOAM_PACKET_ID__NUM_OF
8696#define bcmolt_gpon_ni_cpu_packets_id_packet_type BCMOLT_GPON_NI_CPU_PACKETS_ID_PACKET_TYPE
8697#define bcmolt_gpon_ni_cpu_packets_id_calc_crc BCMOLT_GPON_NI_CPU_PACKETS_ID_CALC_CRC
8698#define bcmolt_gpon_ni_cpu_packets_id_gem_port_list BCMOLT_GPON_NI_CPU_PACKETS_ID_GEM_PORT_LIST
8699#define bcmolt_gpon_ni_cpu_packets_id_buffer BCMOLT_GPON_NI_CPU_PACKETS_ID_BUFFER
8700#define bcmolt_gpon_ni_cpu_packets_id__num_of BCMOLT_GPON_NI_CPU_PACKETS_ID__NUM_OF
8701#define bcmolt_gpon_onu_key_id_pon_ni BCMOLT_GPON_ONU_KEY_ID_PON_NI
8702#define bcmolt_gpon_onu_key_id_onu_id BCMOLT_GPON_ONU_KEY_ID_ONU_ID
8703#define bcmolt_gpon_onu_key_id__num_of BCMOLT_GPON_ONU_KEY_ID__NUM_OF
8704#define bcmolt_gpon_onu_cfg_id_onu_state BCMOLT_GPON_ONU_CFG_ID_ONU_STATE
8705#define bcmolt_gpon_onu_cfg_id_serial_number BCMOLT_GPON_ONU_CFG_ID_SERIAL_NUMBER
8706#define bcmolt_gpon_onu_cfg_id_password BCMOLT_GPON_ONU_CFG_ID_PASSWORD
8707#define bcmolt_gpon_onu_cfg_id_auto_password_learning BCMOLT_GPON_ONU_CFG_ID_AUTO_PASSWORD_LEARNING
8708#define bcmolt_gpon_onu_cfg_id_us_fec BCMOLT_GPON_ONU_CFG_ID_US_FEC
8709#define bcmolt_gpon_onu_cfg_id_omci_port_id BCMOLT_GPON_ONU_CFG_ID_OMCI_PORT_ID
8710#define bcmolt_gpon_onu_cfg_id_ds_ber_reporting_interval BCMOLT_GPON_ONU_CFG_ID_DS_BER_REPORTING_INTERVAL
8711#define bcmolt_gpon_onu_cfg_id_aes_encryption_key BCMOLT_GPON_ONU_CFG_ID_AES_ENCRYPTION_KEY
8712#define bcmolt_gpon_onu_cfg_id_alarm_state BCMOLT_GPON_ONU_CFG_ID_ALARM_STATE
8713#define bcmolt_gpon_onu_cfg_id_ranging_time BCMOLT_GPON_ONU_CFG_ID_RANGING_TIME
8714#define bcmolt_gpon_onu_cfg_id_disabled_after_discovery BCMOLT_GPON_ONU_CFG_ID_DISABLED_AFTER_DISCOVERY
8715#define bcmolt_gpon_onu_cfg_id_deactivation_reason BCMOLT_GPON_ONU_CFG_ID_DEACTIVATION_REASON
8716#define bcmolt_gpon_onu_cfg_id_all_gem_ports BCMOLT_GPON_ONU_CFG_ID_ALL_GEM_PORTS
8717#define bcmolt_gpon_onu_cfg_id_all_allocs BCMOLT_GPON_ONU_CFG_ID_ALL_ALLOCS
8718#define bcmolt_gpon_onu_cfg_id_onu_ps_type_c BCMOLT_GPON_ONU_CFG_ID_ONU_PS_TYPE_C
8719#define bcmolt_gpon_onu_cfg_id_extended_guard_time BCMOLT_GPON_ONU_CFG_ID_EXTENDED_GUARD_TIME
8720#define bcmolt_gpon_onu_cfg_id__num_of BCMOLT_GPON_ONU_CFG_ID__NUM_OF
8721#define bcmolt_gpon_onu_stat_id_fec_codewords BCMOLT_GPON_ONU_STAT_ID_FEC_CODEWORDS
8722#define bcmolt_gpon_onu_stat_id_fec_bytes_corrected BCMOLT_GPON_ONU_STAT_ID_FEC_BYTES_CORRECTED
8723#define bcmolt_gpon_onu_stat_id_fec_codewords_corrected BCMOLT_GPON_ONU_STAT_ID_FEC_CODEWORDS_CORRECTED
8724#define bcmolt_gpon_onu_stat_id_fec_codewords_uncorrected BCMOLT_GPON_ONU_STAT_ID_FEC_CODEWORDS_UNCORRECTED
8725#define bcmolt_gpon_onu_stat_id_bip8_bytes BCMOLT_GPON_ONU_STAT_ID_BIP8_BYTES
8726#define bcmolt_gpon_onu_stat_id_bip8_errors BCMOLT_GPON_ONU_STAT_ID_BIP8_ERRORS
8727#define bcmolt_gpon_onu_stat_id_rx_ploams_crc_error BCMOLT_GPON_ONU_STAT_ID_RX_PLOAMS_CRC_ERROR
8728#define bcmolt_gpon_onu_stat_id_rx_ploams_non_idle BCMOLT_GPON_ONU_STAT_ID_RX_PLOAMS_NON_IDLE
8729#define bcmolt_gpon_onu_stat_id_positive_drift BCMOLT_GPON_ONU_STAT_ID_POSITIVE_DRIFT
8730#define bcmolt_gpon_onu_stat_id_negative_drift BCMOLT_GPON_ONU_STAT_ID_NEGATIVE_DRIFT
8731#define bcmolt_gpon_onu_stat_id_rx_omci BCMOLT_GPON_ONU_STAT_ID_RX_OMCI
8732#define bcmolt_gpon_onu_stat_id_rx_omci_packets_crc_error BCMOLT_GPON_ONU_STAT_ID_RX_OMCI_PACKETS_CRC_ERROR
8733#define bcmolt_gpon_onu_stat_id_ber_reported BCMOLT_GPON_ONU_STAT_ID_BER_REPORTED
8734#define bcmolt_gpon_onu_stat_id_unreceived_burst BCMOLT_GPON_ONU_STAT_ID_UNRECEIVED_BURST
8735#define bcmolt_gpon_onu_stat_id_lcdg_errors BCMOLT_GPON_ONU_STAT_ID_LCDG_ERRORS
8736#define bcmolt_gpon_onu_stat_id_rdi_errors BCMOLT_GPON_ONU_STAT_ID_RDI_ERRORS
8737#define bcmolt_gpon_onu_stat_id_rx_bytes BCMOLT_GPON_ONU_STAT_ID_RX_BYTES
8738#define bcmolt_gpon_onu_stat_id_rx_packets BCMOLT_GPON_ONU_STAT_ID_RX_PACKETS
8739#define bcmolt_gpon_onu_stat_id_tx_bytes BCMOLT_GPON_ONU_STAT_ID_TX_BYTES
8740#define bcmolt_gpon_onu_stat_id_tx_packets BCMOLT_GPON_ONU_STAT_ID_TX_PACKETS
8741#define bcmolt_gpon_onu_stat_id__num_of BCMOLT_GPON_ONU_STAT_ID__NUM_OF
8742#define bcmolt_gpon_onu_stat_cfg_id_cfg BCMOLT_GPON_ONU_STAT_CFG_ID_CFG
8743#define bcmolt_gpon_onu_stat_cfg_id__num_of BCMOLT_GPON_ONU_STAT_CFG_ID__NUM_OF
8744#define bcmolt_gpon_onu_ber_interval_configuration_completed_id_ber_interval BCMOLT_GPON_ONU_BER_INTERVAL_CONFIGURATION_COMPLETED_ID_BER_INTERVAL
8745#define bcmolt_gpon_onu_ber_interval_configuration_completed_id_result BCMOLT_GPON_ONU_BER_INTERVAL_CONFIGURATION_COMPLETED_ID_RESULT
8746#define bcmolt_gpon_onu_ber_interval_configuration_completed_id__num_of BCMOLT_GPON_ONU_BER_INTERVAL_CONFIGURATION_COMPLETED_ID__NUM_OF
8747#define bcmolt_gpon_onu_dfi_id_alarm_status BCMOLT_GPON_ONU_DFI_ID_ALARM_STATUS
8748#define bcmolt_gpon_onu_dfi_id__num_of BCMOLT_GPON_ONU_DFI_ID__NUM_OF
8749#define bcmolt_gpon_onu_dgi_id_alarm_status BCMOLT_GPON_ONU_DGI_ID_ALARM_STATUS
8750#define bcmolt_gpon_onu_dgi_id__num_of BCMOLT_GPON_ONU_DGI_ID__NUM_OF
8751#define bcmolt_gpon_onu_dowi_id_alarm_status BCMOLT_GPON_ONU_DOWI_ID_ALARM_STATUS
8752#define bcmolt_gpon_onu_dowi_id_drift_value BCMOLT_GPON_ONU_DOWI_ID_DRIFT_VALUE
8753#define bcmolt_gpon_onu_dowi_id_new_eqd BCMOLT_GPON_ONU_DOWI_ID_NEW_EQD
8754#define bcmolt_gpon_onu_dowi_id__num_of BCMOLT_GPON_ONU_DOWI_ID__NUM_OF
8755#define bcmolt_gpon_onu_err_id_bip8_errors BCMOLT_GPON_ONU_ERR_ID_BIP8_ERRORS
8756#define bcmolt_gpon_onu_err_id__num_of BCMOLT_GPON_ONU_ERR_ID__NUM_OF
8757#define bcmolt_gpon_onu_invalid_dbru_report_id_alloc_id BCMOLT_GPON_ONU_INVALID_DBRU_REPORT_ID_ALLOC_ID
8758#define bcmolt_gpon_onu_invalid_dbru_report_id__num_of BCMOLT_GPON_ONU_INVALID_DBRU_REPORT_ID__NUM_OF
8759#define bcmolt_gpon_onu_key_exchange_completed_id_new_key BCMOLT_GPON_ONU_KEY_EXCHANGE_COMPLETED_ID_NEW_KEY
8760#define bcmolt_gpon_onu_key_exchange_completed_id__num_of BCMOLT_GPON_ONU_KEY_EXCHANGE_COMPLETED_ID__NUM_OF
8761#define bcmolt_gpon_onu_key_exchange_cycle_skipped_id__num_of BCMOLT_GPON_ONU_KEY_EXCHANGE_CYCLE_SKIPPED_ID__NUM_OF
8762#define bcmolt_gpon_onu_key_exchange_decrypt_required_id_new_key BCMOLT_GPON_ONU_KEY_EXCHANGE_DECRYPT_REQUIRED_ID_NEW_KEY
8763#define bcmolt_gpon_onu_key_exchange_decrypt_required_id__num_of BCMOLT_GPON_ONU_KEY_EXCHANGE_DECRYPT_REQUIRED_ID__NUM_OF
8764#define bcmolt_gpon_onu_key_exchange_key_mismatch_id_expected_key BCMOLT_GPON_ONU_KEY_EXCHANGE_KEY_MISMATCH_ID_EXPECTED_KEY
8765#define bcmolt_gpon_onu_key_exchange_key_mismatch_id_received_key BCMOLT_GPON_ONU_KEY_EXCHANGE_KEY_MISMATCH_ID_RECEIVED_KEY
8766#define bcmolt_gpon_onu_key_exchange_key_mismatch_id__num_of BCMOLT_GPON_ONU_KEY_EXCHANGE_KEY_MISMATCH_ID__NUM_OF
8767#define bcmolt_gpon_onu_key_exchange_key_request_timeout_id__num_of BCMOLT_GPON_ONU_KEY_EXCHANGE_KEY_REQUEST_TIMEOUT_ID__NUM_OF
8768#define bcmolt_gpon_onu_key_exchange_unconsecutive_index_id_expected_index BCMOLT_GPON_ONU_KEY_EXCHANGE_UNCONSECUTIVE_INDEX_ID_EXPECTED_INDEX
8769#define bcmolt_gpon_onu_key_exchange_unconsecutive_index_id_actual_index BCMOLT_GPON_ONU_KEY_EXCHANGE_UNCONSECUTIVE_INDEX_ID_ACTUAL_INDEX
8770#define bcmolt_gpon_onu_key_exchange_unconsecutive_index_id__num_of BCMOLT_GPON_ONU_KEY_EXCHANGE_UNCONSECUTIVE_INDEX_ID__NUM_OF
8771#define bcmolt_gpon_onu_loai_id_alarm_status BCMOLT_GPON_ONU_LOAI_ID_ALARM_STATUS
8772#define bcmolt_gpon_onu_loai_id__num_of BCMOLT_GPON_ONU_LOAI_ID__NUM_OF
8773#define bcmolt_gpon_onu_loki_id_alarm_status BCMOLT_GPON_ONU_LOKI_ID_ALARM_STATUS
8774#define bcmolt_gpon_onu_loki_id__num_of BCMOLT_GPON_ONU_LOKI_ID__NUM_OF
8775#define bcmolt_gpon_onu_memi_id_ploam_buffer BCMOLT_GPON_ONU_MEMI_ID_PLOAM_BUFFER
8776#define bcmolt_gpon_onu_memi_id__num_of BCMOLT_GPON_ONU_MEMI_ID__NUM_OF
8777#define bcmolt_gpon_onu_omci_port_id_configuration_completed_id_gem_port BCMOLT_GPON_ONU_OMCI_PORT_ID_CONFIGURATION_COMPLETED_ID_GEM_PORT
8778#define bcmolt_gpon_onu_omci_port_id_configuration_completed_id_status BCMOLT_GPON_ONU_OMCI_PORT_ID_CONFIGURATION_COMPLETED_ID_STATUS
8779#define bcmolt_gpon_onu_omci_port_id_configuration_completed_id_operation BCMOLT_GPON_ONU_OMCI_PORT_ID_CONFIGURATION_COMPLETED_ID_OPERATION
8780#define bcmolt_gpon_onu_omci_port_id_configuration_completed_id__num_of BCMOLT_GPON_ONU_OMCI_PORT_ID_CONFIGURATION_COMPLETED_ID__NUM_OF
8781#define bcmolt_gpon_onu_onu_activation_completed_id_status BCMOLT_GPON_ONU_ONU_ACTIVATION_COMPLETED_ID_STATUS
8782#define bcmolt_gpon_onu_onu_activation_completed_id_fail_reason BCMOLT_GPON_ONU_ONU_ACTIVATION_COMPLETED_ID_FAIL_REASON
8783#define bcmolt_gpon_onu_onu_activation_completed_id__num_of BCMOLT_GPON_ONU_ONU_ACTIVATION_COMPLETED_ID__NUM_OF
8784#define bcmolt_gpon_onu_onu_activation_standby_completed_id_result BCMOLT_GPON_ONU_ONU_ACTIVATION_STANDBY_COMPLETED_ID_RESULT
8785#define bcmolt_gpon_onu_onu_activation_standby_completed_id__num_of BCMOLT_GPON_ONU_ONU_ACTIVATION_STANDBY_COMPLETED_ID__NUM_OF
8786#define bcmolt_gpon_onu_onu_alarm_id_onu_alarm BCMOLT_GPON_ONU_ONU_ALARM_ID_ONU_ALARM
8787#define bcmolt_gpon_onu_onu_alarm_id__num_of BCMOLT_GPON_ONU_ONU_ALARM_ID__NUM_OF
8788#define bcmolt_gpon_onu_onu_deactivation_completed_id_status BCMOLT_GPON_ONU_ONU_DEACTIVATION_COMPLETED_ID_STATUS
8789#define bcmolt_gpon_onu_onu_deactivation_completed_id__num_of BCMOLT_GPON_ONU_ONU_DEACTIVATION_COMPLETED_ID__NUM_OF
8790#define bcmolt_gpon_onu_onu_disable_completed_id_serial_number BCMOLT_GPON_ONU_ONU_DISABLE_COMPLETED_ID_SERIAL_NUMBER
8791#define bcmolt_gpon_onu_onu_disable_completed_id__num_of BCMOLT_GPON_ONU_ONU_DISABLE_COMPLETED_ID__NUM_OF
8792#define bcmolt_gpon_onu_onu_enable_completed_id_serial_number BCMOLT_GPON_ONU_ONU_ENABLE_COMPLETED_ID_SERIAL_NUMBER
8793#define bcmolt_gpon_onu_onu_enable_completed_id__num_of BCMOLT_GPON_ONU_ONU_ENABLE_COMPLETED_ID__NUM_OF
8794#define bcmolt_gpon_onu_optical_reflection_id__num_of BCMOLT_GPON_ONU_OPTICAL_REFLECTION_ID__NUM_OF
8795#define bcmolt_gpon_onu_password_authentication_completed_id_status BCMOLT_GPON_ONU_PASSWORD_AUTHENTICATION_COMPLETED_ID_STATUS
8796#define bcmolt_gpon_onu_password_authentication_completed_id_fail_reason BCMOLT_GPON_ONU_PASSWORD_AUTHENTICATION_COMPLETED_ID_FAIL_REASON
8797#define bcmolt_gpon_onu_password_authentication_completed_id_password BCMOLT_GPON_ONU_PASSWORD_AUTHENTICATION_COMPLETED_ID_PASSWORD
8798#define bcmolt_gpon_onu_password_authentication_completed_id__num_of BCMOLT_GPON_ONU_PASSWORD_AUTHENTICATION_COMPLETED_ID__NUM_OF
8799#define bcmolt_gpon_onu_pee_id_alarm_status BCMOLT_GPON_ONU_PEE_ID_ALARM_STATUS
8800#define bcmolt_gpon_onu_pee_id__num_of BCMOLT_GPON_ONU_PEE_ID__NUM_OF
8801#define bcmolt_gpon_onu_possible_drift_id_alarm_status BCMOLT_GPON_ONU_POSSIBLE_DRIFT_ID_ALARM_STATUS
8802#define bcmolt_gpon_onu_possible_drift_id_estimated_drift BCMOLT_GPON_ONU_POSSIBLE_DRIFT_ID_ESTIMATED_DRIFT
8803#define bcmolt_gpon_onu_possible_drift_id__num_of BCMOLT_GPON_ONU_POSSIBLE_DRIFT_ID__NUM_OF
8804#define bcmolt_gpon_onu_power_management_state_change_id_old_state BCMOLT_GPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID_OLD_STATE
8805#define bcmolt_gpon_onu_power_management_state_change_id_new_state BCMOLT_GPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID_NEW_STATE
8806#define bcmolt_gpon_onu_power_management_state_change_id_reason BCMOLT_GPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID_REASON
8807#define bcmolt_gpon_onu_power_management_state_change_id__num_of BCMOLT_GPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID__NUM_OF
8808#define bcmolt_gpon_onu_pst_id_link_number BCMOLT_GPON_ONU_PST_ID_LINK_NUMBER
8809#define bcmolt_gpon_onu_pst_id_k1 BCMOLT_GPON_ONU_PST_ID_K1
8810#define bcmolt_gpon_onu_pst_id_k2 BCMOLT_GPON_ONU_PST_ID_K2
8811#define bcmolt_gpon_onu_pst_id__num_of BCMOLT_GPON_ONU_PST_ID__NUM_OF
8812#define bcmolt_gpon_onu_ranging_completed_id_status BCMOLT_GPON_ONU_RANGING_COMPLETED_ID_STATUS
8813#define bcmolt_gpon_onu_ranging_completed_id_fail_reason BCMOLT_GPON_ONU_RANGING_COMPLETED_ID_FAIL_REASON
8814#define bcmolt_gpon_onu_ranging_completed_id_number_of_ploams BCMOLT_GPON_ONU_RANGING_COMPLETED_ID_NUMBER_OF_PLOAMS
8815#define bcmolt_gpon_onu_ranging_completed_id_eqd BCMOLT_GPON_ONU_RANGING_COMPLETED_ID_EQD
8816#define bcmolt_gpon_onu_ranging_completed_id_power_level BCMOLT_GPON_ONU_RANGING_COMPLETED_ID_POWER_LEVEL
8817#define bcmolt_gpon_onu_ranging_completed_id__num_of BCMOLT_GPON_ONU_RANGING_COMPLETED_ID__NUM_OF
8818#define bcmolt_gpon_onu_rei_id_bip8_errors BCMOLT_GPON_ONU_REI_ID_BIP8_ERRORS
8819#define bcmolt_gpon_onu_rei_id__num_of BCMOLT_GPON_ONU_REI_ID__NUM_OF
8820#define bcmolt_gpon_onu_rssi_measurement_completed_id_status BCMOLT_GPON_ONU_RSSI_MEASUREMENT_COMPLETED_ID_STATUS
8821#define bcmolt_gpon_onu_rssi_measurement_completed_id_fail_reason BCMOLT_GPON_ONU_RSSI_MEASUREMENT_COMPLETED_ID_FAIL_REASON
8822#define bcmolt_gpon_onu_rssi_measurement_completed_id__num_of BCMOLT_GPON_ONU_RSSI_MEASUREMENT_COMPLETED_ID__NUM_OF
8823#define bcmolt_gpon_onu_sdi_id_alarm_status BCMOLT_GPON_ONU_SDI_ID_ALARM_STATUS
8824#define bcmolt_gpon_onu_sdi_id_ber BCMOLT_GPON_ONU_SDI_ID_BER
8825#define bcmolt_gpon_onu_sdi_id__num_of BCMOLT_GPON_ONU_SDI_ID__NUM_OF
8826#define bcmolt_gpon_onu_sfi_id_alarm_status BCMOLT_GPON_ONU_SFI_ID_ALARM_STATUS
8827#define bcmolt_gpon_onu_sfi_id_ber BCMOLT_GPON_ONU_SFI_ID_BER
8828#define bcmolt_gpon_onu_sfi_id__num_of BCMOLT_GPON_ONU_SFI_ID__NUM_OF
8829#define bcmolt_gpon_onu_stat_alarm_cleared_id_stat BCMOLT_GPON_ONU_STAT_ALARM_CLEARED_ID_STAT
8830#define bcmolt_gpon_onu_stat_alarm_cleared_id__num_of BCMOLT_GPON_ONU_STAT_ALARM_CLEARED_ID__NUM_OF
8831#define bcmolt_gpon_onu_stat_alarm_raised_id_stat BCMOLT_GPON_ONU_STAT_ALARM_RAISED_ID_STAT
8832#define bcmolt_gpon_onu_stat_alarm_raised_id__num_of BCMOLT_GPON_ONU_STAT_ALARM_RAISED_ID__NUM_OF
8833#define bcmolt_gpon_onu_sufi_id_alarm_status BCMOLT_GPON_ONU_SUFI_ID_ALARM_STATUS
8834#define bcmolt_gpon_onu_sufi_id__num_of BCMOLT_GPON_ONU_SUFI_ID__NUM_OF
8835#define bcmolt_gpon_onu_tiwi_id_alarm_status BCMOLT_GPON_ONU_TIWI_ID_ALARM_STATUS
8836#define bcmolt_gpon_onu_tiwi_id_drift_value BCMOLT_GPON_ONU_TIWI_ID_DRIFT_VALUE
8837#define bcmolt_gpon_onu_tiwi_id__num_of BCMOLT_GPON_ONU_TIWI_ID__NUM_OF
8838#define bcmolt_gpon_onu_auto_cfg_id_ber_interval_configuration_completed BCMOLT_GPON_ONU_AUTO_CFG_ID_BER_INTERVAL_CONFIGURATION_COMPLETED
8839#define bcmolt_gpon_onu_auto_cfg_id_dfi BCMOLT_GPON_ONU_AUTO_CFG_ID_DFI
8840#define bcmolt_gpon_onu_auto_cfg_id_dgi BCMOLT_GPON_ONU_AUTO_CFG_ID_DGI
8841#define bcmolt_gpon_onu_auto_cfg_id_dowi BCMOLT_GPON_ONU_AUTO_CFG_ID_DOWI
8842#define bcmolt_gpon_onu_auto_cfg_id_err BCMOLT_GPON_ONU_AUTO_CFG_ID_ERR
8843#define bcmolt_gpon_onu_auto_cfg_id_invalid_dbru_report BCMOLT_GPON_ONU_AUTO_CFG_ID_INVALID_DBRU_REPORT
8844#define bcmolt_gpon_onu_auto_cfg_id_key_exchange_completed BCMOLT_GPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_COMPLETED
8845#define bcmolt_gpon_onu_auto_cfg_id_key_exchange_cycle_skipped BCMOLT_GPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_CYCLE_SKIPPED
8846#define bcmolt_gpon_onu_auto_cfg_id_key_exchange_decrypt_required BCMOLT_GPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_DECRYPT_REQUIRED
8847#define bcmolt_gpon_onu_auto_cfg_id_key_exchange_key_mismatch BCMOLT_GPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_KEY_MISMATCH
8848#define bcmolt_gpon_onu_auto_cfg_id_key_exchange_key_request_timeout BCMOLT_GPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_KEY_REQUEST_TIMEOUT
8849#define bcmolt_gpon_onu_auto_cfg_id_key_exchange_unconsecutive_index BCMOLT_GPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_UNCONSECUTIVE_INDEX
8850#define bcmolt_gpon_onu_auto_cfg_id_loai BCMOLT_GPON_ONU_AUTO_CFG_ID_LOAI
8851#define bcmolt_gpon_onu_auto_cfg_id_loki BCMOLT_GPON_ONU_AUTO_CFG_ID_LOKI
8852#define bcmolt_gpon_onu_auto_cfg_id_memi BCMOLT_GPON_ONU_AUTO_CFG_ID_MEMI
8853#define bcmolt_gpon_onu_auto_cfg_id_omci_port_id_configuration_completed BCMOLT_GPON_ONU_AUTO_CFG_ID_OMCI_PORT_ID_CONFIGURATION_COMPLETED
8854#define bcmolt_gpon_onu_auto_cfg_id_onu_activation_completed BCMOLT_GPON_ONU_AUTO_CFG_ID_ONU_ACTIVATION_COMPLETED
8855#define bcmolt_gpon_onu_auto_cfg_id_onu_activation_standby_completed BCMOLT_GPON_ONU_AUTO_CFG_ID_ONU_ACTIVATION_STANDBY_COMPLETED
8856#define bcmolt_gpon_onu_auto_cfg_id_onu_alarm BCMOLT_GPON_ONU_AUTO_CFG_ID_ONU_ALARM
8857#define bcmolt_gpon_onu_auto_cfg_id_onu_deactivation_completed BCMOLT_GPON_ONU_AUTO_CFG_ID_ONU_DEACTIVATION_COMPLETED
8858#define bcmolt_gpon_onu_auto_cfg_id_onu_disable_completed BCMOLT_GPON_ONU_AUTO_CFG_ID_ONU_DISABLE_COMPLETED
8859#define bcmolt_gpon_onu_auto_cfg_id_onu_enable_completed BCMOLT_GPON_ONU_AUTO_CFG_ID_ONU_ENABLE_COMPLETED
8860#define bcmolt_gpon_onu_auto_cfg_id_optical_reflection BCMOLT_GPON_ONU_AUTO_CFG_ID_OPTICAL_REFLECTION
8861#define bcmolt_gpon_onu_auto_cfg_id_password_authentication_completed BCMOLT_GPON_ONU_AUTO_CFG_ID_PASSWORD_AUTHENTICATION_COMPLETED
8862#define bcmolt_gpon_onu_auto_cfg_id_pee BCMOLT_GPON_ONU_AUTO_CFG_ID_PEE
8863#define bcmolt_gpon_onu_auto_cfg_id_possible_drift BCMOLT_GPON_ONU_AUTO_CFG_ID_POSSIBLE_DRIFT
8864#define bcmolt_gpon_onu_auto_cfg_id_power_management_state_change BCMOLT_GPON_ONU_AUTO_CFG_ID_POWER_MANAGEMENT_STATE_CHANGE
8865#define bcmolt_gpon_onu_auto_cfg_id_pst BCMOLT_GPON_ONU_AUTO_CFG_ID_PST
8866#define bcmolt_gpon_onu_auto_cfg_id_ranging_completed BCMOLT_GPON_ONU_AUTO_CFG_ID_RANGING_COMPLETED
8867#define bcmolt_gpon_onu_auto_cfg_id_rei BCMOLT_GPON_ONU_AUTO_CFG_ID_REI
8868#define bcmolt_gpon_onu_auto_cfg_id_rssi_measurement_completed BCMOLT_GPON_ONU_AUTO_CFG_ID_RSSI_MEASUREMENT_COMPLETED
8869#define bcmolt_gpon_onu_auto_cfg_id_sdi BCMOLT_GPON_ONU_AUTO_CFG_ID_SDI
8870#define bcmolt_gpon_onu_auto_cfg_id_sfi BCMOLT_GPON_ONU_AUTO_CFG_ID_SFI
8871#define bcmolt_gpon_onu_auto_cfg_id_stat_alarm_cleared BCMOLT_GPON_ONU_AUTO_CFG_ID_STAT_ALARM_CLEARED
8872#define bcmolt_gpon_onu_auto_cfg_id_stat_alarm_raised BCMOLT_GPON_ONU_AUTO_CFG_ID_STAT_ALARM_RAISED
8873#define bcmolt_gpon_onu_auto_cfg_id_sufi BCMOLT_GPON_ONU_AUTO_CFG_ID_SUFI
8874#define bcmolt_gpon_onu_auto_cfg_id_tiwi BCMOLT_GPON_ONU_AUTO_CFG_ID_TIWI
8875#define bcmolt_gpon_onu_auto_cfg_id__num_of BCMOLT_GPON_ONU_AUTO_CFG_ID__NUM_OF
8876#define bcmolt_gpon_onu_change_power_level_id_power_level_action BCMOLT_GPON_ONU_CHANGE_POWER_LEVEL_ID_POWER_LEVEL_ACTION
8877#define bcmolt_gpon_onu_change_power_level_id__num_of BCMOLT_GPON_ONU_CHANGE_POWER_LEVEL_ID__NUM_OF
8878#define bcmolt_gpon_onu_rssi_measurement_id__num_of BCMOLT_GPON_ONU_RSSI_MEASUREMENT_ID__NUM_OF
8879#define bcmolt_gpon_onu_set_onu_state_id_onu_state BCMOLT_GPON_ONU_SET_ONU_STATE_ID_ONU_STATE
8880#define bcmolt_gpon_onu_set_onu_state_id__num_of BCMOLT_GPON_ONU_SET_ONU_STATE_ID__NUM_OF
8881#define bcmolt_gpon_onu_cpu_packets_id_packet_type BCMOLT_GPON_ONU_CPU_PACKETS_ID_PACKET_TYPE
8882#define bcmolt_gpon_onu_cpu_packets_id_calc_crc BCMOLT_GPON_ONU_CPU_PACKETS_ID_CALC_CRC
8883#define bcmolt_gpon_onu_cpu_packets_id_number_of_packets BCMOLT_GPON_ONU_CPU_PACKETS_ID_NUMBER_OF_PACKETS
8884#define bcmolt_gpon_onu_cpu_packets_id_packet_size BCMOLT_GPON_ONU_CPU_PACKETS_ID_PACKET_SIZE
8885#define bcmolt_gpon_onu_cpu_packets_id_buffer BCMOLT_GPON_ONU_CPU_PACKETS_ID_BUFFER
8886#define bcmolt_gpon_onu_cpu_packets_id__num_of BCMOLT_GPON_ONU_CPU_PACKETS_ID__NUM_OF
8887#define bcmolt_gpon_onu_ploam_packet_id_ploam BCMOLT_GPON_ONU_PLOAM_PACKET_ID_PLOAM
8888#define bcmolt_gpon_onu_ploam_packet_id__num_of BCMOLT_GPON_ONU_PLOAM_PACKET_ID__NUM_OF
8889#define bcmolt_gpon_onu_cpu_packet_id_port_id BCMOLT_GPON_ONU_CPU_PACKET_ID_PORT_ID
8890#define bcmolt_gpon_onu_cpu_packet_id_crc_ok BCMOLT_GPON_ONU_CPU_PACKET_ID_CRC_OK
8891#define bcmolt_gpon_onu_cpu_packet_id_packet_size BCMOLT_GPON_ONU_CPU_PACKET_ID_PACKET_SIZE
8892#define bcmolt_gpon_onu_cpu_packet_id_buffer BCMOLT_GPON_ONU_CPU_PACKET_ID_BUFFER
8893#define bcmolt_gpon_onu_cpu_packet_id__num_of BCMOLT_GPON_ONU_CPU_PACKET_ID__NUM_OF
8894#define bcmolt_gpon_onu_omci_packet_id_port_id BCMOLT_GPON_ONU_OMCI_PACKET_ID_PORT_ID
8895#define bcmolt_gpon_onu_omci_packet_id_crc_ok BCMOLT_GPON_ONU_OMCI_PACKET_ID_CRC_OK
8896#define bcmolt_gpon_onu_omci_packet_id_packet_size BCMOLT_GPON_ONU_OMCI_PACKET_ID_PACKET_SIZE
8897#define bcmolt_gpon_onu_omci_packet_id_buffer BCMOLT_GPON_ONU_OMCI_PACKET_ID_BUFFER
8898#define bcmolt_gpon_onu_omci_packet_id__num_of BCMOLT_GPON_ONU_OMCI_PACKET_ID__NUM_OF
8899#define bcmolt_gpon_trx_key_id_pon_ni BCMOLT_GPON_TRX_KEY_ID_PON_NI
8900#define bcmolt_gpon_trx_key_id__num_of BCMOLT_GPON_TRX_KEY_ID__NUM_OF
8901#define bcmolt_gpon_trx_cfg_id_transceiver_type BCMOLT_GPON_TRX_CFG_ID_TRANSCEIVER_TYPE
8902#define bcmolt_gpon_trx_cfg_id_la_configuration BCMOLT_GPON_TRX_CFG_ID_LA_CONFIGURATION
8903#define bcmolt_gpon_trx_cfg_id_bcdr BCMOLT_GPON_TRX_CFG_ID_BCDR
8904#define bcmolt_gpon_trx_cfg_id_la_ranging_after_no_ed_resync BCMOLT_GPON_TRX_CFG_ID_LA_RANGING_AFTER_NO_ED_RESYNC
8905#define bcmolt_gpon_trx_cfg_id_bcdr_ranging_after_no_ed_resync BCMOLT_GPON_TRX_CFG_ID_BCDR_RANGING_AFTER_NO_ED_RESYNC
8906#define bcmolt_gpon_trx_cfg_id_la_ranging_after_ed_resync BCMOLT_GPON_TRX_CFG_ID_LA_RANGING_AFTER_ED_RESYNC
8907#define bcmolt_gpon_trx_cfg_id_bcdr_ranging_after_ed_resync BCMOLT_GPON_TRX_CFG_ID_BCDR_RANGING_AFTER_ED_RESYNC
8908#define bcmolt_gpon_trx_cfg_id_la_resync_polarity BCMOLT_GPON_TRX_CFG_ID_LA_RESYNC_POLARITY
8909#define bcmolt_gpon_trx_cfg_id_bcdr_resync_polarity BCMOLT_GPON_TRX_CFG_ID_BCDR_RESYNC_POLARITY
8910#define bcmolt_gpon_trx_cfg_id_bcdr_ranging_resync_conditions BCMOLT_GPON_TRX_CFG_ID_BCDR_RANGING_RESYNC_CONDITIONS
8911#define bcmolt_gpon_trx_cfg_id_la_ranging_resync_conditions BCMOLT_GPON_TRX_CFG_ID_LA_RANGING_RESYNC_CONDITIONS
8912#define bcmolt_gpon_trx_cfg_id_rx_configuration BCMOLT_GPON_TRX_CFG_ID_RX_CONFIGURATION
8913#define bcmolt_gpon_trx_cfg_id_ranging_control_stages_configuration BCMOLT_GPON_TRX_CFG_ID_RANGING_CONTROL_STAGES_CONFIGURATION
8914#define bcmolt_gpon_trx_cfg_id_energy_detect BCMOLT_GPON_TRX_CFG_ID_ENERGY_DETECT
8915#define bcmolt_gpon_trx_cfg_id_end_of_burst_data_pattern BCMOLT_GPON_TRX_CFG_ID_END_OF_BURST_DATA_PATTERN
8916#define bcmolt_gpon_trx_cfg_id_end_of_burst_ranging_pattern BCMOLT_GPON_TRX_CFG_ID_END_OF_BURST_RANGING_PATTERN
8917#define bcmolt_gpon_trx_cfg_id_preamble BCMOLT_GPON_TRX_CFG_ID_PREAMBLE
8918#define bcmolt_gpon_trx_cfg_id_delimiter BCMOLT_GPON_TRX_CFG_ID_DELIMITER
8919#define bcmolt_gpon_trx_cfg_id_guard_bits BCMOLT_GPON_TRX_CFG_ID_GUARD_BITS
8920#define bcmolt_gpon_trx_cfg_id_serdes_configuration BCMOLT_GPON_TRX_CFG_ID_SERDES_CONFIGURATION
8921#define bcmolt_gpon_trx_cfg_id_plo_ranging BCMOLT_GPON_TRX_CFG_ID_PLO_RANGING
8922#define bcmolt_gpon_trx_cfg_id_plo_data BCMOLT_GPON_TRX_CFG_ID_PLO_DATA
8923#define bcmolt_gpon_trx_cfg_id_rssi_normal_config BCMOLT_GPON_TRX_CFG_ID_RSSI_NORMAL_CONFIG
8924#define bcmolt_gpon_trx_cfg_id_ranging_rssi_resync_control BCMOLT_GPON_TRX_CFG_ID_RANGING_RSSI_RESYNC_CONTROL
8925#define bcmolt_gpon_trx_cfg_id__num_of BCMOLT_GPON_TRX_CFG_ID__NUM_OF
8926#define bcmolt_log_entry_key_id_log_id BCMOLT_LOG_ENTRY_KEY_ID_LOG_ID
8927#define bcmolt_log_entry_key_id_reserved BCMOLT_LOG_ENTRY_KEY_ID_RESERVED
8928#define bcmolt_log_entry_key_id_name BCMOLT_LOG_ENTRY_KEY_ID_NAME
8929#define bcmolt_log_entry_key_id__num_of BCMOLT_LOG_ENTRY_KEY_ID__NUM_OF
8930#define bcmolt_log_entry_cfg_id_default_log_level BCMOLT_LOG_ENTRY_CFG_ID_DEFAULT_LOG_LEVEL
8931#define bcmolt_log_entry_cfg_id_default_log_type BCMOLT_LOG_ENTRY_CFG_ID_DEFAULT_LOG_TYPE
8932#define bcmolt_log_entry_cfg_id_log_level_print BCMOLT_LOG_ENTRY_CFG_ID_LOG_LEVEL_PRINT
8933#define bcmolt_log_entry_cfg_id_log_level_save BCMOLT_LOG_ENTRY_CFG_ID_LOG_LEVEL_SAVE
8934#define bcmolt_log_entry_cfg_id_log_type BCMOLT_LOG_ENTRY_CFG_ID_LOG_TYPE
8935#define bcmolt_log_entry_cfg_id_log_style BCMOLT_LOG_ENTRY_CFG_ID_LOG_STYLE
8936#define bcmolt_log_entry_cfg_id_log_name BCMOLT_LOG_ENTRY_CFG_ID_LOG_NAME
8937#define bcmolt_log_entry_cfg_id__num_of BCMOLT_LOG_ENTRY_CFG_ID__NUM_OF
8938#define bcmolt_log_entry_stat_id_msg_count BCMOLT_LOG_ENTRY_STAT_ID_MSG_COUNT
8939#define bcmolt_log_entry_stat_id_lost_msg_count BCMOLT_LOG_ENTRY_STAT_ID_LOST_MSG_COUNT
8940#define bcmolt_log_entry_stat_id__num_of BCMOLT_LOG_ENTRY_STAT_ID__NUM_OF
8941#define bcmolt_log_entry_stat_cfg_id_cfg BCMOLT_LOG_ENTRY_STAT_CFG_ID_CFG
8942#define bcmolt_log_entry_stat_cfg_id__num_of BCMOLT_LOG_ENTRY_STAT_CFG_ID__NUM_OF
8943#define bcmolt_log_entry_stat_alarm_cleared_id_stat BCMOLT_LOG_ENTRY_STAT_ALARM_CLEARED_ID_STAT
8944#define bcmolt_log_entry_stat_alarm_cleared_id__num_of BCMOLT_LOG_ENTRY_STAT_ALARM_CLEARED_ID__NUM_OF
8945#define bcmolt_log_entry_stat_alarm_raised_id_stat BCMOLT_LOG_ENTRY_STAT_ALARM_RAISED_ID_STAT
8946#define bcmolt_log_entry_stat_alarm_raised_id__num_of BCMOLT_LOG_ENTRY_STAT_ALARM_RAISED_ID__NUM_OF
8947#define bcmolt_log_entry_auto_cfg_id_stat_alarm_cleared BCMOLT_LOG_ENTRY_AUTO_CFG_ID_STAT_ALARM_CLEARED
8948#define bcmolt_log_entry_auto_cfg_id_stat_alarm_raised BCMOLT_LOG_ENTRY_AUTO_CFG_ID_STAT_ALARM_RAISED
8949#define bcmolt_log_entry_auto_cfg_id__num_of BCMOLT_LOG_ENTRY_AUTO_CFG_ID__NUM_OF
8950#define bcmolt_logger_key_id_reserved BCMOLT_LOGGER_KEY_ID_RESERVED
8951#define bcmolt_logger_key_id_file_id BCMOLT_LOGGER_KEY_ID_FILE_ID
8952#define bcmolt_logger_key_id__num_of BCMOLT_LOGGER_KEY_ID__NUM_OF
8953#define bcmolt_logger_cfg_id_buffer BCMOLT_LOGGER_CFG_ID_BUFFER
8954#define bcmolt_logger_cfg_id_wrap_around BCMOLT_LOGGER_CFG_ID_WRAP_AROUND
8955#define bcmolt_logger_cfg_id_clear_after_read BCMOLT_LOGGER_CFG_ID_CLEAR_AFTER_READ
8956#define bcmolt_logger_cfg_id_enable_log BCMOLT_LOGGER_CFG_ID_ENABLE_LOG
8957#define bcmolt_logger_cfg_id_log_names BCMOLT_LOGGER_CFG_ID_LOG_NAMES
8958#define bcmolt_logger_cfg_id__num_of BCMOLT_LOGGER_CFG_ID__NUM_OF
8959#define bcmolt_logger_stat_id_lines_in_log BCMOLT_LOGGER_STAT_ID_LINES_IN_LOG
8960#define bcmolt_logger_stat_id__num_of BCMOLT_LOGGER_STAT_ID__NUM_OF
8961#define bcmolt_logger_stat_cfg_id_cfg BCMOLT_LOGGER_STAT_CFG_ID_CFG
8962#define bcmolt_logger_stat_cfg_id__num_of BCMOLT_LOGGER_STAT_CFG_ID__NUM_OF
8963#define bcmolt_logger_stat_alarm_cleared_id_stat BCMOLT_LOGGER_STAT_ALARM_CLEARED_ID_STAT
8964#define bcmolt_logger_stat_alarm_cleared_id__num_of BCMOLT_LOGGER_STAT_ALARM_CLEARED_ID__NUM_OF
8965#define bcmolt_logger_stat_alarm_raised_id_stat BCMOLT_LOGGER_STAT_ALARM_RAISED_ID_STAT
8966#define bcmolt_logger_stat_alarm_raised_id__num_of BCMOLT_LOGGER_STAT_ALARM_RAISED_ID__NUM_OF
8967#define bcmolt_logger_auto_cfg_id_stat_alarm_cleared BCMOLT_LOGGER_AUTO_CFG_ID_STAT_ALARM_CLEARED
8968#define bcmolt_logger_auto_cfg_id_stat_alarm_raised BCMOLT_LOGGER_AUTO_CFG_ID_STAT_ALARM_RAISED
8969#define bcmolt_logger_auto_cfg_id__num_of BCMOLT_LOGGER_AUTO_CFG_ID__NUM_OF
8970#define bcmolt_logger_clear_log_id__num_of BCMOLT_LOGGER_CLEAR_LOG_ID__NUM_OF
8971#define bcmolt_nni_key_id_pon_ni BCMOLT_NNI_KEY_ID_PON_NI
8972#define bcmolt_nni_key_id__num_of BCMOLT_NNI_KEY_ID__NUM_OF
8973#define bcmolt_nni_cfg_id_remote_loopback BCMOLT_NNI_CFG_ID_REMOTE_LOOPBACK
8974#define bcmolt_nni_cfg_id_line_loopback BCMOLT_NNI_CFG_ID_LINE_LOOPBACK
8975#define bcmolt_nni_cfg_id_mac_address BCMOLT_NNI_CFG_ID_MAC_ADDRESS
8976#define bcmolt_nni_cfg_id_nni_status BCMOLT_NNI_CFG_ID_NNI_STATUS
8977#define bcmolt_nni_cfg_id_nni_backup_status BCMOLT_NNI_CFG_ID_NNI_BACKUP_STATUS
8978#define bcmolt_nni_cfg_id_active_nni BCMOLT_NNI_CFG_ID_ACTIVE_NNI
8979#define bcmolt_nni_cfg_id_nni_status_polling_interval_ms BCMOLT_NNI_CFG_ID_NNI_STATUS_POLLING_INTERVAL_MS
8980#define bcmolt_nni_cfg_id_autoswitch BCMOLT_NNI_CFG_ID_AUTOSWITCH
8981#define bcmolt_nni_cfg_id_flow_control BCMOLT_NNI_CFG_ID_FLOW_CONTROL
8982#define bcmolt_nni_cfg_id__num_of BCMOLT_NNI_CFG_ID__NUM_OF
8983#define bcmolt_nni_stat_id_rx_frames_64 BCMOLT_NNI_STAT_ID_RX_FRAMES_64
8984#define bcmolt_nni_stat_id_rx_frames_65_127 BCMOLT_NNI_STAT_ID_RX_FRAMES_65_127
8985#define bcmolt_nni_stat_id_rx_frames_128_255 BCMOLT_NNI_STAT_ID_RX_FRAMES_128_255
8986#define bcmolt_nni_stat_id_rx_frames_256_511 BCMOLT_NNI_STAT_ID_RX_FRAMES_256_511
8987#define bcmolt_nni_stat_id_rx_frames_512_1023 BCMOLT_NNI_STAT_ID_RX_FRAMES_512_1023
8988#define bcmolt_nni_stat_id_rx_frames_1024_1518 BCMOLT_NNI_STAT_ID_RX_FRAMES_1024_1518
8989#define bcmolt_nni_stat_id_rx_frames_1519_2047 BCMOLT_NNI_STAT_ID_RX_FRAMES_1519_2047
8990#define bcmolt_nni_stat_id_rx_frames_2048_4095 BCMOLT_NNI_STAT_ID_RX_FRAMES_2048_4095
8991#define bcmolt_nni_stat_id_rx_frames_4096_9216 BCMOLT_NNI_STAT_ID_RX_FRAMES_4096_9216
8992#define bcmolt_nni_stat_id_rx_frames_9217_16383 BCMOLT_NNI_STAT_ID_RX_FRAMES_9217_16383
8993#define bcmolt_nni_stat_id_rx_frames BCMOLT_NNI_STAT_ID_RX_FRAMES
8994#define bcmolt_nni_stat_id_rx_bytes BCMOLT_NNI_STAT_ID_RX_BYTES
8995#define bcmolt_nni_stat_id_rx_good_frames BCMOLT_NNI_STAT_ID_RX_GOOD_FRAMES
8996#define bcmolt_nni_stat_id_rx_unicast_frames BCMOLT_NNI_STAT_ID_RX_UNICAST_FRAMES
8997#define bcmolt_nni_stat_id_rx_multicast_frames BCMOLT_NNI_STAT_ID_RX_MULTICAST_FRAMES
8998#define bcmolt_nni_stat_id_rx_broadcast_frames BCMOLT_NNI_STAT_ID_RX_BROADCAST_FRAMES
8999#define bcmolt_nni_stat_id_rx_fcs_errors BCMOLT_NNI_STAT_ID_RX_FCS_ERRORS
9000#define bcmolt_nni_stat_id_rx_control_frames BCMOLT_NNI_STAT_ID_RX_CONTROL_FRAMES
9001#define bcmolt_nni_stat_id_rx_pause_frames BCMOLT_NNI_STAT_ID_RX_PAUSE_FRAMES
9002#define bcmolt_nni_stat_id_rx_pfc_frames BCMOLT_NNI_STAT_ID_RX_PFC_FRAMES
9003#define bcmolt_nni_stat_id_rx_unsupported_opcode BCMOLT_NNI_STAT_ID_RX_UNSUPPORTED_OPCODE
9004#define bcmolt_nni_stat_id_rx_unsupported_da BCMOLT_NNI_STAT_ID_RX_UNSUPPORTED_DA
9005#define bcmolt_nni_stat_id_rx_alignment_errors BCMOLT_NNI_STAT_ID_RX_ALIGNMENT_ERRORS
9006#define bcmolt_nni_stat_id_rx_length_out_of_range BCMOLT_NNI_STAT_ID_RX_LENGTH_OUT_OF_RANGE
9007#define bcmolt_nni_stat_id_rx_code_errors BCMOLT_NNI_STAT_ID_RX_CODE_ERRORS
9008#define bcmolt_nni_stat_id_rx_oversized_frames BCMOLT_NNI_STAT_ID_RX_OVERSIZED_FRAMES
9009#define bcmolt_nni_stat_id_rx_jabber_frames BCMOLT_NNI_STAT_ID_RX_JABBER_FRAMES
9010#define bcmolt_nni_stat_id_rx_mtu_check_errors BCMOLT_NNI_STAT_ID_RX_MTU_CHECK_ERRORS
9011#define bcmolt_nni_stat_id_rx_promiscuous_frames BCMOLT_NNI_STAT_ID_RX_PROMISCUOUS_FRAMES
9012#define bcmolt_nni_stat_id_rx_vlan_frames BCMOLT_NNI_STAT_ID_RX_VLAN_FRAMES
9013#define bcmolt_nni_stat_id_rx_double_vlan_frames BCMOLT_NNI_STAT_ID_RX_DOUBLE_VLAN_FRAMES
9014#define bcmolt_nni_stat_id_rx_truncated_frames BCMOLT_NNI_STAT_ID_RX_TRUNCATED_FRAMES
9015#define bcmolt_nni_stat_id_rx_undersize_frames BCMOLT_NNI_STAT_ID_RX_UNDERSIZE_FRAMES
9016#define bcmolt_nni_stat_id_rx_fragmented_frames BCMOLT_NNI_STAT_ID_RX_FRAGMENTED_FRAMES
9017#define bcmolt_nni_stat_id_rx_runt_frames BCMOLT_NNI_STAT_ID_RX_RUNT_FRAMES
9018#define bcmolt_nni_stat_id_tx_frames_64 BCMOLT_NNI_STAT_ID_TX_FRAMES_64
9019#define bcmolt_nni_stat_id_tx_frames_65_127 BCMOLT_NNI_STAT_ID_TX_FRAMES_65_127
9020#define bcmolt_nni_stat_id_tx_frames_128_255 BCMOLT_NNI_STAT_ID_TX_FRAMES_128_255
9021#define bcmolt_nni_stat_id_tx_frames_256_511 BCMOLT_NNI_STAT_ID_TX_FRAMES_256_511
9022#define bcmolt_nni_stat_id_tx_frames_512_1023 BCMOLT_NNI_STAT_ID_TX_FRAMES_512_1023
9023#define bcmolt_nni_stat_id_tx_frames_1024_1518 BCMOLT_NNI_STAT_ID_TX_FRAMES_1024_1518
9024#define bcmolt_nni_stat_id_tx_frames_1519_2047 BCMOLT_NNI_STAT_ID_TX_FRAMES_1519_2047
9025#define bcmolt_nni_stat_id_tx_frames_2048_4095 BCMOLT_NNI_STAT_ID_TX_FRAMES_2048_4095
9026#define bcmolt_nni_stat_id_tx_frames_4096_9216 BCMOLT_NNI_STAT_ID_TX_FRAMES_4096_9216
9027#define bcmolt_nni_stat_id_tx_frames_9217_16383 BCMOLT_NNI_STAT_ID_TX_FRAMES_9217_16383
9028#define bcmolt_nni_stat_id_tx_frames BCMOLT_NNI_STAT_ID_TX_FRAMES
9029#define bcmolt_nni_stat_id_tx_bytes BCMOLT_NNI_STAT_ID_TX_BYTES
9030#define bcmolt_nni_stat_id_tx_good_frames BCMOLT_NNI_STAT_ID_TX_GOOD_FRAMES
9031#define bcmolt_nni_stat_id_tx_unicast_frames BCMOLT_NNI_STAT_ID_TX_UNICAST_FRAMES
9032#define bcmolt_nni_stat_id_tx_multicast_frames BCMOLT_NNI_STAT_ID_TX_MULTICAST_FRAMES
9033#define bcmolt_nni_stat_id_tx_broadcast_frames BCMOLT_NNI_STAT_ID_TX_BROADCAST_FRAMES
9034#define bcmolt_nni_stat_id_tx_pause_frames BCMOLT_NNI_STAT_ID_TX_PAUSE_FRAMES
9035#define bcmolt_nni_stat_id_tx_pfc_frames BCMOLT_NNI_STAT_ID_TX_PFC_FRAMES
9036#define bcmolt_nni_stat_id_tx_jabber_frames BCMOLT_NNI_STAT_ID_TX_JABBER_FRAMES
9037#define bcmolt_nni_stat_id_tx_fcs_errors BCMOLT_NNI_STAT_ID_TX_FCS_ERRORS
9038#define bcmolt_nni_stat_id_tx_control_frames BCMOLT_NNI_STAT_ID_TX_CONTROL_FRAMES
9039#define bcmolt_nni_stat_id_tx_oversize_frames BCMOLT_NNI_STAT_ID_TX_OVERSIZE_FRAMES
9040#define bcmolt_nni_stat_id_tx_fragmented_frames BCMOLT_NNI_STAT_ID_TX_FRAGMENTED_FRAMES
9041#define bcmolt_nni_stat_id_tx_error_frames BCMOLT_NNI_STAT_ID_TX_ERROR_FRAMES
9042#define bcmolt_nni_stat_id_tx_vlan_frames BCMOLT_NNI_STAT_ID_TX_VLAN_FRAMES
9043#define bcmolt_nni_stat_id_tx_double_vlan_frames BCMOLT_NNI_STAT_ID_TX_DOUBLE_VLAN_FRAMES
9044#define bcmolt_nni_stat_id_tx_runt_frames BCMOLT_NNI_STAT_ID_TX_RUNT_FRAMES
9045#define bcmolt_nni_stat_id_tx_underrun_frames BCMOLT_NNI_STAT_ID_TX_UNDERRUN_FRAMES
9046#define bcmolt_nni_stat_id__num_of BCMOLT_NNI_STAT_ID__NUM_OF
9047#define bcmolt_nni_stat_cfg_id_cfg BCMOLT_NNI_STAT_CFG_ID_CFG
9048#define bcmolt_nni_stat_cfg_id__num_of BCMOLT_NNI_STAT_CFG_ID__NUM_OF
9049#define bcmolt_nni_stat_alarm_cleared_id_stat BCMOLT_NNI_STAT_ALARM_CLEARED_ID_STAT
9050#define bcmolt_nni_stat_alarm_cleared_id__num_of BCMOLT_NNI_STAT_ALARM_CLEARED_ID__NUM_OF
9051#define bcmolt_nni_stat_alarm_raised_id_stat BCMOLT_NNI_STAT_ALARM_RAISED_ID_STAT
9052#define bcmolt_nni_stat_alarm_raised_id__num_of BCMOLT_NNI_STAT_ALARM_RAISED_ID__NUM_OF
9053#define bcmolt_nni_status_changed_id_new_status BCMOLT_NNI_STATUS_CHANGED_ID_NEW_STATUS
9054#define bcmolt_nni_status_changed_id_link BCMOLT_NNI_STATUS_CHANGED_ID_LINK
9055#define bcmolt_nni_status_changed_id_previous_active BCMOLT_NNI_STATUS_CHANGED_ID_PREVIOUS_ACTIVE
9056#define bcmolt_nni_status_changed_id_new_active BCMOLT_NNI_STATUS_CHANGED_ID_NEW_ACTIVE
9057#define bcmolt_nni_status_changed_id__num_of BCMOLT_NNI_STATUS_CHANGED_ID__NUM_OF
9058#define bcmolt_nni_auto_cfg_id_stat_alarm_cleared BCMOLT_NNI_AUTO_CFG_ID_STAT_ALARM_CLEARED
9059#define bcmolt_nni_auto_cfg_id_stat_alarm_raised BCMOLT_NNI_AUTO_CFG_ID_STAT_ALARM_RAISED
9060#define bcmolt_nni_auto_cfg_id_status_changed BCMOLT_NNI_AUTO_CFG_ID_STATUS_CHANGED
9061#define bcmolt_nni_auto_cfg_id__num_of BCMOLT_NNI_AUTO_CFG_ID__NUM_OF
9062#define bcmolt_nni_serdes_key_id_pon_ni BCMOLT_NNI_SERDES_KEY_ID_PON_NI
9063#define bcmolt_nni_serdes_key_id_instance BCMOLT_NNI_SERDES_KEY_ID_INSTANCE
9064#define bcmolt_nni_serdes_key_id__num_of BCMOLT_NNI_SERDES_KEY_ID__NUM_OF
9065#define bcmolt_nni_serdes_cfg_id_rx_vga BCMOLT_NNI_SERDES_CFG_ID_RX_VGA
9066#define bcmolt_nni_serdes_cfg_id_rx_pf BCMOLT_NNI_SERDES_CFG_ID_RX_PF
9067#define bcmolt_nni_serdes_cfg_id_rx_lfpf BCMOLT_NNI_SERDES_CFG_ID_RX_LFPF
9068#define bcmolt_nni_serdes_cfg_id_rx_dfe1 BCMOLT_NNI_SERDES_CFG_ID_RX_DFE1
9069#define bcmolt_nni_serdes_cfg_id_rx_dfe2 BCMOLT_NNI_SERDES_CFG_ID_RX_DFE2
9070#define bcmolt_nni_serdes_cfg_id_rx_dfe3 BCMOLT_NNI_SERDES_CFG_ID_RX_DFE3
9071#define bcmolt_nni_serdes_cfg_id_rx_dfe4 BCMOLT_NNI_SERDES_CFG_ID_RX_DFE4
9072#define bcmolt_nni_serdes_cfg_id_rx_dfe5 BCMOLT_NNI_SERDES_CFG_ID_RX_DFE5
9073#define bcmolt_nni_serdes_cfg_id_tx_pre BCMOLT_NNI_SERDES_CFG_ID_TX_PRE
9074#define bcmolt_nni_serdes_cfg_id_tx_main BCMOLT_NNI_SERDES_CFG_ID_TX_MAIN
9075#define bcmolt_nni_serdes_cfg_id_tx_post1 BCMOLT_NNI_SERDES_CFG_ID_TX_POST1
9076#define bcmolt_nni_serdes_cfg_id_tx_post2 BCMOLT_NNI_SERDES_CFG_ID_TX_POST2
9077#define bcmolt_nni_serdes_cfg_id_tx_post3 BCMOLT_NNI_SERDES_CFG_ID_TX_POST3
9078#define bcmolt_nni_serdes_cfg_id_tx_amp BCMOLT_NNI_SERDES_CFG_ID_TX_AMP
9079#define bcmolt_nni_serdes_cfg_id__num_of BCMOLT_NNI_SERDES_CFG_ID__NUM_OF
9080#define bcmolt_software_error_key_id_reserved BCMOLT_SOFTWARE_ERROR_KEY_ID_RESERVED
9081#define bcmolt_software_error_key_id_idx BCMOLT_SOFTWARE_ERROR_KEY_ID_IDX
9082#define bcmolt_software_error_key_id__num_of BCMOLT_SOFTWARE_ERROR_KEY_ID__NUM_OF
9083#define bcmolt_software_error_cfg_id_entry BCMOLT_SOFTWARE_ERROR_CFG_ID_ENTRY
9084#define bcmolt_software_error_cfg_id__num_of BCMOLT_SOFTWARE_ERROR_CFG_ID__NUM_OF
9085#define bcmolt_trx_calibration_key_id_reserved BCMOLT_TRX_CALIBRATION_KEY_ID_RESERVED
9086#define bcmolt_trx_calibration_key_id__num_of BCMOLT_TRX_CALIBRATION_KEY_ID__NUM_OF
9087#define bcmolt_trx_calibration_capture_window_and_statistic_completed_id_data_window BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_DATA_WINDOW
9088#define bcmolt_trx_calibration_capture_window_and_statistic_completed_id_strobe_window BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_STROBE_WINDOW
9089#define bcmolt_trx_calibration_capture_window_and_statistic_completed_id_edge_rise_min_min BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_EDGE_RISE_MIN_MIN
9090#define bcmolt_trx_calibration_capture_window_and_statistic_completed_id_edge_rise_min_max BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_EDGE_RISE_MIN_MAX
9091#define bcmolt_trx_calibration_capture_window_and_statistic_completed_id_edge_rise_max_min BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_EDGE_RISE_MAX_MIN
9092#define bcmolt_trx_calibration_capture_window_and_statistic_completed_id_edge_rise_max_max BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_EDGE_RISE_MAX_MAX
9093#define bcmolt_trx_calibration_capture_window_and_statistic_completed_id_edge_fall_min_min BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_EDGE_FALL_MIN_MIN
9094#define bcmolt_trx_calibration_capture_window_and_statistic_completed_id_edge_fall_min_max BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_EDGE_FALL_MIN_MAX
9095#define bcmolt_trx_calibration_capture_window_and_statistic_completed_id_edge_fall_max_min BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_EDGE_FALL_MAX_MIN
9096#define bcmolt_trx_calibration_capture_window_and_statistic_completed_id_edge_fall_max_max BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_EDGE_FALL_MAX_MAX
9097#define bcmolt_trx_calibration_capture_window_and_statistic_completed_id_result BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID_RESULT
9098#define bcmolt_trx_calibration_capture_window_and_statistic_completed_id__num_of BCMOLT_TRX_CALIBRATION_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED_ID__NUM_OF
9099#define bcmolt_trx_calibration_auto_cfg_id_capture_window_and_statistic_completed BCMOLT_TRX_CALIBRATION_AUTO_CFG_ID_CAPTURE_WINDOW_AND_STATISTIC_COMPLETED
9100#define bcmolt_trx_calibration_auto_cfg_id__num_of BCMOLT_TRX_CALIBRATION_AUTO_CFG_ID__NUM_OF
9101#define bcmolt_trx_calibration_start_capture_window_id_pon_ni BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_PON_NI
9102#define bcmolt_trx_calibration_start_capture_window_id_trigger BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_TRIGGER
9103#define bcmolt_trx_calibration_start_capture_window_id_strobe BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_STROBE
9104#define bcmolt_trx_calibration_start_capture_window_id_window_mode BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_WINDOW_MODE
9105#define bcmolt_trx_calibration_start_capture_window_id_onu_id BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_ONU_ID
9106#define bcmolt_trx_calibration_start_capture_window_id_trigger_position BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_TRIGGER_POSITION
9107#define bcmolt_trx_calibration_start_capture_window_id_stop_due_to_corrupt_strobe BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_STOP_DUE_TO_CORRUPT_STROBE
9108#define bcmolt_trx_calibration_start_capture_window_id_start_offset BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_START_OFFSET
9109#define bcmolt_trx_calibration_start_capture_window_id_end_offset BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_END_OFFSET
9110#define bcmolt_trx_calibration_start_capture_window_id_number_of_cycles BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID_NUMBER_OF_CYCLES
9111#define bcmolt_trx_calibration_start_capture_window_id__num_of BCMOLT_TRX_CALIBRATION_START_CAPTURE_WINDOW_ID__NUM_OF
9112#define bcmolt_trx_calibration_stop_capture_window_id_pon_ni BCMOLT_TRX_CALIBRATION_STOP_CAPTURE_WINDOW_ID_PON_NI
9113#define bcmolt_trx_calibration_stop_capture_window_id__num_of BCMOLT_TRX_CALIBRATION_STOP_CAPTURE_WINDOW_ID__NUM_OF
9114#define bcmolt_xgpon_alloc_key_id_pon_ni BCMOLT_XGPON_ALLOC_KEY_ID_PON_NI
9115#define bcmolt_xgpon_alloc_key_id_alloc_id BCMOLT_XGPON_ALLOC_KEY_ID_ALLOC_ID
9116#define bcmolt_xgpon_alloc_key_id__num_of BCMOLT_XGPON_ALLOC_KEY_ID__NUM_OF
9117#define bcmolt_xgpon_alloc_cfg_id_state BCMOLT_XGPON_ALLOC_CFG_ID_STATE
9118#define bcmolt_xgpon_alloc_cfg_id_sla BCMOLT_XGPON_ALLOC_CFG_ID_SLA
9119#define bcmolt_xgpon_alloc_cfg_id_onu_id BCMOLT_XGPON_ALLOC_CFG_ID_ONU_ID
9120#define bcmolt_xgpon_alloc_cfg_id_collect_stats BCMOLT_XGPON_ALLOC_CFG_ID_COLLECT_STATS
9121#define bcmolt_xgpon_alloc_cfg_id__num_of BCMOLT_XGPON_ALLOC_CFG_ID__NUM_OF
9122#define bcmolt_xgpon_alloc_stat_id_rx_bytes BCMOLT_XGPON_ALLOC_STAT_ID_RX_BYTES
9123#define bcmolt_xgpon_alloc_stat_id__num_of BCMOLT_XGPON_ALLOC_STAT_ID__NUM_OF
9124#define bcmolt_xgpon_alloc_stat_cfg_id_cfg BCMOLT_XGPON_ALLOC_STAT_CFG_ID_CFG
9125#define bcmolt_xgpon_alloc_stat_cfg_id__num_of BCMOLT_XGPON_ALLOC_STAT_CFG_ID__NUM_OF
9126#define bcmolt_xgpon_alloc_configuration_completed_id_status BCMOLT_XGPON_ALLOC_CONFIGURATION_COMPLETED_ID_STATUS
9127#define bcmolt_xgpon_alloc_configuration_completed_id_new_state BCMOLT_XGPON_ALLOC_CONFIGURATION_COMPLETED_ID_NEW_STATE
9128#define bcmolt_xgpon_alloc_configuration_completed_id__num_of BCMOLT_XGPON_ALLOC_CONFIGURATION_COMPLETED_ID__NUM_OF
9129#define bcmolt_xgpon_alloc_get_alloc_stats_completed_id_status BCMOLT_XGPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID_STATUS
9130#define bcmolt_xgpon_alloc_get_alloc_stats_completed_id_average_nsr_used BCMOLT_XGPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID_AVERAGE_NSR_USED
9131#define bcmolt_xgpon_alloc_get_alloc_stats_completed_id_average_nsr_allocated BCMOLT_XGPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID_AVERAGE_NSR_ALLOCATED
9132#define bcmolt_xgpon_alloc_get_alloc_stats_completed_id_average_sr_report BCMOLT_XGPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID_AVERAGE_SR_REPORT
9133#define bcmolt_xgpon_alloc_get_alloc_stats_completed_id__num_of BCMOLT_XGPON_ALLOC_GET_ALLOC_STATS_COMPLETED_ID__NUM_OF
9134#define bcmolt_xgpon_alloc_stat_alarm_cleared_id_stat BCMOLT_XGPON_ALLOC_STAT_ALARM_CLEARED_ID_STAT
9135#define bcmolt_xgpon_alloc_stat_alarm_cleared_id__num_of BCMOLT_XGPON_ALLOC_STAT_ALARM_CLEARED_ID__NUM_OF
9136#define bcmolt_xgpon_alloc_stat_alarm_raised_id_stat BCMOLT_XGPON_ALLOC_STAT_ALARM_RAISED_ID_STAT
9137#define bcmolt_xgpon_alloc_stat_alarm_raised_id__num_of BCMOLT_XGPON_ALLOC_STAT_ALARM_RAISED_ID__NUM_OF
9138#define bcmolt_xgpon_alloc_auto_cfg_id_configuration_completed BCMOLT_XGPON_ALLOC_AUTO_CFG_ID_CONFIGURATION_COMPLETED
9139#define bcmolt_xgpon_alloc_auto_cfg_id_get_alloc_stats_completed BCMOLT_XGPON_ALLOC_AUTO_CFG_ID_GET_ALLOC_STATS_COMPLETED
9140#define bcmolt_xgpon_alloc_auto_cfg_id_stat_alarm_cleared BCMOLT_XGPON_ALLOC_AUTO_CFG_ID_STAT_ALARM_CLEARED
9141#define bcmolt_xgpon_alloc_auto_cfg_id_stat_alarm_raised BCMOLT_XGPON_ALLOC_AUTO_CFG_ID_STAT_ALARM_RAISED
9142#define bcmolt_xgpon_alloc_auto_cfg_id__num_of BCMOLT_XGPON_ALLOC_AUTO_CFG_ID__NUM_OF
9143#define bcmolt_xgpon_alloc_get_stats_id_num_of_cycles BCMOLT_XGPON_ALLOC_GET_STATS_ID_NUM_OF_CYCLES
9144#define bcmolt_xgpon_alloc_get_stats_id__num_of BCMOLT_XGPON_ALLOC_GET_STATS_ID__NUM_OF
9145#define bcmolt_xgpon_alloc_set_state_id_state BCMOLT_XGPON_ALLOC_SET_STATE_ID_STATE
9146#define bcmolt_xgpon_alloc_set_state_id__num_of BCMOLT_XGPON_ALLOC_SET_STATE_ID__NUM_OF
9147#define bcmolt_xgpon_gem_port_key_id_pon_ni BCMOLT_XGPON_GEM_PORT_KEY_ID_PON_NI
9148#define bcmolt_xgpon_gem_port_key_id_gem_port_id BCMOLT_XGPON_GEM_PORT_KEY_ID_GEM_PORT_ID
9149#define bcmolt_xgpon_gem_port_key_id__num_of BCMOLT_XGPON_GEM_PORT_KEY_ID__NUM_OF
9150#define bcmolt_xgpon_gem_port_cfg_id_configuration BCMOLT_XGPON_GEM_PORT_CFG_ID_CONFIGURATION
9151#define bcmolt_xgpon_gem_port_cfg_id_onu_id BCMOLT_XGPON_GEM_PORT_CFG_ID_ONU_ID
9152#define bcmolt_xgpon_gem_port_cfg_id_gem_port_state BCMOLT_XGPON_GEM_PORT_CFG_ID_GEM_PORT_STATE
9153#define bcmolt_xgpon_gem_port_cfg_id_encryption_mode BCMOLT_XGPON_GEM_PORT_CFG_ID_ENCRYPTION_MODE
9154#define bcmolt_xgpon_gem_port_cfg_id_upstream_destination_queue BCMOLT_XGPON_GEM_PORT_CFG_ID_UPSTREAM_DESTINATION_QUEUE
9155#define bcmolt_xgpon_gem_port_cfg_id_control BCMOLT_XGPON_GEM_PORT_CFG_ID_CONTROL
9156#define bcmolt_xgpon_gem_port_cfg_id__num_of BCMOLT_XGPON_GEM_PORT_CFG_ID__NUM_OF
9157#define bcmolt_xgpon_gem_port_stat_id_tx_bytes BCMOLT_XGPON_GEM_PORT_STAT_ID_TX_BYTES
9158#define bcmolt_xgpon_gem_port_stat_id_tx_packets BCMOLT_XGPON_GEM_PORT_STAT_ID_TX_PACKETS
9159#define bcmolt_xgpon_gem_port_stat_id_rx_packets BCMOLT_XGPON_GEM_PORT_STAT_ID_RX_PACKETS
9160#define bcmolt_xgpon_gem_port_stat_id_rx_bytes BCMOLT_XGPON_GEM_PORT_STAT_ID_RX_BYTES
9161#define bcmolt_xgpon_gem_port_stat_id__num_of BCMOLT_XGPON_GEM_PORT_STAT_ID__NUM_OF
9162#define bcmolt_xgpon_gem_port_stat_cfg_id_cfg BCMOLT_XGPON_GEM_PORT_STAT_CFG_ID_CFG
9163#define bcmolt_xgpon_gem_port_stat_cfg_id__num_of BCMOLT_XGPON_GEM_PORT_STAT_CFG_ID__NUM_OF
9164#define bcmolt_xgpon_gem_port_stat_alarm_cleared_id_stat BCMOLT_XGPON_GEM_PORT_STAT_ALARM_CLEARED_ID_STAT
9165#define bcmolt_xgpon_gem_port_stat_alarm_cleared_id__num_of BCMOLT_XGPON_GEM_PORT_STAT_ALARM_CLEARED_ID__NUM_OF
9166#define bcmolt_xgpon_gem_port_stat_alarm_raised_id_stat BCMOLT_XGPON_GEM_PORT_STAT_ALARM_RAISED_ID_STAT
9167#define bcmolt_xgpon_gem_port_stat_alarm_raised_id__num_of BCMOLT_XGPON_GEM_PORT_STAT_ALARM_RAISED_ID__NUM_OF
9168#define bcmolt_xgpon_gem_port_auto_cfg_id_stat_alarm_cleared BCMOLT_XGPON_GEM_PORT_AUTO_CFG_ID_STAT_ALARM_CLEARED
9169#define bcmolt_xgpon_gem_port_auto_cfg_id_stat_alarm_raised BCMOLT_XGPON_GEM_PORT_AUTO_CFG_ID_STAT_ALARM_RAISED
9170#define bcmolt_xgpon_gem_port_auto_cfg_id__num_of BCMOLT_XGPON_GEM_PORT_AUTO_CFG_ID__NUM_OF
9171#define bcmolt_xgpon_iwf_key_id_pon_ni BCMOLT_XGPON_IWF_KEY_ID_PON_NI
9172#define bcmolt_xgpon_iwf_key_id__num_of BCMOLT_XGPON_IWF_KEY_ID__NUM_OF
9173#define bcmolt_xgpon_iwf_cfg_id_us_otag_direct_tpid BCMOLT_XGPON_IWF_CFG_ID_US_OTAG_DIRECT_TPID
9174#define bcmolt_xgpon_iwf_cfg_id_ds_tpid BCMOLT_XGPON_IWF_CFG_ID_DS_TPID
9175#define bcmolt_xgpon_iwf_cfg_id__num_of BCMOLT_XGPON_IWF_CFG_ID__NUM_OF
9176#define bcmolt_xgpon_ni_key_id_pon_ni BCMOLT_XGPON_NI_KEY_ID_PON_NI
9177#define bcmolt_xgpon_ni_key_id__num_of BCMOLT_XGPON_NI_KEY_ID__NUM_OF
9178#define bcmolt_xgpon_ni_cfg_id_hw_pon_id BCMOLT_XGPON_NI_CFG_ID_HW_PON_ID
9179#define bcmolt_xgpon_ni_cfg_id_available_bandwidth BCMOLT_XGPON_NI_CFG_ID_AVAILABLE_BANDWIDTH
9180#define bcmolt_xgpon_ni_cfg_id_number_of_active_onus BCMOLT_XGPON_NI_CFG_ID_NUMBER_OF_ACTIVE_ONUS
9181#define bcmolt_xgpon_ni_cfg_id_pon_status BCMOLT_XGPON_NI_CFG_ID_PON_STATUS
9182#define bcmolt_xgpon_ni_cfg_id_pon_distance BCMOLT_XGPON_NI_CFG_ID_PON_DISTANCE
9183#define bcmolt_xgpon_ni_cfg_id_ranging_window_size BCMOLT_XGPON_NI_CFG_ID_RANGING_WINDOW_SIZE
9184#define bcmolt_xgpon_ni_cfg_id_eqd_cycles_number BCMOLT_XGPON_NI_CFG_ID_EQD_CYCLES_NUMBER
9185#define bcmolt_xgpon_ni_cfg_id_drift_control BCMOLT_XGPON_NI_CFG_ID_DRIFT_CONTROL
9186#define bcmolt_xgpon_ni_cfg_id_los_alarm_threshold BCMOLT_XGPON_NI_CFG_ID_LOS_ALARM_THRESHOLD
9187#define bcmolt_xgpon_ni_cfg_id_los_initial_value BCMOLT_XGPON_NI_CFG_ID_LOS_INITIAL_VALUE
9188#define bcmolt_xgpon_ni_cfg_id_onu_alarms_thresholds BCMOLT_XGPON_NI_CFG_ID_ONU_ALARMS_THRESHOLDS
9189#define bcmolt_xgpon_ni_cfg_id_ber_monitor BCMOLT_XGPON_NI_CFG_ID_BER_MONITOR
9190#define bcmolt_xgpon_ni_cfg_id_onu_activation BCMOLT_XGPON_NI_CFG_ID_ONU_ACTIVATION
9191#define bcmolt_xgpon_ni_cfg_id_sn_acquisition BCMOLT_XGPON_NI_CFG_ID_SN_ACQUISITION
9192#define bcmolt_xgpon_ni_cfg_id_key_exchange BCMOLT_XGPON_NI_CFG_ID_KEY_EXCHANGE
9193#define bcmolt_xgpon_ni_cfg_id_protection_switching BCMOLT_XGPON_NI_CFG_ID_PROTECTION_SWITCHING
9194#define bcmolt_xgpon_ni_cfg_id_protection_switching_debug BCMOLT_XGPON_NI_CFG_ID_PROTECTION_SWITCHING_DEBUG
9195#define bcmolt_xgpon_ni_cfg_id_cbr_rt_allocation_profile BCMOLT_XGPON_NI_CFG_ID_CBR_RT_ALLOCATION_PROFILE
9196#define bcmolt_xgpon_ni_cfg_id_cbr_nrt_allocation_profile BCMOLT_XGPON_NI_CFG_ID_CBR_NRT_ALLOCATION_PROFILE
9197#define bcmolt_xgpon_ni_cfg_id_power_management BCMOLT_XGPON_NI_CFG_ID_POWER_MANAGEMENT
9198#define bcmolt_xgpon_ni_cfg_id_rogue_onu_detection_process BCMOLT_XGPON_NI_CFG_ID_ROGUE_ONU_DETECTION_PROCESS
9199#define bcmolt_xgpon_ni_cfg_id_periodic_standby_pon_monitoring BCMOLT_XGPON_NI_CFG_ID_PERIODIC_STANDBY_PON_MONITORING
9200#define bcmolt_xgpon_ni_cfg_id_dba_mode BCMOLT_XGPON_NI_CFG_ID_DBA_MODE
9201#define bcmolt_xgpon_ni_cfg_id_ploam_handling BCMOLT_XGPON_NI_CFG_ID_PLOAM_HANDLING
9202#define bcmolt_xgpon_ni_cfg_id_min_data_alloc_id BCMOLT_XGPON_NI_CFG_ID_MIN_DATA_ALLOC_ID
9203#define bcmolt_xgpon_ni_cfg_id_min_data_gem_port_id BCMOLT_XGPON_NI_CFG_ID_MIN_DATA_GEM_PORT_ID
9204#define bcmolt_xgpon_ni_cfg_id_multicast_key BCMOLT_XGPON_NI_CFG_ID_MULTICAST_KEY
9205#define bcmolt_xgpon_ni_cfg_id_prbs_checker BCMOLT_XGPON_NI_CFG_ID_PRBS_CHECKER
9206#define bcmolt_xgpon_ni_cfg_id_prbs_generator BCMOLT_XGPON_NI_CFG_ID_PRBS_GENERATOR
9207#define bcmolt_xgpon_ni_cfg_id_prbs_status BCMOLT_XGPON_NI_CFG_ID_PRBS_STATUS
9208#define bcmolt_xgpon_ni_cfg_id_automatic_onu_deactivation BCMOLT_XGPON_NI_CFG_ID_AUTOMATIC_ONU_DEACTIVATION
9209#define bcmolt_xgpon_ni_cfg_id_us_bandwidth_limit BCMOLT_XGPON_NI_CFG_ID_US_BANDWIDTH_LIMIT
9210#define bcmolt_xgpon_ni_cfg_id_all_onus BCMOLT_XGPON_NI_CFG_ID_ALL_ONUS
9211#define bcmolt_xgpon_ni_cfg_id_all_mcast_gem_ports BCMOLT_XGPON_NI_CFG_ID_ALL_MCAST_GEM_PORTS
9212#define bcmolt_xgpon_ni_cfg_id_debug BCMOLT_XGPON_NI_CFG_ID_DEBUG
9213#define bcmolt_xgpon_ni_cfg_id_onu_upgrade_params BCMOLT_XGPON_NI_CFG_ID_ONU_UPGRADE_PARAMS
9214#define bcmolt_xgpon_ni_cfg_id_ds_fec_mode BCMOLT_XGPON_NI_CFG_ID_DS_FEC_MODE
9215#define bcmolt_xgpon_ni_cfg_id_dba_type BCMOLT_XGPON_NI_CFG_ID_DBA_TYPE
9216#define bcmolt_xgpon_ni_cfg_id_onu_tuning BCMOLT_XGPON_NI_CFG_ID_ONU_TUNING
9217#define bcmolt_xgpon_ni_cfg_id__num_of BCMOLT_XGPON_NI_CFG_ID__NUM_OF
9218#define bcmolt_xgpon_ni_stat_id_fec_codewords BCMOLT_XGPON_NI_STAT_ID_FEC_CODEWORDS
9219#define bcmolt_xgpon_ni_stat_id_bip32_bytes BCMOLT_XGPON_NI_STAT_ID_BIP32_BYTES
9220#define bcmolt_xgpon_ni_stat_id_bip32_errors BCMOLT_XGPON_NI_STAT_ID_BIP32_ERRORS
9221#define bcmolt_xgpon_ni_stat_id_rx_xgtc_headers BCMOLT_XGPON_NI_STAT_ID_RX_XGTC_HEADERS
9222#define bcmolt_xgpon_ni_stat_id_rx_xgtc_corrected BCMOLT_XGPON_NI_STAT_ID_RX_XGTC_CORRECTED
9223#define bcmolt_xgpon_ni_stat_id_rx_xgtc_uncorrected BCMOLT_XGPON_NI_STAT_ID_RX_XGTC_UNCORRECTED
9224#define bcmolt_xgpon_ni_stat_id_rx_xgem BCMOLT_XGPON_NI_STAT_ID_RX_XGEM
9225#define bcmolt_xgpon_ni_stat_id_rx_xgem_dropped BCMOLT_XGPON_NI_STAT_ID_RX_XGEM_DROPPED
9226#define bcmolt_xgpon_ni_stat_id_rx_xgem_idle BCMOLT_XGPON_NI_STAT_ID_RX_XGEM_IDLE
9227#define bcmolt_xgpon_ni_stat_id_rx_xgem_corrected BCMOLT_XGPON_NI_STAT_ID_RX_XGEM_CORRECTED
9228#define bcmolt_xgpon_ni_stat_id_rx_crc_error BCMOLT_XGPON_NI_STAT_ID_RX_CRC_ERROR
9229#define bcmolt_xgpon_ni_stat_id_rx_fragment_error BCMOLT_XGPON_NI_STAT_ID_RX_FRAGMENT_ERROR
9230#define bcmolt_xgpon_ni_stat_id_rx_packets_dropped BCMOLT_XGPON_NI_STAT_ID_RX_PACKETS_DROPPED
9231#define bcmolt_xgpon_ni_stat_id_rx_dropped_too_short BCMOLT_XGPON_NI_STAT_ID_RX_DROPPED_TOO_SHORT
9232#define bcmolt_xgpon_ni_stat_id_rx_dropped_too_long BCMOLT_XGPON_NI_STAT_ID_RX_DROPPED_TOO_LONG
9233#define bcmolt_xgpon_ni_stat_id_rx_key_error BCMOLT_XGPON_NI_STAT_ID_RX_KEY_ERROR
9234#define bcmolt_xgpon_ni_stat_id_tx_ploams BCMOLT_XGPON_NI_STAT_ID_TX_PLOAMS
9235#define bcmolt_xgpon_ni_stat_id_rx_ploams_dropped BCMOLT_XGPON_NI_STAT_ID_RX_PLOAMS_DROPPED
9236#define bcmolt_xgpon_ni_stat_id_rx_allocations_valid BCMOLT_XGPON_NI_STAT_ID_RX_ALLOCATIONS_VALID
9237#define bcmolt_xgpon_ni_stat_id_rx_allocations_invalid BCMOLT_XGPON_NI_STAT_ID_RX_ALLOCATIONS_INVALID
9238#define bcmolt_xgpon_ni_stat_id_rx_allocations_disabled BCMOLT_XGPON_NI_STAT_ID_RX_ALLOCATIONS_DISABLED
9239#define bcmolt_xgpon_ni_stat_id_rx_ploams BCMOLT_XGPON_NI_STAT_ID_RX_PLOAMS
9240#define bcmolt_xgpon_ni_stat_id_rx_ploams_non_idle BCMOLT_XGPON_NI_STAT_ID_RX_PLOAMS_NON_IDLE
9241#define bcmolt_xgpon_ni_stat_id_rx_ploams_error BCMOLT_XGPON_NI_STAT_ID_RX_PLOAMS_ERROR
9242#define bcmolt_xgpon_ni_stat_id_rx_cpu BCMOLT_XGPON_NI_STAT_ID_RX_CPU
9243#define bcmolt_xgpon_ni_stat_id_rx_omci BCMOLT_XGPON_NI_STAT_ID_RX_OMCI
9244#define bcmolt_xgpon_ni_stat_id_rx_omci_packets_crc_error BCMOLT_XGPON_NI_STAT_ID_RX_OMCI_PACKETS_CRC_ERROR
9245#define bcmolt_xgpon_ni_stat_id_tx_packets BCMOLT_XGPON_NI_STAT_ID_TX_PACKETS
9246#define bcmolt_xgpon_ni_stat_id_tx_xgem BCMOLT_XGPON_NI_STAT_ID_TX_XGEM
9247#define bcmolt_xgpon_ni_stat_id_tx_cpu BCMOLT_XGPON_NI_STAT_ID_TX_CPU
9248#define bcmolt_xgpon_ni_stat_id_tx_omci BCMOLT_XGPON_NI_STAT_ID_TX_OMCI
9249#define bcmolt_xgpon_ni_stat_id_tx_cpu_omci_packets_dropped BCMOLT_XGPON_NI_STAT_ID_TX_CPU_OMCI_PACKETS_DROPPED
9250#define bcmolt_xgpon_ni_stat_id_tx_dropped_illegal_length BCMOLT_XGPON_NI_STAT_ID_TX_DROPPED_ILLEGAL_LENGTH
9251#define bcmolt_xgpon_ni_stat_id_tx_dropped_tpid_miss BCMOLT_XGPON_NI_STAT_ID_TX_DROPPED_TPID_MISS
9252#define bcmolt_xgpon_ni_stat_id_tx_dropped_vid_miss BCMOLT_XGPON_NI_STAT_ID_TX_DROPPED_VID_MISS
9253#define bcmolt_xgpon_ni_stat_id__num_of BCMOLT_XGPON_NI_STAT_ID__NUM_OF
9254#define bcmolt_xgpon_ni_stat_cfg_id_cfg BCMOLT_XGPON_NI_STAT_CFG_ID_CFG
9255#define bcmolt_xgpon_ni_stat_cfg_id__num_of BCMOLT_XGPON_NI_STAT_CFG_ID__NUM_OF
9256#define bcmolt_xgpon_ni_activate_all_onus_completed_id__num_of BCMOLT_XGPON_NI_ACTIVATE_ALL_ONUS_COMPLETED_ID__NUM_OF
9257#define bcmolt_xgpon_ni_cpu_packets_failure_id_error BCMOLT_XGPON_NI_CPU_PACKETS_FAILURE_ID_ERROR
9258#define bcmolt_xgpon_ni_cpu_packets_failure_id_gem_port_id BCMOLT_XGPON_NI_CPU_PACKETS_FAILURE_ID_GEM_PORT_ID
9259#define bcmolt_xgpon_ni_cpu_packets_failure_id__num_of BCMOLT_XGPON_NI_CPU_PACKETS_FAILURE_ID__NUM_OF
9260#define bcmolt_xgpon_ni_deactivate_all_onus_completed_id__num_of BCMOLT_XGPON_NI_DEACTIVATE_ALL_ONUS_COMPLETED_ID__NUM_OF
9261#define bcmolt_xgpon_ni_disable_all_onus_completed_id__num_of BCMOLT_XGPON_NI_DISABLE_ALL_ONUS_COMPLETED_ID__NUM_OF
9262#define bcmolt_xgpon_ni_enable_all_onus_completed_id__num_of BCMOLT_XGPON_NI_ENABLE_ALL_ONUS_COMPLETED_ID__NUM_OF
9263#define bcmolt_xgpon_ni_los_id_status BCMOLT_XGPON_NI_LOS_ID_STATUS
9264#define bcmolt_xgpon_ni_los_id__num_of BCMOLT_XGPON_NI_LOS_ID__NUM_OF
9265#define bcmolt_xgpon_ni_onu_discovered_id_serial_number BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_SERIAL_NUMBER
9266#define bcmolt_xgpon_ni_onu_discovered_id_ranging_time BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_RANGING_TIME
9267#define bcmolt_xgpon_ni_onu_discovered_id_onu_id BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_ONU_ID
9268#define bcmolt_xgpon_ni_onu_discovered_id_upstream_line_rate_capabilities BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_UPSTREAM_LINE_RATE_CAPABILITIES
9269#define bcmolt_xgpon_ni_onu_discovered_id_current_downstream_pon_id BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_CURRENT_DOWNSTREAM_PON_ID
9270#define bcmolt_xgpon_ni_onu_discovered_id_current_upstream_pon_id BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_CURRENT_UPSTREAM_PON_ID
9271#define bcmolt_xgpon_ni_onu_discovered_id_calibration_record BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_CALIBRATION_RECORD
9272#define bcmolt_xgpon_ni_onu_discovered_id_tuning_granularity BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_TUNING_GRANULARITY
9273#define bcmolt_xgpon_ni_onu_discovered_id_step_tuning_time BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_STEP_TUNING_TIME
9274#define bcmolt_xgpon_ni_onu_discovered_id_attenuation BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_ATTENUATION
9275#define bcmolt_xgpon_ni_onu_discovered_id_power_levelling_capabilities BCMOLT_XGPON_NI_ONU_DISCOVERED_ID_POWER_LEVELLING_CAPABILITIES
9276#define bcmolt_xgpon_ni_onu_discovered_id__num_of BCMOLT_XGPON_NI_ONU_DISCOVERED_ID__NUM_OF
9277#define bcmolt_xgpon_ni_onu_upgrade_complete_id_status BCMOLT_XGPON_NI_ONU_UPGRADE_COMPLETE_ID_STATUS
9278#define bcmolt_xgpon_ni_onu_upgrade_complete_id_list_of_failed_entities BCMOLT_XGPON_NI_ONU_UPGRADE_COMPLETE_ID_LIST_OF_FAILED_ENTITIES
9279#define bcmolt_xgpon_ni_onu_upgrade_complete_id__num_of BCMOLT_XGPON_NI_ONU_UPGRADE_COMPLETE_ID__NUM_OF
9280#define bcmolt_xgpon_ni_protection_switching_onus_ranged_id_onus BCMOLT_XGPON_NI_PROTECTION_SWITCHING_ONUS_RANGED_ID_ONUS
9281#define bcmolt_xgpon_ni_protection_switching_onus_ranged_id__num_of BCMOLT_XGPON_NI_PROTECTION_SWITCHING_ONUS_RANGED_ID__NUM_OF
9282#define bcmolt_xgpon_ni_protection_switching_switchover_completed_id_result BCMOLT_XGPON_NI_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED_ID_RESULT
9283#define bcmolt_xgpon_ni_protection_switching_switchover_completed_id__num_of BCMOLT_XGPON_NI_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED_ID__NUM_OF
9284#define bcmolt_xgpon_ni_protection_switching_traffic_resume_id_result BCMOLT_XGPON_NI_PROTECTION_SWITCHING_TRAFFIC_RESUME_ID_RESULT
9285#define bcmolt_xgpon_ni_protection_switching_traffic_resume_id__num_of BCMOLT_XGPON_NI_PROTECTION_SWITCHING_TRAFFIC_RESUME_ID__NUM_OF
9286#define bcmolt_xgpon_ni_rogue_detection_completed_id_window_type BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID_WINDOW_TYPE
9287#define bcmolt_xgpon_ni_rogue_detection_completed_id_measurement_status BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID_MEASUREMENT_STATUS
9288#define bcmolt_xgpon_ni_rogue_detection_completed_id_alloc_id BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID_ALLOC_ID
9289#define bcmolt_xgpon_ni_rogue_detection_completed_id_onu_id BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID_ONU_ID
9290#define bcmolt_xgpon_ni_rogue_detection_completed_id_is_delineation BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID_IS_DELINEATION
9291#define bcmolt_xgpon_ni_rogue_detection_completed_id_is_ed BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID_IS_ED
9292#define bcmolt_xgpon_ni_rogue_detection_completed_id_rx_data BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID_RX_DATA
9293#define bcmolt_xgpon_ni_rogue_detection_completed_id_ploam_received_onu_id BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID_PLOAM_RECEIVED_ONU_ID
9294#define bcmolt_xgpon_ni_rogue_detection_completed_id_ploam_received_mic_error BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID_PLOAM_RECEIVED_MIC_ERROR
9295#define bcmolt_xgpon_ni_rogue_detection_completed_id__num_of BCMOLT_XGPON_NI_ROGUE_DETECTION_COMPLETED_ID__NUM_OF
9296#define bcmolt_xgpon_ni_rogue_onu_special_map_cycle_start_id__num_of BCMOLT_XGPON_NI_ROGUE_ONU_SPECIAL_MAP_CYCLE_START_ID__NUM_OF
9297#define bcmolt_xgpon_ni_serial_number_acquisition_cycle_start_id__num_of BCMOLT_XGPON_NI_SERIAL_NUMBER_ACQUISITION_CYCLE_START_ID__NUM_OF
9298#define bcmolt_xgpon_ni_standby_pon_monitoring_cycle_completed_id_number_of_detected_delimiter BCMOLT_XGPON_NI_STANDBY_PON_MONITORING_CYCLE_COMPLETED_ID_NUMBER_OF_DETECTED_DELIMITER
9299#define bcmolt_xgpon_ni_standby_pon_monitoring_cycle_completed_id_energy_detect_signal BCMOLT_XGPON_NI_STANDBY_PON_MONITORING_CYCLE_COMPLETED_ID_ENERGY_DETECT_SIGNAL
9300#define bcmolt_xgpon_ni_standby_pon_monitoring_cycle_completed_id__num_of BCMOLT_XGPON_NI_STANDBY_PON_MONITORING_CYCLE_COMPLETED_ID__NUM_OF
9301#define bcmolt_xgpon_ni_stat_alarm_cleared_id_stat BCMOLT_XGPON_NI_STAT_ALARM_CLEARED_ID_STAT
9302#define bcmolt_xgpon_ni_stat_alarm_cleared_id__num_of BCMOLT_XGPON_NI_STAT_ALARM_CLEARED_ID__NUM_OF
9303#define bcmolt_xgpon_ni_stat_alarm_raised_id_stat BCMOLT_XGPON_NI_STAT_ALARM_RAISED_ID_STAT
9304#define bcmolt_xgpon_ni_stat_alarm_raised_id__num_of BCMOLT_XGPON_NI_STAT_ALARM_RAISED_ID__NUM_OF
9305#define bcmolt_xgpon_ni_state_change_completed_id_result BCMOLT_XGPON_NI_STATE_CHANGE_COMPLETED_ID_RESULT
9306#define bcmolt_xgpon_ni_state_change_completed_id_previous_state BCMOLT_XGPON_NI_STATE_CHANGE_COMPLETED_ID_PREVIOUS_STATE
9307#define bcmolt_xgpon_ni_state_change_completed_id_new_state BCMOLT_XGPON_NI_STATE_CHANGE_COMPLETED_ID_NEW_STATE
9308#define bcmolt_xgpon_ni_state_change_completed_id__num_of BCMOLT_XGPON_NI_STATE_CHANGE_COMPLETED_ID__NUM_OF
9309#define bcmolt_xgpon_ni_tod_request_completed_id_tod_string BCMOLT_XGPON_NI_TOD_REQUEST_COMPLETED_ID_TOD_STRING
9310#define bcmolt_xgpon_ni_tod_request_completed_id_sfc BCMOLT_XGPON_NI_TOD_REQUEST_COMPLETED_ID_SFC
9311#define bcmolt_xgpon_ni_tod_request_completed_id_rtc_offset_sec BCMOLT_XGPON_NI_TOD_REQUEST_COMPLETED_ID_RTC_OFFSET_SEC
9312#define bcmolt_xgpon_ni_tod_request_completed_id_rtc_offset_nsec BCMOLT_XGPON_NI_TOD_REQUEST_COMPLETED_ID_RTC_OFFSET_NSEC
9313#define bcmolt_xgpon_ni_tod_request_completed_id_status BCMOLT_XGPON_NI_TOD_REQUEST_COMPLETED_ID_STATUS
9314#define bcmolt_xgpon_ni_tod_request_completed_id__num_of BCMOLT_XGPON_NI_TOD_REQUEST_COMPLETED_ID__NUM_OF
9315#define bcmolt_xgpon_ni_auto_cfg_id_activate_all_onus_completed BCMOLT_XGPON_NI_AUTO_CFG_ID_ACTIVATE_ALL_ONUS_COMPLETED
9316#define bcmolt_xgpon_ni_auto_cfg_id_cpu_packets_failure BCMOLT_XGPON_NI_AUTO_CFG_ID_CPU_PACKETS_FAILURE
9317#define bcmolt_xgpon_ni_auto_cfg_id_deactivate_all_onus_completed BCMOLT_XGPON_NI_AUTO_CFG_ID_DEACTIVATE_ALL_ONUS_COMPLETED
9318#define bcmolt_xgpon_ni_auto_cfg_id_disable_all_onus_completed BCMOLT_XGPON_NI_AUTO_CFG_ID_DISABLE_ALL_ONUS_COMPLETED
9319#define bcmolt_xgpon_ni_auto_cfg_id_enable_all_onus_completed BCMOLT_XGPON_NI_AUTO_CFG_ID_ENABLE_ALL_ONUS_COMPLETED
9320#define bcmolt_xgpon_ni_auto_cfg_id_los BCMOLT_XGPON_NI_AUTO_CFG_ID_LOS
9321#define bcmolt_xgpon_ni_auto_cfg_id_onu_discovered BCMOLT_XGPON_NI_AUTO_CFG_ID_ONU_DISCOVERED
9322#define bcmolt_xgpon_ni_auto_cfg_id_onu_upgrade_complete BCMOLT_XGPON_NI_AUTO_CFG_ID_ONU_UPGRADE_COMPLETE
9323#define bcmolt_xgpon_ni_auto_cfg_id_protection_switching_onus_ranged BCMOLT_XGPON_NI_AUTO_CFG_ID_PROTECTION_SWITCHING_ONUS_RANGED
9324#define bcmolt_xgpon_ni_auto_cfg_id_protection_switching_switchover_completed BCMOLT_XGPON_NI_AUTO_CFG_ID_PROTECTION_SWITCHING_SWITCHOVER_COMPLETED
9325#define bcmolt_xgpon_ni_auto_cfg_id_protection_switching_traffic_resume BCMOLT_XGPON_NI_AUTO_CFG_ID_PROTECTION_SWITCHING_TRAFFIC_RESUME
9326#define bcmolt_xgpon_ni_auto_cfg_id_rogue_detection_completed BCMOLT_XGPON_NI_AUTO_CFG_ID_ROGUE_DETECTION_COMPLETED
9327#define bcmolt_xgpon_ni_auto_cfg_id_rogue_onu_special_map_cycle_start BCMOLT_XGPON_NI_AUTO_CFG_ID_ROGUE_ONU_SPECIAL_MAP_CYCLE_START
9328#define bcmolt_xgpon_ni_auto_cfg_id_serial_number_acquisition_cycle_start BCMOLT_XGPON_NI_AUTO_CFG_ID_SERIAL_NUMBER_ACQUISITION_CYCLE_START
9329#define bcmolt_xgpon_ni_auto_cfg_id_standby_pon_monitoring_cycle_completed BCMOLT_XGPON_NI_AUTO_CFG_ID_STANDBY_PON_MONITORING_CYCLE_COMPLETED
9330#define bcmolt_xgpon_ni_auto_cfg_id_stat_alarm_cleared BCMOLT_XGPON_NI_AUTO_CFG_ID_STAT_ALARM_CLEARED
9331#define bcmolt_xgpon_ni_auto_cfg_id_stat_alarm_raised BCMOLT_XGPON_NI_AUTO_CFG_ID_STAT_ALARM_RAISED
9332#define bcmolt_xgpon_ni_auto_cfg_id_state_change_completed BCMOLT_XGPON_NI_AUTO_CFG_ID_STATE_CHANGE_COMPLETED
9333#define bcmolt_xgpon_ni_auto_cfg_id_tod_request_completed BCMOLT_XGPON_NI_AUTO_CFG_ID_TOD_REQUEST_COMPLETED
9334#define bcmolt_xgpon_ni_auto_cfg_id__num_of BCMOLT_XGPON_NI_AUTO_CFG_ID__NUM_OF
9335#define bcmolt_xgpon_ni_adjust_tx_wavelength_id_serial_number BCMOLT_XGPON_NI_ADJUST_TX_WAVELENGTH_ID_SERIAL_NUMBER
9336#define bcmolt_xgpon_ni_adjust_tx_wavelength_id_freqency_adjustment_direction BCMOLT_XGPON_NI_ADJUST_TX_WAVELENGTH_ID_FREQENCY_ADJUSTMENT_DIRECTION
9337#define bcmolt_xgpon_ni_adjust_tx_wavelength_id_frequency_adjustment_size BCMOLT_XGPON_NI_ADJUST_TX_WAVELENGTH_ID_FREQUENCY_ADJUSTMENT_SIZE
9338#define bcmolt_xgpon_ni_adjust_tx_wavelength_id__num_of BCMOLT_XGPON_NI_ADJUST_TX_WAVELENGTH_ID__NUM_OF
9339#define bcmolt_xgpon_ni_disable_serial_number_id_control BCMOLT_XGPON_NI_DISABLE_SERIAL_NUMBER_ID_CONTROL
9340#define bcmolt_xgpon_ni_disable_serial_number_id_serial_number BCMOLT_XGPON_NI_DISABLE_SERIAL_NUMBER_ID_SERIAL_NUMBER
9341#define bcmolt_xgpon_ni_disable_serial_number_id__num_of BCMOLT_XGPON_NI_DISABLE_SERIAL_NUMBER_ID__NUM_OF
9342#define bcmolt_xgpon_ni_reset_id__num_of BCMOLT_XGPON_NI_RESET_ID__NUM_OF
9343#define bcmolt_xgpon_ni_rogue_detection_window_id_window_type BCMOLT_XGPON_NI_ROGUE_DETECTION_WINDOW_ID_WINDOW_TYPE
9344#define bcmolt_xgpon_ni_rogue_detection_window_id_alloc_id BCMOLT_XGPON_NI_ROGUE_DETECTION_WINDOW_ID_ALLOC_ID
9345#define bcmolt_xgpon_ni_rogue_detection_window_id_onu_id BCMOLT_XGPON_NI_ROGUE_DETECTION_WINDOW_ID_ONU_ID
9346#define bcmolt_xgpon_ni_rogue_detection_window_id_second_ranging_window BCMOLT_XGPON_NI_ROGUE_DETECTION_WINDOW_ID_SECOND_RANGING_WINDOW
9347#define bcmolt_xgpon_ni_rogue_detection_window_id__num_of BCMOLT_XGPON_NI_ROGUE_DETECTION_WINDOW_ID__NUM_OF
9348#define bcmolt_xgpon_ni_run_special_bw_map_id_number_of_cycle BCMOLT_XGPON_NI_RUN_SPECIAL_BW_MAP_ID_NUMBER_OF_CYCLE
9349#define bcmolt_xgpon_ni_run_special_bw_map_id_allocation_number BCMOLT_XGPON_NI_RUN_SPECIAL_BW_MAP_ID_ALLOCATION_NUMBER
9350#define bcmolt_xgpon_ni_run_special_bw_map_id_bw_map_array BCMOLT_XGPON_NI_RUN_SPECIAL_BW_MAP_ID_BW_MAP_ARRAY
9351#define bcmolt_xgpon_ni_run_special_bw_map_id__num_of BCMOLT_XGPON_NI_RUN_SPECIAL_BW_MAP_ID__NUM_OF
9352#define bcmolt_xgpon_ni_set_onu_state_id_onu_state BCMOLT_XGPON_NI_SET_ONU_STATE_ID_ONU_STATE
9353#define bcmolt_xgpon_ni_set_onu_state_id__num_of BCMOLT_XGPON_NI_SET_ONU_STATE_ID__NUM_OF
9354#define bcmolt_xgpon_ni_set_pon_state_id_pon_state BCMOLT_XGPON_NI_SET_PON_STATE_ID_PON_STATE
9355#define bcmolt_xgpon_ni_set_pon_state_id__num_of BCMOLT_XGPON_NI_SET_PON_STATE_ID__NUM_OF
9356#define bcmolt_xgpon_ni_single_request_standby_pon_monitoring_id__num_of BCMOLT_XGPON_NI_SINGLE_REQUEST_STANDBY_PON_MONITORING_ID__NUM_OF
9357#define bcmolt_xgpon_ni_start_onu_upgrade_id_list_of_onu_ids BCMOLT_XGPON_NI_START_ONU_UPGRADE_ID_LIST_OF_ONU_IDS
9358#define bcmolt_xgpon_ni_start_onu_upgrade_id__num_of BCMOLT_XGPON_NI_START_ONU_UPGRADE_ID__NUM_OF
9359#define bcmolt_xgpon_ni_tod_request_id__num_of BCMOLT_XGPON_NI_TOD_REQUEST_ID__NUM_OF
9360#define bcmolt_xgpon_ni_broadcast_ploam_packet_id_ploam BCMOLT_XGPON_NI_BROADCAST_PLOAM_PACKET_ID_PLOAM
9361#define bcmolt_xgpon_ni_broadcast_ploam_packet_id__num_of BCMOLT_XGPON_NI_BROADCAST_PLOAM_PACKET_ID__NUM_OF
9362#define bcmolt_xgpon_ni_cpu_packets_id_packet_type BCMOLT_XGPON_NI_CPU_PACKETS_ID_PACKET_TYPE
9363#define bcmolt_xgpon_ni_cpu_packets_id_calc_crc BCMOLT_XGPON_NI_CPU_PACKETS_ID_CALC_CRC
9364#define bcmolt_xgpon_ni_cpu_packets_id_gem_port_list BCMOLT_XGPON_NI_CPU_PACKETS_ID_GEM_PORT_LIST
9365#define bcmolt_xgpon_ni_cpu_packets_id_buffer BCMOLT_XGPON_NI_CPU_PACKETS_ID_BUFFER
9366#define bcmolt_xgpon_ni_cpu_packets_id__num_of BCMOLT_XGPON_NI_CPU_PACKETS_ID__NUM_OF
9367#define bcmolt_xgpon_onu_key_id_pon_ni BCMOLT_XGPON_ONU_KEY_ID_PON_NI
9368#define bcmolt_xgpon_onu_key_id_onu_id BCMOLT_XGPON_ONU_KEY_ID_ONU_ID
9369#define bcmolt_xgpon_onu_key_id__num_of BCMOLT_XGPON_ONU_KEY_ID__NUM_OF
9370#define bcmolt_xgpon_onu_cfg_id_onu_state BCMOLT_XGPON_ONU_CFG_ID_ONU_STATE
9371#define bcmolt_xgpon_onu_cfg_id_onu_old_state BCMOLT_XGPON_ONU_CFG_ID_ONU_OLD_STATE
9372#define bcmolt_xgpon_onu_cfg_id_alarm_state BCMOLT_XGPON_ONU_CFG_ID_ALARM_STATE
9373#define bcmolt_xgpon_onu_cfg_id_registration_encryption_keys BCMOLT_XGPON_ONU_CFG_ID_REGISTRATION_ENCRYPTION_KEYS
9374#define bcmolt_xgpon_onu_cfg_id_current_encryption_key BCMOLT_XGPON_ONU_CFG_ID_CURRENT_ENCRYPTION_KEY
9375#define bcmolt_xgpon_onu_cfg_id_serial_number BCMOLT_XGPON_ONU_CFG_ID_SERIAL_NUMBER
9376#define bcmolt_xgpon_onu_cfg_id_registration_id BCMOLT_XGPON_ONU_CFG_ID_REGISTRATION_ID
9377#define bcmolt_xgpon_onu_cfg_id_registration_id_auto_learning BCMOLT_XGPON_ONU_CFG_ID_REGISTRATION_ID_AUTO_LEARNING
9378#define bcmolt_xgpon_onu_cfg_id_ranging_burst_profile BCMOLT_XGPON_ONU_CFG_ID_RANGING_BURST_PROFILE
9379#define bcmolt_xgpon_onu_cfg_id_data_burst_profile BCMOLT_XGPON_ONU_CFG_ID_DATA_BURST_PROFILE
9380#define bcmolt_xgpon_onu_cfg_id_ranging_time BCMOLT_XGPON_ONU_CFG_ID_RANGING_TIME
9381#define bcmolt_xgpon_onu_cfg_id_disabled_after_discovery BCMOLT_XGPON_ONU_CFG_ID_DISABLED_AFTER_DISCOVERY
9382#define bcmolt_xgpon_onu_cfg_id_deactivation_reason BCMOLT_XGPON_ONU_CFG_ID_DEACTIVATION_REASON
9383#define bcmolt_xgpon_onu_cfg_id_all_gem_ports BCMOLT_XGPON_ONU_CFG_ID_ALL_GEM_PORTS
9384#define bcmolt_xgpon_onu_cfg_id_all_allocs BCMOLT_XGPON_ONU_CFG_ID_ALL_ALLOCS
9385#define bcmolt_xgpon_onu_cfg_id_extended_guard_time BCMOLT_XGPON_ONU_CFG_ID_EXTENDED_GUARD_TIME
9386#define bcmolt_xgpon_onu_cfg_id_us_line_rate BCMOLT_XGPON_ONU_CFG_ID_US_LINE_RATE
9387#define bcmolt_xgpon_onu_cfg_id_calibration_record BCMOLT_XGPON_ONU_CFG_ID_CALIBRATION_RECORD
9388#define bcmolt_xgpon_onu_cfg_id_tuning_granularity BCMOLT_XGPON_ONU_CFG_ID_TUNING_GRANULARITY
9389#define bcmolt_xgpon_onu_cfg_id_step_tuning_time BCMOLT_XGPON_ONU_CFG_ID_STEP_TUNING_TIME
9390#define bcmolt_xgpon_onu_cfg_id_power_levelling_capabilities BCMOLT_XGPON_ONU_CFG_ID_POWER_LEVELLING_CAPABILITIES
9391#define bcmolt_xgpon_onu_cfg_id_request_registration_status BCMOLT_XGPON_ONU_CFG_ID_REQUEST_REGISTRATION_STATUS
9392#define bcmolt_xgpon_onu_cfg_id__num_of BCMOLT_XGPON_ONU_CFG_ID__NUM_OF
9393#define bcmolt_xgpon_onu_stat_id_positive_drift BCMOLT_XGPON_ONU_STAT_ID_POSITIVE_DRIFT
9394#define bcmolt_xgpon_onu_stat_id_negative_drift BCMOLT_XGPON_ONU_STAT_ID_NEGATIVE_DRIFT
9395#define bcmolt_xgpon_onu_stat_id_delimiter_miss_detection BCMOLT_XGPON_ONU_STAT_ID_DELIMITER_MISS_DETECTION
9396#define bcmolt_xgpon_onu_stat_id_bip32_errors BCMOLT_XGPON_ONU_STAT_ID_BIP32_ERRORS
9397#define bcmolt_xgpon_onu_stat_id_rx_words BCMOLT_XGPON_ONU_STAT_ID_RX_WORDS
9398#define bcmolt_xgpon_onu_stat_id_fec_corrected_symbols BCMOLT_XGPON_ONU_STAT_ID_FEC_CORRECTED_SYMBOLS
9399#define bcmolt_xgpon_onu_stat_id_fec_corrected_codewords BCMOLT_XGPON_ONU_STAT_ID_FEC_CORRECTED_CODEWORDS
9400#define bcmolt_xgpon_onu_stat_id_fec_uncorrectable_codewords BCMOLT_XGPON_ONU_STAT_ID_FEC_UNCORRECTABLE_CODEWORDS
9401#define bcmolt_xgpon_onu_stat_id_fec_codewords BCMOLT_XGPON_ONU_STAT_ID_FEC_CODEWORDS
9402#define bcmolt_xgpon_onu_stat_id_fec_corrected_bits BCMOLT_XGPON_ONU_STAT_ID_FEC_CORRECTED_BITS
9403#define bcmolt_xgpon_onu_stat_id_xgem_key_errors BCMOLT_XGPON_ONU_STAT_ID_XGEM_KEY_ERRORS
9404#define bcmolt_xgpon_onu_stat_id_xgem_loss BCMOLT_XGPON_ONU_STAT_ID_XGEM_LOSS
9405#define bcmolt_xgpon_onu_stat_id_rx_ploams_mic_error BCMOLT_XGPON_ONU_STAT_ID_RX_PLOAMS_MIC_ERROR
9406#define bcmolt_xgpon_onu_stat_id_rx_ploams_non_idle BCMOLT_XGPON_ONU_STAT_ID_RX_PLOAMS_NON_IDLE
9407#define bcmolt_xgpon_onu_stat_id_rx_omci BCMOLT_XGPON_ONU_STAT_ID_RX_OMCI
9408#define bcmolt_xgpon_onu_stat_id_rx_omci_packets_crc_error BCMOLT_XGPON_ONU_STAT_ID_RX_OMCI_PACKETS_CRC_ERROR
9409#define bcmolt_xgpon_onu_stat_id_rx_bytes BCMOLT_XGPON_ONU_STAT_ID_RX_BYTES
9410#define bcmolt_xgpon_onu_stat_id_rx_packets BCMOLT_XGPON_ONU_STAT_ID_RX_PACKETS
9411#define bcmolt_xgpon_onu_stat_id_tx_bytes BCMOLT_XGPON_ONU_STAT_ID_TX_BYTES
9412#define bcmolt_xgpon_onu_stat_id_tx_packets BCMOLT_XGPON_ONU_STAT_ID_TX_PACKETS
9413#define bcmolt_xgpon_onu_stat_id__num_of BCMOLT_XGPON_ONU_STAT_ID__NUM_OF
9414#define bcmolt_xgpon_onu_stat_cfg_id_cfg BCMOLT_XGPON_ONU_STAT_CFG_ID_CFG
9415#define bcmolt_xgpon_onu_stat_cfg_id__num_of BCMOLT_XGPON_ONU_STAT_CFG_ID__NUM_OF
9416#define bcmolt_xgpon_onu_dfi_id_alarm_status BCMOLT_XGPON_ONU_DFI_ID_ALARM_STATUS
9417#define bcmolt_xgpon_onu_dfi_id__num_of BCMOLT_XGPON_ONU_DFI_ID__NUM_OF
9418#define bcmolt_xgpon_onu_dgi_id_alarm_status BCMOLT_XGPON_ONU_DGI_ID_ALARM_STATUS
9419#define bcmolt_xgpon_onu_dgi_id__num_of BCMOLT_XGPON_ONU_DGI_ID__NUM_OF
9420#define bcmolt_xgpon_onu_dowi_id_alarm_status BCMOLT_XGPON_ONU_DOWI_ID_ALARM_STATUS
9421#define bcmolt_xgpon_onu_dowi_id_drift_value BCMOLT_XGPON_ONU_DOWI_ID_DRIFT_VALUE
9422#define bcmolt_xgpon_onu_dowi_id_new_eqd BCMOLT_XGPON_ONU_DOWI_ID_NEW_EQD
9423#define bcmolt_xgpon_onu_dowi_id__num_of BCMOLT_XGPON_ONU_DOWI_ID__NUM_OF
9424#define bcmolt_xgpon_onu_invalid_dbru_report_id_alloc_id BCMOLT_XGPON_ONU_INVALID_DBRU_REPORT_ID_ALLOC_ID
9425#define bcmolt_xgpon_onu_invalid_dbru_report_id__num_of BCMOLT_XGPON_ONU_INVALID_DBRU_REPORT_ID__NUM_OF
9426#define bcmolt_xgpon_onu_key_exchange_completed_id_new_key BCMOLT_XGPON_ONU_KEY_EXCHANGE_COMPLETED_ID_NEW_KEY
9427#define bcmolt_xgpon_onu_key_exchange_completed_id__num_of BCMOLT_XGPON_ONU_KEY_EXCHANGE_COMPLETED_ID__NUM_OF
9428#define bcmolt_xgpon_onu_key_exchange_cycle_skipped_id__num_of BCMOLT_XGPON_ONU_KEY_EXCHANGE_CYCLE_SKIPPED_ID__NUM_OF
9429#define bcmolt_xgpon_onu_key_exchange_key_mismatch_id_expected_key BCMOLT_XGPON_ONU_KEY_EXCHANGE_KEY_MISMATCH_ID_EXPECTED_KEY
9430#define bcmolt_xgpon_onu_key_exchange_key_mismatch_id_received_key BCMOLT_XGPON_ONU_KEY_EXCHANGE_KEY_MISMATCH_ID_RECEIVED_KEY
9431#define bcmolt_xgpon_onu_key_exchange_key_mismatch_id__num_of BCMOLT_XGPON_ONU_KEY_EXCHANGE_KEY_MISMATCH_ID__NUM_OF
9432#define bcmolt_xgpon_onu_key_exchange_key_request_timeout_id__num_of BCMOLT_XGPON_ONU_KEY_EXCHANGE_KEY_REQUEST_TIMEOUT_ID__NUM_OF
9433#define bcmolt_xgpon_onu_looci_id_alarm_status BCMOLT_XGPON_ONU_LOOCI_ID_ALARM_STATUS
9434#define bcmolt_xgpon_onu_looci_id__num_of BCMOLT_XGPON_ONU_LOOCI_ID__NUM_OF
9435#define bcmolt_xgpon_onu_onu_activation_completed_id_status BCMOLT_XGPON_ONU_ONU_ACTIVATION_COMPLETED_ID_STATUS
9436#define bcmolt_xgpon_onu_onu_activation_completed_id_fail_reason BCMOLT_XGPON_ONU_ONU_ACTIVATION_COMPLETED_ID_FAIL_REASON
9437#define bcmolt_xgpon_onu_onu_activation_completed_id_registration_id BCMOLT_XGPON_ONU_ONU_ACTIVATION_COMPLETED_ID_REGISTRATION_ID
9438#define bcmolt_xgpon_onu_onu_activation_completed_id_registration_encryption_keys BCMOLT_XGPON_ONU_ONU_ACTIVATION_COMPLETED_ID_REGISTRATION_ENCRYPTION_KEYS
9439#define bcmolt_xgpon_onu_onu_activation_completed_id__num_of BCMOLT_XGPON_ONU_ONU_ACTIVATION_COMPLETED_ID__NUM_OF
9440#define bcmolt_xgpon_onu_onu_alarm_id_onu_alarm BCMOLT_XGPON_ONU_ONU_ALARM_ID_ONU_ALARM
9441#define bcmolt_xgpon_onu_onu_alarm_id__num_of BCMOLT_XGPON_ONU_ONU_ALARM_ID__NUM_OF
9442#define bcmolt_xgpon_onu_onu_deactivation_completed_id_status BCMOLT_XGPON_ONU_ONU_DEACTIVATION_COMPLETED_ID_STATUS
9443#define bcmolt_xgpon_onu_onu_deactivation_completed_id__num_of BCMOLT_XGPON_ONU_ONU_DEACTIVATION_COMPLETED_ID__NUM_OF
9444#define bcmolt_xgpon_onu_onu_disable_completed_id_serial_number BCMOLT_XGPON_ONU_ONU_DISABLE_COMPLETED_ID_SERIAL_NUMBER
9445#define bcmolt_xgpon_onu_onu_disable_completed_id__num_of BCMOLT_XGPON_ONU_ONU_DISABLE_COMPLETED_ID__NUM_OF
9446#define bcmolt_xgpon_onu_onu_enable_completed_id_serial_number BCMOLT_XGPON_ONU_ONU_ENABLE_COMPLETED_ID_SERIAL_NUMBER
9447#define bcmolt_xgpon_onu_onu_enable_completed_id__num_of BCMOLT_XGPON_ONU_ONU_ENABLE_COMPLETED_ID__NUM_OF
9448#define bcmolt_xgpon_onu_onu_tuning_in_completed_id_result BCMOLT_XGPON_ONU_ONU_TUNING_IN_COMPLETED_ID_RESULT
9449#define bcmolt_xgpon_onu_onu_tuning_in_completed_id_fail_reason BCMOLT_XGPON_ONU_ONU_TUNING_IN_COMPLETED_ID_FAIL_REASON
9450#define bcmolt_xgpon_onu_onu_tuning_in_completed_id__num_of BCMOLT_XGPON_ONU_ONU_TUNING_IN_COMPLETED_ID__NUM_OF
9451#define bcmolt_xgpon_onu_onu_tuning_out_completed_id_result BCMOLT_XGPON_ONU_ONU_TUNING_OUT_COMPLETED_ID_RESULT
9452#define bcmolt_xgpon_onu_onu_tuning_out_completed_id_fail_reason BCMOLT_XGPON_ONU_ONU_TUNING_OUT_COMPLETED_ID_FAIL_REASON
9453#define bcmolt_xgpon_onu_onu_tuning_out_completed_id__num_of BCMOLT_XGPON_ONU_ONU_TUNING_OUT_COMPLETED_ID__NUM_OF
9454#define bcmolt_xgpon_onu_optical_reflection_id__num_of BCMOLT_XGPON_ONU_OPTICAL_REFLECTION_ID__NUM_OF
9455#define bcmolt_xgpon_onu_possible_drift_id_alarm_status BCMOLT_XGPON_ONU_POSSIBLE_DRIFT_ID_ALARM_STATUS
9456#define bcmolt_xgpon_onu_possible_drift_id_estimated_drift BCMOLT_XGPON_ONU_POSSIBLE_DRIFT_ID_ESTIMATED_DRIFT
9457#define bcmolt_xgpon_onu_possible_drift_id__num_of BCMOLT_XGPON_ONU_POSSIBLE_DRIFT_ID__NUM_OF
9458#define bcmolt_xgpon_onu_power_consumption_report_id_power_consumption_report BCMOLT_XGPON_ONU_POWER_CONSUMPTION_REPORT_ID_POWER_CONSUMPTION_REPORT
9459#define bcmolt_xgpon_onu_power_consumption_report_id__num_of BCMOLT_XGPON_ONU_POWER_CONSUMPTION_REPORT_ID__NUM_OF
9460#define bcmolt_xgpon_onu_power_level_report_id_attenuation BCMOLT_XGPON_ONU_POWER_LEVEL_REPORT_ID_ATTENUATION
9461#define bcmolt_xgpon_onu_power_level_report_id_power_levelling_capability BCMOLT_XGPON_ONU_POWER_LEVEL_REPORT_ID_POWER_LEVELLING_CAPABILITY
9462#define bcmolt_xgpon_onu_power_level_report_id__num_of BCMOLT_XGPON_ONU_POWER_LEVEL_REPORT_ID__NUM_OF
9463#define bcmolt_xgpon_onu_power_management_state_change_id_old_state BCMOLT_XGPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID_OLD_STATE
9464#define bcmolt_xgpon_onu_power_management_state_change_id_new_state BCMOLT_XGPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID_NEW_STATE
9465#define bcmolt_xgpon_onu_power_management_state_change_id_reason BCMOLT_XGPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID_REASON
9466#define bcmolt_xgpon_onu_power_management_state_change_id__num_of BCMOLT_XGPON_ONU_POWER_MANAGEMENT_STATE_CHANGE_ID__NUM_OF
9467#define bcmolt_xgpon_onu_pqsi_id_alarm_status BCMOLT_XGPON_ONU_PQSI_ID_ALARM_STATUS
9468#define bcmolt_xgpon_onu_pqsi_id__num_of BCMOLT_XGPON_ONU_PQSI_ID__NUM_OF
9469#define bcmolt_xgpon_onu_ranging_completed_id_status BCMOLT_XGPON_ONU_RANGING_COMPLETED_ID_STATUS
9470#define bcmolt_xgpon_onu_ranging_completed_id_fail_reason BCMOLT_XGPON_ONU_RANGING_COMPLETED_ID_FAIL_REASON
9471#define bcmolt_xgpon_onu_ranging_completed_id_eqd BCMOLT_XGPON_ONU_RANGING_COMPLETED_ID_EQD
9472#define bcmolt_xgpon_onu_ranging_completed_id_number_of_ploams BCMOLT_XGPON_ONU_RANGING_COMPLETED_ID_NUMBER_OF_PLOAMS
9473#define bcmolt_xgpon_onu_ranging_completed_id_power_level BCMOLT_XGPON_ONU_RANGING_COMPLETED_ID_POWER_LEVEL
9474#define bcmolt_xgpon_onu_ranging_completed_id__num_of BCMOLT_XGPON_ONU_RANGING_COMPLETED_ID__NUM_OF
9475#define bcmolt_xgpon_onu_registration_id_id_registration_id BCMOLT_XGPON_ONU_REGISTRATION_ID_ID_REGISTRATION_ID
9476#define bcmolt_xgpon_onu_registration_id_id_request_registration_status BCMOLT_XGPON_ONU_REGISTRATION_ID_ID_REQUEST_REGISTRATION_STATUS
9477#define bcmolt_xgpon_onu_registration_id_id_request_registration_fail_reason BCMOLT_XGPON_ONU_REGISTRATION_ID_ID_REQUEST_REGISTRATION_FAIL_REASON
9478#define bcmolt_xgpon_onu_registration_id_id__num_of BCMOLT_XGPON_ONU_REGISTRATION_ID_ID__NUM_OF
9479#define bcmolt_xgpon_onu_rssi_measurement_completed_id_status BCMOLT_XGPON_ONU_RSSI_MEASUREMENT_COMPLETED_ID_STATUS
9480#define bcmolt_xgpon_onu_rssi_measurement_completed_id_fail_reason BCMOLT_XGPON_ONU_RSSI_MEASUREMENT_COMPLETED_ID_FAIL_REASON
9481#define bcmolt_xgpon_onu_rssi_measurement_completed_id__num_of BCMOLT_XGPON_ONU_RSSI_MEASUREMENT_COMPLETED_ID__NUM_OF
9482#define bcmolt_xgpon_onu_sdi_id_alarm_status BCMOLT_XGPON_ONU_SDI_ID_ALARM_STATUS
9483#define bcmolt_xgpon_onu_sdi_id_ber BCMOLT_XGPON_ONU_SDI_ID_BER
9484#define bcmolt_xgpon_onu_sdi_id__num_of BCMOLT_XGPON_ONU_SDI_ID__NUM_OF
9485#define bcmolt_xgpon_onu_secure_mutual_authentication_failure_id_status BCMOLT_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_FAILURE_ID_STATUS
9486#define bcmolt_xgpon_onu_secure_mutual_authentication_failure_id_fail_reason BCMOLT_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_FAILURE_ID_FAIL_REASON
9487#define bcmolt_xgpon_onu_secure_mutual_authentication_failure_id__num_of BCMOLT_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_FAILURE_ID__NUM_OF
9488#define bcmolt_xgpon_onu_sfi_id_alarm_status BCMOLT_XGPON_ONU_SFI_ID_ALARM_STATUS
9489#define bcmolt_xgpon_onu_sfi_id_ber BCMOLT_XGPON_ONU_SFI_ID_BER
9490#define bcmolt_xgpon_onu_sfi_id__num_of BCMOLT_XGPON_ONU_SFI_ID__NUM_OF
9491#define bcmolt_xgpon_onu_stat_alarm_cleared_id_stat BCMOLT_XGPON_ONU_STAT_ALARM_CLEARED_ID_STAT
9492#define bcmolt_xgpon_onu_stat_alarm_cleared_id__num_of BCMOLT_XGPON_ONU_STAT_ALARM_CLEARED_ID__NUM_OF
9493#define bcmolt_xgpon_onu_stat_alarm_raised_id_stat BCMOLT_XGPON_ONU_STAT_ALARM_RAISED_ID_STAT
9494#define bcmolt_xgpon_onu_stat_alarm_raised_id__num_of BCMOLT_XGPON_ONU_STAT_ALARM_RAISED_ID__NUM_OF
9495#define bcmolt_xgpon_onu_sufi_id_alarm_status BCMOLT_XGPON_ONU_SUFI_ID_ALARM_STATUS
9496#define bcmolt_xgpon_onu_sufi_id__num_of BCMOLT_XGPON_ONU_SUFI_ID__NUM_OF
9497#define bcmolt_xgpon_onu_tiwi_id_alarm_status BCMOLT_XGPON_ONU_TIWI_ID_ALARM_STATUS
9498#define bcmolt_xgpon_onu_tiwi_id_drift_value BCMOLT_XGPON_ONU_TIWI_ID_DRIFT_VALUE
9499#define bcmolt_xgpon_onu_tiwi_id__num_of BCMOLT_XGPON_ONU_TIWI_ID__NUM_OF
9500#define bcmolt_xgpon_onu_tuning_response_id_ack BCMOLT_XGPON_ONU_TUNING_RESPONSE_ID_ACK
9501#define bcmolt_xgpon_onu_tuning_response_id_result BCMOLT_XGPON_ONU_TUNING_RESPONSE_ID_RESULT
9502#define bcmolt_xgpon_onu_tuning_response_id__num_of BCMOLT_XGPON_ONU_TUNING_RESPONSE_ID__NUM_OF
9503#define bcmolt_xgpon_onu_auto_cfg_id_dfi BCMOLT_XGPON_ONU_AUTO_CFG_ID_DFI
9504#define bcmolt_xgpon_onu_auto_cfg_id_dgi BCMOLT_XGPON_ONU_AUTO_CFG_ID_DGI
9505#define bcmolt_xgpon_onu_auto_cfg_id_dowi BCMOLT_XGPON_ONU_AUTO_CFG_ID_DOWI
9506#define bcmolt_xgpon_onu_auto_cfg_id_invalid_dbru_report BCMOLT_XGPON_ONU_AUTO_CFG_ID_INVALID_DBRU_REPORT
9507#define bcmolt_xgpon_onu_auto_cfg_id_key_exchange_completed BCMOLT_XGPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_COMPLETED
9508#define bcmolt_xgpon_onu_auto_cfg_id_key_exchange_cycle_skipped BCMOLT_XGPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_CYCLE_SKIPPED
9509#define bcmolt_xgpon_onu_auto_cfg_id_key_exchange_key_mismatch BCMOLT_XGPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_KEY_MISMATCH
9510#define bcmolt_xgpon_onu_auto_cfg_id_key_exchange_key_request_timeout BCMOLT_XGPON_ONU_AUTO_CFG_ID_KEY_EXCHANGE_KEY_REQUEST_TIMEOUT
9511#define bcmolt_xgpon_onu_auto_cfg_id_looci BCMOLT_XGPON_ONU_AUTO_CFG_ID_LOOCI
9512#define bcmolt_xgpon_onu_auto_cfg_id_onu_activation_completed BCMOLT_XGPON_ONU_AUTO_CFG_ID_ONU_ACTIVATION_COMPLETED
9513#define bcmolt_xgpon_onu_auto_cfg_id_onu_alarm BCMOLT_XGPON_ONU_AUTO_CFG_ID_ONU_ALARM
9514#define bcmolt_xgpon_onu_auto_cfg_id_onu_deactivation_completed BCMOLT_XGPON_ONU_AUTO_CFG_ID_ONU_DEACTIVATION_COMPLETED
9515#define bcmolt_xgpon_onu_auto_cfg_id_onu_disable_completed BCMOLT_XGPON_ONU_AUTO_CFG_ID_ONU_DISABLE_COMPLETED
9516#define bcmolt_xgpon_onu_auto_cfg_id_onu_enable_completed BCMOLT_XGPON_ONU_AUTO_CFG_ID_ONU_ENABLE_COMPLETED
9517#define bcmolt_xgpon_onu_auto_cfg_id_onu_tuning_in_completed BCMOLT_XGPON_ONU_AUTO_CFG_ID_ONU_TUNING_IN_COMPLETED
9518#define bcmolt_xgpon_onu_auto_cfg_id_onu_tuning_out_completed BCMOLT_XGPON_ONU_AUTO_CFG_ID_ONU_TUNING_OUT_COMPLETED
9519#define bcmolt_xgpon_onu_auto_cfg_id_optical_reflection BCMOLT_XGPON_ONU_AUTO_CFG_ID_OPTICAL_REFLECTION
9520#define bcmolt_xgpon_onu_auto_cfg_id_possible_drift BCMOLT_XGPON_ONU_AUTO_CFG_ID_POSSIBLE_DRIFT
9521#define bcmolt_xgpon_onu_auto_cfg_id_power_consumption_report BCMOLT_XGPON_ONU_AUTO_CFG_ID_POWER_CONSUMPTION_REPORT
9522#define bcmolt_xgpon_onu_auto_cfg_id_power_level_report BCMOLT_XGPON_ONU_AUTO_CFG_ID_POWER_LEVEL_REPORT
9523#define bcmolt_xgpon_onu_auto_cfg_id_power_management_state_change BCMOLT_XGPON_ONU_AUTO_CFG_ID_POWER_MANAGEMENT_STATE_CHANGE
9524#define bcmolt_xgpon_onu_auto_cfg_id_pqsi BCMOLT_XGPON_ONU_AUTO_CFG_ID_PQSI
9525#define bcmolt_xgpon_onu_auto_cfg_id_ranging_completed BCMOLT_XGPON_ONU_AUTO_CFG_ID_RANGING_COMPLETED
9526#define bcmolt_xgpon_onu_auto_cfg_id_registration_id BCMOLT_XGPON_ONU_AUTO_CFG_ID_REGISTRATION_ID
9527#define bcmolt_xgpon_onu_auto_cfg_id_rssi_measurement_completed BCMOLT_XGPON_ONU_AUTO_CFG_ID_RSSI_MEASUREMENT_COMPLETED
9528#define bcmolt_xgpon_onu_auto_cfg_id_sdi BCMOLT_XGPON_ONU_AUTO_CFG_ID_SDI
9529#define bcmolt_xgpon_onu_auto_cfg_id_secure_mutual_authentication_failure BCMOLT_XGPON_ONU_AUTO_CFG_ID_SECURE_MUTUAL_AUTHENTICATION_FAILURE
9530#define bcmolt_xgpon_onu_auto_cfg_id_sfi BCMOLT_XGPON_ONU_AUTO_CFG_ID_SFI
9531#define bcmolt_xgpon_onu_auto_cfg_id_stat_alarm_cleared BCMOLT_XGPON_ONU_AUTO_CFG_ID_STAT_ALARM_CLEARED
9532#define bcmolt_xgpon_onu_auto_cfg_id_stat_alarm_raised BCMOLT_XGPON_ONU_AUTO_CFG_ID_STAT_ALARM_RAISED
9533#define bcmolt_xgpon_onu_auto_cfg_id_sufi BCMOLT_XGPON_ONU_AUTO_CFG_ID_SUFI
9534#define bcmolt_xgpon_onu_auto_cfg_id_tiwi BCMOLT_XGPON_ONU_AUTO_CFG_ID_TIWI
9535#define bcmolt_xgpon_onu_auto_cfg_id_tuning_response BCMOLT_XGPON_ONU_AUTO_CFG_ID_TUNING_RESPONSE
9536#define bcmolt_xgpon_onu_auto_cfg_id__num_of BCMOLT_XGPON_ONU_AUTO_CFG_ID__NUM_OF
9537#define bcmolt_xgpon_onu_adjust_tx_wavelength_id_frequency_adjustment_direction BCMOLT_XGPON_ONU_ADJUST_TX_WAVELENGTH_ID_FREQUENCY_ADJUSTMENT_DIRECTION
9538#define bcmolt_xgpon_onu_adjust_tx_wavelength_id_frequency_adjustment_size BCMOLT_XGPON_ONU_ADJUST_TX_WAVELENGTH_ID_FREQUENCY_ADJUSTMENT_SIZE
9539#define bcmolt_xgpon_onu_adjust_tx_wavelength_id__num_of BCMOLT_XGPON_ONU_ADJUST_TX_WAVELENGTH_ID__NUM_OF
9540#define bcmolt_xgpon_onu_change_power_levelling_id_control BCMOLT_XGPON_ONU_CHANGE_POWER_LEVELLING_ID_CONTROL
9541#define bcmolt_xgpon_onu_change_power_levelling_id_attenuation BCMOLT_XGPON_ONU_CHANGE_POWER_LEVELLING_ID_ATTENUATION
9542#define bcmolt_xgpon_onu_change_power_levelling_id__num_of BCMOLT_XGPON_ONU_CHANGE_POWER_LEVELLING_ID__NUM_OF
9543#define bcmolt_xgpon_onu_get_power_consumption_id__num_of BCMOLT_XGPON_ONU_GET_POWER_CONSUMPTION_ID__NUM_OF
9544#define bcmolt_xgpon_onu_get_power_level_id__num_of BCMOLT_XGPON_ONU_GET_POWER_LEVEL_ID__NUM_OF
9545#define bcmolt_xgpon_onu_onu_tuning_in_id__num_of BCMOLT_XGPON_ONU_ONU_TUNING_IN_ID__NUM_OF
9546#define bcmolt_xgpon_onu_onu_tuning_out_id_target_ds_pon_id BCMOLT_XGPON_ONU_ONU_TUNING_OUT_ID_TARGET_DS_PON_ID
9547#define bcmolt_xgpon_onu_onu_tuning_out_id_target_us_pon_id BCMOLT_XGPON_ONU_ONU_TUNING_OUT_ID_TARGET_US_PON_ID
9548#define bcmolt_xgpon_onu_onu_tuning_out_id_time_to_switch BCMOLT_XGPON_ONU_ONU_TUNING_OUT_ID_TIME_TO_SWITCH
9549#define bcmolt_xgpon_onu_onu_tuning_out_id_rollback BCMOLT_XGPON_ONU_ONU_TUNING_OUT_ID_ROLLBACK
9550#define bcmolt_xgpon_onu_onu_tuning_out_id_status BCMOLT_XGPON_ONU_ONU_TUNING_OUT_ID_STATUS
9551#define bcmolt_xgpon_onu_onu_tuning_out_id__num_of BCMOLT_XGPON_ONU_ONU_TUNING_OUT_ID__NUM_OF
9552#define bcmolt_xgpon_onu_request_registration_id_sma_flag BCMOLT_XGPON_ONU_REQUEST_REGISTRATION_ID_SMA_FLAG
9553#define bcmolt_xgpon_onu_request_registration_id__num_of BCMOLT_XGPON_ONU_REQUEST_REGISTRATION_ID__NUM_OF
9554#define bcmolt_xgpon_onu_rssi_measurement_id__num_of BCMOLT_XGPON_ONU_RSSI_MEASUREMENT_ID__NUM_OF
9555#define bcmolt_xgpon_onu_secure_mutual_authentication_id_master_key BCMOLT_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_ID_MASTER_KEY
9556#define bcmolt_xgpon_onu_secure_mutual_authentication_id_buffer BCMOLT_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_ID_BUFFER
9557#define bcmolt_xgpon_onu_secure_mutual_authentication_id_mic BCMOLT_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_ID_MIC
9558#define bcmolt_xgpon_onu_secure_mutual_authentication_id__num_of BCMOLT_XGPON_ONU_SECURE_MUTUAL_AUTHENTICATION_ID__NUM_OF
9559#define bcmolt_xgpon_onu_set_onu_state_id_onu_state BCMOLT_XGPON_ONU_SET_ONU_STATE_ID_ONU_STATE
9560#define bcmolt_xgpon_onu_set_onu_state_id__num_of BCMOLT_XGPON_ONU_SET_ONU_STATE_ID__NUM_OF
9561#define bcmolt_xgpon_onu_cpu_packets_id_packet_type BCMOLT_XGPON_ONU_CPU_PACKETS_ID_PACKET_TYPE
9562#define bcmolt_xgpon_onu_cpu_packets_id_calc_crc BCMOLT_XGPON_ONU_CPU_PACKETS_ID_CALC_CRC
9563#define bcmolt_xgpon_onu_cpu_packets_id_number_of_packets BCMOLT_XGPON_ONU_CPU_PACKETS_ID_NUMBER_OF_PACKETS
9564#define bcmolt_xgpon_onu_cpu_packets_id_packet_size BCMOLT_XGPON_ONU_CPU_PACKETS_ID_PACKET_SIZE
9565#define bcmolt_xgpon_onu_cpu_packets_id_buffer BCMOLT_XGPON_ONU_CPU_PACKETS_ID_BUFFER
9566#define bcmolt_xgpon_onu_cpu_packets_id__num_of BCMOLT_XGPON_ONU_CPU_PACKETS_ID__NUM_OF
9567#define bcmolt_xgpon_onu_ploam_packet_id_default_key BCMOLT_XGPON_ONU_PLOAM_PACKET_ID_DEFAULT_KEY
9568#define bcmolt_xgpon_onu_ploam_packet_id_ploam BCMOLT_XGPON_ONU_PLOAM_PACKET_ID_PLOAM
9569#define bcmolt_xgpon_onu_ploam_packet_id__num_of BCMOLT_XGPON_ONU_PLOAM_PACKET_ID__NUM_OF
9570#define bcmolt_xgpon_onu_cpu_packet_id_port_id BCMOLT_XGPON_ONU_CPU_PACKET_ID_PORT_ID
9571#define bcmolt_xgpon_onu_cpu_packet_id_crc_ok BCMOLT_XGPON_ONU_CPU_PACKET_ID_CRC_OK
9572#define bcmolt_xgpon_onu_cpu_packet_id_packet_size BCMOLT_XGPON_ONU_CPU_PACKET_ID_PACKET_SIZE
9573#define bcmolt_xgpon_onu_cpu_packet_id_buffer BCMOLT_XGPON_ONU_CPU_PACKET_ID_BUFFER
9574#define bcmolt_xgpon_onu_cpu_packet_id__num_of BCMOLT_XGPON_ONU_CPU_PACKET_ID__NUM_OF
9575#define bcmolt_xgpon_onu_omci_packet_id_port_id BCMOLT_XGPON_ONU_OMCI_PACKET_ID_PORT_ID
9576#define bcmolt_xgpon_onu_omci_packet_id_crc_ok BCMOLT_XGPON_ONU_OMCI_PACKET_ID_CRC_OK
9577#define bcmolt_xgpon_onu_omci_packet_id_packet_size BCMOLT_XGPON_ONU_OMCI_PACKET_ID_PACKET_SIZE
9578#define bcmolt_xgpon_onu_omci_packet_id_buffer BCMOLT_XGPON_ONU_OMCI_PACKET_ID_BUFFER
9579#define bcmolt_xgpon_onu_omci_packet_id__num_of BCMOLT_XGPON_ONU_OMCI_PACKET_ID__NUM_OF
9580#define bcmolt_xgpon_trx_key_id_pon_ni BCMOLT_XGPON_TRX_KEY_ID_PON_NI
9581#define bcmolt_xgpon_trx_key_id__num_of BCMOLT_XGPON_TRX_KEY_ID__NUM_OF
9582#define bcmolt_xgpon_trx_cfg_id_burst_profile BCMOLT_XGPON_TRX_CFG_ID_BURST_PROFILE
9583#define bcmolt_xgpon_trx_cfg_id_transceiver_config BCMOLT_XGPON_TRX_CFG_ID_TRANSCEIVER_CONFIG
9584#define bcmolt_xgpon_trx_cfg_id_transceiver_type BCMOLT_XGPON_TRX_CFG_ID_TRANSCEIVER_TYPE
9585#define bcmolt_xgpon_trx_cfg_id_debug BCMOLT_XGPON_TRX_CFG_ID_DEBUG
9586#define bcmolt_xgpon_trx_cfg_id_rssi_normal_config BCMOLT_XGPON_TRX_CFG_ID_RSSI_NORMAL_CONFIG
9587#define bcmolt_xgpon_trx_cfg_id_rssi_ranging_config BCMOLT_XGPON_TRX_CFG_ID_RSSI_RANGING_CONFIG
9588#define bcmolt_xgpon_trx_cfg_id_serdes_configuration BCMOLT_XGPON_TRX_CFG_ID_SERDES_CONFIGURATION
9589#define bcmolt_xgpon_trx_cfg_id_burst_profile_delimiter_max_errors BCMOLT_XGPON_TRX_CFG_ID_BURST_PROFILE_DELIMITER_MAX_ERRORS
9590#define bcmolt_xgpon_trx_cfg_id_ranging_sm_patterns_at_init BCMOLT_XGPON_TRX_CFG_ID_RANGING_SM_PATTERNS_AT_INIT
9591#define bcmolt_xgpon_trx_cfg_id_ranging_sm_patterns_ed_failure BCMOLT_XGPON_TRX_CFG_ID_RANGING_SM_PATTERNS_ED_FAILURE
9592#define bcmolt_xgpon_trx_cfg_id_reset_on_del_miss BCMOLT_XGPON_TRX_CFG_ID_RESET_ON_DEL_MISS
9593#define bcmolt_xgpon_trx_cfg_id_ed_state BCMOLT_XGPON_TRX_CFG_ID_ED_STATE
9594#define bcmolt_xgpon_trx_cfg_id_invert_ed BCMOLT_XGPON_TRX_CFG_ID_INVERT_ED
9595#define bcmolt_xgpon_trx_cfg_id_end_of_burst_reset BCMOLT_XGPON_TRX_CFG_ID_END_OF_BURST_RESET
9596#define bcmolt_xgpon_trx_cfg_id_trx_rst_polarity BCMOLT_XGPON_TRX_CFG_ID_TRX_RST_POLARITY
9597#define bcmolt_xgpon_trx_cfg_id__num_of BCMOLT_XGPON_TRX_CFG_ID__NUM_OF
9598#define bcmolt_xpon_serdes_key_id_pon_ni BCMOLT_XPON_SERDES_KEY_ID_PON_NI
9599#define bcmolt_xpon_serdes_key_id_instance BCMOLT_XPON_SERDES_KEY_ID_INSTANCE
9600#define bcmolt_xpon_serdes_key_id__num_of BCMOLT_XPON_SERDES_KEY_ID__NUM_OF
9601#define bcmolt_xpon_serdes_cfg_id_rx_vga BCMOLT_XPON_SERDES_CFG_ID_RX_VGA
9602#define bcmolt_xpon_serdes_cfg_id_rx_pf BCMOLT_XPON_SERDES_CFG_ID_RX_PF
9603#define bcmolt_xpon_serdes_cfg_id_rx_lfpf BCMOLT_XPON_SERDES_CFG_ID_RX_LFPF
9604#define bcmolt_xpon_serdes_cfg_id_rx_dfe1 BCMOLT_XPON_SERDES_CFG_ID_RX_DFE1
9605#define bcmolt_xpon_serdes_cfg_id_rx_dfe2 BCMOLT_XPON_SERDES_CFG_ID_RX_DFE2
9606#define bcmolt_xpon_serdes_cfg_id_rx_dfe3 BCMOLT_XPON_SERDES_CFG_ID_RX_DFE3
9607#define bcmolt_xpon_serdes_cfg_id_rx_dfe4 BCMOLT_XPON_SERDES_CFG_ID_RX_DFE4
9608#define bcmolt_xpon_serdes_cfg_id_rx_dfe5 BCMOLT_XPON_SERDES_CFG_ID_RX_DFE5
9609#define bcmolt_xpon_serdes_cfg_id_tx_pre BCMOLT_XPON_SERDES_CFG_ID_TX_PRE
9610#define bcmolt_xpon_serdes_cfg_id_tx_main BCMOLT_XPON_SERDES_CFG_ID_TX_MAIN
9611#define bcmolt_xpon_serdes_cfg_id_tx_post1 BCMOLT_XPON_SERDES_CFG_ID_TX_POST1
9612#define bcmolt_xpon_serdes_cfg_id_tx_post2 BCMOLT_XPON_SERDES_CFG_ID_TX_POST2
9613#define bcmolt_xpon_serdes_cfg_id_tx_post3 BCMOLT_XPON_SERDES_CFG_ID_TX_POST3
9614#define bcmolt_xpon_serdes_cfg_id_tx_amp BCMOLT_XPON_SERDES_CFG_ID_TX_AMP
9615#define bcmolt_xpon_serdes_cfg_id__num_of BCMOLT_XPON_SERDES_CFG_ID__NUM_OF
9616
9617/** Checks whether the given object type has the given tag.
9618 *
9619 * \return true if the given object has the given tag, false otherwise
9620 */
9621bcmos_bool bcmolt_obj_has_tag(bcmolt_obj_id obj, bcmolt_obj_tag tag);
9622
9623/** @} */
9624#endif /* BCMOLT_MODEL_IDS_H_ */