blob: fd795823738e2f184c08e45a8838257a6b5ed9f4 [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
Chip Boling8cdd6392022-01-27 08:43:37 -06004 *
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
Chip Boling8cdd6392022-01-27 08:43:37 -06008 *
Chip Boling6e27b352020-02-14 09:10:01 -06009 * http://www.apache.org/licenses/LICENSE-2.0
Chip Boling8cdd6392022-01-27 08:43:37 -060010 *
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// TwdmChannelPhyLodsPerformanceMonitoringHistoryDataClassID is the 16-bit ID for the OMCI
29// Managed entity TWDM channel PHY/LODS performance monitoring history data
Chip Boling610117d2021-09-09 11:24:34 -050030const TwdmChannelPhyLodsPerformanceMonitoringHistoryDataClassID = ClassID(444) // 0x01bc
Chip Boling6e27b352020-02-14 09:10:01 -060031
32var twdmchannelphylodsperformancemonitoringhistorydataBME *ManagedEntityDefinition
33
Chip Boling610117d2021-09-09 11:24:34 -050034// TwdmChannelPhyLodsPerformanceMonitoringHistoryData (Class ID: #444 / 0x01bc)
Chip Boling6e27b352020-02-14 09:10:01 -060035// This ME collects certain PM data associated with the slot/circuit pack, hosting one or more
36// ANI-G MEs, and a specific TWDM channel. 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 TWDM channel ME.
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 TWDM channel ME. (R, setbycreate) (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060047//
48// Interval End Time
Chip Boling610117d2021-09-09 11:24:34 -050049// This attribute identifies the most recently finished 15-min interval. (R) (mandatory) (1-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060050//
51// Threshold Data 1_2 Id
52// Threshold data 1/2 ID: This attribute points to an instance of the threshold data 1 and 2 MEs
53// that contains PM threshold values. (R,-W, setbycreate) (mandatory) (2-bytes)
54//
Chip Boling610117d2021-09-09 11:24:34 -050055// Total Received Words Protected By Bit_Interleaved Parity_32 Bip_32
Chip Boling6e27b352020-02-14 09:10:01 -060056// Total received words protected by bit-interleaved parity-32 (BIP-32): The count of 4-byte words
57// included in BIP-32 check. This is a product of the number of downstream FS frames received by
58// the size of the downstream FS frame after the FEC parity byte, if any, have been removed. The
59// count applies to the entire downstream data flow, whether or not addressed to that ONT. (R)
60// (mandatory) (8-bytes)
61//
62// Bip_32 Bit Error Count
63// BIP-32 bit error count: Count of the bit errors in the received downstream FS frames as measured
64// using BIP-32. If FEC is supported in the downstream direction, the BIP-32 count applies to the
65// downstream FS frame after the FEC correction has been applied and the FEC parity bytes have been
66// removed. (R) (mandatory) (4-bytes)
67//
68// Corrected Psbd Hec Error Count
Chip Boling610117d2021-09-09 11:24:34 -050069// The count of the errors in either CFC or OCS fields of the PSBd block that have been corrected
70// using the HEC technique. (R) (mandatory) (4-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060071//
72// Uncorrectable Psbd Hec Error Count
Chip Boling610117d2021-09-09 11:24:34 -050073// The count of the errors in either CFC or OCS fields of the PSBd block that could not be
74// corrected using the HEC technique. (R) (mandatory) (4-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060075//
76// Corrected Downstream Fs Header Hec Error Count
Chip Boling610117d2021-09-09 11:24:34 -050077// The count of the errors in the downstream FS header that have been corrected using the HEC
78// technique. (R) (mandatory) (4-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060079//
80// Uncorrectable Downstream Fs Header Hec Error Count
Chip Boling610117d2021-09-09 11:24:34 -050081// The count of the errors in the downstream FS header that could not be corrected using the HEC
82// technique. (R) (mandatory) (4-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060083//
84// Total Number Of Lods Events
Chip Boling610117d2021-09-09 11:24:34 -050085// The count of the state transitions from O5.1/O5.2 to O6, referring to the ONU activation cycle
86// state machine, clause 12 of [ITU-T-G.989.3]. (R) (mandatory) (4-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060087//
88// Lods Events Restored In Operating Twdm Channel
Chip Boling610117d2021-09-09 11:24:34 -050089// The count of LODS events cleared automatically without retuning. (R) (mandatory) (4-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060090//
91// Lods Events Restored In Protection Twdm Channel
Chip Boling610117d2021-09-09 11:24:34 -050092// The count of LODS events resolved by retuning to a pre-configured protection TWDM channel. The
93// event is counted against the original operating channel. (R) (mandatory) (4-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060094//
95// Lods Events Restored In Discretionary Twdm Channel
Chip Boling610117d2021-09-09 11:24:34 -050096// The count of LODS events resolved by retuning to a TWDM channel chosen by the ONU, without
97// retuning. Implies that the wavelength channel protection for the operating channel is not
98// active. The event is counted against the original operating channel (R) (mandatory) (4-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060099//
100// Lods Events Resulting In Reactivation
Chip Boling610117d2021-09-09 11:24:34 -0500101// The count of LODS events resolved through ONU reactivation; that is, either TO2 (without WLCP)
102// or TO3-+ TO4 (with WLCP) expires before the downstream channel is reacquired, referring to the
103// ONU activation cycle state machine, clause 12 of [ITU-T-G.989.3]. The event is counted against
104// the original operating channel (R) (mandatory) (4-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -0600105//
106// Lods Events Resulting In Reactivation After Retuning To Protection Twdm Channel
Chip Boling610117d2021-09-09 11:24:34 -0500107// The count of LODS events resolved through ONU reactivation after attempted protection switching,
108// which turns unsuccessful due to a handshake failure. (R) (mandatory) (4-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -0600109//
110// Lods Events Resulting In Reactivation After Retuning To Discretionary Twdm Channel
Chip Boling610117d2021-09-09 11:24:34 -0500111// The count of LODS events resolved through ONU reactivation after attempted retuning to a
112// discretionary channel, which turns unsuccessful due to a handshake failure. (R) (mandatory)
113// (4-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -0600114//
115type TwdmChannelPhyLodsPerformanceMonitoringHistoryData struct {
116 ManagedEntityDefinition
117 Attributes AttributeValueMap
118}
119
Chip Boling8cdd6392022-01-27 08:43:37 -0600120// Attribute name constants
121
122const TwdmChannelPhyLodsPerformanceMonitoringHistoryData_IntervalEndTime = "IntervalEndTime"
123const TwdmChannelPhyLodsPerformanceMonitoringHistoryData_ThresholdData12Id = "ThresholdData12Id"
124const TwdmChannelPhyLodsPerformanceMonitoringHistoryData_TotalReceivedWordsProtectedByBitInterleavedParity32Bip32 = "TotalReceivedWordsProtectedByBitInterleavedParity32Bip32"
125const TwdmChannelPhyLodsPerformanceMonitoringHistoryData_Bip32BitErrorCount = "Bip32BitErrorCount"
126const TwdmChannelPhyLodsPerformanceMonitoringHistoryData_CorrectedPsbdHecErrorCount = "CorrectedPsbdHecErrorCount"
127const TwdmChannelPhyLodsPerformanceMonitoringHistoryData_UncorrectablePsbdHecErrorCount = "UncorrectablePsbdHecErrorCount"
128const TwdmChannelPhyLodsPerformanceMonitoringHistoryData_CorrectedDownstreamFsHeaderHecErrorCount = "CorrectedDownstreamFsHeaderHecErrorCount"
129const TwdmChannelPhyLodsPerformanceMonitoringHistoryData_UncorrectableDownstreamFsHeaderHecErrorCount = "UncorrectableDownstreamFsHeaderHecErrorCount"
130const TwdmChannelPhyLodsPerformanceMonitoringHistoryData_TotalNumberOfLodsEvents = "TotalNumberOfLodsEvents"
131const TwdmChannelPhyLodsPerformanceMonitoringHistoryData_LodsEventsRestoredInOperatingTwdmChannel = "LodsEventsRestoredInOperatingTwdmChannel"
132const TwdmChannelPhyLodsPerformanceMonitoringHistoryData_LodsEventsRestoredInProtectionTwdmChannel = "LodsEventsRestoredInProtectionTwdmChannel"
133const TwdmChannelPhyLodsPerformanceMonitoringHistoryData_LodsEventsRestoredInDiscretionaryTwdmChannel = "LodsEventsRestoredInDiscretionaryTwdmChannel"
134const TwdmChannelPhyLodsPerformanceMonitoringHistoryData_LodsEventsResultingInReactivation = "LodsEventsResultingInReactivation"
135const TwdmChannelPhyLodsPerformanceMonitoringHistoryData_LodsEventsResultingInReactivationAfterRetuningToProtectionTwdmChannel = "LodsEventsResultingInReactivationAfterRetuningToProtectionTwdmChannel"
136const TwdmChannelPhyLodsPerformanceMonitoringHistoryData_LodsEventsResultingInReactivationAfterRetuningToDiscretionaryTwdmChannel = "LodsEventsResultingInReactivationAfterRetuningToDiscretionaryTwdmChannel"
137
Chip Boling6e27b352020-02-14 09:10:01 -0600138func init() {
139 twdmchannelphylodsperformancemonitoringhistorydataBME = &ManagedEntityDefinition{
140 Name: "TwdmChannelPhyLodsPerformanceMonitoringHistoryData",
Chip Boling8cdd6392022-01-27 08:43:37 -0600141 ClassID: TwdmChannelPhyLodsPerformanceMonitoringHistoryDataClassID,
Chip Boling6e27b352020-02-14 09:10:01 -0600142 MessageTypes: mapset.NewSetWith(
143 Create,
144 Delete,
145 Get,
Chip Boling6e27b352020-02-14 09:10:01 -0600146 Set,
Chip Boling610117d2021-09-09 11:24:34 -0500147 GetCurrentData,
Chip Boling6e27b352020-02-14 09:10:01 -0600148 ),
149 AllowedAttributeMask: 0xfffe,
150 AttributeDefinitions: AttributeDefinitionMap{
Chip Boling8cdd6392022-01-27 08:43:37 -0600151 0: Uint16Field(ManagedEntityID, PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0),
152 1: ByteField(TwdmChannelPhyLodsPerformanceMonitoringHistoryData_IntervalEndTime, UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read), false, false, false, 1),
153 2: Uint16Field(TwdmChannelPhyLodsPerformanceMonitoringHistoryData_ThresholdData12Id, UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
154 3: Uint64Field(TwdmChannelPhyLodsPerformanceMonitoringHistoryData_TotalReceivedWordsProtectedByBitInterleavedParity32Bip32, CounterAttributeType, 0x2000, 0, mapset.NewSetWith(Read), false, false, false, 3),
155 4: Uint32Field(TwdmChannelPhyLodsPerformanceMonitoringHistoryData_Bip32BitErrorCount, CounterAttributeType, 0x1000, 0, mapset.NewSetWith(Read), false, false, false, 4),
156 5: Uint32Field(TwdmChannelPhyLodsPerformanceMonitoringHistoryData_CorrectedPsbdHecErrorCount, CounterAttributeType, 0x0800, 0, mapset.NewSetWith(Read), false, false, false, 5),
157 6: Uint32Field(TwdmChannelPhyLodsPerformanceMonitoringHistoryData_UncorrectablePsbdHecErrorCount, CounterAttributeType, 0x0400, 0, mapset.NewSetWith(Read), false, false, false, 6),
158 7: Uint32Field(TwdmChannelPhyLodsPerformanceMonitoringHistoryData_CorrectedDownstreamFsHeaderHecErrorCount, CounterAttributeType, 0x0200, 0, mapset.NewSetWith(Read), false, false, false, 7),
159 8: Uint32Field(TwdmChannelPhyLodsPerformanceMonitoringHistoryData_UncorrectableDownstreamFsHeaderHecErrorCount, CounterAttributeType, 0x0100, 0, mapset.NewSetWith(Read), false, false, false, 8),
160 9: Uint32Field(TwdmChannelPhyLodsPerformanceMonitoringHistoryData_TotalNumberOfLodsEvents, CounterAttributeType, 0x0080, 0, mapset.NewSetWith(Read), false, false, false, 9),
161 10: Uint32Field(TwdmChannelPhyLodsPerformanceMonitoringHistoryData_LodsEventsRestoredInOperatingTwdmChannel, CounterAttributeType, 0x0040, 0, mapset.NewSetWith(Read), false, false, false, 10),
162 11: Uint32Field(TwdmChannelPhyLodsPerformanceMonitoringHistoryData_LodsEventsRestoredInProtectionTwdmChannel, CounterAttributeType, 0x0020, 0, mapset.NewSetWith(Read), false, false, false, 11),
163 12: Uint32Field(TwdmChannelPhyLodsPerformanceMonitoringHistoryData_LodsEventsRestoredInDiscretionaryTwdmChannel, CounterAttributeType, 0x0010, 0, mapset.NewSetWith(Read), false, false, false, 12),
164 13: Uint32Field(TwdmChannelPhyLodsPerformanceMonitoringHistoryData_LodsEventsResultingInReactivation, CounterAttributeType, 0x0008, 0, mapset.NewSetWith(Read), false, false, false, 13),
165 14: Uint32Field(TwdmChannelPhyLodsPerformanceMonitoringHistoryData_LodsEventsResultingInReactivationAfterRetuningToProtectionTwdmChannel, CounterAttributeType, 0x0004, 0, mapset.NewSetWith(Read), false, false, false, 14),
166 15: Uint32Field(TwdmChannelPhyLodsPerformanceMonitoringHistoryData_LodsEventsResultingInReactivationAfterRetuningToDiscretionaryTwdmChannel, CounterAttributeType, 0x0002, 0, mapset.NewSetWith(Read), false, false, false, 15),
Chip Boling6e27b352020-02-14 09:10:01 -0600167 },
168 Access: CreatedByOlt,
169 Support: UnknownSupport,
Chip Boling34ebcb62021-02-02 12:13:58 -0600170 Alarms: AlarmMap{
171 1: "BIP-32 bit error count",
172 2: "PSBd HEC errors - corrected",
173 3: "PSBd HEC errors - uncorrectable",
174 4: "FS header errors - corrected",
175 5: "FS header errors - uncorrectable",
176 6: "Total LODS event count",
177 7: "LODS - restored in operating TWDM channel",
178 8: "LODS - restored in protection TWDM channel",
179 9: "LODS - restored in discretionary TWDM channel",
180 10: "LODS - reactivations",
181 11: "LODS - handshake failure in protection channel",
182 12: "LODS - handshake failure in discretionary channel",
183 },
Chip Boling6e27b352020-02-14 09:10:01 -0600184 }
185}
186
187// NewTwdmChannelPhyLodsPerformanceMonitoringHistoryData (class ID 444) creates the basic
188// Managed Entity definition that is used to validate an ME of this type that
189// is received from or transmitted to the OMCC.
190func NewTwdmChannelPhyLodsPerformanceMonitoringHistoryData(params ...ParamData) (*ManagedEntity, OmciErrors) {
191 return NewManagedEntity(*twdmchannelphylodsperformancemonitoringhistorydataBME, params...)
192}