blob: 0c3ac9f1e16bcf9c9b5820b35eb7b605f3c5b2ce [file] [log] [blame]
Holger Hildebrandtfa074992020-03-27 15:42:06 +00001/*
2 * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net)
3 * Copyright 2020-present Open Networking Foundation
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +00004 *
Holger Hildebrandtfa074992020-03-27 15:42:06 +00005 * 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
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +00008 *
Holger Hildebrandtfa074992020-03-27 15:42:06 +00009 * http://www.apache.org/licenses/LICENSE-2.0
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +000010 *
Holger Hildebrandtfa074992020-03-27 15:42:06 +000011 * 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 */
Himani Chawlaac1f5ad2021-02-04 21:21:54 +053017/*
Holger Hildebrandtfa074992020-03-27 15:42:06 +000018 * 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
mpagenko836a1fd2021-11-01 16:12:42 +000030const EnhancedFecPerformanceMonitoringHistoryDataClassID = ClassID(453) // 0x01c5
Holger Hildebrandtfa074992020-03-27 15:42:06 +000031
32var enhancedfecperformancemonitoringhistorydataBME *ManagedEntityDefinition
33
mpagenko836a1fd2021-11-01 16:12:42 +000034// EnhancedFecPerformanceMonitoringHistoryData (Class ID: #453 / 0x01c5)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000035// 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
mpagenko836a1fd2021-11-01 16:12:42 +000046// 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)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000049//
50// Interval End Time
mpagenko836a1fd2021-11-01 16:12:42 +000051// This attribute identifies the most recently finished 15-min interval. (R) (mandatory) (1-byte)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000052//
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
mpagenko836a1fd2021-11-01 16:12:42 +000058// This attribute counts the number of bytes that were corrected by the FEC function. (R)
59// (mandatory) (8-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000060//
61// Corrected Code Words
mpagenko836a1fd2021-11-01 16:12:42 +000062// This attribute counts the code words that were corrected by the FEC function. (R) (mandatory)
63// (8-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000064//
65// Uncorrectable Code Words
mpagenko836a1fd2021-11-01 16:12:42 +000066// This attribute counts errored code words that could not be corrected by the FEC function. (R)
67// (mandatory) (8-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000068//
69// Total Code Words
mpagenko836a1fd2021-11-01 16:12:42 +000070// This attribute counts the total received code words. (R) (mandatory) (8-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000071//
72// Fec Seconds
mpagenko836a1fd2021-11-01 16:12:42 +000073// This attribute counts seconds during which there was an FEC anomaly. (R) (mandatory) (2-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000074//
75type EnhancedFecPerformanceMonitoringHistoryData struct {
76 ManagedEntityDefinition
77 Attributes AttributeValueMap
78}
79
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +000080// Attribute name constants
81
82const EnhancedFecPerformanceMonitoringHistoryData_IntervalEndTime = "IntervalEndTime"
83const EnhancedFecPerformanceMonitoringHistoryData_ThresholdData64BitId = "ThresholdData64BitId"
84const EnhancedFecPerformanceMonitoringHistoryData_CorrectedBytes = "CorrectedBytes"
85const EnhancedFecPerformanceMonitoringHistoryData_CorrectedCodeWords = "CorrectedCodeWords"
86const EnhancedFecPerformanceMonitoringHistoryData_UncorrectableCodeWords = "UncorrectableCodeWords"
87const EnhancedFecPerformanceMonitoringHistoryData_TotalCodeWords = "TotalCodeWords"
88const EnhancedFecPerformanceMonitoringHistoryData_FecSeconds = "FecSeconds"
89
Holger Hildebrandtfa074992020-03-27 15:42:06 +000090func init() {
91 enhancedfecperformancemonitoringhistorydataBME = &ManagedEntityDefinition{
92 Name: "EnhancedFecPerformanceMonitoringHistoryData",
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +000093 ClassID: EnhancedFecPerformanceMonitoringHistoryDataClassID,
Holger Hildebrandtfa074992020-03-27 15:42:06 +000094 MessageTypes: mapset.NewSetWith(
95 Create,
96 Delete,
97 Get,
98 Set,
Girish Gowdra5c5aaf42021-02-17 19:40:50 -080099 GetCurrentData,
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000100 ),
101 AllowedAttributeMask: 0xfe00,
102 AttributeDefinitions: AttributeDefinitionMap{
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +0000103 0: Uint16Field(ManagedEntityID, PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0),
104 1: ByteField(EnhancedFecPerformanceMonitoringHistoryData_IntervalEndTime, UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read), false, false, false, 1),
105 2: Uint16Field(EnhancedFecPerformanceMonitoringHistoryData_ThresholdData64BitId, UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
106 3: Uint64Field(EnhancedFecPerformanceMonitoringHistoryData_CorrectedBytes, CounterAttributeType, 0x2000, 0, mapset.NewSetWith(Read), false, false, false, 3),
107 4: Uint64Field(EnhancedFecPerformanceMonitoringHistoryData_CorrectedCodeWords, CounterAttributeType, 0x1000, 0, mapset.NewSetWith(Read), false, false, false, 4),
108 5: Uint64Field(EnhancedFecPerformanceMonitoringHistoryData_UncorrectableCodeWords, CounterAttributeType, 0x0800, 0, mapset.NewSetWith(Read), false, false, false, 5),
109 6: Uint64Field(EnhancedFecPerformanceMonitoringHistoryData_TotalCodeWords, CounterAttributeType, 0x0400, 0, mapset.NewSetWith(Read), false, false, false, 6),
110 7: Uint16Field(EnhancedFecPerformanceMonitoringHistoryData_FecSeconds, CounterAttributeType, 0x0200, 0, mapset.NewSetWith(Read), false, false, false, 7),
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000111 },
112 Access: CreatedByOlt,
113 Support: UnknownSupport,
Himani Chawlaac1f5ad2021-02-04 21:21:54 +0530114 Alarms: AlarmMap{
115 0: "Corrected bytes",
116 1: "Corrected code words",
117 2: "Uncorrectable code words",
118 4: "FEC seconds",
119 },
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000120 }
121}
122
123// NewEnhancedFecPerformanceMonitoringHistoryData (class ID 453) creates the basic
124// Managed Entity definition that is used to validate an ME of this type that
125// is received from or transmitted to the OMCC.
126func NewEnhancedFecPerformanceMonitoringHistoryData(params ...ParamData) (*ManagedEntity, OmciErrors) {
127 return NewManagedEntity(*enhancedfecperformancemonitoringhistorydataBME, params...)
128}