Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net) |
Andrea Campanella | 7167ebb | 2020-02-24 09:56:38 +0100 | [diff] [blame] | 3 | * Copyright 2020-present Open Networking Foundation |
| 4 | |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 5 | * 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 Campanella | 7167ebb | 2020-02-24 09:56:38 +0100 | [diff] [blame] | 8 | |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
Andrea Campanella | 7167ebb | 2020-02-24 09:56:38 +0100 | [diff] [blame] | 10 | |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 11 | * 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. Bainbridge | adf422d | 2021-04-09 16:06:41 +0000 | [diff] [blame] | 17 | /* |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 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 | */ |
| 23 | |
| 24 | package generated |
| 25 | |
| 26 | import "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 Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame^] | 30 | const TwdmChannelXgemPerformanceMonitoringHistoryDataClassID = ClassID(445) // 0x01bd |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 31 | |
| 32 | var twdmchannelxgemperformancemonitoringhistorydataBME *ManagedEntityDefinition |
| 33 | |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame^] | 34 | // TwdmChannelXgemPerformanceMonitoringHistoryData (Class ID: #445 / 0x01bd) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 35 | // 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 Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame^] | 46 | // 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 Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 48 | // |
| 49 | // Interval End Time |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame^] | 50 | // This attribute identifies the most recently finished 15-min interval. (R) (mandatory) (1-byte) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 51 | // |
| 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 Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame^] | 57 | // The counter aggregated across all XGEM ports of the given ONU. (R) (mandatory) (8-byte) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 58 | // |
| 59 | // Transmitted Xgem Frames With Lf Bit Not Set |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame^] | 60 | // The counter aggregated across all XGEM ports of the given ONU identifies the number of |
| 61 | // fragmentation operations. (R) (mandatory) (8-byte) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 62 | // |
| 63 | // Total Received Xgem Frames |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame^] | 64 | // The counter aggregated across all XGEM ports of the given ONU. (R) (mandatory) (8-byte) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 65 | // |
| 66 | // Received Xgem Frames With Xgem Header Hec Errors |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame^] | 67 | // 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 Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 69 | // |
| 70 | // Fs Words Lost To Xgem Header Hec Errors |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame^] | 71 | // 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 Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 73 | // |
| 74 | // Xgem Encryption Key Errors |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame^] | 75 | // 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 Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 78 | // |
| 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 | // |
| 87 | type TwdmChannelXgemPerformanceMonitoringHistoryData struct { |
| 88 | ManagedEntityDefinition |
| 89 | Attributes AttributeValueMap |
| 90 | } |
| 91 | |
| 92 | func init() { |
| 93 | twdmchannelxgemperformancemonitoringhistorydataBME = &ManagedEntityDefinition{ |
| 94 | Name: "TwdmChannelXgemPerformanceMonitoringHistoryData", |
| 95 | ClassID: 445, |
| 96 | MessageTypes: mapset.NewSetWith( |
| 97 | Create, |
| 98 | Delete, |
| 99 | Get, |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 100 | Set, |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame^] | 101 | GetCurrentData, |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 102 | ), |
| 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. |
| 125 | func NewTwdmChannelXgemPerformanceMonitoringHistoryData(params ...ParamData) (*ManagedEntity, OmciErrors) { |
| 126 | return NewManagedEntity(*twdmchannelxgemperformancemonitoringhistorydataBME, params...) |
| 127 | } |