Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net) |
Andrea Campanella | 7167ebb | 2020-02-24 09:56:38 +0100 | [diff] [blame] | 3 | * Copyright 2020-present Open Networking Foundation |
| 4 | |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 5 | * 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 Campanella | 7167ebb | 2020-02-24 09:56:38 +0100 | [diff] [blame] | 8 | |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
Andrea Campanella | 7167ebb | 2020-02-24 09:56:38 +0100 | [diff] [blame] | 10 | |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 11 | * 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 Boling | 34ebcb6 | 2021-02-02 12:13:58 -0600 | [diff] [blame] | 17 | /* |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 18 | * 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 | |
| 24 | package generated |
| 25 | |
| 26 | import "github.com/deckarep/golang-set" |
| 27 | |
| 28 | // MacBridgeConfigurationDataClassID is the 16-bit ID for the OMCI |
| 29 | // Managed entity MAC bridge configuration data |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 30 | const MacBridgeConfigurationDataClassID = ClassID(46) // 0x002e |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 31 | |
| 32 | var macbridgeconfigurationdataBME *ManagedEntityDefinition |
| 33 | |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 34 | // MacBridgeConfigurationData (Class ID: #46 / 0x002e) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 35 | // 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 Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 43 | // 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 Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 45 | // |
| 46 | // Bridge Mac Address |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 47 | // 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 Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 50 | // |
| 51 | // Bridge Priority |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 52 | // 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 Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 56 | // |
| 57 | // Designated Root |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 58 | // 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 Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 60 | // |
| 61 | // Root Path Cost |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 62 | // 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 Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 64 | // |
| 65 | // Bridge Port Count |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 66 | // This attribute records the number of ports linked to this bridge. (R) (mandatory) (1-byte) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 67 | // |
| 68 | // Root Port Num |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 69 | // 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 Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 72 | // |
| 73 | // Hello Time |
| 74 | // NOTE - [IEEE 802.1D] specifies the compatibility range for hello time to be 1..2-s. |
| 75 | // |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 76 | // 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 Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 79 | // Forward Delay |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 80 | // 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 Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 83 | // |
| 84 | type MacBridgeConfigurationData struct { |
| 85 | ManagedEntityDefinition |
| 86 | Attributes AttributeValueMap |
| 87 | } |
| 88 | |
| 89 | func 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. |
| 116 | func NewMacBridgeConfigurationData(params ...ParamData) (*ManagedEntity, OmciErrors) { |
| 117 | return NewManagedEntity(*macbridgeconfigurationdataBME, params...) |
| 118 | } |