blob: b3da774770642c5acb6076127b13710896d7e43c [file] [log] [blame]
Chip Boling6e27b352020-02-14 09:10:01 -06001/*
2 * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net)
Andrea Campanella7167ebb2020-02-24 09:56:38 +01003 * Copyright 2020-present Open Networking Foundation
4
Chip Boling6e27b352020-02-14 09:10:01 -06005 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
Andrea Campanella7167ebb2020-02-24 09:56:38 +01008
Chip Boling6e27b352020-02-14 09:10:01 -06009 * http://www.apache.org/licenses/LICENSE-2.0
Andrea Campanella7167ebb2020-02-24 09:56:38 +010010
Chip Boling6e27b352020-02-14 09:10:01 -060011 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
Chip Boling34ebcb62021-02-02 12:13:58 -060017/*
Chip Boling6e27b352020-02-14 09:10:01 -060018 * NOTE: This file was generated, manual edits will be overwritten!
19 *
20 * Generated by 'goCodeGenerator.py':
21 * https://github.com/cboling/OMCI-parser/README.md
22 */
23
24package generated
25
26import "github.com/deckarep/golang-set"
27
28// EnhancedFecPerformanceMonitoringHistoryDataClassID is the 16-bit ID for the OMCI
29// Managed entity Enhanced FEC performance monitoring history data
Chip Boling610117d2021-09-09 11:24:34 -050030const EnhancedFecPerformanceMonitoringHistoryDataClassID = ClassID(453) // 0x01c5
Chip Boling6e27b352020-02-14 09:10:01 -060031
32var enhancedfecperformancemonitoringhistorydataBME *ManagedEntityDefinition
33
Chip Boling610117d2021-09-09 11:24:34 -050034// EnhancedFecPerformanceMonitoringHistoryData (Class ID: #453 / 0x01c5)
Chip Boling6e27b352020-02-14 09:10:01 -060035// This ME collects PM data associated with PON downstream FEC counters for XGS-PON and subsequent
36// ITU-T PON systems. Instances of this ME are created and deleted by the OLT.
37//
38// For a complete discussion of generic PM architecture, refer to clause I.4.
39//
40// Relationships
41// An instance of this ME is associated with an instance of the ANI-G ME or an instance of the TWDM
42// channel ME.
43//
44// Attributes
45// Managed Entity Id
Chip Boling610117d2021-09-09 11:24:34 -050046// This attribute uniquely identifies each instance of this ME. Through an identical ID, this ME is
47// implicitly linked to an instance of the ANI-G or a TWDM channel. (R, setbycreate) (mandatory)
48// (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060049//
50// Interval End Time
Chip Boling610117d2021-09-09 11:24:34 -050051// This attribute identifies the most recently finished 15-min interval. (R) (mandatory) (1-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060052//
53// Threshold Data 64 Bit Id
54// Threshold data 64-bit ID: This attribute points to an instance of the threshold data 64-bit ME
55// that contains PM threshold values. (R,-W, setbycreate) (mandatory) (2-bytes)
56//
57// Corrected Bytes
Chip Boling610117d2021-09-09 11:24:34 -050058// This attribute counts the number of bytes that were corrected by the FEC function. (R)
59// (mandatory) (8-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060060//
61// Corrected Code Words
Chip Boling610117d2021-09-09 11:24:34 -050062// This attribute counts the code words that were corrected by the FEC function. (R) (mandatory)
63// (8-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060064//
65// Uncorrectable Code Words
Chip Boling610117d2021-09-09 11:24:34 -050066// This attribute counts errored code words that could not be corrected by the FEC function. (R)
67// (mandatory) (8-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060068//
69// Total Code Words
Chip Boling610117d2021-09-09 11:24:34 -050070// This attribute counts the total received code words. (R) (mandatory) (8-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060071//
72// Fec Seconds
Chip Boling610117d2021-09-09 11:24:34 -050073// This attribute counts seconds during which there was an FEC anomaly. (R) (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060074//
75type EnhancedFecPerformanceMonitoringHistoryData struct {
76 ManagedEntityDefinition
77 Attributes AttributeValueMap
78}
79
80func init() {
81 enhancedfecperformancemonitoringhistorydataBME = &ManagedEntityDefinition{
82 Name: "EnhancedFecPerformanceMonitoringHistoryData",
83 ClassID: 453,
84 MessageTypes: mapset.NewSetWith(
85 Create,
86 Delete,
87 Get,
88 Set,
Chip Boling2d51f052021-02-09 09:04:15 -060089 GetCurrentData,
Chip Boling6e27b352020-02-14 09:10:01 -060090 ),
91 AllowedAttributeMask: 0xfe00,
92 AttributeDefinitions: AttributeDefinitionMap{
93 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0),
94 1: ByteField("IntervalEndTime", UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read), false, false, false, 1),
95 2: Uint16Field("ThresholdData64BitId", UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
96 3: Uint64Field("CorrectedBytes", CounterAttributeType, 0x2000, 0, mapset.NewSetWith(Read), false, false, false, 3),
97 4: Uint64Field("CorrectedCodeWords", CounterAttributeType, 0x1000, 0, mapset.NewSetWith(Read), false, false, false, 4),
98 5: Uint64Field("UncorrectableCodeWords", CounterAttributeType, 0x0800, 0, mapset.NewSetWith(Read), false, false, false, 5),
99 6: Uint64Field("TotalCodeWords", CounterAttributeType, 0x0400, 0, mapset.NewSetWith(Read), false, false, false, 6),
100 7: Uint16Field("FecSeconds", CounterAttributeType, 0x0200, 0, mapset.NewSetWith(Read), false, false, false, 7),
101 },
102 Access: CreatedByOlt,
103 Support: UnknownSupport,
Chip Boling34ebcb62021-02-02 12:13:58 -0600104 Alarms: AlarmMap{
105 0: "Corrected bytes",
106 1: "Corrected code words",
107 2: "Uncorrectable code words",
108 4: "FEC seconds",
109 },
Chip Boling6e27b352020-02-14 09:10:01 -0600110 }
111}
112
113// NewEnhancedFecPerformanceMonitoringHistoryData (class ID 453) creates the basic
114// Managed Entity definition that is used to validate an ME of this type that
115// is received from or transmitted to the OMCC.
116func NewEnhancedFecPerformanceMonitoringHistoryData(params ...ParamData) (*ManagedEntity, OmciErrors) {
117 return NewManagedEntity(*enhancedfecperformancemonitoringhistorydataBME, params...)
118}