blob: 5b2311af6ed1988335c7be67af19d873dfef3cbb [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
4
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
Andrea Campanella7167ebb2020-02-24 09:56:38 +01008
Chip Boling6e27b352020-02-14 09:10:01 -06009 * http://www.apache.org/licenses/LICENSE-2.0
Andrea Campanella7167ebb2020-02-24 09:56:38 +010010
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 */
David K. Bainbridgeadf422d2021-04-09 16:06:41 +000017/*
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// TwdmChannelXgemPerformanceMonitoringHistoryDataClassID is the 16-bit ID for the OMCI
29// Managed entity TWDM channel XGEM performance monitoring history data
Chip Boling610117d2021-09-09 11:24:34 -050030const TwdmChannelXgemPerformanceMonitoringHistoryDataClassID = ClassID(445) // 0x01bd
Chip Boling6e27b352020-02-14 09:10:01 -060031
32var twdmchannelxgemperformancemonitoringhistorydataBME *ManagedEntityDefinition
33
Chip Boling610117d2021-09-09 11:24:34 -050034// TwdmChannelXgemPerformanceMonitoringHistoryData (Class ID: #445 / 0x01bd)
Chip Boling6e27b352020-02-14 09:10:01 -060035// This ME collects certain XGEM-related PM data associated with the slot/circuit pack, hosting one
36// or more ANI-G MEs, for a specific TWDM channel. Instances of this ME are created and deleted by
37// the OLT.
38//
39// For a complete discussion of generic PM architecture, refer to clause I.4.
40//
41// Relationships
42// An instance of this ME is associated with an instance of TWDM channel ME.
43//
44// Attributes
45// Managed Entity Id
Chip Boling610117d2021-09-09 11:24:34 -050046// This attribute uniquely identifies each instance of this ME. Through an identical ID, this ME is
47// implicitly linked to an instance of the TWDM channel ME. (R, setbycreate) (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060048//
49// Interval End Time
Chip Boling610117d2021-09-09 11:24:34 -050050// This attribute identifies the most recently finished 15-min interval. (R) (mandatory) (1-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060051//
52// Threshold Data 64 Bit Id
53// Threshold data 64-bit ID: This attribute points to an instance of the threshold data 64-bit ME
54// that contains PM threshold values. (R,-W, setbycreate) (mandatory) (2-bytes)
55//
56// Total Transmitted Xgem Frames
Chip Boling610117d2021-09-09 11:24:34 -050057// The counter aggregated across all XGEM ports of the given ONU. (R) (mandatory) (8-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060058//
59// Transmitted Xgem Frames With Lf Bit Not Set
Chip Boling610117d2021-09-09 11:24:34 -050060// The counter aggregated across all XGEM ports of the given ONU identifies the number of
61// fragmentation operations. (R) (mandatory) (8-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060062//
63// Total Received Xgem Frames
Chip Boling610117d2021-09-09 11:24:34 -050064// The counter aggregated across all XGEM ports of the given ONU. (R) (mandatory) (8-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060065//
66// Received Xgem Frames With Xgem Header Hec Errors
Chip Boling610117d2021-09-09 11:24:34 -050067// The counter aggregated across all XGEM ports of the given ONU identifies the number of loss XGEM
68// frame delineation events. (R) (mandatory) (8-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060069//
70// Fs Words Lost To Xgem Header Hec Errors
Chip Boling610117d2021-09-09 11:24:34 -050071// The counter of the FS frame words lost due to XGEM frame header errors that cause loss of XGEM
72// frame delineation. (R) (mandatory) (8-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060073//
74// Xgem Encryption Key Errors
Chip Boling610117d2021-09-09 11:24:34 -050075// The counter aggregated across all XGEM ports of the given ONU identifies the number of received
76// XGEM frames that have to be discarded because of unknown or invalid encryption key. The number
77// is included into the Total received XGEM frame count above. (R) (mandatory) (8-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060078//
79// Total Transmitted Bytes In Non_Idle Xgem Frames
80// Total transmitted bytes in non-idle XGEM frames: The counter aggregated across all XGEM ports of
81// the given. (R) (mandatory) (8-byte)
82//
83// Total Received Bytes In Non_Idle Xgem Frames
84// Total received bytes in non-idle XGEM frames: The counter aggregated across all XGEM ports of
85// the given ONU. (R) (mandatory) (8-byte)
86//
87type TwdmChannelXgemPerformanceMonitoringHistoryData struct {
88 ManagedEntityDefinition
89 Attributes AttributeValueMap
90}
91
92func init() {
93 twdmchannelxgemperformancemonitoringhistorydataBME = &ManagedEntityDefinition{
94 Name: "TwdmChannelXgemPerformanceMonitoringHistoryData",
95 ClassID: 445,
96 MessageTypes: mapset.NewSetWith(
97 Create,
98 Delete,
99 Get,
Chip Boling6e27b352020-02-14 09:10:01 -0600100 Set,
Chip Boling610117d2021-09-09 11:24:34 -0500101 GetCurrentData,
Chip Boling6e27b352020-02-14 09:10:01 -0600102 ),
103 AllowedAttributeMask: 0xffc0,
104 AttributeDefinitions: AttributeDefinitionMap{
105 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0),
106 1: ByteField("IntervalEndTime", UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read), false, false, false, 1),
107 2: Uint16Field("ThresholdData64BitId", UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
108 3: Uint64Field("TotalTransmittedXgemFrames", CounterAttributeType, 0x2000, 0, mapset.NewSetWith(Read), false, false, false, 3),
109 4: Uint64Field("TransmittedXgemFramesWithLfBitNotSet", CounterAttributeType, 0x1000, 0, mapset.NewSetWith(Read), false, false, false, 4),
110 5: Uint64Field("TotalReceivedXgemFrames", CounterAttributeType, 0x0800, 0, mapset.NewSetWith(Read), false, false, false, 5),
111 6: Uint64Field("ReceivedXgemFramesWithXgemHeaderHecErrors", CounterAttributeType, 0x0400, 0, mapset.NewSetWith(Read), false, false, false, 6),
112 7: Uint64Field("FsWordsLostToXgemHeaderHecErrors", CounterAttributeType, 0x0200, 0, mapset.NewSetWith(Read), false, false, false, 7),
113 8: Uint64Field("XgemEncryptionKeyErrors", CounterAttributeType, 0x0100, 0, mapset.NewSetWith(Read), false, false, false, 8),
114 9: Uint64Field("TotalTransmittedBytesInNonIdleXgemFrames", CounterAttributeType, 0x0080, 0, mapset.NewSetWith(Read), false, false, false, 9),
115 10: Uint64Field("TotalReceivedBytesInNonIdleXgemFrames", CounterAttributeType, 0x0040, 0, mapset.NewSetWith(Read), false, false, false, 10),
116 },
117 Access: CreatedByOlt,
118 Support: UnknownSupport,
119 }
120}
121
122// NewTwdmChannelXgemPerformanceMonitoringHistoryData (class ID 445) creates the basic
123// Managed Entity definition that is used to validate an ME of this type that
124// is received from or transmitted to the OMCC.
125func NewTwdmChannelXgemPerformanceMonitoringHistoryData(params ...ParamData) (*ManagedEntity, OmciErrors) {
126 return NewManagedEntity(*twdmchannelxgemperformancemonitoringhistorydataBME, params...)
127}