Restructure directory and add SCG configuration Protobuf
[ric-plt/streaming-protobufs.git] / protogen / gopb / rrc_reconfiguration.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: rrc_reconfiguration.proto
3
4 package streaming_protobufs
5
6 import (
7         fmt "fmt"
8         proto "github.com/golang/protobuf/proto"
9         wrappers "github.com/golang/protobuf/ptypes/wrappers"
10         math "math"
11 )
12
13 // Reference imports to suppress errors if they are not otherwise used.
14 var _ = proto.Marshal
15 var _ = fmt.Errorf
16 var _ = math.Inf
17
18 // This is a compile-time assertion to ensure that this generated file
19 // is compatible with the proto package it is being compiled against.
20 // A compilation error at this line likely means your copy of the
21 // proto package needs to be updated.
22 const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
23
24 type RRCReconfiguration struct {
25         Rrc_TransactionIdentifier uint32 `protobuf:"varint,1,opt,name=rrc_TransactionIdentifier,json=rrcTransactionIdentifier,proto3" json:"rrc_TransactionIdentifier,omitempty"`
26         // Types that are valid to be assigned to CriticalExtensions:
27         //      *RRCReconfiguration_RrcReconfiguration
28         CriticalExtensions   isRRCReconfiguration_CriticalExtensions `protobuf_oneof:"criticalExtensions"`
29         XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
30         XXX_unrecognized     []byte                                  `json:"-"`
31         XXX_sizecache        int32                                   `json:"-"`
32 }
33
34 func (m *RRCReconfiguration) Reset()         { *m = RRCReconfiguration{} }
35 func (m *RRCReconfiguration) String() string { return proto.CompactTextString(m) }
36 func (*RRCReconfiguration) ProtoMessage()    {}
37 func (*RRCReconfiguration) Descriptor() ([]byte, []int) {
38         return fileDescriptor_ae552300ff3e8a06, []int{0}
39 }
40
41 func (m *RRCReconfiguration) XXX_Unmarshal(b []byte) error {
42         return xxx_messageInfo_RRCReconfiguration.Unmarshal(m, b)
43 }
44 func (m *RRCReconfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
45         return xxx_messageInfo_RRCReconfiguration.Marshal(b, m, deterministic)
46 }
47 func (m *RRCReconfiguration) XXX_Merge(src proto.Message) {
48         xxx_messageInfo_RRCReconfiguration.Merge(m, src)
49 }
50 func (m *RRCReconfiguration) XXX_Size() int {
51         return xxx_messageInfo_RRCReconfiguration.Size(m)
52 }
53 func (m *RRCReconfiguration) XXX_DiscardUnknown() {
54         xxx_messageInfo_RRCReconfiguration.DiscardUnknown(m)
55 }
56
57 var xxx_messageInfo_RRCReconfiguration proto.InternalMessageInfo
58
59 func (m *RRCReconfiguration) GetRrc_TransactionIdentifier() uint32 {
60         if m != nil {
61                 return m.Rrc_TransactionIdentifier
62         }
63         return 0
64 }
65
66 type isRRCReconfiguration_CriticalExtensions interface {
67         isRRCReconfiguration_CriticalExtensions()
68 }
69
70 type RRCReconfiguration_RrcReconfiguration struct {
71         RrcReconfiguration *RRCReconfiguration_IEs `protobuf:"bytes,2,opt,name=rrcReconfiguration,proto3,oneof"`
72 }
73
74 func (*RRCReconfiguration_RrcReconfiguration) isRRCReconfiguration_CriticalExtensions() {}
75
76 func (m *RRCReconfiguration) GetCriticalExtensions() isRRCReconfiguration_CriticalExtensions {
77         if m != nil {
78                 return m.CriticalExtensions
79         }
80         return nil
81 }
82
83 func (m *RRCReconfiguration) GetRrcReconfiguration() *RRCReconfiguration_IEs {
84         if x, ok := m.GetCriticalExtensions().(*RRCReconfiguration_RrcReconfiguration); ok {
85                 return x.RrcReconfiguration
86         }
87         return nil
88 }
89
90 // XXX_OneofWrappers is for the internal use of the proto package.
91 func (*RRCReconfiguration) XXX_OneofWrappers() []interface{} {
92         return []interface{}{
93                 (*RRCReconfiguration_RrcReconfiguration)(nil),
94         }
95 }
96
97 type RRCReconfiguration_IEs struct {
98         RadioBearerConfig        *RadioBearerConfig           `protobuf:"bytes,1,opt,name=radioBearerConfig,proto3" json:"radioBearerConfig,omitempty"`
99         SecondaryCellGroup       *CellGroupConfig             `protobuf:"bytes,2,opt,name=secondaryCellGroup,proto3" json:"secondaryCellGroup,omitempty"`
100         MeasConfig               *MeasConfig                  `protobuf:"bytes,3,opt,name=measConfig,proto3" json:"measConfig,omitempty"`
101         LateNonCriticalExtension *wrappers.BytesValue         `protobuf:"bytes,4,opt,name=lateNonCriticalExtension,proto3" json:"lateNonCriticalExtension,omitempty"`
102         NonCriticalExtension     *RRCReconfigurationV1530_IEs `protobuf:"bytes,5,opt,name=nonCriticalExtension,proto3" json:"nonCriticalExtension,omitempty"`
103         XXX_NoUnkeyedLiteral     struct{}                     `json:"-"`
104         XXX_unrecognized         []byte                       `json:"-"`
105         XXX_sizecache            int32                        `json:"-"`
106 }
107
108 func (m *RRCReconfiguration_IEs) Reset()         { *m = RRCReconfiguration_IEs{} }
109 func (m *RRCReconfiguration_IEs) String() string { return proto.CompactTextString(m) }
110 func (*RRCReconfiguration_IEs) ProtoMessage()    {}
111 func (*RRCReconfiguration_IEs) Descriptor() ([]byte, []int) {
112         return fileDescriptor_ae552300ff3e8a06, []int{1}
113 }
114
115 func (m *RRCReconfiguration_IEs) XXX_Unmarshal(b []byte) error {
116         return xxx_messageInfo_RRCReconfiguration_IEs.Unmarshal(m, b)
117 }
118 func (m *RRCReconfiguration_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
119         return xxx_messageInfo_RRCReconfiguration_IEs.Marshal(b, m, deterministic)
120 }
121 func (m *RRCReconfiguration_IEs) XXX_Merge(src proto.Message) {
122         xxx_messageInfo_RRCReconfiguration_IEs.Merge(m, src)
123 }
124 func (m *RRCReconfiguration_IEs) XXX_Size() int {
125         return xxx_messageInfo_RRCReconfiguration_IEs.Size(m)
126 }
127 func (m *RRCReconfiguration_IEs) XXX_DiscardUnknown() {
128         xxx_messageInfo_RRCReconfiguration_IEs.DiscardUnknown(m)
129 }
130
131 var xxx_messageInfo_RRCReconfiguration_IEs proto.InternalMessageInfo
132
133 func (m *RRCReconfiguration_IEs) GetRadioBearerConfig() *RadioBearerConfig {
134         if m != nil {
135                 return m.RadioBearerConfig
136         }
137         return nil
138 }
139
140 func (m *RRCReconfiguration_IEs) GetSecondaryCellGroup() *CellGroupConfig {
141         if m != nil {
142                 return m.SecondaryCellGroup
143         }
144         return nil
145 }
146
147 func (m *RRCReconfiguration_IEs) GetMeasConfig() *MeasConfig {
148         if m != nil {
149                 return m.MeasConfig
150         }
151         return nil
152 }
153
154 func (m *RRCReconfiguration_IEs) GetLateNonCriticalExtension() *wrappers.BytesValue {
155         if m != nil {
156                 return m.LateNonCriticalExtension
157         }
158         return nil
159 }
160
161 func (m *RRCReconfiguration_IEs) GetNonCriticalExtension() *RRCReconfigurationV1530_IEs {
162         if m != nil {
163                 return m.NonCriticalExtension
164         }
165         return nil
166 }
167
168 type RRCReconfigurationV1530_IEs struct {
169         MasterCellGroup                    *CellGroupConfig             `protobuf:"bytes,1,opt,name=masterCellGroup,proto3" json:"masterCellGroup,omitempty"`
170         FullConfig                         *TrueOpt                     `protobuf:"bytes,2,opt,name=fullConfig,proto3" json:"fullConfig,omitempty"`
171         DedicatedNAS_MessageList           [][]byte                     `protobuf:"bytes,3,rep,name=dedicatedNAS_MessageList,json=dedicatedNASMessageList,proto3" json:"dedicatedNAS_MessageList,omitempty"`
172         MasterKeyUpdate                    *MasterKeyUpdate             `protobuf:"bytes,4,opt,name=masterKeyUpdate,proto3" json:"masterKeyUpdate,omitempty"`
173         DedicatedSIB1_Delivery             *SIB1                        `protobuf:"bytes,5,opt,name=dedicatedSIB1_Delivery,json=dedicatedSIB1Delivery,proto3" json:"dedicatedSIB1_Delivery,omitempty"`
174         DedicatedSystemInformationDelivery *SystemInformation           `protobuf:"bytes,6,opt,name=dedicatedSystemInformationDelivery,proto3" json:"dedicatedSystemInformationDelivery,omitempty"`
175         OtherConfig                        *OtherConfig                 `protobuf:"bytes,7,opt,name=otherConfig,proto3" json:"otherConfig,omitempty"`
176         NonCriticalExtension               *RRCReconfigurationV1540_IEs `protobuf:"bytes,8,opt,name=nonCriticalExtension,proto3" json:"nonCriticalExtension,omitempty"`
177         XXX_NoUnkeyedLiteral               struct{}                     `json:"-"`
178         XXX_unrecognized                   []byte                       `json:"-"`
179         XXX_sizecache                      int32                        `json:"-"`
180 }
181
182 func (m *RRCReconfigurationV1530_IEs) Reset()         { *m = RRCReconfigurationV1530_IEs{} }
183 func (m *RRCReconfigurationV1530_IEs) String() string { return proto.CompactTextString(m) }
184 func (*RRCReconfigurationV1530_IEs) ProtoMessage()    {}
185 func (*RRCReconfigurationV1530_IEs) Descriptor() ([]byte, []int) {
186         return fileDescriptor_ae552300ff3e8a06, []int{2}
187 }
188
189 func (m *RRCReconfigurationV1530_IEs) XXX_Unmarshal(b []byte) error {
190         return xxx_messageInfo_RRCReconfigurationV1530_IEs.Unmarshal(m, b)
191 }
192 func (m *RRCReconfigurationV1530_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
193         return xxx_messageInfo_RRCReconfigurationV1530_IEs.Marshal(b, m, deterministic)
194 }
195 func (m *RRCReconfigurationV1530_IEs) XXX_Merge(src proto.Message) {
196         xxx_messageInfo_RRCReconfigurationV1530_IEs.Merge(m, src)
197 }
198 func (m *RRCReconfigurationV1530_IEs) XXX_Size() int {
199         return xxx_messageInfo_RRCReconfigurationV1530_IEs.Size(m)
200 }
201 func (m *RRCReconfigurationV1530_IEs) XXX_DiscardUnknown() {
202         xxx_messageInfo_RRCReconfigurationV1530_IEs.DiscardUnknown(m)
203 }
204
205 var xxx_messageInfo_RRCReconfigurationV1530_IEs proto.InternalMessageInfo
206
207 func (m *RRCReconfigurationV1530_IEs) GetMasterCellGroup() *CellGroupConfig {
208         if m != nil {
209                 return m.MasterCellGroup
210         }
211         return nil
212 }
213
214 func (m *RRCReconfigurationV1530_IEs) GetFullConfig() *TrueOpt {
215         if m != nil {
216                 return m.FullConfig
217         }
218         return nil
219 }
220
221 func (m *RRCReconfigurationV1530_IEs) GetDedicatedNAS_MessageList() [][]byte {
222         if m != nil {
223                 return m.DedicatedNAS_MessageList
224         }
225         return nil
226 }
227
228 func (m *RRCReconfigurationV1530_IEs) GetMasterKeyUpdate() *MasterKeyUpdate {
229         if m != nil {
230                 return m.MasterKeyUpdate
231         }
232         return nil
233 }
234
235 func (m *RRCReconfigurationV1530_IEs) GetDedicatedSIB1_Delivery() *SIB1 {
236         if m != nil {
237                 return m.DedicatedSIB1_Delivery
238         }
239         return nil
240 }
241
242 func (m *RRCReconfigurationV1530_IEs) GetDedicatedSystemInformationDelivery() *SystemInformation {
243         if m != nil {
244                 return m.DedicatedSystemInformationDelivery
245         }
246         return nil
247 }
248
249 func (m *RRCReconfigurationV1530_IEs) GetOtherConfig() *OtherConfig {
250         if m != nil {
251                 return m.OtherConfig
252         }
253         return nil
254 }
255
256 func (m *RRCReconfigurationV1530_IEs) GetNonCriticalExtension() *RRCReconfigurationV1540_IEs {
257         if m != nil {
258                 return m.NonCriticalExtension
259         }
260         return nil
261 }
262
263 type MasterKeyUpdate struct {
264         KeySetChangeIndicator bool                 `protobuf:"varint,1,opt,name=keySetChangeIndicator,proto3" json:"keySetChangeIndicator,omitempty"`
265         NextHopChainingCount  uint32               `protobuf:"varint,2,opt,name=nextHopChainingCount,proto3" json:"nextHopChainingCount,omitempty"`
266         Nas_Container         *wrappers.BytesValue `protobuf:"bytes,3,opt,name=nas_Container,json=nasContainer,proto3" json:"nas_Container,omitempty"`
267         XXX_NoUnkeyedLiteral  struct{}             `json:"-"`
268         XXX_unrecognized      []byte               `json:"-"`
269         XXX_sizecache         int32                `json:"-"`
270 }
271
272 func (m *MasterKeyUpdate) Reset()         { *m = MasterKeyUpdate{} }
273 func (m *MasterKeyUpdate) String() string { return proto.CompactTextString(m) }
274 func (*MasterKeyUpdate) ProtoMessage()    {}
275 func (*MasterKeyUpdate) Descriptor() ([]byte, []int) {
276         return fileDescriptor_ae552300ff3e8a06, []int{3}
277 }
278
279 func (m *MasterKeyUpdate) XXX_Unmarshal(b []byte) error {
280         return xxx_messageInfo_MasterKeyUpdate.Unmarshal(m, b)
281 }
282 func (m *MasterKeyUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
283         return xxx_messageInfo_MasterKeyUpdate.Marshal(b, m, deterministic)
284 }
285 func (m *MasterKeyUpdate) XXX_Merge(src proto.Message) {
286         xxx_messageInfo_MasterKeyUpdate.Merge(m, src)
287 }
288 func (m *MasterKeyUpdate) XXX_Size() int {
289         return xxx_messageInfo_MasterKeyUpdate.Size(m)
290 }
291 func (m *MasterKeyUpdate) XXX_DiscardUnknown() {
292         xxx_messageInfo_MasterKeyUpdate.DiscardUnknown(m)
293 }
294
295 var xxx_messageInfo_MasterKeyUpdate proto.InternalMessageInfo
296
297 func (m *MasterKeyUpdate) GetKeySetChangeIndicator() bool {
298         if m != nil {
299                 return m.KeySetChangeIndicator
300         }
301         return false
302 }
303
304 func (m *MasterKeyUpdate) GetNextHopChainingCount() uint32 {
305         if m != nil {
306                 return m.NextHopChainingCount
307         }
308         return 0
309 }
310
311 func (m *MasterKeyUpdate) GetNas_Container() *wrappers.BytesValue {
312         if m != nil {
313                 return m.Nas_Container
314         }
315         return nil
316 }
317
318 type RRCReconfigurationV1540_IEs struct {
319         OtherConfigV1540     *OtherConfigV1540 `protobuf:"bytes,1,opt,name=otherConfig_v1540,json=otherConfigV1540,proto3" json:"otherConfig_v1540,omitempty"`
320         XXX_NoUnkeyedLiteral struct{}          `json:"-"`
321         XXX_unrecognized     []byte            `json:"-"`
322         XXX_sizecache        int32             `json:"-"`
323 }
324
325 func (m *RRCReconfigurationV1540_IEs) Reset()         { *m = RRCReconfigurationV1540_IEs{} }
326 func (m *RRCReconfigurationV1540_IEs) String() string { return proto.CompactTextString(m) }
327 func (*RRCReconfigurationV1540_IEs) ProtoMessage()    {}
328 func (*RRCReconfigurationV1540_IEs) Descriptor() ([]byte, []int) {
329         return fileDescriptor_ae552300ff3e8a06, []int{4}
330 }
331
332 func (m *RRCReconfigurationV1540_IEs) XXX_Unmarshal(b []byte) error {
333         return xxx_messageInfo_RRCReconfigurationV1540_IEs.Unmarshal(m, b)
334 }
335 func (m *RRCReconfigurationV1540_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
336         return xxx_messageInfo_RRCReconfigurationV1540_IEs.Marshal(b, m, deterministic)
337 }
338 func (m *RRCReconfigurationV1540_IEs) XXX_Merge(src proto.Message) {
339         xxx_messageInfo_RRCReconfigurationV1540_IEs.Merge(m, src)
340 }
341 func (m *RRCReconfigurationV1540_IEs) XXX_Size() int {
342         return xxx_messageInfo_RRCReconfigurationV1540_IEs.Size(m)
343 }
344 func (m *RRCReconfigurationV1540_IEs) XXX_DiscardUnknown() {
345         xxx_messageInfo_RRCReconfigurationV1540_IEs.DiscardUnknown(m)
346 }
347
348 var xxx_messageInfo_RRCReconfigurationV1540_IEs proto.InternalMessageInfo
349
350 func (m *RRCReconfigurationV1540_IEs) GetOtherConfigV1540() *OtherConfigV1540 {
351         if m != nil {
352                 return m.OtherConfigV1540
353         }
354         return nil
355 }
356
357 func init() {
358         proto.RegisterType((*RRCReconfiguration)(nil), "streaming_protobufs.RRCReconfiguration")
359         proto.RegisterType((*RRCReconfiguration_IEs)(nil), "streaming_protobufs.RRCReconfiguration_IEs")
360         proto.RegisterType((*RRCReconfigurationV1530_IEs)(nil), "streaming_protobufs.RRCReconfiguration_v1530_IEs")
361         proto.RegisterType((*MasterKeyUpdate)(nil), "streaming_protobufs.MasterKeyUpdate")
362         proto.RegisterType((*RRCReconfigurationV1540_IEs)(nil), "streaming_protobufs.RRCReconfiguration_v1540_IEs")
363 }
364
365 func init() { proto.RegisterFile("rrc_reconfiguration.proto", fileDescriptor_ae552300ff3e8a06) }
366
367 var fileDescriptor_ae552300ff3e8a06 = []byte{
368         // 690 bytes of a gzipped FileDescriptorProto
369         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0x6f, 0x4f, 0x13, 0x4f,
370         0x10, 0xc7, 0x7f, 0xfd, 0x55, 0x90, 0x2c, 0x34, 0xc8, 0x0a, 0x58, 0x90, 0x68, 0xd3, 0x18, 0x43,
371         0x62, 0x7a, 0xb5, 0x80, 0x0f, 0x8c, 0x26, 0x6a, 0x4f, 0x22, 0x8d, 0x02, 0x66, 0x5b, 0x31, 0x31,
372         0x31, 0x97, 0xe5, 0x3a, 0x3d, 0x36, 0x5e, 0x77, 0x2f, 0xb3, 0x5b, 0xa4, 0xef, 0xc9, 0xb7, 0xe0,
373         0x43, 0x7d, 0x5d, 0xa6, 0x77, 0xd7, 0xf6, 0x38, 0x96, 0x06, 0x9e, 0xdd, 0xcd, 0xcc, 0xf7, 0xb3,
374         0x3b, 0x7f, 0x76, 0xc8, 0x06, 0xa2, 0xef, 0x21, 0xf8, 0x4a, 0xf6, 0x44, 0x30, 0x40, 0x6e, 0x84,
375         0x92, 0x4e, 0x84, 0xca, 0x28, 0x7a, 0x5f, 0x1b, 0x04, 0xde, 0x17, 0x32, 0xf0, 0x62, 0xc3, 0xe9,
376         0xa0, 0xa7, 0x37, 0x1f, 0x05, 0x4a, 0x05, 0x21, 0xd4, 0xc7, 0x96, 0xfa, 0x4f, 0xe4, 0x51, 0x04,
377         0xa8, 0x13, 0xd1, 0x26, 0xf5, 0x55, 0xbf, 0xaf, 0xa4, 0x67, 0x86, 0x11, 0x8c, 0x6d, 0xeb, 0xa3,
378         0x33, 0x2c, 0xf6, 0xd2, 0xc8, 0xae, 0xc5, 0x69, 0xfa, 0xbb, 0x15, 0xff, 0x0e, 0xb5, 0x81, 0xbe,
379         0x27, 0x64, 0x4f, 0x61, 0x3f, 0x73, 0x9b, 0xea, 0xdf, 0x02, 0xa1, 0x8c, 0xb9, 0xec, 0xf2, 0x55,
380         0xe9, 0xab, 0x24, 0x83, 0x0e, 0x72, 0xa9, 0xb9, 0x3f, 0x32, 0xb5, 0xba, 0x20, 0x8d, 0xe8, 0x09,
381         0xc0, 0x72, 0xa1, 0x52, 0xd8, 0x2e, 0xb1, 0x32, 0xa2, 0x6f, 0xf5, 0xd3, 0xef, 0x84, 0x22, 0xfa,
382         0x39, 0x64, 0xf9, 0xff, 0x4a, 0x61, 0x7b, 0x71, 0xe7, 0x99, 0x63, 0x49, 0xdf, 0xb9, 0x7a, 0x03,
383         0xaf, 0xb5, 0xaf, 0x0f, 0xfe, 0x63, 0x16, 0x50, 0x73, 0x95, 0x50, 0x1f, 0x85, 0x11, 0x3e, 0x0f,
384         0xf7, 0x2f, 0x0c, 0x48, 0x2d, 0x94, 0xd4, 0xd5, 0x3f, 0x45, 0xb2, 0x6e, 0xc7, 0xd0, 0x0e, 0x59,
385         0x41, 0xde, 0x15, 0xaa, 0x09, 0x1c, 0x01, 0xdd, 0xd8, 0x1f, 0x27, 0xb1, 0xb8, 0xf3, 0xd4, 0x7e,
386         0x9d, 0x7c, 0x34, 0xbb, 0x0a, 0xa0, 0x1d, 0x42, 0xf5, 0xe8, 0xb0, 0x2e, 0xc7, 0xa1, 0x0b, 0x61,
387         0xf8, 0x01, 0xd5, 0x20, 0x4a, 0xb3, 0x7c, 0x62, 0xc5, 0x4e, 0xa2, 0x52, 0xa8, 0x45, 0x4f, 0xdf,
388         0x10, 0xd2, 0x07, 0xae, 0xd3, 0x4b, 0x16, 0x63, 0xda, 0x63, 0x2b, 0xed, 0x70, 0x12, 0xc6, 0x32,
389         0x12, 0xfa, 0x95, 0x94, 0x43, 0x6e, 0xe0, 0x48, 0x49, 0x37, 0x5f, 0xa4, 0xf2, 0x9d, 0x18, 0xf7,
390         0xd0, 0x49, 0x86, 0xcd, 0x19, 0xb3, 0x9c, 0xe6, 0xd0, 0x80, 0x3e, 0xe1, 0xe1, 0x00, 0xd8, 0xb5,
391         0x62, 0x0a, 0x64, 0x55, 0xda, 0xa0, 0x73, 0x31, 0xb4, 0x71, 0xd3, 0xbe, 0x9e, 0x37, 0x5e, 0xec,
392         0x3e, 0x1f, 0xb5, 0x85, 0x59, 0x71, 0xd5, 0x5f, 0x73, 0x64, 0x6b, 0x96, 0x8c, 0x1e, 0x91, 0xe5,
393         0x3e, 0xd7, 0x06, 0x70, 0x5a, 0xf4, 0xc2, 0x2d, 0x8a, 0x9e, 0x17, 0xd3, 0xd7, 0x84, 0xf4, 0x06,
394         0x61, 0x98, 0x56, 0x3c, 0xe9, 0xdf, 0x96, 0x15, 0xd5, 0xc1, 0x01, 0x1c, 0x47, 0x86, 0x65, 0xe2,
395         0xe9, 0x4b, 0x52, 0xee, 0x42, 0x57, 0xf8, 0xdc, 0x40, 0xf7, 0xe8, 0x5d, 0xdb, 0x3b, 0x04, 0xad,
396         0x79, 0x00, 0x9f, 0x84, 0x36, 0xe5, 0x62, 0xa5, 0xb8, 0xbd, 0xc4, 0x1e, 0x64, 0xfd, 0x19, 0xf7,
397         0x34, 0x91, 0x8f, 0x30, 0xfc, 0x12, 0x75, 0xb9, 0x81, 0xb4, 0x41, 0xf6, 0x44, 0x0e, 0x2f, 0xc7,
398         0xb2, 0xbc, 0x98, 0x7e, 0x26, 0xeb, 0x93, 0xa3, 0xda, 0xad, 0x66, 0xc3, 0x7b, 0x0f, 0xa1, 0x38,
399         0x07, 0x1c, 0xa6, 0x2d, 0xda, 0xb0, 0x62, 0x47, 0x91, 0x6c, 0xed, 0x92, 0x70, 0xac, 0xa3, 0xe7,
400         0xa4, 0x3a, 0x75, 0xc4, 0x1b, 0xa4, 0x35, 0x5d, 0x20, 0x13, 0xfa, 0xfc, 0x8c, 0x97, 0x74, 0x45,
401         0xc5, 0x6e, 0x40, 0xa4, 0x4d, 0xb2, 0xa8, 0xcc, 0xd9, 0xe4, 0xa9, 0xde, 0x8d, 0x0f, 0xa8, 0x58,
402         0x0f, 0x38, 0x9e, 0xc6, 0xb1, 0xac, 0xe8, 0xda, 0x71, 0x5d, 0xb8, 0xf5, 0xb8, 0xee, 0xcd, 0x1a,
403         0xd7, 0xdf, 0x05, 0xb2, 0x9c, 0xeb, 0x0c, 0xdd, 0x23, 0x6b, 0x3f, 0x60, 0xd8, 0x06, 0xe3, 0x9e,
404         0x71, 0x19, 0x40, 0x4b, 0xc6, 0x09, 0xab, 0x64, 0x71, 0x2e, 0x30, 0xbb, 0x93, 0xee, 0x90, 0x55,
405         0x09, 0x17, 0xe6, 0x40, 0x45, 0xee, 0x19, 0x17, 0x52, 0xc8, 0xc0, 0x55, 0x03, 0x69, 0xe2, 0x89,
406         0x2c, 0x31, 0xab, 0x8f, 0xbe, 0x25, 0x25, 0xc9, 0xb5, 0xe7, 0x2a, 0x69, 0xb8, 0x90, 0x80, 0xe9,
407         0xc2, 0x98, 0xf9, 0xc2, 0x97, 0x64, 0xbc, 0x2b, 0x12, 0x41, 0x55, 0x5f, 0xf7, 0xda, 0x92, 0xac,
408         0x69, 0x9b, 0xac, 0x64, 0xaa, 0x9a, 0x38, 0x66, 0xee, 0xce, 0xe3, 0x7c, 0x34, 0xbb, 0x97, 0x01,
409         0x9c, 0x8c, 0x2c, 0xcd, 0xdd, 0x6f, 0x8d, 0x00, 0x10, 0x85, 0x71, 0x54, 0x0d, 0xb9, 0xac, 0x69,
410         0xdf, 0x51, 0x18, 0xd4, 0xb1, 0x8e, 0xc2, 0xaf, 0x45, 0xa1, 0xa9, 0x4f, 0xc0, 0xb5, 0x09, 0xf8,
411         0x74, 0x3e, 0xfe, 0xdc, 0xfd, 0x17, 0x00, 0x00, 0xff, 0xff, 0xdb, 0x02, 0x80, 0x43, 0x5b, 0x07,
412         0x00, 0x00,
413 }