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 | */ |
Chip Boling | 34ebcb6 | 2021-02-02 12:13:58 -0600 | [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 | // XdslXtuCPerformanceMonitoringHistoryDataClassID is the 16-bit ID for the OMCI |
| 29 | // Managed entity xDSL xTU-C performance monitoring history data |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 30 | const XdslXtuCPerformanceMonitoringHistoryDataClassID = ClassID(112) // 0x0070 |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 31 | |
| 32 | var xdslxtucperformancemonitoringhistorydataBME *ManagedEntityDefinition |
| 33 | |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 34 | // XdslXtuCPerformanceMonitoringHistoryData (Class ID: #112 / 0x0070) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 35 | // This ME collects PM data on the xTUC to xTUR path as seen from the xTU-C. Instances of this ME |
| 36 | // 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 xDSL UNI. |
| 42 | // |
| 43 | // Attributes |
| 44 | // Managed Entity Id |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 45 | // This attribute uniquely identifies each instance of this ME. Through an identical ID, this ME is |
| 46 | // implicitly linked to an instance of the PPTP xDSL UNI part 1. (R, setbycreate) (mandatory) |
| 47 | // (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 1_2 Id |
| 53 | // Threshold data 1/2 ID: This attribute points to an instance of the threshold data 1 and 2 MEs |
| 54 | // that contain PM threshold values. (R,-W, setbycreate) (mandatory) (2-bytes) |
| 55 | // |
| 56 | // Loss Of Frame Seconds |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 57 | // (R) (mandatory) (2-bytes) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 58 | // |
| 59 | // Loss Of Signal Seconds |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 60 | // (R) (mandatory) (2-bytes) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 61 | // |
| 62 | // Loss Of Link Seconds |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 63 | // (R) (mandatory) (2-bytes) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 64 | // |
| 65 | // Loss Of Power Seconds |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 66 | // (R) (mandatory) (2-bytes) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 67 | // |
| 68 | // Errored Seconds Es |
| 69 | // Errored seconds (ES): This attribute counts 1-s intervals with one or more CRC8 anomalies summed |
| 70 | // over all received bearer channels, or one or more loss of signal (LOS) defects, or one or more |
| 71 | // SEF defects, or one or more LPR defects. (R) (mandatory) (2-bytes) |
| 72 | // |
| 73 | // Severely Errored Seconds |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 74 | // This attribute counts severely errored seconds (SES-L). An SES is declared if, during a 1-s |
| 75 | // interval, there were 18 or more CRC8 anomalies in one or more of the received bearer channels, |
| 76 | // or one or more LOS defects, or one or more SEF defects, or one or more LPR defects. |
| 77 | // |
| 78 | // If the relevant Recommendation ([ITUT G.992.3], [ITUT G.992.5] or [ITUT G.993.2]) supports a 1-s |
| 79 | // normalized CRC-8 anomaly counter increment, the 1-s SES counter follows this value instead of |
| 80 | // counting CRC-8 anomalies directly. |
| 81 | // |
| 82 | // If a common CRC is applied over multiple bearer channels, then each related CRC-8 anomaly is |
| 83 | // counted only once for the whole set of bearer channels over which the CRC is applied. |
| 84 | // |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 85 | // (R) (mandatory) (2-bytes) |
| 86 | // |
| 87 | // Line Initializations |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 88 | // This attribute counts the total number of full initializations attempted on the line, both |
| 89 | // successful and failed. (R) (mandatory) (2-bytes) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 90 | // |
| 91 | // Failed Line Initializations |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 92 | // This attribute counts the total number of failed full initializations during the accumulation |
| 93 | // period. A failed full initialization occurs when showtime is not reached at the end of the full |
| 94 | // initialization procedure. (R) (mandatory) (2-bytes) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 95 | // |
| 96 | // Short Initializations |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 97 | // This attribute counts the total number of fast retrains or short initializations attempted on |
| 98 | // the line, successful and failed. Fast retrain is defined in [ITUT G.992.2]. Short initialization |
| 99 | // is defined in [ITUT-G.992.3] and [ITUT G.992.4]. (R) (optional) (2-bytes) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 100 | // |
| 101 | // Failed Short Initializations |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 102 | // This attribute counts the total number of failed fast retrains or short initializations during |
| 103 | // the accumulation period, e.g., when: |
| 104 | // |
| 105 | // - a CRC error is detected; |
| 106 | // |
| 107 | // - a timeout occurs; |
| 108 | // |
| 109 | // - a fast retrain profile is unknown. |
| 110 | // |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 111 | // (R) (optional) (2-bytes) |
| 112 | // |
| 113 | // Fec Seconds |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 114 | // This attribute counts seconds during which there was an FEC anomaly. (R) (mandatory) (2-bytes) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 115 | // |
| 116 | // Unavailable Seconds |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 117 | // This attribute counts 1-s intervals during which the xDSL UNI is unavailable. The line becomes |
| 118 | // unavailable at the onset of 10 contiguous SES-Ls. The 10 SES-Ls are included in unavailable |
| 119 | // time. Once unavailable, the line becomes available at the onset of 10-contiguous seconds that |
| 120 | // are not severely errored. The 10-s with no SESLs are excluded from unavailable time. Some |
| 121 | // attribute counts are inhibited during unavailability - see clause 7.2.7.13 of [ITUT G.997.1]. |
| 122 | // (R) (mandatory) (2-bytes) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 123 | // |
| 124 | // Sos Success Count, Near End |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 125 | // The SOS-SUCCESS-NE attribute is a count of the total number of successful SOS procedures |
| 126 | // initiated by the near-end xTU on the line during the accumulation period. Successful SOS is |
| 127 | // defined in clause-12.1.4 of [ITUT G.993.2]. (R) (optional) (2-bytes) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 128 | // |
| 129 | // Sos Success Count, Far End |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 130 | // The SOS-SUCCESS-FE attribute is a count of the total number of successful SOS procedures |
| 131 | // initiated by the far-end xTU on the line during the accumulation period. Successful SOS is |
| 132 | // defined in clause 12.1.4 of [ITUT-G.993.2]. (R) (optional) (2-bytes) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 133 | // |
| 134 | type XdslXtuCPerformanceMonitoringHistoryData struct { |
| 135 | ManagedEntityDefinition |
| 136 | Attributes AttributeValueMap |
| 137 | } |
| 138 | |
| 139 | func init() { |
| 140 | xdslxtucperformancemonitoringhistorydataBME = &ManagedEntityDefinition{ |
| 141 | Name: "XdslXtuCPerformanceMonitoringHistoryData", |
| 142 | ClassID: 112, |
| 143 | MessageTypes: mapset.NewSetWith( |
| 144 | Create, |
| 145 | Delete, |
| 146 | Get, |
| 147 | Set, |
Chip Boling | 2d51f05 | 2021-02-09 09:04:15 -0600 | [diff] [blame] | 148 | GetCurrentData, |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 149 | ), |
| 150 | AllowedAttributeMask: 0xffff, |
| 151 | AttributeDefinitions: AttributeDefinitionMap{ |
| 152 | 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0), |
| 153 | 1: ByteField("IntervalEndTime", UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read), false, false, false, 1), |
| 154 | 2: Uint16Field("ThresholdData12Id", UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2), |
| 155 | 3: Uint16Field("LossOfFrameSeconds", CounterAttributeType, 0x2000, 0, mapset.NewSetWith(Read), false, false, false, 3), |
| 156 | 4: Uint16Field("LossOfSignalSeconds", CounterAttributeType, 0x1000, 0, mapset.NewSetWith(Read), false, false, false, 4), |
| 157 | 5: Uint16Field("LossOfLinkSeconds", CounterAttributeType, 0x0800, 0, mapset.NewSetWith(Read), false, false, false, 5), |
| 158 | 6: Uint16Field("LossOfPowerSeconds", CounterAttributeType, 0x0400, 0, mapset.NewSetWith(Read), false, false, false, 6), |
| 159 | 7: Uint16Field("ErroredSecondsEs", CounterAttributeType, 0x0200, 0, mapset.NewSetWith(Read), false, false, false, 7), |
| 160 | 8: Uint16Field("SeverelyErroredSeconds", CounterAttributeType, 0x0100, 0, mapset.NewSetWith(Read), false, false, false, 8), |
| 161 | 9: Uint16Field("LineInitializations", CounterAttributeType, 0x0080, 0, mapset.NewSetWith(Read), false, false, false, 9), |
| 162 | 10: Uint16Field("FailedLineInitializations", CounterAttributeType, 0x0040, 0, mapset.NewSetWith(Read), false, false, false, 10), |
| 163 | 11: Uint16Field("ShortInitializations", CounterAttributeType, 0x0020, 0, mapset.NewSetWith(Read), false, true, false, 11), |
| 164 | 12: Uint16Field("FailedShortInitializations", CounterAttributeType, 0x0010, 0, mapset.NewSetWith(Read), false, true, false, 12), |
| 165 | 13: Uint16Field("FecSeconds", CounterAttributeType, 0x0008, 0, mapset.NewSetWith(Read), false, false, false, 13), |
| 166 | 14: Uint16Field("UnavailableSeconds", CounterAttributeType, 0x0004, 0, mapset.NewSetWith(Read), false, false, false, 14), |
| 167 | 15: Uint16Field("SosSuccessCount,NearEnd", CounterAttributeType, 0x0002, 0, mapset.NewSetWith(Read), false, true, false, 15), |
| 168 | 16: Uint16Field("SosSuccessCount,FarEnd", CounterAttributeType, 0x0001, 0, mapset.NewSetWith(Read), false, true, false, 16), |
| 169 | }, |
| 170 | Access: CreatedByOlt, |
| 171 | Support: UnknownSupport, |
Chip Boling | 34ebcb6 | 2021-02-02 12:13:58 -0600 | [diff] [blame] | 172 | Alarms: AlarmMap{ |
| 173 | 0: "Loss of frame seconds", |
| 174 | 1: "Loss of signal seconds", |
| 175 | 2: "Loss of link seconds", |
| 176 | 3: "Loss of power seconds", |
| 177 | 4: "Errored seconds", |
| 178 | 5: "Severely errored seconds", |
| 179 | 6: "Line initializations", |
| 180 | 7: "Failed line initializations", |
| 181 | 8: "Short initializations", |
| 182 | 9: "Failed short initializations", |
| 183 | 10: "FEC seconds", |
| 184 | 11: "Unavailable seconds", |
| 185 | }, |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 186 | } |
| 187 | } |
| 188 | |
| 189 | // NewXdslXtuCPerformanceMonitoringHistoryData (class ID 112) creates the basic |
| 190 | // Managed Entity definition that is used to validate an ME of this type that |
| 191 | // is received from or transmitted to the OMCC. |
| 192 | func NewXdslXtuCPerformanceMonitoringHistoryData(params ...ParamData) (*ManagedEntity, OmciErrors) { |
| 193 | return NewManagedEntity(*xdslxtucperformancemonitoringhistorydataBME, params...) |
| 194 | } |