blob: fbbff705ccc30a31cc498af75b585c2be716247f [file] [log] [blame]
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07001/*
2 * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net)
Matteo Scandolof9d43412021-01-12 11:11:34 -08003 * Copyright 2020-present Open Networking Foundation
4
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07005 * 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
Matteo Scandolof9d43412021-01-12 11:11:34 -08008
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07009 * http://www.apache.org/licenses/LICENSE-2.0
Matteo Scandolof9d43412021-01-12 11:11:34 -080010
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070011 * 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 */
Girish Gowdra161d27a2021-05-05 12:01:44 -070017/*
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070018 * 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 */
Matteo Scandolof9d43412021-01-12 11:11:34 -080023
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070024package generated
25
26import "github.com/deckarep/golang-set"
27
Matteo Scandolof9d43412021-01-12 11:11:34 -080028// OltGClassID is the 16-bit ID for the OMCI
29// Managed entity OLT-G
Andrea Campanella10426e22021-10-15 17:58:04 +020030const OltGClassID = ClassID(131) // 0x0083
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070031
32var oltgBME *ManagedEntityDefinition
33
Andrea Campanella10426e22021-10-15 17:58:04 +020034// OltG (Class ID: #131 / 0x0083)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070035// 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
Andrea Campanella10426e22021-10-15 17:58:04 +020049// This attribute uniquely identifies each instance of this ME. There is only one instance, number
50// 0. (R) (mandatory) (2-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070051//
52// Olt Vendor Id
Andrea Campanella10426e22021-10-15 17:58:04 +020053// 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)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070056//
57// Equipment Id
Andrea Campanella10426e22021-10-15 17:58:04 +020058// 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)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070061//
62// Version
Andrea Campanella10426e22021-10-15 17:58:04 +020063// 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)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070066//
67// Time Of Day Information
Andrea Campanella10426e22021-10-15 17:58:04 +020068// 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//
Matteo Scandolof9d43412021-01-12 11:11:34 -080075// NOTE - In ITU-T G.987/ITU-T G.989 systems, the superframe count field of the time of day
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070076// 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 ),
Matteo Scandolof9d43412021-01-12 11:11:34 -080091 AllowedAttributeMask: 0xf000,
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070092 AttributeDefinitions: AttributeDefinitionMap{
Matteo Scandolof9d43412021-01-12 11:11:34 -080093 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),
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070098 },
Matteo Scandolof9d43412021-01-12 11:11:34 -080099 Access: CreatedByOnu,
100 Support: UnknownSupport,
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700101 }
102}
103
Matteo Scandolof9d43412021-01-12 11:11:34 -0800104// NewOltG (class ID 131) creates the basic
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700105// Managed Entity definition that is used to validate an ME of this type that
Matteo Scandolof9d43412021-01-12 11:11:34 -0800106// is received from or transmitted to the OMCC.
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700107func NewOltG(params ...ParamData) (*ManagedEntity, OmciErrors) {
Matteo Scandolof9d43412021-01-12 11:11:34 -0800108 return NewManagedEntity(*oltgBME, params...)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700109}