blob: e450946dd0335737bdafd9260978b400489b21e7 [file] [log] [blame]
Matteo Scandolof9d43412021-01-12 11:11:34 -08001/*
2 * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net)
3 * Copyright 2020-present Open Networking Foundation
4
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
8
9 * http://www.apache.org/licenses/LICENSE-2.0
10
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 */
Girish Gowdra161d27a2021-05-05 12:01:44 -070017/*
Matteo Scandolof9d43412021-01-12 11:11:34 -080018 * 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// VoipMediaProfileClassID is the 16-bit ID for the OMCI
29// Managed entity VoIP media profile
Andrea Campanella10426e22021-10-15 17:58:04 +020030const VoipMediaProfileClassID = ClassID(142) // 0x008e
Matteo Scandolof9d43412021-01-12 11:11:34 -080031
32var voipmediaprofileBME *ManagedEntityDefinition
33
Andrea Campanella10426e22021-10-15 17:58:04 +020034// VoipMediaProfile (Class ID: #142 / 0x008e)
Matteo Scandolof9d43412021-01-12 11:11:34 -080035// The VoIP media profile ME contains settings that apply to VoIP voice encoding. This entity is
36// conditionally required for ONUs that offer VoIP services. If a non-OMCI interface is used to
37// manage VoIP signalling, this ME is unnecessary.
38//
39// An instance of this ME is created and deleted by the OLT. A VoIP media profile is needed for
40// each unique set of profile attributes.
41//
42// Relationships
43// An instance of this ME may be associated with one or more VoIP voice CTP MEs.
44//
45// Attributes
46// Managed Entity Id
Andrea Campanella10426e22021-10-15 17:58:04 +020047// This attribute uniquely identifies each instance of this ME. (R, setbycreate) (mandatory)
48// (2-bytes)
Matteo Scandolof9d43412021-01-12 11:11:34 -080049//
50// Fax Mode
Andrea Campanella10426e22021-10-15 17:58:04 +020051// Selects the fax mode; values are as follows.
52//
53// 0 Passthru
54//
55// 1 ITU-T T.38
56//
Matteo Scandolof9d43412021-01-12 11:11:34 -080057// (R,-W, setbycreate) (mandatory) (1-byte)
58//
59// Voice Service Profile Pointer
Andrea Campanella10426e22021-10-15 17:58:04 +020060// Pointer to a voice service profile, which defines parameters such as jitter buffering and echo
61// cancellation. (R,-W, setbycreate) (mandatory) (2-bytes)
Matteo Scandolof9d43412021-01-12 11:11:34 -080062//
63// Codec Selection 1st Order
Andrea Campanella10426e22021-10-15 17:58:04 +020064// Codec selection (1st order): This attribute specifies codec selection as defined by [IETF-
65// RFC-3551].
66//
Matteo Scandolof9d43412021-01-12 11:11:34 -080067// (R,-W, set-by-create) (mandatory) (1-byte)
68//
69// Packet Period Selection 1st Order
70// Packet period selection (1st order): This attribute specifies the packet period selection
71// interval in milliseconds. The recommended default value is 10-ms. Valid values are 10..30-ms.
72// (R,-W, set-by-create) (mandatory) (1-byte)
73//
74// Silence Suppression 1st Order
75// Silence suppression (1st order): This attribute specifies whether silence suppression is on or
76// off. Valid values are 0-= off and 1-= on. (R,-W, set-by-create) (mandatory) (1-byte)
77//
Andrea Campanella10426e22021-10-15 17:58:04 +020078// Three more groups of three attributes are defined, with definitions identical to the preceding
79// three:
80//
Matteo Scandolof9d43412021-01-12 11:11:34 -080081// Codec Selection 2nd Order
82// Codec selection (2nd order): (R,-W, setbycreate) (mandatory) (1-byte)
83//
84// Packet Period Selection 2nd Order
85// Packet period selection (2nd order): (R,-W, setbycreate) (mandatory) (1-byte)
86//
87// Silence Suppression 2nd Order
88// Silence suppression (2nd order): (R,-W, setbycreate) (mandatory) (1-byte)
89//
90// Codec Selection 3rd Order
91// Codec selection (3rd order): (R,-W, setbycreate) (mandatory) (1-byte)
92//
93// Packet Period Selection 3rd Order
94// Packet period selection (3rd order): (R,-W, setbycreate) (mandatory) (1-byte)
95//
96// Silence Suppression 3rd Order
97// Silence suppression (3rd order): (R,-W, setbycreate) (mandatory) (1-byte)
98//
99// Codec Selection 4th Order
100// Codec selection (4th order): (R,-W, setbycreate) (mandatory) (1-byte)
101//
102// Packet Period Selection 4th Order
103// Packet period selection (4th order): (R,-W, setbycreate) (mandatory) (1-byte)
104//
105// Silence Suppression 4th Order
106// Silence suppression (4th order): (R,-W, setbycreate) (mandatory) (1-byte)
107//
108// Oob Dtmf
Andrea Campanella10426e22021-10-15 17:58:04 +0200109// This attribute specifies out-of-band DMTF carriage. When enabled (1), DTMF signals are carried
110// out of band via RTP or the associated signalling protocol. When disabled (0), DTMF tones are
111// carried in the PCM stream. (R,-W, setbycreate) (mandatory) (1-byte)
Matteo Scandolof9d43412021-01-12 11:11:34 -0800112//
113// Rtp Profile Pointer
Andrea Campanella10426e22021-10-15 17:58:04 +0200114// This attribute points to the associated RTP profile data ME. (R,-W, setbycreate) (mandatory)
115// (2-bytes)
Matteo Scandolof9d43412021-01-12 11:11:34 -0800116//
117type VoipMediaProfile struct {
118 ManagedEntityDefinition
119 Attributes AttributeValueMap
120}
121
122func init() {
123 voipmediaprofileBME = &ManagedEntityDefinition{
124 Name: "VoipMediaProfile",
125 ClassID: 142,
126 MessageTypes: mapset.NewSetWith(
127 Create,
128 Delete,
129 Get,
130 Set,
131 ),
132 AllowedAttributeMask: 0xffff,
133 AttributeDefinitions: AttributeDefinitionMap{
134 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0),
135 1: ByteField("FaxMode", UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 1),
136 2: Uint16Field("VoiceServiceProfilePointer", UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
137 3: ByteField("CodecSelection1StOrder", UnsignedIntegerAttributeType, 0x2000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 3),
138 4: ByteField("PacketPeriodSelection1StOrder", UnsignedIntegerAttributeType, 0x1000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 4),
139 5: ByteField("SilenceSuppression1StOrder", UnsignedIntegerAttributeType, 0x0800, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 5),
140 6: ByteField("CodecSelection2NdOrder", UnsignedIntegerAttributeType, 0x0400, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 6),
141 7: ByteField("PacketPeriodSelection2NdOrder", UnsignedIntegerAttributeType, 0x0200, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 7),
142 8: ByteField("SilenceSuppression2NdOrder", UnsignedIntegerAttributeType, 0x0100, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 8),
143 9: ByteField("CodecSelection3RdOrder", UnsignedIntegerAttributeType, 0x0080, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 9),
144 10: ByteField("PacketPeriodSelection3RdOrder", UnsignedIntegerAttributeType, 0x0040, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 10),
145 11: ByteField("SilenceSuppression3RdOrder", UnsignedIntegerAttributeType, 0x0020, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 11),
146 12: ByteField("CodecSelection4ThOrder", UnsignedIntegerAttributeType, 0x0010, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 12),
147 13: ByteField("PacketPeriodSelection4ThOrder", UnsignedIntegerAttributeType, 0x0008, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 13),
148 14: ByteField("SilenceSuppression4ThOrder", UnsignedIntegerAttributeType, 0x0004, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 14),
149 15: ByteField("OobDtmf", UnsignedIntegerAttributeType, 0x0002, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 15),
150 16: Uint16Field("RtpProfilePointer", UnsignedIntegerAttributeType, 0x0001, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 16),
151 },
152 Access: CreatedByOlt,
153 Support: UnknownSupport,
154 }
155}
156
157// NewVoipMediaProfile (class ID 142) creates the basic
158// Managed Entity definition that is used to validate an ME of this type that
159// is received from or transmitted to the OMCC.
160func NewVoipMediaProfile(params ...ParamData) (*ManagedEntity, OmciErrors) {
161 return NewManagedEntity(*voipmediaprofileBME, params...)
162}