blob: fd795823738e2f184c08e45a8838257a6b5ed9f4 [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// TwdmChannelPhyLodsPerformanceMonitoringHistoryDataClassID is the 16-bit ID for the OMCI
29// Managed entity TWDM channel PHY/LODS performance monitoring history data
mpagenko836a1fd2021-11-01 16:12:42 +000030const TwdmChannelPhyLodsPerformanceMonitoringHistoryDataClassID = ClassID(444) // 0x01bc
Holger Hildebrandtfa074992020-03-27 15:42:06 +000031
32var twdmchannelphylodsperformancemonitoringhistorydataBME *ManagedEntityDefinition
33
mpagenko836a1fd2021-11-01 16:12:42 +000034// TwdmChannelPhyLodsPerformanceMonitoringHistoryData (Class ID: #444 / 0x01bc)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000035// 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
mpagenko836a1fd2021-11-01 16:12:42 +000045// 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)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000047//
48// Interval End Time
mpagenko836a1fd2021-11-01 16:12:42 +000049// This attribute identifies the most recently finished 15-min interval. (R) (mandatory) (1-byte)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000050//
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//
mpagenko836a1fd2021-11-01 16:12:42 +000055// Total Received Words Protected By Bit_Interleaved Parity_32 Bip_32
Holger Hildebrandtfa074992020-03-27 15:42:06 +000056// 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
mpagenko836a1fd2021-11-01 16:12:42 +000069// 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)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000071//
72// Uncorrectable Psbd Hec Error Count
mpagenko836a1fd2021-11-01 16:12:42 +000073// 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)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000075//
76// Corrected Downstream Fs Header Hec Error Count
mpagenko836a1fd2021-11-01 16:12:42 +000077// The count of the errors in the downstream FS header that have been corrected using the HEC
78// technique. (R) (mandatory) (4-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000079//
80// Uncorrectable Downstream Fs Header Hec Error Count
mpagenko836a1fd2021-11-01 16:12:42 +000081// The count of the errors in the downstream FS header that could not be corrected using the HEC
82// technique. (R) (mandatory) (4-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000083//
84// Total Number Of Lods Events
mpagenko836a1fd2021-11-01 16:12:42 +000085// 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)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000087//
88// Lods Events Restored In Operating Twdm Channel
mpagenko836a1fd2021-11-01 16:12:42 +000089// The count of LODS events cleared automatically without retuning. (R) (mandatory) (4-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000090//
91// Lods Events Restored In Protection Twdm Channel
mpagenko836a1fd2021-11-01 16:12:42 +000092// 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)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000094//
95// Lods Events Restored In Discretionary Twdm Channel
mpagenko836a1fd2021-11-01 16:12:42 +000096// 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)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000099//
100// Lods Events Resulting In Reactivation
mpagenko836a1fd2021-11-01 16:12:42 +0000101// 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)
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000105//
106// Lods Events Resulting In Reactivation After Retuning To Protection Twdm Channel
mpagenko836a1fd2021-11-01 16:12:42 +0000107// 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)
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000109//
110// Lods Events Resulting In Reactivation After Retuning To Discretionary Twdm Channel
mpagenko836a1fd2021-11-01 16:12:42 +0000111// 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)
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000114//
115type TwdmChannelPhyLodsPerformanceMonitoringHistoryData struct {
116 ManagedEntityDefinition
117 Attributes AttributeValueMap
118}
119
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +0000120// 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
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000138func init() {
139 twdmchannelphylodsperformancemonitoringhistorydataBME = &ManagedEntityDefinition{
140 Name: "TwdmChannelPhyLodsPerformanceMonitoringHistoryData",
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +0000141 ClassID: TwdmChannelPhyLodsPerformanceMonitoringHistoryDataClassID,
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000142 MessageTypes: mapset.NewSetWith(
143 Create,
144 Delete,
145 Get,
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000146 Set,
mpagenko836a1fd2021-11-01 16:12:42 +0000147 GetCurrentData,
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000148 ),
149 AllowedAttributeMask: 0xfffe,
150 AttributeDefinitions: AttributeDefinitionMap{
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +0000151 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),
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000167 },
168 Access: CreatedByOlt,
169 Support: UnknownSupport,
Himani Chawlaac1f5ad2021-02-04 21:21:54 +0530170 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 },
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000184 }
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}