blob: df4499f5bfcbca3811dc965e50ff84fb82758050 [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
4
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
Matteo Scandolof9d43412021-01-12 11:11:34 -08008
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07009 * http://www.apache.org/licenses/LICENSE-2.0
Matteo Scandolof9d43412021-01-12 11:11:34 -080010
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// TwdmChannelPloamPerformanceMonitoringHistoryDataPart1ClassID is the 16-bit ID for the OMCI
29// Managed entity TWDM channel PLOAM performance monitoring history data part 1
Andrea Campanella10426e22021-10-15 17:58:04 +020030const TwdmChannelPloamPerformanceMonitoringHistoryDataPart1ClassID = ClassID(446) // 0x01be
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070031
32var twdmchannelploamperformancemonitoringhistorydatapart1BME *ManagedEntityDefinition
33
Andrea Campanella10426e22021-10-15 17:58:04 +020034// TwdmChannelPloamPerformanceMonitoringHistoryDataPart1 (Class ID: #446 / 0x01be)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070035// 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//
Matteo Scandolof9d43412021-01-12 11:11:34 -080042// - unicast PLOAM messages, addressed by ONU-ID;
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070043//
Matteo Scandolof9d43412021-01-12 11:11:34 -080044// - broadcast PLOAM messages, addressed by serial number;
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070045//
Matteo Scandolof9d43412021-01-12 11:11:34 -080046// - broadcast PLOAM messages, addressed to all ONUs on the PON.
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070047//
Matteo Scandolof9d43412021-01-12 11:11:34 -080048// This ME includes all PLOAM PM counters characterized as mandatory in clause 14 of [ITU-
49// T-G.989.3].
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070050//
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
Andrea Campanella10426e22021-10-15 17:58:04 +020058// 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)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070060//
61// Interval End Time
Andrea Campanella10426e22021-10-15 17:58:04 +020062// This attribute identifies the most recently finished 15-min interval. (R) (mandatory) (1-byte)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070063//
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
Matteo Scandolof9d43412021-01-12 11:11:34 -080066// that contains PM threshold values. (R,-W, setbycreate) (mandatory) (2-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070067//
68// Ploam Mic Errors
Andrea Campanella10426e22021-10-15 17:58:04 +020069// The counter of received PLOAM messages that remain unparsable due to MIC error. (R) (mandatory)
Matteo Scandolof9d43412021-01-12 11:11:34 -080070// (4-byte)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070071//
Andrea Campanella10426e22021-10-15 17:58:04 +020072// Downstream Ploam Message Count
73// The counter of received broadcast and unicast PLOAM messages pertaining to the given ONU. (R)
Matteo Scandolof9d43412021-01-12 11:11:34 -080074// (mandatory) (4-byte)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070075//
Andrea Campanella10426e22021-10-15 17:58:04 +020076// 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//
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070082// Adjust_Tx_Wavelength Message Count
Andrea Campanella10426e22021-10-15 17:58:04 +020083// The counter of received Adjust_Tx_Wavelength PLOAM messages. (R) (mandatory) (4-byte)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070084//
85// Adjust_Tx_Wavelength Adjustment Amplitude
Andrea Campanella10426e22021-10-15 17:58:04 +020086// An estimator of the absolute value of the transmission wavelength adjustment. (R) (mandatory)
87// (4-byte)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070088//
89type TwdmChannelPloamPerformanceMonitoringHistoryDataPart1 struct {
90 ManagedEntityDefinition
91 Attributes AttributeValueMap
92}
93
94func init() {
95 twdmchannelploamperformancemonitoringhistorydatapart1BME = &ManagedEntityDefinition{
96 Name: "TwdmChannelPloamPerformanceMonitoringHistoryDataPart1",
97 ClassID: 446,
98 MessageTypes: mapset.NewSetWith(
99 Create,
100 Delete,
101 Get,
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700102 Set,
Andrea Campanella10426e22021-10-15 17:58:04 +0200103 GetCurrentData,
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700104 ),
Matteo Scandolof9d43412021-01-12 11:11:34 -0800105 AllowedAttributeMask: 0xff00,
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700106 AttributeDefinitions: AttributeDefinitionMap{
Matteo Scandolof9d43412021-01-12 11:11:34 -0800107 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0),
108 1: ByteField("IntervalEndTime", UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read), false, false, false, 1),
109 2: Uint16Field("ThresholdData12Id", UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
110 3: Uint32Field("PloamMicErrors", CounterAttributeType, 0x2000, 0, mapset.NewSetWith(Read), false, false, false, 3),
111 4: Uint32Field("DownstreamPloamMessageCount", CounterAttributeType, 0x1000, 0, mapset.NewSetWith(Read), false, false, false, 4),
112 5: Uint32Field("RangingTimeMessageCount", CounterAttributeType, 0x0800, 0, mapset.NewSetWith(Read), false, false, false, 5),
113 6: Uint32Field("ProtectionControlMessageCount", CounterAttributeType, 0x0400, 0, mapset.NewSetWith(Read), false, false, false, 6),
114 7: Uint32Field("AdjustTxWavelengthMessageCount", CounterAttributeType, 0x0200, 0, mapset.NewSetWith(Read), false, false, false, 7),
115 8: Uint32Field("AdjustTxWavelengthAdjustmentAmplitude", CounterAttributeType, 0x0100, 0, mapset.NewSetWith(Read), false, false, false, 8),
116 },
117 Access: CreatedByOlt,
118 Support: UnknownSupport,
119 Alarms: AlarmMap{
120 0: "PLOAM MIC errors",
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700121 },
122 }
123}
124
Matteo Scandolof9d43412021-01-12 11:11:34 -0800125// NewTwdmChannelPloamPerformanceMonitoringHistoryDataPart1 (class ID 446) creates the basic
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700126// Managed Entity definition that is used to validate an ME of this type that
Matteo Scandolof9d43412021-01-12 11:11:34 -0800127// is received from or transmitted to the OMCC.
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700128func NewTwdmChannelPloamPerformanceMonitoringHistoryDataPart1(params ...ParamData) (*ManagedEntity, OmciErrors) {
Matteo Scandolof9d43412021-01-12 11:11:34 -0800129 return NewManagedEntity(*twdmchannelploamperformancemonitoringhistorydatapart1BME, params...)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700130}