blob: fd795823738e2f184c08e45a8838257a6b5ed9f4 [file] [log] [blame]
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07001/*
2 * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net)
Matteo Scandolof9d43412021-01-12 11:11:34 -08003 * Copyright 2020-present Open Networking Foundation
Elia Battiston9bfe1102022-02-03 10:38:03 +01004 *
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07005 * 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
Elia Battiston9bfe1102022-02-03 10:38:03 +01008 *
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07009 * http://www.apache.org/licenses/LICENSE-2.0
Elia Battiston9bfe1102022-02-03 10:38:03 +010010 *
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070011 * 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 */
17/*
18 * 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 */
Matteo Scandolof9d43412021-01-12 11:11:34 -080023
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070024package generated
25
26import "github.com/deckarep/golang-set"
27
Matteo Scandolof9d43412021-01-12 11:11:34 -080028// TwdmChannelPhyLodsPerformanceMonitoringHistoryDataClassID is the 16-bit ID for the OMCI
29// Managed entity TWDM channel PHY/LODS performance monitoring history data
Andrea Campanella10426e22021-10-15 17:58:04 +020030const TwdmChannelPhyLodsPerformanceMonitoringHistoryDataClassID = ClassID(444) // 0x01bc
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070031
32var twdmchannelphylodsperformancemonitoringhistorydataBME *ManagedEntityDefinition
33
Andrea Campanella10426e22021-10-15 17:58:04 +020034// TwdmChannelPhyLodsPerformanceMonitoringHistoryData (Class ID: #444 / 0x01bc)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070035// 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
Andrea Campanella10426e22021-10-15 17:58:04 +020045// 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)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070047//
48// Interval End Time
Andrea Campanella10426e22021-10-15 17:58:04 +020049// This attribute identifies the most recently finished 15-min interval. (R) (mandatory) (1-byte)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070050//
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
Matteo Scandolof9d43412021-01-12 11:11:34 -080053// that contains PM threshold values. (R,-W, setbycreate) (mandatory) (2-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070054//
Andrea Campanella10426e22021-10-15 17:58:04 +020055// Total Received Words Protected By Bit_Interleaved Parity_32 Bip_32
Matteo Scandolof9d43412021-01-12 11:11:34 -080056// Total received words protected by bit-interleaved parity-32 (BIP-32): The count of 4-byte words
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070057// 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)
Matteo Scandolof9d43412021-01-12 11:11:34 -080060// (mandatory) (8-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070061//
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
Matteo Scandolof9d43412021-01-12 11:11:34 -080066// removed. (R) (mandatory) (4-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070067//
68// Corrected Psbd Hec Error Count
Andrea Campanella10426e22021-10-15 17:58:04 +020069// 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)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070071//
72// Uncorrectable Psbd Hec Error Count
Andrea Campanella10426e22021-10-15 17:58:04 +020073// 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)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070075//
76// Corrected Downstream Fs Header Hec Error Count
Andrea Campanella10426e22021-10-15 17:58:04 +020077// The count of the errors in the downstream FS header that have been corrected using the HEC
78// technique. (R) (mandatory) (4-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070079//
80// Uncorrectable Downstream Fs Header Hec Error Count
Andrea Campanella10426e22021-10-15 17:58:04 +020081// The count of the errors in the downstream FS header that could not be corrected using the HEC
82// technique. (R) (mandatory) (4-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070083//
84// Total Number Of Lods Events
Andrea Campanella10426e22021-10-15 17:58:04 +020085// 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)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070087//
88// Lods Events Restored In Operating Twdm Channel
Andrea Campanella10426e22021-10-15 17:58:04 +020089// The count of LODS events cleared automatically without retuning. (R) (mandatory) (4-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070090//
91// Lods Events Restored In Protection Twdm Channel
Andrea Campanella10426e22021-10-15 17:58:04 +020092// 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)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070094//
95// Lods Events Restored In Discretionary Twdm Channel
Andrea Campanella10426e22021-10-15 17:58:04 +020096// 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)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070099//
100// Lods Events Resulting In Reactivation
Andrea Campanella10426e22021-10-15 17:58:04 +0200101// 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)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700105//
106// Lods Events Resulting In Reactivation After Retuning To Protection Twdm Channel
Andrea Campanella10426e22021-10-15 17:58:04 +0200107// 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)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700109//
110// Lods Events Resulting In Reactivation After Retuning To Discretionary Twdm Channel
Andrea Campanella10426e22021-10-15 17:58:04 +0200111// 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)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700114//
115type TwdmChannelPhyLodsPerformanceMonitoringHistoryData struct {
116 ManagedEntityDefinition
117 Attributes AttributeValueMap
118}
119
Elia Battiston9bfe1102022-02-03 10:38:03 +0100120// 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
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700138func init() {
139 twdmchannelphylodsperformancemonitoringhistorydataBME = &ManagedEntityDefinition{
140 Name: "TwdmChannelPhyLodsPerformanceMonitoringHistoryData",
Elia Battiston9bfe1102022-02-03 10:38:03 +0100141 ClassID: TwdmChannelPhyLodsPerformanceMonitoringHistoryDataClassID,
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700142 MessageTypes: mapset.NewSetWith(
143 Create,
144 Delete,
145 Get,
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700146 Set,
Andrea Campanella10426e22021-10-15 17:58:04 +0200147 GetCurrentData,
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700148 ),
Matteo Scandolof9d43412021-01-12 11:11:34 -0800149 AllowedAttributeMask: 0xfffe,
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700150 AttributeDefinitions: AttributeDefinitionMap{
Elia Battiston9bfe1102022-02-03 10:38:03 +0100151 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),
Matteo Scandolof9d43412021-01-12 11:11:34 -0800167 },
168 Access: CreatedByOlt,
169 Support: UnknownSupport,
170 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",
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700183 },
184 }
185}
186
Matteo Scandolof9d43412021-01-12 11:11:34 -0800187// NewTwdmChannelPhyLodsPerformanceMonitoringHistoryData (class ID 444) creates the basic
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700188// Managed Entity definition that is used to validate an ME of this type that
Matteo Scandolof9d43412021-01-12 11:11:34 -0800189// is received from or transmitted to the OMCC.
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700190func NewTwdmChannelPhyLodsPerformanceMonitoringHistoryData(params ...ParamData) (*ManagedEntity, OmciErrors) {
Matteo Scandolof9d43412021-01-12 11:11:34 -0800191 return NewManagedEntity(*twdmchannelphylodsperformancemonitoringhistorydataBME, params...)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700192}