Matteo Scandolo | a6a3aee | 2019-11-26 13:30:14 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net) |
| 3 | * |
| 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | * you may not use this file except in compliance with the License. |
| 6 | * You may obtain a copy of the License at |
| 7 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | * Unless required by applicable law or agreed to in writing, software |
| 9 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 10 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 11 | * See the License for the specific language governing permissions and |
| 12 | * limitations under the License. |
| 13 | */ |
| 14 | /* |
| 15 | * NOTE: This file was generated, manual edits will be overwritten! |
| 16 | * |
| 17 | * Generated by 'goCodeGenerator.py': |
| 18 | * https://github.com/cboling/OMCI-parser/README.md |
| 19 | */ |
| 20 | package generated |
| 21 | |
| 22 | import "github.com/deckarep/golang-set" |
| 23 | |
| 24 | const XdslChannelUpstreamStatusDataClassId ClassID = ClassID(103) |
| 25 | |
| 26 | var xdslchannelupstreamstatusdataBME *ManagedEntityDefinition |
| 27 | |
| 28 | // XdslChannelUpstreamStatusData (class ID #103) |
| 29 | // This ME contains upstream channel status data for an xDSL UNI. The ONU automatically creates or |
| 30 | // deletes instances of this ME upon the creation or deletion of a PPTP xDSL UNI part 1. |
| 31 | // |
| 32 | // Relationships |
| 33 | // One or more instances of this ME are associated with an instance of an xDSL UNI. |
| 34 | // |
| 35 | // Attributes |
| 36 | // Managed Entity Id |
| 37 | // Managed entity ID: This attribute uniquely identifies each instance of this ME. The two MSBs of |
| 38 | // the first byte are the bearer channel ID. Excluding the first 2 bits of the first byte, the |
| 39 | // remaining part of the ME ID is identical to that of this ME's parent PPTP xDSL UNI part 1. (R) |
| 40 | // (mandatory) (2 bytes) |
| 41 | // |
| 42 | // Actual Interleaving Delay |
| 43 | // Actual interleaving delay: This attribute is the actual one-way interleaving delay introduced by |
| 44 | // the PMS-TC between the alpha and beta reference points, excluding the L1 and L2 states. In the |
| 45 | // L1 and L2 states, this attribute contains the interleaving delay in the previous L0 state. For |
| 46 | // ADSL, this attribute is derived from the S and D attributes as cap(S*D)/4 ms, where S is the |
| 47 | // number of symbols per codeword, D is the interleaving depth and cap() denotes rounding to the |
| 48 | // next higher integer. For [ITU-T G.993.2], this attribute is computed according to the formula in |
| 49 | // clause 9.7 of [ITUT G.993.2]. The actual interleaving delay is coded in milliseconds, rounded to |
| 50 | // the nearest millisecond. (R) (mandatory) (1 byte) |
| 51 | // |
| 52 | // Actual Data Rate |
| 53 | // Actual data rate: This parameter reports the actual net data rate of the bearer channel, |
| 54 | // excluding the L1 and L2 states. In the L1 or L2 state, the parameter contains the net data rate |
| 55 | // in the previous L0 state. The data rate is coded in bits per second. (R) (mandatory) (4 bytes) |
| 56 | // |
| 57 | // Previous Data Rate |
| 58 | // Previous data rate: This parameter reports the previous net data rate of the bearer channel just |
| 59 | // before the latest rate change event occurred, excluding transitions between the L0 state and the |
| 60 | // L1 or L2 state. A rate change can occur at a power management state transition, e.g., at full or |
| 61 | // short initialization, fast retrain or power down, or at a dynamic rate adaptation. The rate is |
| 62 | // coded in bits per second. (R) (mandatory) (4 bytes) |
| 63 | // |
| 64 | // Actual Impulse Noise Protection |
| 65 | // Actual impulse noise protection: The ACTINP attribute reports the actual INP on the bearer |
| 66 | // channel in the L0 state. In the L1 or L2 state, the attribute contains the INP in the previous |
| 67 | // L0 state. The value is coded in fractions of DMT symbols with a granularity of 0.1 symbols. The |
| 68 | // range is from 0 (0.0 symbols) to 254 (25.4 symbols). The special value 255 indicates an ACTINP |
| 69 | // higher than 25.4. (R) (mandatory for ITU-T G.993.2 VDSL2, optional for other xDSL |
| 70 | // Recommendations that support it) (1 byte) |
| 71 | // |
| 72 | // Impulse Noise Protection Reporting Mode |
| 73 | // Impulse noise protection reporting mode: The INPREPORT attribute reports the method used to |
| 74 | // compute the ACTINP. If set to 0, the ACTINP is computed according to the INP_no_erasure formula |
| 75 | // (clause 9.6 of [ITUT G.993.2]). If set to 1, ACTINP is the value estimated by the xTU receiver. |
| 76 | // (R) (mandatory for ITU-T G.993.2 VDSL2) (1 byte) |
| 77 | // |
| 78 | // Actual Size Of Reed_Solomon Codeword |
| 79 | // Actual size of Reed-Solomon codeword: The NFEC attribute reports the actual Reed-Solomon |
| 80 | // codeword size used in the latency path in which the bearer channel is transported. Its value is |
| 81 | // coded in bytes in the range 0..255. (R) (mandatory for ITU-T G.993.2 VDSL2, optional for others) |
| 82 | // (1 byte) |
| 83 | // |
| 84 | // Actual Number Of Reed_Solomon Redundancy Bytes |
| 85 | // Actual number of Reed-Solomon redundancy bytes: The RFEC attribute reports the actual number of |
| 86 | // Reed-Solomon redundancy bytes per codeword used in the latency path in which the bearer channel |
| 87 | // is transported. Its value is coded in bytes in the range 0..16. The value 0 indicates no Reed- |
| 88 | // Solomon coding. (R) (mandatory for ITUT G.993.2 VDSL2, optional for others) (1 byte) |
| 89 | // |
| 90 | // Actual Number Of Bits Per Symbol |
| 91 | // Actual number of bits per symbol: The LSYMB attribute reports the actual number of bits per |
| 92 | // symbol assigned to the latency path in which the bearer channel is transported, excluding |
| 93 | // trellis overhead. Its value is coded in bits in the range 0..65535. (R) (mandatory for |
| 94 | // ITUT G.993.2 VDSL2, optional for others) (2 bytes) |
| 95 | // |
| 96 | // Actual Interleaving Depth |
| 97 | // Actual interleaving depth: The INTLVDEPTH attribute reports the actual depth of the interleaver |
| 98 | // used in the latency path in which the bearer channel is transported. Its value ranges from |
| 99 | // 1..4096 in steps of 1. The value 1 indicates no interleaving. (R) (mandatory for ITU-T G.993.2 |
| 100 | // VDSL2, optional for others) (2 bytes) |
| 101 | // |
| 102 | // Actual Interleaving Block Length |
| 103 | // Actual interleaving block length: The INTLVBLOCK attribute reports the actual block length of |
| 104 | // the interleaver used in the latency part in which the bearer channel is transported. Its value |
| 105 | // ranges from 4..255 in steps of 1. (R) (mandatory forITU-T G.993.2 VDSL2, optional for others) |
| 106 | // (1 byte) |
| 107 | // |
| 108 | // Actual Latency Path |
| 109 | // Actual latency path: The LPATH attribute reports the index of the actual latency path in which |
| 110 | // the bearer channel is transported. Valid values are 0..3. In [ITUT G.992.1], the fast path is |
| 111 | // mapped to latency index 0; the interleaved path to index 1. (R) (mandatory for ITU-T G.993.2 |
| 112 | // VDSL2, optional for others) (1 byte) |
| 113 | // |
| 114 | type XdslChannelUpstreamStatusData struct { |
| 115 | ManagedEntityDefinition |
| 116 | Attributes AttributeValueMap |
| 117 | } |
| 118 | |
| 119 | func init() { |
| 120 | xdslchannelupstreamstatusdataBME = &ManagedEntityDefinition{ |
| 121 | Name: "XdslChannelUpstreamStatusData", |
| 122 | ClassID: 103, |
| 123 | MessageTypes: mapset.NewSetWith( |
| 124 | Get, |
| 125 | ), |
| 126 | AllowedAttributeMask: 0XFFE0, |
| 127 | AttributeDefinitions: AttributeDefinitionMap{ |
| 128 | 0: Uint16Field("ManagedEntityId", 0, mapset.NewSetWith(Read), false, false, false, false, 0), |
| 129 | 1: ByteField("ActualInterleavingDelay", 0, mapset.NewSetWith(Read), false, false, false, false, 1), |
| 130 | 2: Uint32Field("ActualDataRate", 0, mapset.NewSetWith(Read), false, false, false, false, 2), |
| 131 | 3: Uint32Field("PreviousDataRate", 0, mapset.NewSetWith(Read), false, false, false, false, 3), |
| 132 | 4: ByteField("ActualImpulseNoiseProtection", 0, mapset.NewSetWith(Read), false, false, false, false, 4), |
| 133 | 5: ByteField("ImpulseNoiseProtectionReportingMode", 0, mapset.NewSetWith(Read), false, false, false, false, 5), |
| 134 | 6: ByteField("ActualSizeOfReedSolomonCodeword", 0, mapset.NewSetWith(Read), false, false, false, false, 6), |
| 135 | 7: ByteField("ActualNumberOfReedSolomonRedundancyBytes", 0, mapset.NewSetWith(Read), false, false, false, false, 7), |
| 136 | 8: Uint16Field("ActualNumberOfBitsPerSymbol", 0, mapset.NewSetWith(Read), false, false, false, false, 8), |
| 137 | 9: Uint16Field("ActualInterleavingDepth", 0, mapset.NewSetWith(Read), false, false, false, false, 9), |
| 138 | 10: ByteField("ActualInterleavingBlockLength", 0, mapset.NewSetWith(Read), false, false, false, false, 10), |
| 139 | 11: ByteField("ActualLatencyPath", 0, mapset.NewSetWith(Read), false, false, false, false, 11), |
| 140 | }, |
| 141 | } |
| 142 | } |
| 143 | |
| 144 | // NewXdslChannelUpstreamStatusData (class ID 103 creates the basic |
| 145 | // Managed Entity definition that is used to validate an ME of this type that |
| 146 | // is received from the wire, about to be sent on the wire. |
| 147 | func NewXdslChannelUpstreamStatusData(params ...ParamData) (*ManagedEntity, OmciErrors) { |
| 148 | return NewManagedEntity(xdslchannelupstreamstatusdataBME, params...) |
| 149 | } |