blob: 9e7a6083a3bda86997289c32498537a9e17247ef [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// TwdmChannelPloamPerformanceMonitoringHistoryDataPart1ClassID is the 16-bit ID for the OMCI
29// Managed entity TWDM channel PLOAM performance monitoring history data part 1
Chip Boling610117d2021-09-09 11:24:34 -050030const TwdmChannelPloamPerformanceMonitoringHistoryDataPart1ClassID = ClassID(446) // 0x01be
Chip Boling6e27b352020-02-14 09:10:01 -060031
32var twdmchannelploamperformancemonitoringhistorydatapart1BME *ManagedEntityDefinition
33
Chip Boling610117d2021-09-09 11:24:34 -050034// TwdmChannelPloamPerformanceMonitoringHistoryDataPart1 (Class ID: #446 / 0x01be)
Chip Boling6e27b352020-02-14 09:10:01 -060035// This ME collects certain PLOAM-related PM data associated with the slot/circuit pack, hosting
36// one or more ANI-G MEs, for a specific TWDM channel. Instances of this ME are created and deleted
37// by the OLT.
38//
39// The downstream PLOAM message counts of this ME include only the received PLOAM messages
40// pertaining to the given ONU, i.e.:
41//
42// - unicast PLOAM messages, addressed by ONU-ID;
43//
44// - broadcast PLOAM messages, addressed by serial number;
45//
46// - broadcast PLOAM messages, addressed to all ONUs on the PON.
47//
48// This ME includes all PLOAM PM counters characterized as mandatory in clause 14 of [ITU-
49// T-G.989.3].
50//
51// For a complete discussion of generic PM architecture, refer to clause I.4.
52//
53// Relationships
54// An instance of this ME is associated with an instance of TWDM channel ME.
55//
56// Attributes
57// Managed Entity Id
Chip Boling610117d2021-09-09 11:24:34 -050058// This attribute uniquely identifies each instance of this ME. Through an identical ID, this ME is
59// implicitly linked to an instance of the TWDM channel ME. (R, setbycreate) (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060060//
61// Interval End Time
Chip Boling610117d2021-09-09 11:24:34 -050062// This attribute identifies the most recently finished 15-min interval. (R) (mandatory) (1-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060063//
64// Threshold Data 1_2 Id
65// Threshold data 1/2 ID: This attribute points to an instance of the threshold data 1 and 2 MEs
66// that contains PM threshold values. (R,-W, setbycreate) (mandatory) (2-bytes)
67//
68// Ploam Mic Errors
Chip Boling610117d2021-09-09 11:24:34 -050069// The counter of received PLOAM messages that remain unparsable due to MIC error. (R) (mandatory)
Chip Boling6e27b352020-02-14 09:10:01 -060070// (4-byte)
71//
Chip Boling610117d2021-09-09 11:24:34 -050072// Downstream Ploam Message Count
73// The counter of received broadcast and unicast PLOAM messages pertaining to the given ONU. (R)
Chip Boling6e27b352020-02-14 09:10:01 -060074// (mandatory) (4-byte)
75//
Chip Boling610117d2021-09-09 11:24:34 -050076// Ranging_Time Message Count
77// The counter of received Ranging_Time PLOAM messages. (R) (mandatory) (4-byte)
78//
79// Protection_Control Message Count
80// The counter of received Protection_Control PLOAM messages. (R) (mandatory) (4-byte)
81//
Chip Boling6e27b352020-02-14 09:10:01 -060082// Adjust_Tx_Wavelength Message Count
Chip Boling610117d2021-09-09 11:24:34 -050083// The counter of received Adjust_Tx_Wavelength PLOAM messages. (R) (mandatory) (4-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060084//
85// Adjust_Tx_Wavelength Adjustment Amplitude
Chip Boling610117d2021-09-09 11:24:34 -050086// An estimator of the absolute value of the transmission wavelength adjustment. (R) (mandatory)
87// (4-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060088//
89type TwdmChannelPloamPerformanceMonitoringHistoryDataPart1 struct {
90 ManagedEntityDefinition
91 Attributes AttributeValueMap
92}
93
Chip Boling8cdd6392022-01-27 08:43:37 -060094// Attribute name constants
95
96const TwdmChannelPloamPerformanceMonitoringHistoryDataPart1_IntervalEndTime = "IntervalEndTime"
97const TwdmChannelPloamPerformanceMonitoringHistoryDataPart1_ThresholdData12Id = "ThresholdData12Id"
98const TwdmChannelPloamPerformanceMonitoringHistoryDataPart1_PloamMicErrors = "PloamMicErrors"
99const TwdmChannelPloamPerformanceMonitoringHistoryDataPart1_DownstreamPloamMessageCount = "DownstreamPloamMessageCount"
100const TwdmChannelPloamPerformanceMonitoringHistoryDataPart1_RangingTimeMessageCount = "RangingTimeMessageCount"
101const TwdmChannelPloamPerformanceMonitoringHistoryDataPart1_ProtectionControlMessageCount = "ProtectionControlMessageCount"
102const TwdmChannelPloamPerformanceMonitoringHistoryDataPart1_AdjustTxWavelengthMessageCount = "AdjustTxWavelengthMessageCount"
103const TwdmChannelPloamPerformanceMonitoringHistoryDataPart1_AdjustTxWavelengthAdjustmentAmplitude = "AdjustTxWavelengthAdjustmentAmplitude"
104
Chip Boling6e27b352020-02-14 09:10:01 -0600105func init() {
106 twdmchannelploamperformancemonitoringhistorydatapart1BME = &ManagedEntityDefinition{
107 Name: "TwdmChannelPloamPerformanceMonitoringHistoryDataPart1",
Chip Boling8cdd6392022-01-27 08:43:37 -0600108 ClassID: TwdmChannelPloamPerformanceMonitoringHistoryDataPart1ClassID,
Chip Boling6e27b352020-02-14 09:10:01 -0600109 MessageTypes: mapset.NewSetWith(
110 Create,
111 Delete,
112 Get,
Chip Boling6e27b352020-02-14 09:10:01 -0600113 Set,
Chip Boling610117d2021-09-09 11:24:34 -0500114 GetCurrentData,
Chip Boling6e27b352020-02-14 09:10:01 -0600115 ),
116 AllowedAttributeMask: 0xff00,
117 AttributeDefinitions: AttributeDefinitionMap{
Chip Boling8cdd6392022-01-27 08:43:37 -0600118 0: Uint16Field(ManagedEntityID, PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0),
119 1: ByteField(TwdmChannelPloamPerformanceMonitoringHistoryDataPart1_IntervalEndTime, UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read), false, false, false, 1),
120 2: Uint16Field(TwdmChannelPloamPerformanceMonitoringHistoryDataPart1_ThresholdData12Id, UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
121 3: Uint32Field(TwdmChannelPloamPerformanceMonitoringHistoryDataPart1_PloamMicErrors, CounterAttributeType, 0x2000, 0, mapset.NewSetWith(Read), false, false, false, 3),
122 4: Uint32Field(TwdmChannelPloamPerformanceMonitoringHistoryDataPart1_DownstreamPloamMessageCount, CounterAttributeType, 0x1000, 0, mapset.NewSetWith(Read), false, false, false, 4),
123 5: Uint32Field(TwdmChannelPloamPerformanceMonitoringHistoryDataPart1_RangingTimeMessageCount, CounterAttributeType, 0x0800, 0, mapset.NewSetWith(Read), false, false, false, 5),
124 6: Uint32Field(TwdmChannelPloamPerformanceMonitoringHistoryDataPart1_ProtectionControlMessageCount, CounterAttributeType, 0x0400, 0, mapset.NewSetWith(Read), false, false, false, 6),
125 7: Uint32Field(TwdmChannelPloamPerformanceMonitoringHistoryDataPart1_AdjustTxWavelengthMessageCount, CounterAttributeType, 0x0200, 0, mapset.NewSetWith(Read), false, false, false, 7),
126 8: Uint32Field(TwdmChannelPloamPerformanceMonitoringHistoryDataPart1_AdjustTxWavelengthAdjustmentAmplitude, CounterAttributeType, 0x0100, 0, mapset.NewSetWith(Read), false, false, false, 8),
Chip Boling6e27b352020-02-14 09:10:01 -0600127 },
128 Access: CreatedByOlt,
129 Support: UnknownSupport,
Chip Boling34ebcb62021-02-02 12:13:58 -0600130 Alarms: AlarmMap{
131 0: "PLOAM MIC errors",
132 },
Chip Boling6e27b352020-02-14 09:10:01 -0600133 }
134}
135
136// NewTwdmChannelPloamPerformanceMonitoringHistoryDataPart1 (class ID 446) creates the basic
137// Managed Entity definition that is used to validate an ME of this type that
138// is received from or transmitted to the OMCC.
139func NewTwdmChannelPloamPerformanceMonitoringHistoryDataPart1(params ...ParamData) (*ManagedEntity, OmciErrors) {
140 return NewManagedEntity(*twdmchannelploamperformancemonitoringhistorydatapart1BME, params...)
141}