blob: 07dd47f8c8049e42da56d6024c93922d81c5000a [file] [log] [blame]
/*
* Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net)
* Copyright 2020-present Open Networking Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
* https://github.com/cboling/OMCI-parser/README.md
*/
package generated
import "github.com/deckarep/golang-set"
// XdslChannelConfigurationProfileClassID is the 16-bit ID for the OMCI
// Managed entity xDSL channel configuration profile
const XdslChannelConfigurationProfileClassID = ClassID(107) // 0x006b
var xdslchannelconfigurationprofileBME *ManagedEntityDefinition
// XdslChannelConfigurationProfile (Class ID: #107 / 0x006b)
// This ME contains the channel configuration profile for an xDSL UNI. An instance of this ME is
// created and deleted by the OLT.
//
// NOTE - If [ITUT G.997.1] compatibility is required, bit rates should only be set to integer
// multiples of 1000-bits/s. The ONU may reject attempts to set other values for bit rate
// attributes.
//
// Relationships
// An instance of this ME may be associated with zero or more instances of the PPTP xDSL UNI part
// 1.
//
// Attributes
// Managed Entity Id
// This attribute uniquely identifies each instance of this ME. The value 0 is reserved. (R,
// setbycreate) (mandatory) (2-bytes)
//
// Minimum Data Rate
// This parameter specifies the minimum desired net data rate for the bearer channel. It is coded
// in bits per second. (R,-W, setbycreate) (mandatory) (4-bytes)
//
// Maximum Data Rate
// This parameter specifies the maximum desired net data rate for the bearer channel. It is coded
// in bits per second. (R,-W, setbycreate) (mandatory) (4-bytes)
//
// Rate Adaptation Ratio
// This attribute specifies the weight that should be taken into account when performing rate
// adaptation in the direction of the bearer channel. The attribute is defined as a percentage. The
// value 20, for example, means that 20% of the available data rate (in excess of the minimum data
// rate summed over all bearer channels) is assigned to this bearer channel and 80% to the other
// bearer channels. The OLT must ensure that the sum of rate adaptation ratios over all bearers in
// one direction is 100%. (R,-W, setbycreate) (optional) (1-byte)
//
// Maximum Interleaving Delay
// This attribute is the maximum one-way interleaving delay introduced by the PMS-TC between the
// alpha and the beta reference points, in the direction of the bearer channel. The one-way
// interleaving delay is defined in individual xDSL Recommendations as cap(S*D)-/4-ms, where S is
// the S factor, D is the interleaving depth, and cap() denotes rounding to the next higher
// integer. xTUs choose S and D values such that the actual one-way interleaving delay does not
// exceed the configured maximum interleaving delay.
//
// The delay is coded in milliseconds, varying from 2 to 63, with special meaning assigned to
// values 0, 1 and 255. The value 0 indicates that no delay bound is imposed. The value 1 indicates
// the fast latency path is to be used in the ITUT G.992.1 operating mode and S and D are to be
// selected such that S- 1 and D-= 1 in ITU-T G.992.2, ITUT G.992.3, ITUT G.992.4, ITUT G.992.5 and
// ITUT G.993.2 operating modes. The value 255 indicates a delay bound of 1-ms in ITUT-G.993.2
// operation. (R,-W, setbycreate) (mandatory) (1-byte)
//
// Data Rate Threshold Upshift
// This attribute is a threshold on the cumulative data rate upshift achieved over one or more
// bearer channel data rate adaptations. An upshift rate change (DRT up) notification is issued by
// the PPTP xDSL UNI part 1 when the actual data rate exceeds the data rate at the last entry into
// showtime by more than the threshold. The data rate threshold is coded in bits per second. (R,-W,
// setbycreate) (mandatory for xDSL standards that use this attribute) (4-bytes)
//
// Data Rate Threshold Downshift
// This attribute is a threshold on the cumulative data rate downshift achieved over one or more
// bearer channel data rate adaptations. A downshift rate change (DRT down) notification is issued
// by the PPTP xDSL UNI part 1 when the actual data rate is below the data rate at the last entry
// into showtime by more than the threshold. The data rate threshold is coded in bits per second.
// (R,-W, setbycreate) (mandatory for xDSL standards that use this attribute) (4-bytes)
//
// Minimum Reserved Data Rate
// This attribute specifies the desired minimum reserved net data rate for the bearer channel. The
// rate is coded in bits per second. This attribute is needed only if the rate adaptation mode is
// set to dynamic in the xDSL line configuration profile part 1. (R,-W, setbycreate) (optional)
// (4-bytes)
//
// Minimum Data Rate In Low _ Power State
// Minimum data rate in low-power state: This parameter specifies the minimum desired net data rate
// for the bearer channel during the low-power state (L1/L2). The power management low-power states
// L1 and L2 are defined in [ITUT-G.992.2] and [ITUT G.992.3], respectively. The data rate is coded
// in bits per second. (R,-W, setbycreate) (mandatory) (4-byte)
//
// Minimum Impulse Noise Protection
// The INPmin attribute specifies the minimum INP for the bearer channel if it is transported over
// DMT symbols with a subcarrier spacing of 4.3125-kHz. INP is expressed in DMT symbols with a
// subcarrier spacing of 4.3125-kHz. It can be 1/2 symbol or any integer number of symbols from 0
// to 16, inclusive.
//
// If the xTU does not support the configured INPmin value, it uses the nearest supported INP value
// greater than INPmin.
//
// Value INPmin
//
// 1 0 symbols
//
// 2 1/2 symbol
//
// N (N-- 2) symbols, 3 <= N <= 18
//
// (R,-W, setbycreate) (optional for [ITU-T G.992.1], mandatory for other xDSL standards that use
// this attribute) (1-byte)
//
// Maximum Bit Error Ratio
// This attribute specifies the desired maximum bit error ratio for the bearer channel. It is only
// valid for [ITUT-G.992.3], [ITUT-G.992.4] and [ITUT-G.992.5]. The bit error ratio is specified
// via the following values:
//
// 1 10-3
//
// 2 10-5
//
// 3 10-7
//
// (R,-W, setbycreate) (mandatory for standards that use this attribute) (1-byte)
//
// Minimum Impulse Noise Protection 8_Khz
// Minimum impulse noise protection 8-kHz: The INPmin8 attribute specifies the minimum INP for the
// bearer channel if it is transported over DMT symbols with a subcarrier spacing of 8.625-kHz. It
// is only valid for [ITUT-G.993.2]. INP is expressed in DMT symbols with a subcarrier spacing of
// 8.625-kHz. It can take any integer value from 0 (default) to 16, inclusive. (R, W) (mandatory
// for [ITUT-G.993.2]) (1 byte)
//
// Maximum Delay Variation
// The DVMAX attribute specifies the maximum value for delay variation allowed in an OLR procedure.
// Its value ranges from 1 (0.1-ms) to 254 (25.4-ms). The special value 255 specifies that no delay
// variation bound is imposed. (R, W) (optional: used by [ITUT-G.993.2]) (1 byte)
//
// Channel Initialization Policy Selection
// The CIPOLICY attribute specifies the policy to determine transceiver configuration at
// initialization. Valid values are 0..1, as defined in the Recommendations that use this
// attribute. (R,-W) (optional) (1-byte)
//
// Minimum Sos Bit Rate Downstream
// The MIN-SOS-BR-ds attribute specifies the minimum net data rate required for a valid SOS request
// in the downstream direction. The value is coded as an unsigned integer representing the data
// rate as a multiple of 8-kbit/s. (R,-W) (optional) (4-bytes)
//
// Minimum Sos Bit Rate Upstream
// The MIN-SOS-BR-us attribute specifies the minimum net data rate required for a valid SOS request
// in the upstream direction. The value is coded as an unsigned integer representing the data rate
// as a multiple of 8-kbit/s. (R,-W) (optional) (4-bytes)
//
type XdslChannelConfigurationProfile struct {
ManagedEntityDefinition
Attributes AttributeValueMap
}
// Attribute name constants
const XdslChannelConfigurationProfile_MinimumDataRate = "MinimumDataRate"
const XdslChannelConfigurationProfile_MaximumDataRate = "MaximumDataRate"
const XdslChannelConfigurationProfile_RateAdaptationRatio = "RateAdaptationRatio"
const XdslChannelConfigurationProfile_MaximumInterleavingDelay = "MaximumInterleavingDelay"
const XdslChannelConfigurationProfile_DataRateThresholdUpshift = "DataRateThresholdUpshift"
const XdslChannelConfigurationProfile_DataRateThresholdDownshift = "DataRateThresholdDownshift"
const XdslChannelConfigurationProfile_MinimumReservedDataRate = "MinimumReservedDataRate"
const XdslChannelConfigurationProfile_MinimumDataRateInLowPowerState = "MinimumDataRateInLowPowerState"
const XdslChannelConfigurationProfile_MinimumImpulseNoiseProtection = "MinimumImpulseNoiseProtection"
const XdslChannelConfigurationProfile_MaximumBitErrorRatio = "MaximumBitErrorRatio"
const XdslChannelConfigurationProfile_MinimumImpulseNoiseProtection8Khz = "MinimumImpulseNoiseProtection8Khz"
const XdslChannelConfigurationProfile_MaximumDelayVariation = "MaximumDelayVariation"
const XdslChannelConfigurationProfile_ChannelInitializationPolicySelection = "ChannelInitializationPolicySelection"
const XdslChannelConfigurationProfile_MinimumSosBitRateDownstream = "MinimumSosBitRateDownstream"
const XdslChannelConfigurationProfile_MinimumSosBitRateUpstream = "MinimumSosBitRateUpstream"
func init() {
xdslchannelconfigurationprofileBME = &ManagedEntityDefinition{
Name: "XdslChannelConfigurationProfile",
ClassID: XdslChannelConfigurationProfileClassID,
MessageTypes: mapset.NewSetWith(
Create,
Delete,
Get,
Set,
),
AllowedAttributeMask: 0xfffe,
AttributeDefinitions: AttributeDefinitionMap{
0: Uint16Field(ManagedEntityID, PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0),
1: Uint32Field(XdslChannelConfigurationProfile_MinimumDataRate, UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 1),
2: Uint32Field(XdslChannelConfigurationProfile_MaximumDataRate, UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
3: ByteField(XdslChannelConfigurationProfile_RateAdaptationRatio, UnsignedIntegerAttributeType, 0x2000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, true, false, 3),
4: ByteField(XdslChannelConfigurationProfile_MaximumInterleavingDelay, UnsignedIntegerAttributeType, 0x1000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 4),
5: Uint32Field(XdslChannelConfigurationProfile_DataRateThresholdUpshift, UnsignedIntegerAttributeType, 0x0800, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 5),
6: Uint32Field(XdslChannelConfigurationProfile_DataRateThresholdDownshift, UnsignedIntegerAttributeType, 0x0400, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 6),
7: Uint32Field(XdslChannelConfigurationProfile_MinimumReservedDataRate, UnsignedIntegerAttributeType, 0x0200, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, true, false, 7),
8: Uint32Field(XdslChannelConfigurationProfile_MinimumDataRateInLowPowerState, UnsignedIntegerAttributeType, 0x0100, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 8),
9: ByteField(XdslChannelConfigurationProfile_MinimumImpulseNoiseProtection, UnsignedIntegerAttributeType, 0x0080, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 9),
10: ByteField(XdslChannelConfigurationProfile_MaximumBitErrorRatio, UnsignedIntegerAttributeType, 0x0040, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 10),
11: ByteField(XdslChannelConfigurationProfile_MinimumImpulseNoiseProtection8Khz, UnsignedIntegerAttributeType, 0x0020, 0, mapset.NewSetWith(Read, Write), false, false, false, 11),
12: ByteField(XdslChannelConfigurationProfile_MaximumDelayVariation, UnsignedIntegerAttributeType, 0x0010, 0, mapset.NewSetWith(Read, Write), false, false, false, 12),
13: ByteField(XdslChannelConfigurationProfile_ChannelInitializationPolicySelection, UnsignedIntegerAttributeType, 0x0008, 0, mapset.NewSetWith(Read, Write), false, true, false, 13),
14: Uint32Field(XdslChannelConfigurationProfile_MinimumSosBitRateDownstream, UnsignedIntegerAttributeType, 0x0004, 0, mapset.NewSetWith(Read, Write), false, true, false, 14),
15: Uint32Field(XdslChannelConfigurationProfile_MinimumSosBitRateUpstream, UnsignedIntegerAttributeType, 0x0002, 0, mapset.NewSetWith(Read, Write), false, true, false, 15),
},
Access: CreatedByOlt,
Support: UnknownSupport,
}
}
// NewXdslChannelConfigurationProfile (class ID 107) creates the basic
// Managed Entity definition that is used to validate an ME of this type that
// is received from or transmitted to the OMCC.
func NewXdslChannelConfigurationProfile(params ...ParamData) (*ManagedEntity, OmciErrors) {
return NewManagedEntity(*xdslchannelconfigurationprofileBME, params...)
}