blob: 5764757cbbd6a163f852b8855d79cd4c8fef581d [file] [log] [blame]
Holger Hildebrandtfa074992020-03-27 15:42:06 +00001/*
2 * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net)
3 * Copyright 2020-present Open Networking Foundation
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +00004 *
Holger Hildebrandtfa074992020-03-27 15:42:06 +00005 * 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
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +00008 *
Holger Hildebrandtfa074992020-03-27 15:42:06 +00009 * http://www.apache.org/licenses/LICENSE-2.0
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +000010 *
Holger Hildebrandtfa074992020-03-27 15:42:06 +000011 * 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. Bainbridged80007b2021-04-12 12:22:29 +000017/*
Holger Hildebrandtfa074992020-03-27 15:42:06 +000018 * 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// MacBridgePortDesignationDataClassID is the 16-bit ID for the OMCI
29// Managed entity MAC bridge port designation data
mpagenko836a1fd2021-11-01 16:12:42 +000030const MacBridgePortDesignationDataClassID = ClassID(48) // 0x0030
Holger Hildebrandtfa074992020-03-27 15:42:06 +000031
32var macbridgeportdesignationdataBME *ManagedEntityDefinition
33
mpagenko836a1fd2021-11-01 16:12:42 +000034// MacBridgePortDesignationData (Class ID: #48 / 0x0030)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000035// This ME records data associated with a bridge port. The ONU automatically creates or deletes an
36// instance of this managed entity upon the creation or deletion of a MAC bridge port configuration
37// data ME.
38//
39// Relationships
40// An instance of this managed entity is associated with one MAC bridge port configuration data ME.
41//
42// Attributes
43// Managed Entity Id
mpagenko836a1fd2021-11-01 16:12:42 +000044// This attribute uniquely identifies each instance of this ME. Through an identical ID, this ME is
45// implicitly linked to an instance of the MAC bridge port configuration data. (R) (mandatory)
46// (2-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000047//
48// Designated Bridge Root Cost Port
mpagenko836a1fd2021-11-01 16:12:42 +000049// This attribute contains the designated root, designated cost, designated bridge and designated
50// port, which are some of the outputs of the read port parameters operation defined in clause
51// 14.8.2.1 of [IEEE-802.1D]:
52//
53// o identifier of the designated bridge for the port's segment (8-bytes);
54//
55// o bridge identifier of the root transmitted by the designated bridge for the segment (8-bytes);
56//
57// o port number of the designated port on the designated bridge considered to be part of this
58// port's segment (4-bytes);
59//
60// o path cost contribution of the designated port to this port's segment (4-bytes).
61//
Holger Hildebrandtfa074992020-03-27 15:42:06 +000062// Upon ME instantiation, the ONU sets this attribute to 0. (R) (mandatory) (24-bytes)
63//
64// Port State
mpagenko836a1fd2021-11-01 16:12:42 +000065// This attribute provides status information on the port. Valid values include the following.
66//
67// 0 Disabled
68//
69// 1 Listening
70//
71// 2 Learning
72//
73// 3 Forwarding
74//
75// 4 Blocking
76//
77// 5 Linkdown
78//
79// 6 (R)Stp_off
80//
81// in accordance with [IEEE 802.1D]. (R) (mandatory) (1-byte)
82//
83// NOTE - The value linkdown is introduced to denote the port status when the Ethernet link state
84// is down. This value distinguishes the case where Ethernet is physically down from the case where
85// Ethernet is administratively locked, the latter being denoted by disabled. Be aware that this
86// terminology violates the ITUT convention that disabled is an operational state, not
87// administrative.
88//
Holger Hildebrandtfa074992020-03-27 15:42:06 +000089// The value (R)stp_off is introduced to denote the port status where the (rapid) spanning tree
90// protocol has been disabled by setting the port spanning tree ind attribute of the MAC bridge
91// port configuration data to false, and the Ethernet link state is up. This value distinguishes
92// whether frame forwarding is under the control of (R)STP.
93//
94type MacBridgePortDesignationData struct {
95 ManagedEntityDefinition
96 Attributes AttributeValueMap
97}
98
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +000099// Attribute name constants
100
101const MacBridgePortDesignationData_DesignatedBridgeRootCostPort = "DesignatedBridgeRootCostPort"
102const MacBridgePortDesignationData_PortState = "PortState"
103
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000104func init() {
105 macbridgeportdesignationdataBME = &ManagedEntityDefinition{
106 Name: "MacBridgePortDesignationData",
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +0000107 ClassID: MacBridgePortDesignationDataClassID,
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000108 MessageTypes: mapset.NewSetWith(
109 Get,
110 ),
111 AllowedAttributeMask: 0xc000,
112 AttributeDefinitions: AttributeDefinitionMap{
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +0000113 0: Uint16Field(ManagedEntityID, PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read), false, false, false, 0),
114 1: MultiByteField(MacBridgePortDesignationData_DesignatedBridgeRootCostPort, OctetsAttributeType, 0x8000, 24, toOctets("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"), mapset.NewSetWith(Read), false, false, false, 1),
115 2: ByteField(MacBridgePortDesignationData_PortState, EnumerationAttributeType, 0x4000, 0, mapset.NewSetWith(Read), false, false, false, 2),
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000116 },
117 Access: CreatedByOnu,
118 Support: UnknownSupport,
119 }
120}
121
122// NewMacBridgePortDesignationData (class ID 48) 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.
125func NewMacBridgePortDesignationData(params ...ParamData) (*ManagedEntity, OmciErrors) {
126 return NewManagedEntity(*macbridgeportdesignationdataBME, params...)
127}