blob: fbbff705ccc30a31cc498af75b585c2be716247f [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 */
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// OltGClassID is the 16-bit ID for the OMCI
29// Managed entity OLT-G
Chip Boling610117d2021-09-09 11:24:34 -050030const OltGClassID = ClassID(131) // 0x0083
Chip Boling6e27b352020-02-14 09:10:01 -060031
32var oltgBME *ManagedEntityDefinition
33
Chip Boling610117d2021-09-09 11:24:34 -050034// OltG (Class ID: #131 / 0x0083)
Chip Boling6e27b352020-02-14 09:10:01 -060035// This optional ME identifies the OLT to which an ONU is connected. This ME provides a way for the
36// ONU to configure itself for operability with a particular OLT. It also provides a way for the
37// OLT to communicate the time of day to the ONU.
38//
39// An ONU that supports this ME automatically creates an instance of it. Immediately following the
40// start-up phase, the OLT should set the ONU to the desired configuration. Interpretation of the
41// OLT vendor ID, equipment ID and version attributes is a matter for negotiation between the two
42// vendors involved.
43//
44// Relationships
45// The single instance of this ME is associated with the ONU ME.
46//
47// Attributes
48// Managed Entity Id
Chip Boling610117d2021-09-09 11:24:34 -050049// This attribute uniquely identifies each instance of this ME. There is only one instance, number
50// 0. (R) (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060051//
52// Olt Vendor Id
Chip Boling610117d2021-09-09 11:24:34 -050053// This attribute identifies the OLT vendor. It is the same as the four most significant bytes of
54// an ONU serial number specified in the respective TC layer specification. Upon instantiation,
55// this attribute comprises all spaces. (R,-W) (mandatory) (4-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060056//
57// Equipment Id
Chip Boling610117d2021-09-09 11:24:34 -050058// This attribute may be used to identify the specific type of OLT. The default value of all spaces
59// indicates that equipment ID information is not available or applicable to the OLT being
60// represented. (R,-W) (mandatory) (20-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060061//
62// Version
Chip Boling610117d2021-09-09 11:24:34 -050063// This attribute identifies the version of the OLT as defined by the vendor. The default left-
64// justified ASCII string "0" (padded with trailing nulls) indicates that version information is
65// not available or applicable to the OLT being represented. (R,-W) (mandatory) (14-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060066//
67// Time Of Day Information
Chip Boling610117d2021-09-09 11:24:34 -050068// This attribute provides the information required to achieve time of day synchronization between
69// a reference clock at the OLT and a local clock at the ONU. This attribute comprises two fields:
70// the first field (4-bytes) is the sequence number of the specified GEM superframe. The second
71// field (10-bytes) is TstampN as defined in clause 10.4.6 of [ITUT G.984.3], clause 13.2 of [ITUT
72// G.987.3] and clause 13.2 of [ITU-T G.989.3], using the timestamp format of clause 5.3.3 of [IEEE
73// 1588]. The value 0 in all bytes is reserved as a null value. (R,-W) (optional) (14-bytes)
74//
Chip Boling6e27b352020-02-14 09:10:01 -060075// NOTE - In ITU-T G.987/ITU-T G.989 systems, the superframe count field of the time of day
76// information attribute contains the 32 LSBs of the actual counter.
77//
78type OltG struct {
79 ManagedEntityDefinition
80 Attributes AttributeValueMap
81}
82
83func init() {
84 oltgBME = &ManagedEntityDefinition{
85 Name: "OltG",
86 ClassID: 131,
87 MessageTypes: mapset.NewSetWith(
88 Get,
89 Set,
90 ),
91 AllowedAttributeMask: 0xf000,
92 AttributeDefinitions: AttributeDefinitionMap{
93 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read), false, false, false, 0),
94 1: MultiByteField("OltVendorId", StringAttributeType, 0x8000, 4, toOctets("ICAgIA=="), mapset.NewSetWith(Read, Write), false, false, false, 1),
95 2: MultiByteField("EquipmentId", StringAttributeType, 0x4000, 20, toOctets("ICAgICAgICAgICAgICAgICAgICA="), mapset.NewSetWith(Read, Write), false, false, false, 2),
96 3: MultiByteField("Version", StringAttributeType, 0x2000, 14, toOctets("MAAAAAAAAAAAAAAAAAA="), mapset.NewSetWith(Read, Write), false, false, false, 3),
97 4: MultiByteField("TimeOfDayInformation", OctetsAttributeType, 0x1000, 14, toOctets("AAAAAAAAAAAAAAAAAAA="), mapset.NewSetWith(Read, Write), false, true, false, 4),
98 },
99 Access: CreatedByOnu,
100 Support: UnknownSupport,
101 }
102}
103
104// NewOltG (class ID 131) creates the basic
105// Managed Entity definition that is used to validate an ME of this type that
106// is received from or transmitted to the OMCC.
107func NewOltG(params ...ParamData) (*ManagedEntity, OmciErrors) {
108 return NewManagedEntity(*oltgBME, params...)
109}