blob: 043180363ccf2005c8da2a13fbed0f7142a012ec [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
4
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
Andrea Campanella7167ebb2020-02-24 09:56:38 +01008
Chip Boling6e27b352020-02-14 09:10:01 -06009 * http://www.apache.org/licenses/LICENSE-2.0
Andrea Campanella7167ebb2020-02-24 09:56:38 +010010
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 */
Chip Boling34ebcb62021-02-02 12:13:58 -060017/*
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// MacBridgeConfigurationDataClassID is the 16-bit ID for the OMCI
29// Managed entity MAC bridge configuration data
Chip Boling610117d2021-09-09 11:24:34 -050030const MacBridgeConfigurationDataClassID = ClassID(46) // 0x002e
Chip Boling6e27b352020-02-14 09:10:01 -060031
32var macbridgeconfigurationdataBME *ManagedEntityDefinition
33
Chip Boling610117d2021-09-09 11:24:34 -050034// MacBridgeConfigurationData (Class ID: #46 / 0x002e)
Chip Boling6e27b352020-02-14 09:10:01 -060035// This ME organizes status data associated with a MAC bridge. The ONU automatically creates or
36// deletes an instance of this ME upon the creation or deletion of a MAC bridge service profile.
37//
38// Relationships
39// This ME is associated with one instance of a MAC bridge service profile.
40//
41// Attributes
42// Managed Entity Id
Chip Boling610117d2021-09-09 11:24:34 -050043// This attribute uniquely identifies each instance of this ME. Through an identical ID, this ME is
44// implicitly linked to an instance of the MAC bridge service profile. (R) (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060045//
46// Bridge Mac Address
Chip Boling610117d2021-09-09 11:24:34 -050047// This attribute indicates the MAC address used by the bridge. The ONU sets this attribute to a
48// value based on criteria beyond the scope of this Recommendation, e.g., factory settings. (R)
49// (mandatory) (6-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060050//
51// Bridge Priority
Chip Boling610117d2021-09-09 11:24:34 -050052// This attribute reports the priority of the bridge. The ONU copies this attribute from the
53// priority attribute of the associated MAC bridge service profile. The value of this attribute
54// changes with updates to the MAC bridge service profile priority attribute. (R) (mandatory)
55// (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060056//
57// Designated Root
Chip Boling610117d2021-09-09 11:24:34 -050058// This attribute identifies the bridge at the root of the spanning tree. It comprises bridge
59// priority (2-bytes) and MAC address (6-bytes). (R) (mandatory) (8-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060060//
61// Root Path Cost
Chip Boling610117d2021-09-09 11:24:34 -050062// This attribute reports the cost of the best path to the root as seen from this bridge. Upon ME
63// instantiation, the ONU sets this attribute to 0. (R) (mandatory) (4-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060064//
65// Bridge Port Count
Chip Boling610117d2021-09-09 11:24:34 -050066// This attribute records the number of ports linked to this bridge. (R) (mandatory) (1-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060067//
68// Root Port Num
Chip Boling610117d2021-09-09 11:24:34 -050069// This attribute contains the port number that has the lowest cost from the bridge to the root
70// bridge. The value 0 means that this bridge is itself the root. Upon ME instantiation, the ONU
71// sets this attribute to 0. (R) (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060072//
73// Hello Time
74// NOTE - [IEEE 802.1D] specifies the compatibility range for hello time to be 1..2-s.
75//
Chip Boling610117d2021-09-09 11:24:34 -050076// This attribute is the hello time received from the designated root, the interval (in 256ths of a
77// second) between HELLO packets. Its range is 0x0100 to 0x0A00 (1..10-s). (R) (optional) (2-bytes)
78//
Chip Boling6e27b352020-02-14 09:10:01 -060079// Forward Delay
Chip Boling610117d2021-09-09 11:24:34 -050080// This attribute is the forwarding delay time received from the designated root (in 256ths of a
81// second). Its range is 0x0400 to 0x1E00 (4..30-s) in accordance with [IEEE 802.1D]. (R)
82// (optional) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060083//
84type MacBridgeConfigurationData struct {
85 ManagedEntityDefinition
86 Attributes AttributeValueMap
87}
88
89func init() {
90 macbridgeconfigurationdataBME = &ManagedEntityDefinition{
91 Name: "MacBridgeConfigurationData",
92 ClassID: 46,
93 MessageTypes: mapset.NewSetWith(
94 Get,
95 ),
96 AllowedAttributeMask: 0xff00,
97 AttributeDefinitions: AttributeDefinitionMap{
98 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read), false, false, false, 0),
99 1: MultiByteField("BridgeMacAddress", OctetsAttributeType, 0x8000, 6, toOctets("AAAAAAAA"), mapset.NewSetWith(Read), false, false, false, 1),
100 2: Uint16Field("BridgePriority", UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read), false, false, false, 2),
101 3: MultiByteField("DesignatedRoot", OctetsAttributeType, 0x2000, 8, toOctets("AAAAAAAAAAA="), mapset.NewSetWith(Read), false, false, false, 3),
102 4: Uint32Field("RootPathCost", UnsignedIntegerAttributeType, 0x1000, 0, mapset.NewSetWith(Read), false, false, false, 4),
103 5: ByteField("BridgePortCount", UnsignedIntegerAttributeType, 0x0800, 0, mapset.NewSetWith(Read), false, false, false, 5),
104 6: Uint16Field("RootPortNum", UnsignedIntegerAttributeType, 0x0400, 0, mapset.NewSetWith(Read), false, false, false, 6),
105 7: Uint16Field("HelloTime", UnsignedIntegerAttributeType, 0x0200, 256, mapset.NewSetWith(Read), false, true, false, 7),
106 8: Uint16Field("ForwardDelay", UnsignedIntegerAttributeType, 0x0100, 1024, mapset.NewSetWith(Read), false, true, false, 8),
107 },
108 Access: CreatedByOnu,
109 Support: UnknownSupport,
110 }
111}
112
113// NewMacBridgeConfigurationData (class ID 46) creates the basic
114// Managed Entity definition that is used to validate an ME of this type that
115// is received from or transmitted to the OMCC.
116func NewMacBridgeConfigurationData(params ...ParamData) (*ManagedEntity, OmciErrors) {
117 return NewManagedEntity(*macbridgeconfigurationdataBME, params...)
118}