blob: caa6f425c182c7bd17fa3604f0e779a36d5c4baf [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// XdslXtuCPerformanceMonitoringHistoryDataClassID is the 16-bit ID for the OMCI
29// Managed entity xDSL xTU-C performance monitoring history data
Chip Boling610117d2021-09-09 11:24:34 -050030const XdslXtuCPerformanceMonitoringHistoryDataClassID = ClassID(112) // 0x0070
Chip Boling6e27b352020-02-14 09:10:01 -060031
32var xdslxtucperformancemonitoringhistorydataBME *ManagedEntityDefinition
33
Chip Boling610117d2021-09-09 11:24:34 -050034// XdslXtuCPerformanceMonitoringHistoryData (Class ID: #112 / 0x0070)
Chip Boling6e27b352020-02-14 09:10:01 -060035// This ME collects PM data on the xTUC to xTUR path as seen from the xTU-C. Instances of this ME
36// 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 xDSL UNI.
42//
43// Attributes
44// Managed Entity Id
Chip Boling610117d2021-09-09 11:24:34 -050045// This attribute uniquely identifies each instance of this ME. Through an identical ID, this ME is
46// implicitly linked to an instance of the PPTP xDSL UNI part 1. (R, setbycreate) (mandatory)
47// (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060048//
49// Interval End Time
Chip Boling610117d2021-09-09 11:24:34 -050050// This attribute identifies the most recently finished 15-min interval. (R) (mandatory) (1-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060051//
52// Threshold Data 1_2 Id
53// Threshold data 1/2 ID: This attribute points to an instance of the threshold data 1 and 2 MEs
54// that contain PM threshold values. (R,-W, setbycreate) (mandatory) (2-bytes)
55//
56// Loss Of Frame Seconds
Chip Boling610117d2021-09-09 11:24:34 -050057// (R) (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060058//
59// Loss Of Signal Seconds
Chip Boling610117d2021-09-09 11:24:34 -050060// (R) (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060061//
62// Loss Of Link Seconds
Chip Boling610117d2021-09-09 11:24:34 -050063// (R) (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060064//
65// Loss Of Power Seconds
Chip Boling610117d2021-09-09 11:24:34 -050066// (R) (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060067//
68// Errored Seconds Es
69// Errored seconds (ES): This attribute counts 1-s intervals with one or more CRC8 anomalies summed
70// over all received bearer channels, or one or more loss of signal (LOS) defects, or one or more
71// SEF defects, or one or more LPR defects. (R) (mandatory) (2-bytes)
72//
73// Severely Errored Seconds
Chip Boling610117d2021-09-09 11:24:34 -050074// This attribute counts severely errored seconds (SES-L). An SES is declared if, during a 1-s
75// interval, there were 18 or more CRC8 anomalies in one or more of the received bearer channels,
76// or one or more LOS defects, or one or more SEF defects, or one or more LPR defects.
77//
78// If the relevant Recommendation ([ITUT G.992.3], [ITUT G.992.5] or [ITUT G.993.2]) supports a 1-s
79// normalized CRC-8 anomaly counter increment, the 1-s SES counter follows this value instead of
80// counting CRC-8 anomalies directly.
81//
82// If a common CRC is applied over multiple bearer channels, then each related CRC-8 anomaly is
83// counted only once for the whole set of bearer channels over which the CRC is applied.
84//
Chip Boling6e27b352020-02-14 09:10:01 -060085// (R) (mandatory) (2-bytes)
86//
87// Line Initializations
Chip Boling610117d2021-09-09 11:24:34 -050088// This attribute counts the total number of full initializations attempted on the line, both
89// successful and failed. (R) (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060090//
91// Failed Line Initializations
Chip Boling610117d2021-09-09 11:24:34 -050092// This attribute counts the total number of failed full initializations during the accumulation
93// period. A failed full initialization occurs when showtime is not reached at the end of the full
94// initialization procedure. (R) (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060095//
96// Short Initializations
Chip Boling610117d2021-09-09 11:24:34 -050097// This attribute counts the total number of fast retrains or short initializations attempted on
98// the line, successful and failed. Fast retrain is defined in [ITUT G.992.2]. Short initialization
99// is defined in [ITUT-G.992.3] and [ITUT G.992.4]. (R) (optional) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -0600100//
101// Failed Short Initializations
Chip Boling610117d2021-09-09 11:24:34 -0500102// This attribute counts the total number of failed fast retrains or short initializations during
103// the accumulation period, e.g., when:
104//
105// - a CRC error is detected;
106//
107// - a timeout occurs;
108//
109// - a fast retrain profile is unknown.
110//
Chip Boling6e27b352020-02-14 09:10:01 -0600111// (R) (optional) (2-bytes)
112//
113// Fec Seconds
Chip Boling610117d2021-09-09 11:24:34 -0500114// This attribute counts seconds during which there was an FEC anomaly. (R) (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -0600115//
116// Unavailable Seconds
Chip Boling610117d2021-09-09 11:24:34 -0500117// This attribute counts 1-s intervals during which the xDSL UNI is unavailable. The line becomes
118// unavailable at the onset of 10 contiguous SES-Ls. The 10 SES-Ls are included in unavailable
119// time. Once unavailable, the line becomes available at the onset of 10-contiguous seconds that
120// are not severely errored. The 10-s with no SESLs are excluded from unavailable time. Some
121// attribute counts are inhibited during unavailability - see clause 7.2.7.13 of [ITUT G.997.1].
122// (R) (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -0600123//
124// Sos Success Count, Near End
Chip Boling610117d2021-09-09 11:24:34 -0500125// The SOS-SUCCESS-NE attribute is a count of the total number of successful SOS procedures
126// initiated by the near-end xTU on the line during the accumulation period. Successful SOS is
127// defined in clause-12.1.4 of [ITUT G.993.2]. (R) (optional) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -0600128//
129// Sos Success Count, Far End
Chip Boling610117d2021-09-09 11:24:34 -0500130// The SOS-SUCCESS-FE attribute is a count of the total number of successful SOS procedures
131// initiated by the far-end xTU on the line during the accumulation period. Successful SOS is
132// defined in clause 12.1.4 of [ITUT-G.993.2]. (R) (optional) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -0600133//
134type XdslXtuCPerformanceMonitoringHistoryData struct {
135 ManagedEntityDefinition
136 Attributes AttributeValueMap
137}
138
139func init() {
140 xdslxtucperformancemonitoringhistorydataBME = &ManagedEntityDefinition{
141 Name: "XdslXtuCPerformanceMonitoringHistoryData",
142 ClassID: 112,
143 MessageTypes: mapset.NewSetWith(
144 Create,
145 Delete,
146 Get,
147 Set,
Chip Boling2d51f052021-02-09 09:04:15 -0600148 GetCurrentData,
Chip Boling6e27b352020-02-14 09:10:01 -0600149 ),
150 AllowedAttributeMask: 0xffff,
151 AttributeDefinitions: AttributeDefinitionMap{
152 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0),
153 1: ByteField("IntervalEndTime", UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read), false, false, false, 1),
154 2: Uint16Field("ThresholdData12Id", UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
155 3: Uint16Field("LossOfFrameSeconds", CounterAttributeType, 0x2000, 0, mapset.NewSetWith(Read), false, false, false, 3),
156 4: Uint16Field("LossOfSignalSeconds", CounterAttributeType, 0x1000, 0, mapset.NewSetWith(Read), false, false, false, 4),
157 5: Uint16Field("LossOfLinkSeconds", CounterAttributeType, 0x0800, 0, mapset.NewSetWith(Read), false, false, false, 5),
158 6: Uint16Field("LossOfPowerSeconds", CounterAttributeType, 0x0400, 0, mapset.NewSetWith(Read), false, false, false, 6),
159 7: Uint16Field("ErroredSecondsEs", CounterAttributeType, 0x0200, 0, mapset.NewSetWith(Read), false, false, false, 7),
160 8: Uint16Field("SeverelyErroredSeconds", CounterAttributeType, 0x0100, 0, mapset.NewSetWith(Read), false, false, false, 8),
161 9: Uint16Field("LineInitializations", CounterAttributeType, 0x0080, 0, mapset.NewSetWith(Read), false, false, false, 9),
162 10: Uint16Field("FailedLineInitializations", CounterAttributeType, 0x0040, 0, mapset.NewSetWith(Read), false, false, false, 10),
163 11: Uint16Field("ShortInitializations", CounterAttributeType, 0x0020, 0, mapset.NewSetWith(Read), false, true, false, 11),
164 12: Uint16Field("FailedShortInitializations", CounterAttributeType, 0x0010, 0, mapset.NewSetWith(Read), false, true, false, 12),
165 13: Uint16Field("FecSeconds", CounterAttributeType, 0x0008, 0, mapset.NewSetWith(Read), false, false, false, 13),
166 14: Uint16Field("UnavailableSeconds", CounterAttributeType, 0x0004, 0, mapset.NewSetWith(Read), false, false, false, 14),
167 15: Uint16Field("SosSuccessCount,NearEnd", CounterAttributeType, 0x0002, 0, mapset.NewSetWith(Read), false, true, false, 15),
168 16: Uint16Field("SosSuccessCount,FarEnd", CounterAttributeType, 0x0001, 0, mapset.NewSetWith(Read), false, true, false, 16),
169 },
170 Access: CreatedByOlt,
171 Support: UnknownSupport,
Chip Boling34ebcb62021-02-02 12:13:58 -0600172 Alarms: AlarmMap{
173 0: "Loss of frame seconds",
174 1: "Loss of signal seconds",
175 2: "Loss of link seconds",
176 3: "Loss of power seconds",
177 4: "Errored seconds",
178 5: "Severely errored seconds",
179 6: "Line initializations",
180 7: "Failed line initializations",
181 8: "Short initializations",
182 9: "Failed short initializations",
183 10: "FEC seconds",
184 11: "Unavailable seconds",
185 },
Chip Boling6e27b352020-02-14 09:10:01 -0600186 }
187}
188
189// NewXdslXtuCPerformanceMonitoringHistoryData (class ID 112) creates the basic
190// Managed Entity definition that is used to validate an ME of this type that
191// is received from or transmitted to the OMCC.
192func NewXdslXtuCPerformanceMonitoringHistoryData(params ...ParamData) (*ManagedEntity, OmciErrors) {
193 return NewManagedEntity(*xdslxtucperformancemonitoringhistorydataBME, params...)
194}