blob: 892c00bbde31a66dfb68ead382da7c96d5067a7b [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
Chip Boling8cdd6392022-01-27 08:43:37 -06004 *
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
Chip Boling8cdd6392022-01-27 08:43:37 -06008 *
Chip Boling6e27b352020-02-14 09:10:01 -06009 * http://www.apache.org/licenses/LICENSE-2.0
Chip Boling8cdd6392022-01-27 08:43:37 -060010 *
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// XdslLineInventoryAndStatusDataPart8ClassID is the 16-bit ID for the OMCI
29// Managed entity xDSL line inventory and status data part 8
Chip Boling610117d2021-09-09 11:24:34 -050030const XdslLineInventoryAndStatusDataPart8ClassID = ClassID(414) // 0x019e
Chip Boling6e27b352020-02-14 09:10:01 -060031
32var xdsllineinventoryandstatusdatapart8BME *ManagedEntityDefinition
33
Chip Boling610117d2021-09-09 11:24:34 -050034// XdslLineInventoryAndStatusDataPart8 (Class ID: #414 / 0x019e)
Chip Boling6e27b352020-02-14 09:10:01 -060035// This ME extends the attributes defined in the xDSL line inventory and status data parts-1..4.
36//
37// Relationships
38// This is one of the status data MEs associated with an xDSL UNI. The ONU automatically creates or
39// deletes an instance of this ME upon creation or deletion of a PPTP xDSL UNI part 1 that supports
40// these attributes.
41//
42// Attributes
43// Managed Entity Id
Chip Boling610117d2021-09-09 11:24:34 -050044// This attribute uniquely identifies each instance of this ME. Through an identical ID, this ME is
45// implicitly linked to an instance of the PPTP xDSL UNI part 1 ME. (R) (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060046//
47// Retransmission Used Downstream Rtx_Usedds
48// Retransmission used downstream (RTX_USEDds): This parameter specifies whether [ITU-T G.998.4]
49// retransmission is used (i.e., active in showtime) in the downstream transmit direction. The
50// valid range of values is given in clause-7.5.1.38 of [ITU-T G.997.1]. (R) (mandatory) (1 byte)
51//
52// Retransmission Used Upstream Rtx_Usedus
53// Retransmission used upstream (RTX_USEDus): This parameter specifies whether [ITUT G.998.4]
54// retransmission is used (i.e., active in showtime) in the upstream transmit direction. The valid
55// range of values is given in clause 7.5.1.38 of [ITU-T G.997.1]. (R) (mandatory) (1 byte)
56//
57// Date_Time_Stamping Of Near_End Test Parameters Stamp_Test_Ne
Chip Boling610117d2021-09-09 11:24:34 -050058// Date/time-stamping of near-end test parameters (STAMP-TEST-NE): This parameter indicates the
59// date/time when the near-end test parameters that can change during showtime were last updated.
60// See clause 7.5.1.36.3 of [ITUT-G.997.1]. The format of this parameter is as follows.
61//
Chip Boling6e27b352020-02-14 09:10:01 -060062// (R) (optional) (7-bytes)
63//
64// Date_Time_Stamping Of Far_End Test Parameters Stamp_Test_Fe
65// Date/time-stamping of far-end test parameters (STAMP-TEST-FE): This parameter indicates the
66// date/time when the far-end test parameters that can change during showtime were last updated.
67// See clause 7.5.1.36.4 of [ITUT-G.997.1]. The format of this parameter is the same as STAMP-TEST-
68// NE. (R) (optional) (7-bytes)
69//
70// Date_Time_Stamping Of Last Successful Downstream Olr Operation Stamp_Olr_Ds
71// Date/time-stamping of last successful downstream OLR operation (STAMP-OLR-ds): This parameter
72// indicates the date/time of the last successful OLR execution in the downstream direction that
73// has modified the bits or gains. See clause-7.5.1.37.1 of [ITU-T G.997.1]. The format of this
74// parameter is the same as STAMP-TEST-NE. (R) (optional) (7 bytes)
75//
76// Date_Time_Stamping Of Last Successful Upstream Olr Operation Stamp_Olr_Us
77// Date/time-stamping of last successful upstream OLR operation (STAMP-OLR-us): This parameter
78// indicates the date/time of the last successful OLR execution in the upstream direction that has
79// modified the bits or gains. See clause-7.5.1.37.2 of [ITU-T G.997.1]. The format of this
80// parameter is the same as STAMP-TEST-NE. (R) (optional) (7 bytes)
81//
82type XdslLineInventoryAndStatusDataPart8 struct {
83 ManagedEntityDefinition
84 Attributes AttributeValueMap
85}
86
Chip Boling8cdd6392022-01-27 08:43:37 -060087// Attribute name constants
88
89const XdslLineInventoryAndStatusDataPart8_RetransmissionUsedDownstreamRtxUsedds = "RetransmissionUsedDownstreamRtxUsedds"
90const XdslLineInventoryAndStatusDataPart8_RetransmissionUsedUpstreamRtxUsedus = "RetransmissionUsedUpstreamRtxUsedus"
91const XdslLineInventoryAndStatusDataPart8_DateTimeStampingOfNearEndTestParametersStampTestNe = "DateTimeStampingOfNearEndTestParametersStampTestNe"
92const XdslLineInventoryAndStatusDataPart8_DateTimeStampingOfFarEndTestParametersStampTestFe = "DateTimeStampingOfFarEndTestParametersStampTestFe"
93const XdslLineInventoryAndStatusDataPart8_DateTimeStampingOfLastSuccessfulDownstreamOlrOperationStampOlrDs = "DateTimeStampingOfLastSuccessfulDownstreamOlrOperationStampOlrDs"
94const XdslLineInventoryAndStatusDataPart8_DateTimeStampingOfLastSuccessfulUpstreamOlrOperationStampOlrUs = "DateTimeStampingOfLastSuccessfulUpstreamOlrOperationStampOlrUs"
95
Chip Boling6e27b352020-02-14 09:10:01 -060096func init() {
97 xdsllineinventoryandstatusdatapart8BME = &ManagedEntityDefinition{
98 Name: "XdslLineInventoryAndStatusDataPart8",
Chip Boling8cdd6392022-01-27 08:43:37 -060099 ClassID: XdslLineInventoryAndStatusDataPart8ClassID,
Chip Boling6e27b352020-02-14 09:10:01 -0600100 MessageTypes: mapset.NewSetWith(
101 Get,
102 ),
103 AllowedAttributeMask: 0xfc00,
104 AttributeDefinitions: AttributeDefinitionMap{
Chip Boling8cdd6392022-01-27 08:43:37 -0600105 0: Uint16Field(ManagedEntityID, PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read), false, false, false, 0),
106 1: ByteField(XdslLineInventoryAndStatusDataPart8_RetransmissionUsedDownstreamRtxUsedds, UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read), false, false, false, 1),
107 2: ByteField(XdslLineInventoryAndStatusDataPart8_RetransmissionUsedUpstreamRtxUsedus, UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read), false, false, false, 2),
108 3: MultiByteField(XdslLineInventoryAndStatusDataPart8_DateTimeStampingOfNearEndTestParametersStampTestNe, OctetsAttributeType, 0x2000, 7, toOctets("AAAAAAAAAA=="), mapset.NewSetWith(Read), false, true, false, 3),
109 4: MultiByteField(XdslLineInventoryAndStatusDataPart8_DateTimeStampingOfFarEndTestParametersStampTestFe, OctetsAttributeType, 0x1000, 7, toOctets("AAAAAAAAAA=="), mapset.NewSetWith(Read), false, true, false, 4),
110 5: MultiByteField(XdslLineInventoryAndStatusDataPart8_DateTimeStampingOfLastSuccessfulDownstreamOlrOperationStampOlrDs, OctetsAttributeType, 0x0800, 7, toOctets("AAAAAAAAAA=="), mapset.NewSetWith(Read), false, true, false, 5),
111 6: MultiByteField(XdslLineInventoryAndStatusDataPart8_DateTimeStampingOfLastSuccessfulUpstreamOlrOperationStampOlrUs, OctetsAttributeType, 0x0400, 7, toOctets("AAAAAAAAAA=="), mapset.NewSetWith(Read), false, true, false, 6),
Chip Boling6e27b352020-02-14 09:10:01 -0600112 },
113 Access: CreatedByOnu,
114 Support: UnknownSupport,
115 }
116}
117
118// NewXdslLineInventoryAndStatusDataPart8 (class ID 414) creates the basic
119// Managed Entity definition that is used to validate an ME of this type that
120// is received from or transmitted to the OMCC.
121func NewXdslLineInventoryAndStatusDataPart8(params ...ParamData) (*ManagedEntity, OmciErrors) {
122 return NewManagedEntity(*xdsllineinventoryandstatusdatapart8BME, params...)
123}