blob: 7055d3ea138cde707a9102d56d1aa79341ce2544 [file] [log] [blame]
khenaidoo9beaaf12021-10-19 17:32:01 -04001// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: voltha_protos/inter_adapter.proto
3
4package inter_adapter
5
6import (
7 fmt "fmt"
8 proto "github.com/golang/protobuf/proto"
9 common "github.com/opencord/voltha-protos/v5/go/common"
10 openolt "github.com/opencord/voltha-protos/v5/go/openolt"
11 tech_profile "github.com/opencord/voltha-protos/v5/go/tech_profile"
12 voltha "github.com/opencord/voltha-protos/v5/go/voltha"
13 math "math"
14)
15
16// Reference imports to suppress errors if they are not otherwise used.
17var _ = proto.Marshal
18var _ = fmt.Errorf
19var _ = math.Inf
20
21// This is a compile-time assertion to ensure that this generated file
22// is compatible with the proto package it is being compiled against.
23// A compilation error at this line likely means your copy of the
24// proto package needs to be updated.
25const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
26
27type OmciMessage struct {
28 Message []byte `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
29 ConnectStatus common.ConnectStatus_Types `protobuf:"varint,2,opt,name=connect_status,json=connectStatus,proto3,enum=common.ConnectStatus_Types" json:"connect_status,omitempty"`
30 ProxyAddress *voltha.Device_ProxyAddress `protobuf:"bytes,3,opt,name=proxy_address,json=proxyAddress,proto3" json:"proxy_address,omitempty"`
31 ParentDeviceId string `protobuf:"bytes,4,opt,name=parent_device_id,json=parentDeviceId,proto3" json:"parent_device_id,omitempty"`
32 ChildDeviceId string `protobuf:"bytes,5,opt,name=child_device_id,json=childDeviceId,proto3" json:"child_device_id,omitempty"`
33 XXX_NoUnkeyedLiteral struct{} `json:"-"`
34 XXX_unrecognized []byte `json:"-"`
35 XXX_sizecache int32 `json:"-"`
36}
37
38func (m *OmciMessage) Reset() { *m = OmciMessage{} }
39func (m *OmciMessage) String() string { return proto.CompactTextString(m) }
40func (*OmciMessage) ProtoMessage() {}
41func (*OmciMessage) Descriptor() ([]byte, []int) {
42 return fileDescriptor_a316e60f0a1fb837, []int{0}
43}
44
45func (m *OmciMessage) XXX_Unmarshal(b []byte) error {
46 return xxx_messageInfo_OmciMessage.Unmarshal(m, b)
47}
48func (m *OmciMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
49 return xxx_messageInfo_OmciMessage.Marshal(b, m, deterministic)
50}
51func (m *OmciMessage) XXX_Merge(src proto.Message) {
52 xxx_messageInfo_OmciMessage.Merge(m, src)
53}
54func (m *OmciMessage) XXX_Size() int {
55 return xxx_messageInfo_OmciMessage.Size(m)
56}
57func (m *OmciMessage) XXX_DiscardUnknown() {
58 xxx_messageInfo_OmciMessage.DiscardUnknown(m)
59}
60
61var xxx_messageInfo_OmciMessage proto.InternalMessageInfo
62
63func (m *OmciMessage) GetMessage() []byte {
64 if m != nil {
65 return m.Message
66 }
67 return nil
68}
69
70func (m *OmciMessage) GetConnectStatus() common.ConnectStatus_Types {
71 if m != nil {
72 return m.ConnectStatus
73 }
74 return common.ConnectStatus_UNKNOWN
75}
76
77func (m *OmciMessage) GetProxyAddress() *voltha.Device_ProxyAddress {
78 if m != nil {
79 return m.ProxyAddress
80 }
81 return nil
82}
83
84func (m *OmciMessage) GetParentDeviceId() string {
85 if m != nil {
86 return m.ParentDeviceId
87 }
88 return ""
89}
90
91func (m *OmciMessage) GetChildDeviceId() string {
92 if m != nil {
93 return m.ChildDeviceId
94 }
95 return ""
96}
97
98type TechProfileDownloadMessage struct {
99 DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
100 UniId uint32 `protobuf:"varint,2,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"`
101 TpInstancePath string `protobuf:"bytes,3,opt,name=tp_instance_path,json=tpInstancePath,proto3" json:"tp_instance_path,omitempty"`
102 // Types that are valid to be assigned to TechTpInstance:
103 // *TechProfileDownloadMessage_TpInstance
104 // *TechProfileDownloadMessage_EponTpInstance
105 TechTpInstance isTechProfileDownloadMessage_TechTpInstance `protobuf_oneof:"tech_tp_instance"`
106 XXX_NoUnkeyedLiteral struct{} `json:"-"`
107 XXX_unrecognized []byte `json:"-"`
108 XXX_sizecache int32 `json:"-"`
109}
110
111func (m *TechProfileDownloadMessage) Reset() { *m = TechProfileDownloadMessage{} }
112func (m *TechProfileDownloadMessage) String() string { return proto.CompactTextString(m) }
113func (*TechProfileDownloadMessage) ProtoMessage() {}
114func (*TechProfileDownloadMessage) Descriptor() ([]byte, []int) {
115 return fileDescriptor_a316e60f0a1fb837, []int{1}
116}
117
118func (m *TechProfileDownloadMessage) XXX_Unmarshal(b []byte) error {
119 return xxx_messageInfo_TechProfileDownloadMessage.Unmarshal(m, b)
120}
121func (m *TechProfileDownloadMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
122 return xxx_messageInfo_TechProfileDownloadMessage.Marshal(b, m, deterministic)
123}
124func (m *TechProfileDownloadMessage) XXX_Merge(src proto.Message) {
125 xxx_messageInfo_TechProfileDownloadMessage.Merge(m, src)
126}
127func (m *TechProfileDownloadMessage) XXX_Size() int {
128 return xxx_messageInfo_TechProfileDownloadMessage.Size(m)
129}
130func (m *TechProfileDownloadMessage) XXX_DiscardUnknown() {
131 xxx_messageInfo_TechProfileDownloadMessage.DiscardUnknown(m)
132}
133
134var xxx_messageInfo_TechProfileDownloadMessage proto.InternalMessageInfo
135
136func (m *TechProfileDownloadMessage) GetDeviceId() string {
137 if m != nil {
138 return m.DeviceId
139 }
140 return ""
141}
142
143func (m *TechProfileDownloadMessage) GetUniId() uint32 {
144 if m != nil {
145 return m.UniId
146 }
147 return 0
148}
149
150func (m *TechProfileDownloadMessage) GetTpInstancePath() string {
151 if m != nil {
152 return m.TpInstancePath
153 }
154 return ""
155}
156
157type isTechProfileDownloadMessage_TechTpInstance interface {
158 isTechProfileDownloadMessage_TechTpInstance()
159}
160
161type TechProfileDownloadMessage_TpInstance struct {
162 TpInstance *tech_profile.TechProfileInstance `protobuf:"bytes,4,opt,name=tp_instance,json=tpInstance,proto3,oneof"`
163}
164
165type TechProfileDownloadMessage_EponTpInstance struct {
166 EponTpInstance *tech_profile.EponTechProfileInstance `protobuf:"bytes,5,opt,name=epon_tp_instance,json=eponTpInstance,proto3,oneof"`
167}
168
169func (*TechProfileDownloadMessage_TpInstance) isTechProfileDownloadMessage_TechTpInstance() {}
170
171func (*TechProfileDownloadMessage_EponTpInstance) isTechProfileDownloadMessage_TechTpInstance() {}
172
173func (m *TechProfileDownloadMessage) GetTechTpInstance() isTechProfileDownloadMessage_TechTpInstance {
174 if m != nil {
175 return m.TechTpInstance
176 }
177 return nil
178}
179
180func (m *TechProfileDownloadMessage) GetTpInstance() *tech_profile.TechProfileInstance {
181 if x, ok := m.GetTechTpInstance().(*TechProfileDownloadMessage_TpInstance); ok {
182 return x.TpInstance
183 }
184 return nil
185}
186
187func (m *TechProfileDownloadMessage) GetEponTpInstance() *tech_profile.EponTechProfileInstance {
188 if x, ok := m.GetTechTpInstance().(*TechProfileDownloadMessage_EponTpInstance); ok {
189 return x.EponTpInstance
190 }
191 return nil
192}
193
194// XXX_OneofWrappers is for the internal use of the proto package.
195func (*TechProfileDownloadMessage) XXX_OneofWrappers() []interface{} {
196 return []interface{}{
197 (*TechProfileDownloadMessage_TpInstance)(nil),
198 (*TechProfileDownloadMessage_EponTpInstance)(nil),
199 }
200}
201
202type DeleteGemPortMessage struct {
203 DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
204 UniId uint32 `protobuf:"varint,2,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"`
205 TpInstancePath string `protobuf:"bytes,3,opt,name=tp_instance_path,json=tpInstancePath,proto3" json:"tp_instance_path,omitempty"`
206 GemPortId uint32 `protobuf:"varint,4,opt,name=gem_port_id,json=gemPortId,proto3" json:"gem_port_id,omitempty"`
207 XXX_NoUnkeyedLiteral struct{} `json:"-"`
208 XXX_unrecognized []byte `json:"-"`
209 XXX_sizecache int32 `json:"-"`
210}
211
212func (m *DeleteGemPortMessage) Reset() { *m = DeleteGemPortMessage{} }
213func (m *DeleteGemPortMessage) String() string { return proto.CompactTextString(m) }
214func (*DeleteGemPortMessage) ProtoMessage() {}
215func (*DeleteGemPortMessage) Descriptor() ([]byte, []int) {
216 return fileDescriptor_a316e60f0a1fb837, []int{2}
217}
218
219func (m *DeleteGemPortMessage) XXX_Unmarshal(b []byte) error {
220 return xxx_messageInfo_DeleteGemPortMessage.Unmarshal(m, b)
221}
222func (m *DeleteGemPortMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
223 return xxx_messageInfo_DeleteGemPortMessage.Marshal(b, m, deterministic)
224}
225func (m *DeleteGemPortMessage) XXX_Merge(src proto.Message) {
226 xxx_messageInfo_DeleteGemPortMessage.Merge(m, src)
227}
228func (m *DeleteGemPortMessage) XXX_Size() int {
229 return xxx_messageInfo_DeleteGemPortMessage.Size(m)
230}
231func (m *DeleteGemPortMessage) XXX_DiscardUnknown() {
232 xxx_messageInfo_DeleteGemPortMessage.DiscardUnknown(m)
233}
234
235var xxx_messageInfo_DeleteGemPortMessage proto.InternalMessageInfo
236
237func (m *DeleteGemPortMessage) GetDeviceId() string {
238 if m != nil {
239 return m.DeviceId
240 }
241 return ""
242}
243
244func (m *DeleteGemPortMessage) GetUniId() uint32 {
245 if m != nil {
246 return m.UniId
247 }
248 return 0
249}
250
251func (m *DeleteGemPortMessage) GetTpInstancePath() string {
252 if m != nil {
253 return m.TpInstancePath
254 }
255 return ""
256}
257
258func (m *DeleteGemPortMessage) GetGemPortId() uint32 {
259 if m != nil {
260 return m.GemPortId
261 }
262 return 0
263}
264
265type DeleteTcontMessage struct {
266 DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
267 UniId uint32 `protobuf:"varint,2,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"`
268 TpInstancePath string `protobuf:"bytes,3,opt,name=tp_instance_path,json=tpInstancePath,proto3" json:"tp_instance_path,omitempty"`
269 AllocId uint32 `protobuf:"varint,4,opt,name=alloc_id,json=allocId,proto3" json:"alloc_id,omitempty"`
270 XXX_NoUnkeyedLiteral struct{} `json:"-"`
271 XXX_unrecognized []byte `json:"-"`
272 XXX_sizecache int32 `json:"-"`
273}
274
275func (m *DeleteTcontMessage) Reset() { *m = DeleteTcontMessage{} }
276func (m *DeleteTcontMessage) String() string { return proto.CompactTextString(m) }
277func (*DeleteTcontMessage) ProtoMessage() {}
278func (*DeleteTcontMessage) Descriptor() ([]byte, []int) {
279 return fileDescriptor_a316e60f0a1fb837, []int{3}
280}
281
282func (m *DeleteTcontMessage) XXX_Unmarshal(b []byte) error {
283 return xxx_messageInfo_DeleteTcontMessage.Unmarshal(m, b)
284}
285func (m *DeleteTcontMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
286 return xxx_messageInfo_DeleteTcontMessage.Marshal(b, m, deterministic)
287}
288func (m *DeleteTcontMessage) XXX_Merge(src proto.Message) {
289 xxx_messageInfo_DeleteTcontMessage.Merge(m, src)
290}
291func (m *DeleteTcontMessage) XXX_Size() int {
292 return xxx_messageInfo_DeleteTcontMessage.Size(m)
293}
294func (m *DeleteTcontMessage) XXX_DiscardUnknown() {
295 xxx_messageInfo_DeleteTcontMessage.DiscardUnknown(m)
296}
297
298var xxx_messageInfo_DeleteTcontMessage proto.InternalMessageInfo
299
300func (m *DeleteTcontMessage) GetDeviceId() string {
301 if m != nil {
302 return m.DeviceId
303 }
304 return ""
305}
306
307func (m *DeleteTcontMessage) GetUniId() uint32 {
308 if m != nil {
309 return m.UniId
310 }
311 return 0
312}
313
314func (m *DeleteTcontMessage) GetTpInstancePath() string {
315 if m != nil {
316 return m.TpInstancePath
317 }
318 return ""
319}
320
321func (m *DeleteTcontMessage) GetAllocId() uint32 {
322 if m != nil {
323 return m.AllocId
324 }
325 return 0
326}
327
328type OnuIndicationMessage struct {
329 DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
330 OnuIndication *openolt.OnuIndication `protobuf:"bytes,2,opt,name=onu_indication,json=onuIndication,proto3" json:"onu_indication,omitempty"`
331 XXX_NoUnkeyedLiteral struct{} `json:"-"`
332 XXX_unrecognized []byte `json:"-"`
333 XXX_sizecache int32 `json:"-"`
334}
335
336func (m *OnuIndicationMessage) Reset() { *m = OnuIndicationMessage{} }
337func (m *OnuIndicationMessage) String() string { return proto.CompactTextString(m) }
338func (*OnuIndicationMessage) ProtoMessage() {}
339func (*OnuIndicationMessage) Descriptor() ([]byte, []int) {
340 return fileDescriptor_a316e60f0a1fb837, []int{4}
341}
342
343func (m *OnuIndicationMessage) XXX_Unmarshal(b []byte) error {
344 return xxx_messageInfo_OnuIndicationMessage.Unmarshal(m, b)
345}
346func (m *OnuIndicationMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
347 return xxx_messageInfo_OnuIndicationMessage.Marshal(b, m, deterministic)
348}
349func (m *OnuIndicationMessage) XXX_Merge(src proto.Message) {
350 xxx_messageInfo_OnuIndicationMessage.Merge(m, src)
351}
352func (m *OnuIndicationMessage) XXX_Size() int {
353 return xxx_messageInfo_OnuIndicationMessage.Size(m)
354}
355func (m *OnuIndicationMessage) XXX_DiscardUnknown() {
356 xxx_messageInfo_OnuIndicationMessage.DiscardUnknown(m)
357}
358
359var xxx_messageInfo_OnuIndicationMessage proto.InternalMessageInfo
360
361func (m *OnuIndicationMessage) GetDeviceId() string {
362 if m != nil {
363 return m.DeviceId
364 }
365 return ""
366}
367
368func (m *OnuIndicationMessage) GetOnuIndication() *openolt.OnuIndication {
369 if m != nil {
370 return m.OnuIndication
371 }
372 return nil
373}
374
375type TechProfileInstanceRequestMessage struct {
376 DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
377 TpInstancePath string `protobuf:"bytes,2,opt,name=tp_instance_path,json=tpInstancePath,proto3" json:"tp_instance_path,omitempty"`
378 ParentDeviceId string `protobuf:"bytes,3,opt,name=parent_device_id,json=parentDeviceId,proto3" json:"parent_device_id,omitempty"`
379 ParentPonPort uint32 `protobuf:"varint,4,opt,name=parent_pon_port,json=parentPonPort,proto3" json:"parent_pon_port,omitempty"`
380 OnuId uint32 `protobuf:"varint,5,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"`
381 UniId uint32 `protobuf:"varint,6,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"`
382 XXX_NoUnkeyedLiteral struct{} `json:"-"`
383 XXX_unrecognized []byte `json:"-"`
384 XXX_sizecache int32 `json:"-"`
385}
386
387func (m *TechProfileInstanceRequestMessage) Reset() { *m = TechProfileInstanceRequestMessage{} }
388func (m *TechProfileInstanceRequestMessage) String() string { return proto.CompactTextString(m) }
389func (*TechProfileInstanceRequestMessage) ProtoMessage() {}
390func (*TechProfileInstanceRequestMessage) Descriptor() ([]byte, []int) {
391 return fileDescriptor_a316e60f0a1fb837, []int{5}
392}
393
394func (m *TechProfileInstanceRequestMessage) XXX_Unmarshal(b []byte) error {
395 return xxx_messageInfo_TechProfileInstanceRequestMessage.Unmarshal(m, b)
396}
397func (m *TechProfileInstanceRequestMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
398 return xxx_messageInfo_TechProfileInstanceRequestMessage.Marshal(b, m, deterministic)
399}
400func (m *TechProfileInstanceRequestMessage) XXX_Merge(src proto.Message) {
401 xxx_messageInfo_TechProfileInstanceRequestMessage.Merge(m, src)
402}
403func (m *TechProfileInstanceRequestMessage) XXX_Size() int {
404 return xxx_messageInfo_TechProfileInstanceRequestMessage.Size(m)
405}
406func (m *TechProfileInstanceRequestMessage) XXX_DiscardUnknown() {
407 xxx_messageInfo_TechProfileInstanceRequestMessage.DiscardUnknown(m)
408}
409
410var xxx_messageInfo_TechProfileInstanceRequestMessage proto.InternalMessageInfo
411
412func (m *TechProfileInstanceRequestMessage) GetDeviceId() string {
413 if m != nil {
414 return m.DeviceId
415 }
416 return ""
417}
418
419func (m *TechProfileInstanceRequestMessage) GetTpInstancePath() string {
420 if m != nil {
421 return m.TpInstancePath
422 }
423 return ""
424}
425
426func (m *TechProfileInstanceRequestMessage) GetParentDeviceId() string {
427 if m != nil {
428 return m.ParentDeviceId
429 }
430 return ""
431}
432
433func (m *TechProfileInstanceRequestMessage) GetParentPonPort() uint32 {
434 if m != nil {
435 return m.ParentPonPort
436 }
437 return 0
438}
439
440func (m *TechProfileInstanceRequestMessage) GetOnuId() uint32 {
441 if m != nil {
442 return m.OnuId
443 }
444 return 0
445}
446
447func (m *TechProfileInstanceRequestMessage) GetUniId() uint32 {
448 if m != nil {
449 return m.UniId
450 }
451 return 0
452}
453
454func init() {
455 proto.RegisterType((*OmciMessage)(nil), "inter_adapter.OmciMessage")
456 proto.RegisterType((*TechProfileDownloadMessage)(nil), "inter_adapter.TechProfileDownloadMessage")
457 proto.RegisterType((*DeleteGemPortMessage)(nil), "inter_adapter.DeleteGemPortMessage")
458 proto.RegisterType((*DeleteTcontMessage)(nil), "inter_adapter.DeleteTcontMessage")
459 proto.RegisterType((*OnuIndicationMessage)(nil), "inter_adapter.OnuIndicationMessage")
460 proto.RegisterType((*TechProfileInstanceRequestMessage)(nil), "inter_adapter.TechProfileInstanceRequestMessage")
461}
462
463func init() { proto.RegisterFile("voltha_protos/inter_adapter.proto", fileDescriptor_a316e60f0a1fb837) }
464
465var fileDescriptor_a316e60f0a1fb837 = []byte{
466 // 604 bytes of a gzipped FileDescriptorProto
467 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x54, 0xc1, 0x6e, 0xd3, 0x4c,
468 0x10, 0xfe, 0xdd, 0xfe, 0x69, 0x9b, 0x4d, 0x1d, 0x2a, 0xab, 0xa0, 0xd0, 0x48, 0x28, 0xb1, 0x04,
469 0xca, 0x05, 0x57, 0x0a, 0xea, 0x11, 0x09, 0x4a, 0x10, 0xf8, 0x80, 0x1a, 0x4c, 0x4e, 0xbd, 0x58,
470 0xdb, 0xdd, 0xc5, 0x5e, 0xc9, 0xde, 0x59, 0xec, 0x75, 0xa1, 0x0f, 0xc1, 0x8d, 0x77, 0xe0, 0xdd,
471 0x78, 0x09, 0xd0, 0xee, 0xda, 0x8d, 0x8d, 0x8c, 0xd4, 0x53, 0x4f, 0xd9, 0x99, 0xf9, 0xe6, 0xcb,
472 0x37, 0x33, 0x9e, 0x41, 0xf3, 0x6b, 0xc8, 0x54, 0x8a, 0x63, 0x59, 0x80, 0x82, 0xf2, 0x94, 0x0b,
473 0xc5, 0x8a, 0x18, 0x53, 0x2c, 0x15, 0x2b, 0x02, 0xe3, 0xf4, 0xdc, 0x8e, 0xf3, 0xe4, 0xa4, 0x9b,
474 0x41, 0x20, 0xcf, 0x41, 0x58, 0xe8, 0xdf, 0x31, 0x6b, 0xd5, 0xb1, 0x59, 0x37, 0xa6, 0x18, 0x49,
475 0xf5, 0xfb, 0x33, 0xcf, 0x58, 0x8d, 0x98, 0x76, 0x11, 0x20, 0x99, 0x80, 0x4c, 0xf5, 0x53, 0x53,
476 0x76, 0xcd, 0x49, 0x9d, 0xe8, 0xff, 0x76, 0xd0, 0xe8, 0x22, 0x27, 0xfc, 0x03, 0x2b, 0x4b, 0x9c,
477 0x30, 0x6f, 0x82, 0xf6, 0x73, 0xfb, 0x9c, 0x38, 0x33, 0x67, 0x71, 0x18, 0x35, 0xa6, 0x77, 0x8e,
478 0xc6, 0x04, 0x84, 0x60, 0x44, 0xc5, 0xa5, 0xc2, 0xaa, 0x2a, 0x27, 0x3b, 0x33, 0x67, 0x31, 0x5e,
479 0x4e, 0x83, 0xba, 0x8e, 0x37, 0x36, 0xfa, 0xc9, 0x04, 0x83, 0xcd, 0x8d, 0x64, 0x65, 0xe4, 0x92,
480 0xb6, 0xd3, 0x7b, 0x85, 0x5c, 0x59, 0xc0, 0xb7, 0x9b, 0x18, 0x53, 0x5a, 0xb0, 0xb2, 0x9c, 0xec,
481 0xce, 0x9c, 0xc5, 0x68, 0x39, 0x0d, 0x6a, 0x4d, 0x2b, 0xfb, 0xb3, 0xd6, 0x98, 0xd7, 0x16, 0x12,
482 0x1d, 0xca, 0x96, 0xe5, 0x2d, 0xd0, 0x91, 0xc4, 0x05, 0x13, 0x2a, 0xb6, 0x29, 0x31, 0xa7, 0x93,
483 0xff, 0x67, 0xce, 0x62, 0x18, 0x8d, 0xad, 0xdf, 0x52, 0x84, 0xd4, 0x7b, 0x86, 0x1e, 0x90, 0x94,
484 0x67, 0xb4, 0x05, 0x1c, 0x18, 0xa0, 0x6b, 0xdc, 0x0d, 0xce, 0xff, 0xb9, 0x83, 0x4e, 0x36, 0x8c,
485 0xa4, 0x6b, 0xdb, 0xd0, 0x15, 0x7c, 0x15, 0x19, 0x60, 0xda, 0x34, 0x64, 0x8a, 0x86, 0x5b, 0x02,
486 0xc7, 0x10, 0x1c, 0xd0, 0xe6, 0x3f, 0x1e, 0xa2, 0xbd, 0x4a, 0x70, 0x1d, 0xd1, 0xbd, 0x70, 0xa3,
487 0x41, 0x25, 0x78, 0x48, 0xb5, 0x48, 0x25, 0x63, 0x2e, 0x4a, 0x85, 0x05, 0x61, 0xb1, 0xc4, 0x2a,
488 0x35, 0x95, 0x0e, 0xa3, 0xb1, 0x92, 0x61, 0xed, 0x5e, 0x63, 0x95, 0x7a, 0x2b, 0x34, 0x6a, 0x21,
489 0x4d, 0x25, 0xa3, 0xe5, 0x3c, 0xe8, 0x4c, 0xb8, 0x25, 0xae, 0xc9, 0x7d, 0xff, 0x5f, 0x84, 0xb6,
490 0x4c, 0xde, 0x47, 0x74, 0xc4, 0x24, 0x88, 0xb8, 0x4d, 0x35, 0x30, 0x54, 0x4f, 0xbb, 0x54, 0x6f,
491 0x25, 0x88, 0x7e, 0xba, 0xb1, 0x26, 0xd8, 0xdc, 0x52, 0x9e, 0x7b, 0xe8, 0xc8, 0x64, 0xb6, 0x28,
492 0xfd, 0x1f, 0x0e, 0x3a, 0x5e, 0xb1, 0x8c, 0x29, 0xf6, 0x8e, 0xe5, 0x6b, 0x28, 0xd4, 0xfd, 0xf4,
493 0xe8, 0x09, 0x1a, 0x25, 0x2c, 0x8f, 0x25, 0x14, 0xaa, 0x99, 0xb6, 0x1b, 0x0d, 0x13, 0x2b, 0x21,
494 0xa4, 0xfe, 0x77, 0x07, 0x79, 0x56, 0xd6, 0x86, 0x80, 0xb8, 0x27, 0x51, 0x8f, 0xd1, 0x01, 0xce,
495 0x32, 0x20, 0x5b, 0x45, 0xfb, 0xc6, 0x0e, 0xa9, 0x5f, 0xa0, 0xe3, 0x0b, 0x51, 0x85, 0x82, 0x72,
496 0x82, 0x15, 0x07, 0x71, 0x27, 0x41, 0x2f, 0xd1, 0x18, 0x44, 0x15, 0xf3, 0xdb, 0x2c, 0x23, 0x6c,
497 0xb4, 0x7c, 0x14, 0x34, 0xbb, 0xdc, 0xe1, 0x8c, 0x5c, 0x68, 0x9b, 0xfe, 0x2f, 0x07, 0xcd, 0x7b,
498 0x06, 0x1b, 0xb1, 0x2f, 0x15, 0x2b, 0xef, 0xd6, 0x92, 0xbe, 0xda, 0x77, 0x7a, 0x6b, 0xef, 0xdb,
499 0xc1, 0xdd, 0x7f, 0xed, 0x60, 0x8d, 0xd4, 0x9f, 0xa7, 0x9e, 0x60, 0xdd, 0x2c, 0xd7, 0xba, 0xd7,
500 0x20, 0xf4, 0x10, 0xf5, 0x38, 0x4c, 0xf5, 0x76, 0x45, 0xdd, 0x68, 0xa0, 0xab, 0x6b, 0x4f, 0x69,
501 0xaf, 0x35, 0xa5, 0xf3, 0x4b, 0x34, 0x87, 0x22, 0x31, 0x8d, 0x21, 0x50, 0xd0, 0xa0, 0xbe, 0x95,
502 0x9d, 0x5b, 0x7b, 0x79, 0x96, 0x70, 0x95, 0x56, 0x57, 0xfa, 0x38, 0x9d, 0x36, 0xc8, 0xfa, 0xaa,
503 0x3e, 0x6f, 0x6e, 0xec, 0xd9, 0x69, 0x02, 0xdd, 0xbb, 0x7d, 0xb5, 0x67, 0x62, 0x2f, 0xfe, 0x04,
504 0x00, 0x00, 0xff, 0xff, 0x6b, 0xe8, 0xf8, 0x13, 0xdd, 0x05, 0x00, 0x00,
505}