Add Golang module files
[ric-plt/streaming-protobufs.git] / protogen / gopb / rrc_sib.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: rrc_sib.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 UAC_AccessCategory1_SelectionAssistanceInfo_Value int32
25
26 const (
27         UAC_AccessCategory1_SelectionAssistanceInfo_protobuf_unspecified UAC_AccessCategory1_SelectionAssistanceInfo_Value = 0
28         UAC_AccessCategory1_SelectionAssistanceInfo_a                    UAC_AccessCategory1_SelectionAssistanceInfo_Value = 1
29         UAC_AccessCategory1_SelectionAssistanceInfo_b                    UAC_AccessCategory1_SelectionAssistanceInfo_Value = 2
30         UAC_AccessCategory1_SelectionAssistanceInfo_c                    UAC_AccessCategory1_SelectionAssistanceInfo_Value = 3
31 )
32
33 var UAC_AccessCategory1_SelectionAssistanceInfo_Value_name = map[int32]string{
34         0: "protobuf_unspecified",
35         1: "a",
36         2: "b",
37         3: "c",
38 }
39
40 var UAC_AccessCategory1_SelectionAssistanceInfo_Value_value = map[string]int32{
41         "protobuf_unspecified": 0,
42         "a":                    1,
43         "b":                    2,
44         "c":                    3,
45 }
46
47 func (x UAC_AccessCategory1_SelectionAssistanceInfo_Value) String() string {
48         return proto.EnumName(UAC_AccessCategory1_SelectionAssistanceInfo_Value_name, int32(x))
49 }
50
51 func (UAC_AccessCategory1_SelectionAssistanceInfo_Value) EnumDescriptor() ([]byte, []int) {
52         return fileDescriptor_3f0afbd7a60a4cb5, []int{3, 0}
53 }
54
55 type Q_Hyst_Value int32
56
57 const (
58         Q_Hyst_protobuf_unspecified Q_Hyst_Value = 0
59         Q_Hyst_dB0                  Q_Hyst_Value = 1
60         Q_Hyst_dB1                  Q_Hyst_Value = 2
61         Q_Hyst_dB2                  Q_Hyst_Value = 3
62         Q_Hyst_dB3                  Q_Hyst_Value = 4
63         Q_Hyst_dB4                  Q_Hyst_Value = 5
64         Q_Hyst_dB5                  Q_Hyst_Value = 6
65         Q_Hyst_dB6                  Q_Hyst_Value = 7
66         Q_Hyst_dB8                  Q_Hyst_Value = 8
67         Q_Hyst_dB10                 Q_Hyst_Value = 9
68         Q_Hyst_dB12                 Q_Hyst_Value = 10
69         Q_Hyst_dB14                 Q_Hyst_Value = 11
70         Q_Hyst_dB16                 Q_Hyst_Value = 12
71         Q_Hyst_dB18                 Q_Hyst_Value = 13
72         Q_Hyst_dB20                 Q_Hyst_Value = 14
73         Q_Hyst_dB22                 Q_Hyst_Value = 15
74         Q_Hyst_dB24                 Q_Hyst_Value = 16
75 )
76
77 var Q_Hyst_Value_name = map[int32]string{
78         0:  "protobuf_unspecified",
79         1:  "dB0",
80         2:  "dB1",
81         3:  "dB2",
82         4:  "dB3",
83         5:  "dB4",
84         6:  "dB5",
85         7:  "dB6",
86         8:  "dB8",
87         9:  "dB10",
88         10: "dB12",
89         11: "dB14",
90         12: "dB16",
91         13: "dB18",
92         14: "dB20",
93         15: "dB22",
94         16: "dB24",
95 }
96
97 var Q_Hyst_Value_value = map[string]int32{
98         "protobuf_unspecified": 0,
99         "dB0":                  1,
100         "dB1":                  2,
101         "dB2":                  3,
102         "dB3":                  4,
103         "dB4":                  5,
104         "dB5":                  6,
105         "dB6":                  7,
106         "dB8":                  8,
107         "dB10":                 9,
108         "dB12":                 10,
109         "dB14":                 11,
110         "dB16":                 12,
111         "dB18":                 13,
112         "dB20":                 14,
113         "dB22":                 15,
114         "dB24":                 16,
115 }
116
117 func (x Q_Hyst_Value) String() string {
118         return proto.EnumName(Q_Hyst_Value_name, int32(x))
119 }
120
121 func (Q_Hyst_Value) EnumDescriptor() ([]byte, []int) {
122         return fileDescriptor_3f0afbd7a60a4cb5, []int{7, 0}
123 }
124
125 type SF_Medium_High_Value int32
126
127 const (
128         SF_Medium_High_protobuf_unspecified SF_Medium_High_Value = 0
129         SF_Medium_High_dB_6                 SF_Medium_High_Value = 1
130         SF_Medium_High_dB_4                 SF_Medium_High_Value = 2
131         SF_Medium_High_dB_2                 SF_Medium_High_Value = 3
132         SF_Medium_High_dB0                  SF_Medium_High_Value = 4
133 )
134
135 var SF_Medium_High_Value_name = map[int32]string{
136         0: "protobuf_unspecified",
137         1: "dB_6",
138         2: "dB_4",
139         3: "dB_2",
140         4: "dB0",
141 }
142
143 var SF_Medium_High_Value_value = map[string]int32{
144         "protobuf_unspecified": 0,
145         "dB_6":                 1,
146         "dB_4":                 2,
147         "dB_2":                 3,
148         "dB0":                  4,
149 }
150
151 func (x SF_Medium_High_Value) String() string {
152         return proto.EnumName(SF_Medium_High_Value_name, int32(x))
153 }
154
155 func (SF_Medium_High_Value) EnumDescriptor() ([]byte, []int) {
156         return fileDescriptor_3f0afbd7a60a4cb5, []int{10, 0}
157 }
158
159 type CellReselectionSubPriority_Value int32
160
161 const (
162         CellReselectionSubPriority_protobuf_unspecified CellReselectionSubPriority_Value = 0
163         CellReselectionSubPriority_oDot2                CellReselectionSubPriority_Value = 1
164         CellReselectionSubPriority_oDot4                CellReselectionSubPriority_Value = 2
165         CellReselectionSubPriority_oDot6                CellReselectionSubPriority_Value = 3
166         CellReselectionSubPriority_oDot8                CellReselectionSubPriority_Value = 4
167 )
168
169 var CellReselectionSubPriority_Value_name = map[int32]string{
170         0: "protobuf_unspecified",
171         1: "oDot2",
172         2: "oDot4",
173         3: "oDot6",
174         4: "oDot8",
175 }
176
177 var CellReselectionSubPriority_Value_value = map[string]int32{
178         "protobuf_unspecified": 0,
179         "oDot2":                1,
180         "oDot4":                2,
181         "oDot6":                3,
182         "oDot8":                4,
183 }
184
185 func (x CellReselectionSubPriority_Value) String() string {
186         return proto.EnumName(CellReselectionSubPriority_Value_name, int32(x))
187 }
188
189 func (CellReselectionSubPriority_Value) EnumDescriptor() ([]byte, []int) {
190         return fileDescriptor_3f0afbd7a60a4cb5, []int{12, 0}
191 }
192
193 type SpeedStateScaleFactorsSF_Medium_High_Value int32
194
195 const (
196         SpeedStateScaleFactorsSF_Medium_High_protobuf_unspecified SpeedStateScaleFactorsSF_Medium_High_Value = 0
197         SpeedStateScaleFactorsSF_Medium_High_oDot25               SpeedStateScaleFactorsSF_Medium_High_Value = 1
198         SpeedStateScaleFactorsSF_Medium_High_oDot5                SpeedStateScaleFactorsSF_Medium_High_Value = 2
199         SpeedStateScaleFactorsSF_Medium_High_oDot75               SpeedStateScaleFactorsSF_Medium_High_Value = 3
200         SpeedStateScaleFactorsSF_Medium_High_lDot0                SpeedStateScaleFactorsSF_Medium_High_Value = 4
201 )
202
203 var SpeedStateScaleFactorsSF_Medium_High_Value_name = map[int32]string{
204         0: "protobuf_unspecified",
205         1: "oDot25",
206         2: "oDot5",
207         3: "oDot75",
208         4: "lDot0",
209 }
210
211 var SpeedStateScaleFactorsSF_Medium_High_Value_value = map[string]int32{
212         "protobuf_unspecified": 0,
213         "oDot25":               1,
214         "oDot5":                2,
215         "oDot75":               3,
216         "lDot0":                4,
217 }
218
219 func (x SpeedStateScaleFactorsSF_Medium_High_Value) String() string {
220         return proto.EnumName(SpeedStateScaleFactorsSF_Medium_High_Value_name, int32(x))
221 }
222
223 func (SpeedStateScaleFactorsSF_Medium_High_Value) EnumDescriptor() ([]byte, []int) {
224         return fileDescriptor_3f0afbd7a60a4cb5, []int{15, 0}
225 }
226
227 type SIB7_WarningMessageSegmentType int32
228
229 const (
230         SIB7_protobuf_unspecified SIB7_WarningMessageSegmentType = 0
231         SIB7_notLastSegment       SIB7_WarningMessageSegmentType = 1
232         SIB7_lastSegment          SIB7_WarningMessageSegmentType = 2
233 )
234
235 var SIB7_WarningMessageSegmentType_name = map[int32]string{
236         0: "protobuf_unspecified",
237         1: "notLastSegment",
238         2: "lastSegment",
239 }
240
241 var SIB7_WarningMessageSegmentType_value = map[string]int32{
242         "protobuf_unspecified": 0,
243         "notLastSegment":       1,
244         "lastSegment":          2,
245 }
246
247 func (x SIB7_WarningMessageSegmentType) String() string {
248         return proto.EnumName(SIB7_WarningMessageSegmentType_name, int32(x))
249 }
250
251 func (SIB7_WarningMessageSegmentType) EnumDescriptor() ([]byte, []int) {
252         return fileDescriptor_3f0afbd7a60a4cb5, []int{35, 0}
253 }
254
255 type SIB8_WarningMessageSegmentType int32
256
257 const (
258         SIB8_protobuf_unspecified SIB8_WarningMessageSegmentType = 0
259         SIB8_notLastSegment       SIB8_WarningMessageSegmentType = 1
260         SIB8_lastSegment          SIB8_WarningMessageSegmentType = 2
261 )
262
263 var SIB8_WarningMessageSegmentType_name = map[int32]string{
264         0: "protobuf_unspecified",
265         1: "notLastSegment",
266         2: "lastSegment",
267 }
268
269 var SIB8_WarningMessageSegmentType_value = map[string]int32{
270         "protobuf_unspecified": 0,
271         "notLastSegment":       1,
272         "lastSegment":          2,
273 }
274
275 func (x SIB8_WarningMessageSegmentType) String() string {
276         return proto.EnumName(SIB8_WarningMessageSegmentType_name, int32(x))
277 }
278
279 func (SIB8_WarningMessageSegmentType) EnumDescriptor() ([]byte, []int) {
280         return fileDescriptor_3f0afbd7a60a4cb5, []int{36, 0}
281 }
282
283 type SIB1 struct {
284         CellSelectionInfo        *SIB1CellSelectionInfo      `protobuf:"bytes,1,opt,name=cellSelectionInfo,proto3" json:"cellSelectionInfo,omitempty"`
285         CellAccessRelatedInfo    *CellAccessRelatedInfo      `protobuf:"bytes,2,opt,name=cellAccessRelatedInfo,proto3" json:"cellAccessRelatedInfo,omitempty"`
286         ConnEstFailureControl    *ConnEstFailureControl      `protobuf:"bytes,3,opt,name=connEstFailureControl,proto3" json:"connEstFailureControl,omitempty"`
287         Si_SchedulingInfo        *SI_SchedulingInfo          `protobuf:"bytes,4,opt,name=si_SchedulingInfo,json=siSchedulingInfo,proto3" json:"si_SchedulingInfo,omitempty"`
288         ServingCellConfigCommon  *ServingCellConfigCommonSIB `protobuf:"bytes,5,opt,name=servingCellConfigCommon,proto3" json:"servingCellConfigCommon,omitempty"`
289         Ims_EmergencySupport     *TrueOpt                    `protobuf:"bytes,6,opt,name=ims_EmergencySupport,json=imsEmergencySupport,proto3" json:"ims_EmergencySupport,omitempty"`
290         ECallOverIMS_Support     *TrueOpt                    `protobuf:"bytes,7,opt,name=eCallOverIMS_Support,json=eCallOverIMSSupport,proto3" json:"eCallOverIMS_Support,omitempty"`
291         Ue_TimersAndConstants    *UE_TimersAndConstants      `protobuf:"bytes,8,opt,name=ue_TimersAndConstants,json=ueTimersAndConstants,proto3" json:"ue_TimersAndConstants,omitempty"`
292         Uac_BarringInfo          *SIB1UAC_BarringInfo        `protobuf:"bytes,9,opt,name=uac_BarringInfo,json=uacBarringInfo,proto3" json:"uac_BarringInfo,omitempty"`
293         UseFullResumeID          *TrueOpt                    `protobuf:"bytes,10,opt,name=useFullResumeID,proto3" json:"useFullResumeID,omitempty"`
294         LateNonCriticalExtension *wrappers.BytesValue        `protobuf:"bytes,11,opt,name=lateNonCriticalExtension,proto3" json:"lateNonCriticalExtension,omitempty"`
295         XXX_NoUnkeyedLiteral     struct{}                    `json:"-"`
296         XXX_unrecognized         []byte                      `json:"-"`
297         XXX_sizecache            int32                       `json:"-"`
298 }
299
300 func (m *SIB1) Reset()         { *m = SIB1{} }
301 func (m *SIB1) String() string { return proto.CompactTextString(m) }
302 func (*SIB1) ProtoMessage()    {}
303 func (*SIB1) Descriptor() ([]byte, []int) {
304         return fileDescriptor_3f0afbd7a60a4cb5, []int{0}
305 }
306
307 func (m *SIB1) XXX_Unmarshal(b []byte) error {
308         return xxx_messageInfo_SIB1.Unmarshal(m, b)
309 }
310 func (m *SIB1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
311         return xxx_messageInfo_SIB1.Marshal(b, m, deterministic)
312 }
313 func (m *SIB1) XXX_Merge(src proto.Message) {
314         xxx_messageInfo_SIB1.Merge(m, src)
315 }
316 func (m *SIB1) XXX_Size() int {
317         return xxx_messageInfo_SIB1.Size(m)
318 }
319 func (m *SIB1) XXX_DiscardUnknown() {
320         xxx_messageInfo_SIB1.DiscardUnknown(m)
321 }
322
323 var xxx_messageInfo_SIB1 proto.InternalMessageInfo
324
325 func (m *SIB1) GetCellSelectionInfo() *SIB1CellSelectionInfo {
326         if m != nil {
327                 return m.CellSelectionInfo
328         }
329         return nil
330 }
331
332 func (m *SIB1) GetCellAccessRelatedInfo() *CellAccessRelatedInfo {
333         if m != nil {
334                 return m.CellAccessRelatedInfo
335         }
336         return nil
337 }
338
339 func (m *SIB1) GetConnEstFailureControl() *ConnEstFailureControl {
340         if m != nil {
341                 return m.ConnEstFailureControl
342         }
343         return nil
344 }
345
346 func (m *SIB1) GetSi_SchedulingInfo() *SI_SchedulingInfo {
347         if m != nil {
348                 return m.Si_SchedulingInfo
349         }
350         return nil
351 }
352
353 func (m *SIB1) GetServingCellConfigCommon() *ServingCellConfigCommonSIB {
354         if m != nil {
355                 return m.ServingCellConfigCommon
356         }
357         return nil
358 }
359
360 func (m *SIB1) GetIms_EmergencySupport() *TrueOpt {
361         if m != nil {
362                 return m.Ims_EmergencySupport
363         }
364         return nil
365 }
366
367 func (m *SIB1) GetECallOverIMS_Support() *TrueOpt {
368         if m != nil {
369                 return m.ECallOverIMS_Support
370         }
371         return nil
372 }
373
374 func (m *SIB1) GetUe_TimersAndConstants() *UE_TimersAndConstants {
375         if m != nil {
376                 return m.Ue_TimersAndConstants
377         }
378         return nil
379 }
380
381 func (m *SIB1) GetUac_BarringInfo() *SIB1UAC_BarringInfo {
382         if m != nil {
383                 return m.Uac_BarringInfo
384         }
385         return nil
386 }
387
388 func (m *SIB1) GetUseFullResumeID() *TrueOpt {
389         if m != nil {
390                 return m.UseFullResumeID
391         }
392         return nil
393 }
394
395 func (m *SIB1) GetLateNonCriticalExtension() *wrappers.BytesValue {
396         if m != nil {
397                 return m.LateNonCriticalExtension
398         }
399         return nil
400 }
401
402 type SIB1CellSelectionInfo struct {
403         Q_RxLevMin           int32                 `protobuf:"zigzag32,1,opt,name=q_RxLevMin,json=qRxLevMin,proto3" json:"q_RxLevMin,omitempty"`
404         Q_RxLevMinOffset     *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=q_RxLevMinOffset,json=qRxLevMinOffset,proto3" json:"q_RxLevMinOffset,omitempty"`
405         Q_RxLevMinSUL        *wrappers.Int32Value  `protobuf:"bytes,3,opt,name=q_RxLevMinSUL,json=qRxLevMinSUL,proto3" json:"q_RxLevMinSUL,omitempty"`
406         Q_QualMin            *wrappers.Int32Value  `protobuf:"bytes,4,opt,name=q_QualMin,json=qQualMin,proto3" json:"q_QualMin,omitempty"`
407         Q_QualMinOffset      *wrappers.UInt32Value `protobuf:"bytes,5,opt,name=q_QualMinOffset,json=qQualMinOffset,proto3" json:"q_QualMinOffset,omitempty"`
408         XXX_NoUnkeyedLiteral struct{}              `json:"-"`
409         XXX_unrecognized     []byte                `json:"-"`
410         XXX_sizecache        int32                 `json:"-"`
411 }
412
413 func (m *SIB1CellSelectionInfo) Reset()         { *m = SIB1CellSelectionInfo{} }
414 func (m *SIB1CellSelectionInfo) String() string { return proto.CompactTextString(m) }
415 func (*SIB1CellSelectionInfo) ProtoMessage()    {}
416 func (*SIB1CellSelectionInfo) Descriptor() ([]byte, []int) {
417         return fileDescriptor_3f0afbd7a60a4cb5, []int{1}
418 }
419
420 func (m *SIB1CellSelectionInfo) XXX_Unmarshal(b []byte) error {
421         return xxx_messageInfo_SIB1CellSelectionInfo.Unmarshal(m, b)
422 }
423 func (m *SIB1CellSelectionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
424         return xxx_messageInfo_SIB1CellSelectionInfo.Marshal(b, m, deterministic)
425 }
426 func (m *SIB1CellSelectionInfo) XXX_Merge(src proto.Message) {
427         xxx_messageInfo_SIB1CellSelectionInfo.Merge(m, src)
428 }
429 func (m *SIB1CellSelectionInfo) XXX_Size() int {
430         return xxx_messageInfo_SIB1CellSelectionInfo.Size(m)
431 }
432 func (m *SIB1CellSelectionInfo) XXX_DiscardUnknown() {
433         xxx_messageInfo_SIB1CellSelectionInfo.DiscardUnknown(m)
434 }
435
436 var xxx_messageInfo_SIB1CellSelectionInfo proto.InternalMessageInfo
437
438 func (m *SIB1CellSelectionInfo) GetQ_RxLevMin() int32 {
439         if m != nil {
440                 return m.Q_RxLevMin
441         }
442         return 0
443 }
444
445 func (m *SIB1CellSelectionInfo) GetQ_RxLevMinOffset() *wrappers.UInt32Value {
446         if m != nil {
447                 return m.Q_RxLevMinOffset
448         }
449         return nil
450 }
451
452 func (m *SIB1CellSelectionInfo) GetQ_RxLevMinSUL() *wrappers.Int32Value {
453         if m != nil {
454                 return m.Q_RxLevMinSUL
455         }
456         return nil
457 }
458
459 func (m *SIB1CellSelectionInfo) GetQ_QualMin() *wrappers.Int32Value {
460         if m != nil {
461                 return m.Q_QualMin
462         }
463         return nil
464 }
465
466 func (m *SIB1CellSelectionInfo) GetQ_QualMinOffset() *wrappers.UInt32Value {
467         if m != nil {
468                 return m.Q_QualMinOffset
469         }
470         return nil
471 }
472
473 type SIB1UAC_BarringInfo struct {
474         Uac_BarringForCommon    *UAC_BarringPerCatList   `protobuf:"bytes,1,opt,name=uac_BarringForCommon,json=uacBarringForCommon,proto3" json:"uac_BarringForCommon,omitempty"`
475         Uac_BarringPerPLMN_List *UAC_BarringPerPLMN_List `protobuf:"bytes,2,opt,name=uac_BarringPerPLMN_List,json=uacBarringPerPLMNList,proto3" json:"uac_BarringPerPLMN_List,omitempty"`
476         Uac_BarringInfoSetList  *UAC_BarringInfoSetList  `protobuf:"bytes,3,opt,name=uac_BarringInfoSetList,json=uacBarringInfoSetList,proto3" json:"uac_BarringInfoSetList,omitempty"`
477         // Types that are valid to be assigned to Uac_AccessCategory1_SelectionAssistanceInfo:
478         //      *SIB1UAC_BarringInfo_PlmnCommon
479         //      *SIB1UAC_BarringInfo_IndividualPLMNList
480         Uac_AccessCategory1_SelectionAssistanceInfo isSIB1UAC_BarringInfo_Uac_AccessCategory1_SelectionAssistanceInfo `protobuf_oneof:"uac_AccessCategory1_SelectionAssistanceInfo"`
481         XXX_NoUnkeyedLiteral                        struct{}                                                          `json:"-"`
482         XXX_unrecognized                            []byte                                                            `json:"-"`
483         XXX_sizecache                               int32                                                             `json:"-"`
484 }
485
486 func (m *SIB1UAC_BarringInfo) Reset()         { *m = SIB1UAC_BarringInfo{} }
487 func (m *SIB1UAC_BarringInfo) String() string { return proto.CompactTextString(m) }
488 func (*SIB1UAC_BarringInfo) ProtoMessage()    {}
489 func (*SIB1UAC_BarringInfo) Descriptor() ([]byte, []int) {
490         return fileDescriptor_3f0afbd7a60a4cb5, []int{2}
491 }
492
493 func (m *SIB1UAC_BarringInfo) XXX_Unmarshal(b []byte) error {
494         return xxx_messageInfo_SIB1UAC_BarringInfo.Unmarshal(m, b)
495 }
496 func (m *SIB1UAC_BarringInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
497         return xxx_messageInfo_SIB1UAC_BarringInfo.Marshal(b, m, deterministic)
498 }
499 func (m *SIB1UAC_BarringInfo) XXX_Merge(src proto.Message) {
500         xxx_messageInfo_SIB1UAC_BarringInfo.Merge(m, src)
501 }
502 func (m *SIB1UAC_BarringInfo) XXX_Size() int {
503         return xxx_messageInfo_SIB1UAC_BarringInfo.Size(m)
504 }
505 func (m *SIB1UAC_BarringInfo) XXX_DiscardUnknown() {
506         xxx_messageInfo_SIB1UAC_BarringInfo.DiscardUnknown(m)
507 }
508
509 var xxx_messageInfo_SIB1UAC_BarringInfo proto.InternalMessageInfo
510
511 func (m *SIB1UAC_BarringInfo) GetUac_BarringForCommon() *UAC_BarringPerCatList {
512         if m != nil {
513                 return m.Uac_BarringForCommon
514         }
515         return nil
516 }
517
518 func (m *SIB1UAC_BarringInfo) GetUac_BarringPerPLMN_List() *UAC_BarringPerPLMN_List {
519         if m != nil {
520                 return m.Uac_BarringPerPLMN_List
521         }
522         return nil
523 }
524
525 func (m *SIB1UAC_BarringInfo) GetUac_BarringInfoSetList() *UAC_BarringInfoSetList {
526         if m != nil {
527                 return m.Uac_BarringInfoSetList
528         }
529         return nil
530 }
531
532 type isSIB1UAC_BarringInfo_Uac_AccessCategory1_SelectionAssistanceInfo interface {
533         isSIB1UAC_BarringInfo_Uac_AccessCategory1_SelectionAssistanceInfo()
534 }
535
536 type SIB1UAC_BarringInfo_PlmnCommon struct {
537         PlmnCommon *UAC_AccessCategory1_SelectionAssistanceInfo `protobuf:"bytes,4,opt,name=plmnCommon,proto3,oneof"`
538 }
539
540 type SIB1UAC_BarringInfo_IndividualPLMNList struct {
541         IndividualPLMNList *IndividualPLMNList `protobuf:"bytes,5,opt,name=individualPLMNList,proto3,oneof"`
542 }
543
544 func (*SIB1UAC_BarringInfo_PlmnCommon) isSIB1UAC_BarringInfo_Uac_AccessCategory1_SelectionAssistanceInfo() {
545 }
546
547 func (*SIB1UAC_BarringInfo_IndividualPLMNList) isSIB1UAC_BarringInfo_Uac_AccessCategory1_SelectionAssistanceInfo() {
548 }
549
550 func (m *SIB1UAC_BarringInfo) GetUac_AccessCategory1_SelectionAssistanceInfo() isSIB1UAC_BarringInfo_Uac_AccessCategory1_SelectionAssistanceInfo {
551         if m != nil {
552                 return m.Uac_AccessCategory1_SelectionAssistanceInfo
553         }
554         return nil
555 }
556
557 func (m *SIB1UAC_BarringInfo) GetPlmnCommon() *UAC_AccessCategory1_SelectionAssistanceInfo {
558         if x, ok := m.GetUac_AccessCategory1_SelectionAssistanceInfo().(*SIB1UAC_BarringInfo_PlmnCommon); ok {
559                 return x.PlmnCommon
560         }
561         return nil
562 }
563
564 func (m *SIB1UAC_BarringInfo) GetIndividualPLMNList() *IndividualPLMNList {
565         if x, ok := m.GetUac_AccessCategory1_SelectionAssistanceInfo().(*SIB1UAC_BarringInfo_IndividualPLMNList); ok {
566                 return x.IndividualPLMNList
567         }
568         return nil
569 }
570
571 // XXX_OneofWrappers is for the internal use of the proto package.
572 func (*SIB1UAC_BarringInfo) XXX_OneofWrappers() []interface{} {
573         return []interface{}{
574                 (*SIB1UAC_BarringInfo_PlmnCommon)(nil),
575                 (*SIB1UAC_BarringInfo_IndividualPLMNList)(nil),
576         }
577 }
578
579 type UAC_AccessCategory1_SelectionAssistanceInfo struct {
580         Value                UAC_AccessCategory1_SelectionAssistanceInfo_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.UAC_AccessCategory1_SelectionAssistanceInfo_Value" json:"value,omitempty"`
581         XXX_NoUnkeyedLiteral struct{}                                          `json:"-"`
582         XXX_unrecognized     []byte                                            `json:"-"`
583         XXX_sizecache        int32                                             `json:"-"`
584 }
585
586 func (m *UAC_AccessCategory1_SelectionAssistanceInfo) Reset() {
587         *m = UAC_AccessCategory1_SelectionAssistanceInfo{}
588 }
589 func (m *UAC_AccessCategory1_SelectionAssistanceInfo) String() string {
590         return proto.CompactTextString(m)
591 }
592 func (*UAC_AccessCategory1_SelectionAssistanceInfo) ProtoMessage() {}
593 func (*UAC_AccessCategory1_SelectionAssistanceInfo) Descriptor() ([]byte, []int) {
594         return fileDescriptor_3f0afbd7a60a4cb5, []int{3}
595 }
596
597 func (m *UAC_AccessCategory1_SelectionAssistanceInfo) XXX_Unmarshal(b []byte) error {
598         return xxx_messageInfo_UAC_AccessCategory1_SelectionAssistanceInfo.Unmarshal(m, b)
599 }
600 func (m *UAC_AccessCategory1_SelectionAssistanceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
601         return xxx_messageInfo_UAC_AccessCategory1_SelectionAssistanceInfo.Marshal(b, m, deterministic)
602 }
603 func (m *UAC_AccessCategory1_SelectionAssistanceInfo) XXX_Merge(src proto.Message) {
604         xxx_messageInfo_UAC_AccessCategory1_SelectionAssistanceInfo.Merge(m, src)
605 }
606 func (m *UAC_AccessCategory1_SelectionAssistanceInfo) XXX_Size() int {
607         return xxx_messageInfo_UAC_AccessCategory1_SelectionAssistanceInfo.Size(m)
608 }
609 func (m *UAC_AccessCategory1_SelectionAssistanceInfo) XXX_DiscardUnknown() {
610         xxx_messageInfo_UAC_AccessCategory1_SelectionAssistanceInfo.DiscardUnknown(m)
611 }
612
613 var xxx_messageInfo_UAC_AccessCategory1_SelectionAssistanceInfo proto.InternalMessageInfo
614
615 func (m *UAC_AccessCategory1_SelectionAssistanceInfo) GetValue() UAC_AccessCategory1_SelectionAssistanceInfo_Value {
616         if m != nil {
617                 return m.Value
618         }
619         return UAC_AccessCategory1_SelectionAssistanceInfo_protobuf_unspecified
620 }
621
622 type IndividualPLMNList struct {
623         Items                []*UAC_AccessCategory1_SelectionAssistanceInfo `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
624         XXX_NoUnkeyedLiteral struct{}                                       `json:"-"`
625         XXX_unrecognized     []byte                                         `json:"-"`
626         XXX_sizecache        int32                                          `json:"-"`
627 }
628
629 func (m *IndividualPLMNList) Reset()         { *m = IndividualPLMNList{} }
630 func (m *IndividualPLMNList) String() string { return proto.CompactTextString(m) }
631 func (*IndividualPLMNList) ProtoMessage()    {}
632 func (*IndividualPLMNList) Descriptor() ([]byte, []int) {
633         return fileDescriptor_3f0afbd7a60a4cb5, []int{4}
634 }
635
636 func (m *IndividualPLMNList) XXX_Unmarshal(b []byte) error {
637         return xxx_messageInfo_IndividualPLMNList.Unmarshal(m, b)
638 }
639 func (m *IndividualPLMNList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
640         return xxx_messageInfo_IndividualPLMNList.Marshal(b, m, deterministic)
641 }
642 func (m *IndividualPLMNList) XXX_Merge(src proto.Message) {
643         xxx_messageInfo_IndividualPLMNList.Merge(m, src)
644 }
645 func (m *IndividualPLMNList) XXX_Size() int {
646         return xxx_messageInfo_IndividualPLMNList.Size(m)
647 }
648 func (m *IndividualPLMNList) XXX_DiscardUnknown() {
649         xxx_messageInfo_IndividualPLMNList.DiscardUnknown(m)
650 }
651
652 var xxx_messageInfo_IndividualPLMNList proto.InternalMessageInfo
653
654 func (m *IndividualPLMNList) GetItems() []*UAC_AccessCategory1_SelectionAssistanceInfo {
655         if m != nil {
656                 return m.Items
657         }
658         return nil
659 }
660
661 type SIB2 struct {
662         CellReselectionInfoCommon      *SIB2CellReselectionInfoCommon      `protobuf:"bytes,1,opt,name=cellReselectionInfoCommon,proto3" json:"cellReselectionInfoCommon,omitempty"`
663         CellReselectionServingFreqInfo *SIB2CellReselectionServingFreqInfo `protobuf:"bytes,2,opt,name=cellReselectionServingFreqInfo,proto3" json:"cellReselectionServingFreqInfo,omitempty"`
664         IntraFreqCellReselectionInfo   *SIB2IntraFreqCellReselectionInfo   `protobuf:"bytes,3,opt,name=intraFreqCellReselectionInfo,proto3" json:"intraFreqCellReselectionInfo,omitempty"`
665         XXX_NoUnkeyedLiteral           struct{}                            `json:"-"`
666         XXX_unrecognized               []byte                              `json:"-"`
667         XXX_sizecache                  int32                               `json:"-"`
668 }
669
670 func (m *SIB2) Reset()         { *m = SIB2{} }
671 func (m *SIB2) String() string { return proto.CompactTextString(m) }
672 func (*SIB2) ProtoMessage()    {}
673 func (*SIB2) Descriptor() ([]byte, []int) {
674         return fileDescriptor_3f0afbd7a60a4cb5, []int{5}
675 }
676
677 func (m *SIB2) XXX_Unmarshal(b []byte) error {
678         return xxx_messageInfo_SIB2.Unmarshal(m, b)
679 }
680 func (m *SIB2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
681         return xxx_messageInfo_SIB2.Marshal(b, m, deterministic)
682 }
683 func (m *SIB2) XXX_Merge(src proto.Message) {
684         xxx_messageInfo_SIB2.Merge(m, src)
685 }
686 func (m *SIB2) XXX_Size() int {
687         return xxx_messageInfo_SIB2.Size(m)
688 }
689 func (m *SIB2) XXX_DiscardUnknown() {
690         xxx_messageInfo_SIB2.DiscardUnknown(m)
691 }
692
693 var xxx_messageInfo_SIB2 proto.InternalMessageInfo
694
695 func (m *SIB2) GetCellReselectionInfoCommon() *SIB2CellReselectionInfoCommon {
696         if m != nil {
697                 return m.CellReselectionInfoCommon
698         }
699         return nil
700 }
701
702 func (m *SIB2) GetCellReselectionServingFreqInfo() *SIB2CellReselectionServingFreqInfo {
703         if m != nil {
704                 return m.CellReselectionServingFreqInfo
705         }
706         return nil
707 }
708
709 func (m *SIB2) GetIntraFreqCellReselectionInfo() *SIB2IntraFreqCellReselectionInfo {
710         if m != nil {
711                 return m.IntraFreqCellReselectionInfo
712         }
713         return nil
714 }
715
716 type SIB2CellReselectionInfoCommon struct {
717         NrofSS_BlocksToAverage          *wrappers.UInt32Value      `protobuf:"bytes,1,opt,name=nrofSS_BlocksToAverage,json=nrofSSBlocksToAverage,proto3" json:"nrofSS_BlocksToAverage,omitempty"`
718         AbsThreshSS_BlocksConsolidation *ThresholdNR               `protobuf:"bytes,2,opt,name=absThreshSS_BlocksConsolidation,json=absThreshSSBlocksConsolidation,proto3" json:"absThreshSS_BlocksConsolidation,omitempty"`
719         RangeToBestCell                 *Q_OffsetRange             `protobuf:"bytes,3,opt,name=rangeToBestCell,proto3" json:"rangeToBestCell,omitempty"`
720         Q_Hyst                          *Q_Hyst                    `protobuf:"bytes,4,opt,name=q_Hyst,json=qHyst,proto3" json:"q_Hyst,omitempty"`
721         SpeedStateReselectionPars       *SpeedStateReselectionPars `protobuf:"bytes,5,opt,name=speedStateReselectionPars,proto3" json:"speedStateReselectionPars,omitempty"`
722         XXX_NoUnkeyedLiteral            struct{}                   `json:"-"`
723         XXX_unrecognized                []byte                     `json:"-"`
724         XXX_sizecache                   int32                      `json:"-"`
725 }
726
727 func (m *SIB2CellReselectionInfoCommon) Reset()         { *m = SIB2CellReselectionInfoCommon{} }
728 func (m *SIB2CellReselectionInfoCommon) String() string { return proto.CompactTextString(m) }
729 func (*SIB2CellReselectionInfoCommon) ProtoMessage()    {}
730 func (*SIB2CellReselectionInfoCommon) Descriptor() ([]byte, []int) {
731         return fileDescriptor_3f0afbd7a60a4cb5, []int{6}
732 }
733
734 func (m *SIB2CellReselectionInfoCommon) XXX_Unmarshal(b []byte) error {
735         return xxx_messageInfo_SIB2CellReselectionInfoCommon.Unmarshal(m, b)
736 }
737 func (m *SIB2CellReselectionInfoCommon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
738         return xxx_messageInfo_SIB2CellReselectionInfoCommon.Marshal(b, m, deterministic)
739 }
740 func (m *SIB2CellReselectionInfoCommon) XXX_Merge(src proto.Message) {
741         xxx_messageInfo_SIB2CellReselectionInfoCommon.Merge(m, src)
742 }
743 func (m *SIB2CellReselectionInfoCommon) XXX_Size() int {
744         return xxx_messageInfo_SIB2CellReselectionInfoCommon.Size(m)
745 }
746 func (m *SIB2CellReselectionInfoCommon) XXX_DiscardUnknown() {
747         xxx_messageInfo_SIB2CellReselectionInfoCommon.DiscardUnknown(m)
748 }
749
750 var xxx_messageInfo_SIB2CellReselectionInfoCommon proto.InternalMessageInfo
751
752 func (m *SIB2CellReselectionInfoCommon) GetNrofSS_BlocksToAverage() *wrappers.UInt32Value {
753         if m != nil {
754                 return m.NrofSS_BlocksToAverage
755         }
756         return nil
757 }
758
759 func (m *SIB2CellReselectionInfoCommon) GetAbsThreshSS_BlocksConsolidation() *ThresholdNR {
760         if m != nil {
761                 return m.AbsThreshSS_BlocksConsolidation
762         }
763         return nil
764 }
765
766 func (m *SIB2CellReselectionInfoCommon) GetRangeToBestCell() *Q_OffsetRange {
767         if m != nil {
768                 return m.RangeToBestCell
769         }
770         return nil
771 }
772
773 func (m *SIB2CellReselectionInfoCommon) GetQ_Hyst() *Q_Hyst {
774         if m != nil {
775                 return m.Q_Hyst
776         }
777         return nil
778 }
779
780 func (m *SIB2CellReselectionInfoCommon) GetSpeedStateReselectionPars() *SpeedStateReselectionPars {
781         if m != nil {
782                 return m.SpeedStateReselectionPars
783         }
784         return nil
785 }
786
787 type Q_Hyst struct {
788         Value                Q_Hyst_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.Q_Hyst_Value" json:"value,omitempty"`
789         XXX_NoUnkeyedLiteral struct{}     `json:"-"`
790         XXX_unrecognized     []byte       `json:"-"`
791         XXX_sizecache        int32        `json:"-"`
792 }
793
794 func (m *Q_Hyst) Reset()         { *m = Q_Hyst{} }
795 func (m *Q_Hyst) String() string { return proto.CompactTextString(m) }
796 func (*Q_Hyst) ProtoMessage()    {}
797 func (*Q_Hyst) Descriptor() ([]byte, []int) {
798         return fileDescriptor_3f0afbd7a60a4cb5, []int{7}
799 }
800
801 func (m *Q_Hyst) XXX_Unmarshal(b []byte) error {
802         return xxx_messageInfo_Q_Hyst.Unmarshal(m, b)
803 }
804 func (m *Q_Hyst) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
805         return xxx_messageInfo_Q_Hyst.Marshal(b, m, deterministic)
806 }
807 func (m *Q_Hyst) XXX_Merge(src proto.Message) {
808         xxx_messageInfo_Q_Hyst.Merge(m, src)
809 }
810 func (m *Q_Hyst) XXX_Size() int {
811         return xxx_messageInfo_Q_Hyst.Size(m)
812 }
813 func (m *Q_Hyst) XXX_DiscardUnknown() {
814         xxx_messageInfo_Q_Hyst.DiscardUnknown(m)
815 }
816
817 var xxx_messageInfo_Q_Hyst proto.InternalMessageInfo
818
819 func (m *Q_Hyst) GetValue() Q_Hyst_Value {
820         if m != nil {
821                 return m.Value
822         }
823         return Q_Hyst_protobuf_unspecified
824 }
825
826 type SpeedStateReselectionPars struct {
827         MobilityStateParameters *MobilityStateParameters `protobuf:"bytes,1,opt,name=mobilityStateParameters,proto3" json:"mobilityStateParameters,omitempty"`
828         Q_HystSF                *Q_HystSF                `protobuf:"bytes,2,opt,name=q_HystSF,json=qHystSF,proto3" json:"q_HystSF,omitempty"`
829         XXX_NoUnkeyedLiteral    struct{}                 `json:"-"`
830         XXX_unrecognized        []byte                   `json:"-"`
831         XXX_sizecache           int32                    `json:"-"`
832 }
833
834 func (m *SpeedStateReselectionPars) Reset()         { *m = SpeedStateReselectionPars{} }
835 func (m *SpeedStateReselectionPars) String() string { return proto.CompactTextString(m) }
836 func (*SpeedStateReselectionPars) ProtoMessage()    {}
837 func (*SpeedStateReselectionPars) Descriptor() ([]byte, []int) {
838         return fileDescriptor_3f0afbd7a60a4cb5, []int{8}
839 }
840
841 func (m *SpeedStateReselectionPars) XXX_Unmarshal(b []byte) error {
842         return xxx_messageInfo_SpeedStateReselectionPars.Unmarshal(m, b)
843 }
844 func (m *SpeedStateReselectionPars) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
845         return xxx_messageInfo_SpeedStateReselectionPars.Marshal(b, m, deterministic)
846 }
847 func (m *SpeedStateReselectionPars) XXX_Merge(src proto.Message) {
848         xxx_messageInfo_SpeedStateReselectionPars.Merge(m, src)
849 }
850 func (m *SpeedStateReselectionPars) XXX_Size() int {
851         return xxx_messageInfo_SpeedStateReselectionPars.Size(m)
852 }
853 func (m *SpeedStateReselectionPars) XXX_DiscardUnknown() {
854         xxx_messageInfo_SpeedStateReselectionPars.DiscardUnknown(m)
855 }
856
857 var xxx_messageInfo_SpeedStateReselectionPars proto.InternalMessageInfo
858
859 func (m *SpeedStateReselectionPars) GetMobilityStateParameters() *MobilityStateParameters {
860         if m != nil {
861                 return m.MobilityStateParameters
862         }
863         return nil
864 }
865
866 func (m *SpeedStateReselectionPars) GetQ_HystSF() *Q_HystSF {
867         if m != nil {
868                 return m.Q_HystSF
869         }
870         return nil
871 }
872
873 type Q_HystSF struct {
874         Sf_Medium            *SF_Medium_High `protobuf:"bytes,1,opt,name=sf_Medium,json=sfMedium,proto3" json:"sf_Medium,omitempty"`
875         Sf_High              *SF_Medium_High `protobuf:"bytes,2,opt,name=sf_High,json=sfHigh,proto3" json:"sf_High,omitempty"`
876         XXX_NoUnkeyedLiteral struct{}        `json:"-"`
877         XXX_unrecognized     []byte          `json:"-"`
878         XXX_sizecache        int32           `json:"-"`
879 }
880
881 func (m *Q_HystSF) Reset()         { *m = Q_HystSF{} }
882 func (m *Q_HystSF) String() string { return proto.CompactTextString(m) }
883 func (*Q_HystSF) ProtoMessage()    {}
884 func (*Q_HystSF) Descriptor() ([]byte, []int) {
885         return fileDescriptor_3f0afbd7a60a4cb5, []int{9}
886 }
887
888 func (m *Q_HystSF) XXX_Unmarshal(b []byte) error {
889         return xxx_messageInfo_Q_HystSF.Unmarshal(m, b)
890 }
891 func (m *Q_HystSF) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
892         return xxx_messageInfo_Q_HystSF.Marshal(b, m, deterministic)
893 }
894 func (m *Q_HystSF) XXX_Merge(src proto.Message) {
895         xxx_messageInfo_Q_HystSF.Merge(m, src)
896 }
897 func (m *Q_HystSF) XXX_Size() int {
898         return xxx_messageInfo_Q_HystSF.Size(m)
899 }
900 func (m *Q_HystSF) XXX_DiscardUnknown() {
901         xxx_messageInfo_Q_HystSF.DiscardUnknown(m)
902 }
903
904 var xxx_messageInfo_Q_HystSF proto.InternalMessageInfo
905
906 func (m *Q_HystSF) GetSf_Medium() *SF_Medium_High {
907         if m != nil {
908                 return m.Sf_Medium
909         }
910         return nil
911 }
912
913 func (m *Q_HystSF) GetSf_High() *SF_Medium_High {
914         if m != nil {
915                 return m.Sf_High
916         }
917         return nil
918 }
919
920 type SF_Medium_High struct {
921         Value                SF_Medium_High_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.SF_Medium_High_Value" json:"value,omitempty"`
922         XXX_NoUnkeyedLiteral struct{}             `json:"-"`
923         XXX_unrecognized     []byte               `json:"-"`
924         XXX_sizecache        int32                `json:"-"`
925 }
926
927 func (m *SF_Medium_High) Reset()         { *m = SF_Medium_High{} }
928 func (m *SF_Medium_High) String() string { return proto.CompactTextString(m) }
929 func (*SF_Medium_High) ProtoMessage()    {}
930 func (*SF_Medium_High) Descriptor() ([]byte, []int) {
931         return fileDescriptor_3f0afbd7a60a4cb5, []int{10}
932 }
933
934 func (m *SF_Medium_High) XXX_Unmarshal(b []byte) error {
935         return xxx_messageInfo_SF_Medium_High.Unmarshal(m, b)
936 }
937 func (m *SF_Medium_High) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
938         return xxx_messageInfo_SF_Medium_High.Marshal(b, m, deterministic)
939 }
940 func (m *SF_Medium_High) XXX_Merge(src proto.Message) {
941         xxx_messageInfo_SF_Medium_High.Merge(m, src)
942 }
943 func (m *SF_Medium_High) XXX_Size() int {
944         return xxx_messageInfo_SF_Medium_High.Size(m)
945 }
946 func (m *SF_Medium_High) XXX_DiscardUnknown() {
947         xxx_messageInfo_SF_Medium_High.DiscardUnknown(m)
948 }
949
950 var xxx_messageInfo_SF_Medium_High proto.InternalMessageInfo
951
952 func (m *SF_Medium_High) GetValue() SF_Medium_High_Value {
953         if m != nil {
954                 return m.Value
955         }
956         return SF_Medium_High_protobuf_unspecified
957 }
958
959 type SIB2CellReselectionServingFreqInfo struct {
960         S_NonIntraSearchP          *wrappers.UInt32Value       `protobuf:"bytes,1,opt,name=s_NonIntraSearchP,json=sNonIntraSearchP,proto3" json:"s_NonIntraSearchP,omitempty"`
961         S_NonIntraSearchQ          *wrappers.UInt32Value       `protobuf:"bytes,2,opt,name=s_NonIntraSearchQ,json=sNonIntraSearchQ,proto3" json:"s_NonIntraSearchQ,omitempty"`
962         ThreshServingLowP          uint32                      `protobuf:"varint,3,opt,name=threshServingLowP,proto3" json:"threshServingLowP,omitempty"`
963         ThreshServingLowQ          *wrappers.UInt32Value       `protobuf:"bytes,4,opt,name=threshServingLowQ,proto3" json:"threshServingLowQ,omitempty"`
964         CellReselectionPriority    uint32                      `protobuf:"varint,5,opt,name=cellReselectionPriority,proto3" json:"cellReselectionPriority,omitempty"`
965         CellReselectionSubPriority *CellReselectionSubPriority `protobuf:"bytes,6,opt,name=cellReselectionSubPriority,proto3" json:"cellReselectionSubPriority,omitempty"`
966         XXX_NoUnkeyedLiteral       struct{}                    `json:"-"`
967         XXX_unrecognized           []byte                      `json:"-"`
968         XXX_sizecache              int32                       `json:"-"`
969 }
970
971 func (m *SIB2CellReselectionServingFreqInfo) Reset()         { *m = SIB2CellReselectionServingFreqInfo{} }
972 func (m *SIB2CellReselectionServingFreqInfo) String() string { return proto.CompactTextString(m) }
973 func (*SIB2CellReselectionServingFreqInfo) ProtoMessage()    {}
974 func (*SIB2CellReselectionServingFreqInfo) Descriptor() ([]byte, []int) {
975         return fileDescriptor_3f0afbd7a60a4cb5, []int{11}
976 }
977
978 func (m *SIB2CellReselectionServingFreqInfo) XXX_Unmarshal(b []byte) error {
979         return xxx_messageInfo_SIB2CellReselectionServingFreqInfo.Unmarshal(m, b)
980 }
981 func (m *SIB2CellReselectionServingFreqInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
982         return xxx_messageInfo_SIB2CellReselectionServingFreqInfo.Marshal(b, m, deterministic)
983 }
984 func (m *SIB2CellReselectionServingFreqInfo) XXX_Merge(src proto.Message) {
985         xxx_messageInfo_SIB2CellReselectionServingFreqInfo.Merge(m, src)
986 }
987 func (m *SIB2CellReselectionServingFreqInfo) XXX_Size() int {
988         return xxx_messageInfo_SIB2CellReselectionServingFreqInfo.Size(m)
989 }
990 func (m *SIB2CellReselectionServingFreqInfo) XXX_DiscardUnknown() {
991         xxx_messageInfo_SIB2CellReselectionServingFreqInfo.DiscardUnknown(m)
992 }
993
994 var xxx_messageInfo_SIB2CellReselectionServingFreqInfo proto.InternalMessageInfo
995
996 func (m *SIB2CellReselectionServingFreqInfo) GetS_NonIntraSearchP() *wrappers.UInt32Value {
997         if m != nil {
998                 return m.S_NonIntraSearchP
999         }
1000         return nil
1001 }
1002
1003 func (m *SIB2CellReselectionServingFreqInfo) GetS_NonIntraSearchQ() *wrappers.UInt32Value {
1004         if m != nil {
1005                 return m.S_NonIntraSearchQ
1006         }
1007         return nil
1008 }
1009
1010 func (m *SIB2CellReselectionServingFreqInfo) GetThreshServingLowP() uint32 {
1011         if m != nil {
1012                 return m.ThreshServingLowP
1013         }
1014         return 0
1015 }
1016
1017 func (m *SIB2CellReselectionServingFreqInfo) GetThreshServingLowQ() *wrappers.UInt32Value {
1018         if m != nil {
1019                 return m.ThreshServingLowQ
1020         }
1021         return nil
1022 }
1023
1024 func (m *SIB2CellReselectionServingFreqInfo) GetCellReselectionPriority() uint32 {
1025         if m != nil {
1026                 return m.CellReselectionPriority
1027         }
1028         return 0
1029 }
1030
1031 func (m *SIB2CellReselectionServingFreqInfo) GetCellReselectionSubPriority() *CellReselectionSubPriority {
1032         if m != nil {
1033                 return m.CellReselectionSubPriority
1034         }
1035         return nil
1036 }
1037
1038 type CellReselectionSubPriority struct {
1039         Value                CellReselectionSubPriority_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.CellReselectionSubPriority_Value" json:"value,omitempty"`
1040         XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
1041         XXX_unrecognized     []byte                           `json:"-"`
1042         XXX_sizecache        int32                            `json:"-"`
1043 }
1044
1045 func (m *CellReselectionSubPriority) Reset()         { *m = CellReselectionSubPriority{} }
1046 func (m *CellReselectionSubPriority) String() string { return proto.CompactTextString(m) }
1047 func (*CellReselectionSubPriority) ProtoMessage()    {}
1048 func (*CellReselectionSubPriority) Descriptor() ([]byte, []int) {
1049         return fileDescriptor_3f0afbd7a60a4cb5, []int{12}
1050 }
1051
1052 func (m *CellReselectionSubPriority) XXX_Unmarshal(b []byte) error {
1053         return xxx_messageInfo_CellReselectionSubPriority.Unmarshal(m, b)
1054 }
1055 func (m *CellReselectionSubPriority) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1056         return xxx_messageInfo_CellReselectionSubPriority.Marshal(b, m, deterministic)
1057 }
1058 func (m *CellReselectionSubPriority) XXX_Merge(src proto.Message) {
1059         xxx_messageInfo_CellReselectionSubPriority.Merge(m, src)
1060 }
1061 func (m *CellReselectionSubPriority) XXX_Size() int {
1062         return xxx_messageInfo_CellReselectionSubPriority.Size(m)
1063 }
1064 func (m *CellReselectionSubPriority) XXX_DiscardUnknown() {
1065         xxx_messageInfo_CellReselectionSubPriority.DiscardUnknown(m)
1066 }
1067
1068 var xxx_messageInfo_CellReselectionSubPriority proto.InternalMessageInfo
1069
1070 func (m *CellReselectionSubPriority) GetValue() CellReselectionSubPriority_Value {
1071         if m != nil {
1072                 return m.Value
1073         }
1074         return CellReselectionSubPriority_protobuf_unspecified
1075 }
1076
1077 type SIB2IntraFreqCellReselectionInfo struct {
1078         Q_RxLevMin              int32                         `protobuf:"zigzag32,1,opt,name=q_RxLevMin,json=qRxLevMin,proto3" json:"q_RxLevMin,omitempty"`
1079         Q_RxLevMinSUL           *wrappers.Int32Value          `protobuf:"bytes,2,opt,name=q_RxLevMinSUL,json=qRxLevMinSUL,proto3" json:"q_RxLevMinSUL,omitempty"`
1080         Q_QualMin               *wrappers.Int32Value          `protobuf:"bytes,3,opt,name=q_QualMin,json=qQualMin,proto3" json:"q_QualMin,omitempty"`
1081         S_IntraSearchP          uint32                        `protobuf:"varint,4,opt,name=s_IntraSearchP,json=sIntraSearchP,proto3" json:"s_IntraSearchP,omitempty"`
1082         S_IntraSearchQ          *wrappers.UInt32Value         `protobuf:"bytes,5,opt,name=s_IntraSearchQ,json=sIntraSearchQ,proto3" json:"s_IntraSearchQ,omitempty"`
1083         T_ReselectionNR         uint32                        `protobuf:"varint,6,opt,name=t_ReselectionNR,json=tReselectionNR,proto3" json:"t_ReselectionNR,omitempty"`
1084         FrequencyBandList       *MultiFrequencyBandListNR_SIB `protobuf:"bytes,7,opt,name=frequencyBandList,proto3" json:"frequencyBandList,omitempty"`
1085         FrequencyBandListSUL    *MultiFrequencyBandListNR_SIB `protobuf:"bytes,8,opt,name=frequencyBandListSUL,proto3" json:"frequencyBandListSUL,omitempty"`
1086         P_Max                   *wrappers.Int32Value          `protobuf:"bytes,9,opt,name=p_Max,json=pMax,proto3" json:"p_Max,omitempty"`
1087         Smtc                    *SSB_MTC                      `protobuf:"bytes,10,opt,name=smtc,proto3" json:"smtc,omitempty"`
1088         Ss_RSSI_Measurement     *SS_RSSI_Measurement          `protobuf:"bytes,11,opt,name=ss_RSSI_Measurement,json=ssRSSIMeasurement,proto3" json:"ss_RSSI_Measurement,omitempty"`
1089         Ssb_ToMeasure           *SSB_ToMeasure                `protobuf:"bytes,12,opt,name=ssb_ToMeasure,json=ssbToMeasure,proto3" json:"ssb_ToMeasure,omitempty"`
1090         DeriveSSB_IndexFromCell bool                          `protobuf:"varint,13,opt,name=deriveSSB_IndexFromCell,json=deriveSSBIndexFromCell,proto3" json:"deriveSSB_IndexFromCell,omitempty"`
1091         T_ReselectionNR_SF      *SpeedStateScaleFactors       `protobuf:"bytes,14,opt,name=t_ReselectionNR_SF,json=tReselectionNRSF,proto3" json:"t_ReselectionNR_SF,omitempty"`
1092         XXX_NoUnkeyedLiteral    struct{}                      `json:"-"`
1093         XXX_unrecognized        []byte                        `json:"-"`
1094         XXX_sizecache           int32                         `json:"-"`
1095 }
1096
1097 func (m *SIB2IntraFreqCellReselectionInfo) Reset()         { *m = SIB2IntraFreqCellReselectionInfo{} }
1098 func (m *SIB2IntraFreqCellReselectionInfo) String() string { return proto.CompactTextString(m) }
1099 func (*SIB2IntraFreqCellReselectionInfo) ProtoMessage()    {}
1100 func (*SIB2IntraFreqCellReselectionInfo) Descriptor() ([]byte, []int) {
1101         return fileDescriptor_3f0afbd7a60a4cb5, []int{13}
1102 }
1103
1104 func (m *SIB2IntraFreqCellReselectionInfo) XXX_Unmarshal(b []byte) error {
1105         return xxx_messageInfo_SIB2IntraFreqCellReselectionInfo.Unmarshal(m, b)
1106 }
1107 func (m *SIB2IntraFreqCellReselectionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1108         return xxx_messageInfo_SIB2IntraFreqCellReselectionInfo.Marshal(b, m, deterministic)
1109 }
1110 func (m *SIB2IntraFreqCellReselectionInfo) XXX_Merge(src proto.Message) {
1111         xxx_messageInfo_SIB2IntraFreqCellReselectionInfo.Merge(m, src)
1112 }
1113 func (m *SIB2IntraFreqCellReselectionInfo) XXX_Size() int {
1114         return xxx_messageInfo_SIB2IntraFreqCellReselectionInfo.Size(m)
1115 }
1116 func (m *SIB2IntraFreqCellReselectionInfo) XXX_DiscardUnknown() {
1117         xxx_messageInfo_SIB2IntraFreqCellReselectionInfo.DiscardUnknown(m)
1118 }
1119
1120 var xxx_messageInfo_SIB2IntraFreqCellReselectionInfo proto.InternalMessageInfo
1121
1122 func (m *SIB2IntraFreqCellReselectionInfo) GetQ_RxLevMin() int32 {
1123         if m != nil {
1124                 return m.Q_RxLevMin
1125         }
1126         return 0
1127 }
1128
1129 func (m *SIB2IntraFreqCellReselectionInfo) GetQ_RxLevMinSUL() *wrappers.Int32Value {
1130         if m != nil {
1131                 return m.Q_RxLevMinSUL
1132         }
1133         return nil
1134 }
1135
1136 func (m *SIB2IntraFreqCellReselectionInfo) GetQ_QualMin() *wrappers.Int32Value {
1137         if m != nil {
1138                 return m.Q_QualMin
1139         }
1140         return nil
1141 }
1142
1143 func (m *SIB2IntraFreqCellReselectionInfo) GetS_IntraSearchP() uint32 {
1144         if m != nil {
1145                 return m.S_IntraSearchP
1146         }
1147         return 0
1148 }
1149
1150 func (m *SIB2IntraFreqCellReselectionInfo) GetS_IntraSearchQ() *wrappers.UInt32Value {
1151         if m != nil {
1152                 return m.S_IntraSearchQ
1153         }
1154         return nil
1155 }
1156
1157 func (m *SIB2IntraFreqCellReselectionInfo) GetT_ReselectionNR() uint32 {
1158         if m != nil {
1159                 return m.T_ReselectionNR
1160         }
1161         return 0
1162 }
1163
1164 func (m *SIB2IntraFreqCellReselectionInfo) GetFrequencyBandList() *MultiFrequencyBandListNR_SIB {
1165         if m != nil {
1166                 return m.FrequencyBandList
1167         }
1168         return nil
1169 }
1170
1171 func (m *SIB2IntraFreqCellReselectionInfo) GetFrequencyBandListSUL() *MultiFrequencyBandListNR_SIB {
1172         if m != nil {
1173                 return m.FrequencyBandListSUL
1174         }
1175         return nil
1176 }
1177
1178 func (m *SIB2IntraFreqCellReselectionInfo) GetP_Max() *wrappers.Int32Value {
1179         if m != nil {
1180                 return m.P_Max
1181         }
1182         return nil
1183 }
1184
1185 func (m *SIB2IntraFreqCellReselectionInfo) GetSmtc() *SSB_MTC {
1186         if m != nil {
1187                 return m.Smtc
1188         }
1189         return nil
1190 }
1191
1192 func (m *SIB2IntraFreqCellReselectionInfo) GetSs_RSSI_Measurement() *SS_RSSI_Measurement {
1193         if m != nil {
1194                 return m.Ss_RSSI_Measurement
1195         }
1196         return nil
1197 }
1198
1199 func (m *SIB2IntraFreqCellReselectionInfo) GetSsb_ToMeasure() *SSB_ToMeasure {
1200         if m != nil {
1201                 return m.Ssb_ToMeasure
1202         }
1203         return nil
1204 }
1205
1206 func (m *SIB2IntraFreqCellReselectionInfo) GetDeriveSSB_IndexFromCell() bool {
1207         if m != nil {
1208                 return m.DeriveSSB_IndexFromCell
1209         }
1210         return false
1211 }
1212
1213 func (m *SIB2IntraFreqCellReselectionInfo) GetT_ReselectionNR_SF() *SpeedStateScaleFactors {
1214         if m != nil {
1215                 return m.T_ReselectionNR_SF
1216         }
1217         return nil
1218 }
1219
1220 type SpeedStateScaleFactors struct {
1221         Sf_Medium            *SpeedStateScaleFactorsSF_Medium_High `protobuf:"bytes,1,opt,name=sf_Medium,json=sfMedium,proto3" json:"sf_Medium,omitempty"`
1222         Sf_High              *SpeedStateScaleFactorsSF_Medium_High `protobuf:"bytes,2,opt,name=sf_High,json=sfHigh,proto3" json:"sf_High,omitempty"`
1223         XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
1224         XXX_unrecognized     []byte                                `json:"-"`
1225         XXX_sizecache        int32                                 `json:"-"`
1226 }
1227
1228 func (m *SpeedStateScaleFactors) Reset()         { *m = SpeedStateScaleFactors{} }
1229 func (m *SpeedStateScaleFactors) String() string { return proto.CompactTextString(m) }
1230 func (*SpeedStateScaleFactors) ProtoMessage()    {}
1231 func (*SpeedStateScaleFactors) Descriptor() ([]byte, []int) {
1232         return fileDescriptor_3f0afbd7a60a4cb5, []int{14}
1233 }
1234
1235 func (m *SpeedStateScaleFactors) XXX_Unmarshal(b []byte) error {
1236         return xxx_messageInfo_SpeedStateScaleFactors.Unmarshal(m, b)
1237 }
1238 func (m *SpeedStateScaleFactors) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1239         return xxx_messageInfo_SpeedStateScaleFactors.Marshal(b, m, deterministic)
1240 }
1241 func (m *SpeedStateScaleFactors) XXX_Merge(src proto.Message) {
1242         xxx_messageInfo_SpeedStateScaleFactors.Merge(m, src)
1243 }
1244 func (m *SpeedStateScaleFactors) XXX_Size() int {
1245         return xxx_messageInfo_SpeedStateScaleFactors.Size(m)
1246 }
1247 func (m *SpeedStateScaleFactors) XXX_DiscardUnknown() {
1248         xxx_messageInfo_SpeedStateScaleFactors.DiscardUnknown(m)
1249 }
1250
1251 var xxx_messageInfo_SpeedStateScaleFactors proto.InternalMessageInfo
1252
1253 func (m *SpeedStateScaleFactors) GetSf_Medium() *SpeedStateScaleFactorsSF_Medium_High {
1254         if m != nil {
1255                 return m.Sf_Medium
1256         }
1257         return nil
1258 }
1259
1260 func (m *SpeedStateScaleFactors) GetSf_High() *SpeedStateScaleFactorsSF_Medium_High {
1261         if m != nil {
1262                 return m.Sf_High
1263         }
1264         return nil
1265 }
1266
1267 type SpeedStateScaleFactorsSF_Medium_High struct {
1268         Value                SpeedStateScaleFactorsSF_Medium_High_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.SpeedStateScaleFactorsSF_Medium_High_Value" json:"value,omitempty"`
1269         XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
1270         XXX_unrecognized     []byte                                     `json:"-"`
1271         XXX_sizecache        int32                                      `json:"-"`
1272 }
1273
1274 func (m *SpeedStateScaleFactorsSF_Medium_High) Reset()         { *m = SpeedStateScaleFactorsSF_Medium_High{} }
1275 func (m *SpeedStateScaleFactorsSF_Medium_High) String() string { return proto.CompactTextString(m) }
1276 func (*SpeedStateScaleFactorsSF_Medium_High) ProtoMessage()    {}
1277 func (*SpeedStateScaleFactorsSF_Medium_High) Descriptor() ([]byte, []int) {
1278         return fileDescriptor_3f0afbd7a60a4cb5, []int{15}
1279 }
1280
1281 func (m *SpeedStateScaleFactorsSF_Medium_High) XXX_Unmarshal(b []byte) error {
1282         return xxx_messageInfo_SpeedStateScaleFactorsSF_Medium_High.Unmarshal(m, b)
1283 }
1284 func (m *SpeedStateScaleFactorsSF_Medium_High) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1285         return xxx_messageInfo_SpeedStateScaleFactorsSF_Medium_High.Marshal(b, m, deterministic)
1286 }
1287 func (m *SpeedStateScaleFactorsSF_Medium_High) XXX_Merge(src proto.Message) {
1288         xxx_messageInfo_SpeedStateScaleFactorsSF_Medium_High.Merge(m, src)
1289 }
1290 func (m *SpeedStateScaleFactorsSF_Medium_High) XXX_Size() int {
1291         return xxx_messageInfo_SpeedStateScaleFactorsSF_Medium_High.Size(m)
1292 }
1293 func (m *SpeedStateScaleFactorsSF_Medium_High) XXX_DiscardUnknown() {
1294         xxx_messageInfo_SpeedStateScaleFactorsSF_Medium_High.DiscardUnknown(m)
1295 }
1296
1297 var xxx_messageInfo_SpeedStateScaleFactorsSF_Medium_High proto.InternalMessageInfo
1298
1299 func (m *SpeedStateScaleFactorsSF_Medium_High) GetValue() SpeedStateScaleFactorsSF_Medium_High_Value {
1300         if m != nil {
1301                 return m.Value
1302         }
1303         return SpeedStateScaleFactorsSF_Medium_High_protobuf_unspecified
1304 }
1305
1306 type SIB3 struct {
1307         IntraFreqNeighCellList   *IntraFreqNeighCellList `protobuf:"bytes,1,opt,name=intraFreqNeighCellList,proto3" json:"intraFreqNeighCellList,omitempty"`
1308         IntraFreqBlackCellList   *IntraFreqBlackCellList `protobuf:"bytes,2,opt,name=intraFreqBlackCellList,proto3" json:"intraFreqBlackCellList,omitempty"`
1309         LateNonCriticalExtension *wrappers.BytesValue    `protobuf:"bytes,3,opt,name=lateNonCriticalExtension,proto3" json:"lateNonCriticalExtension,omitempty"`
1310         XXX_NoUnkeyedLiteral     struct{}                `json:"-"`
1311         XXX_unrecognized         []byte                  `json:"-"`
1312         XXX_sizecache            int32                   `json:"-"`
1313 }
1314
1315 func (m *SIB3) Reset()         { *m = SIB3{} }
1316 func (m *SIB3) String() string { return proto.CompactTextString(m) }
1317 func (*SIB3) ProtoMessage()    {}
1318 func (*SIB3) Descriptor() ([]byte, []int) {
1319         return fileDescriptor_3f0afbd7a60a4cb5, []int{16}
1320 }
1321
1322 func (m *SIB3) XXX_Unmarshal(b []byte) error {
1323         return xxx_messageInfo_SIB3.Unmarshal(m, b)
1324 }
1325 func (m *SIB3) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1326         return xxx_messageInfo_SIB3.Marshal(b, m, deterministic)
1327 }
1328 func (m *SIB3) XXX_Merge(src proto.Message) {
1329         xxx_messageInfo_SIB3.Merge(m, src)
1330 }
1331 func (m *SIB3) XXX_Size() int {
1332         return xxx_messageInfo_SIB3.Size(m)
1333 }
1334 func (m *SIB3) XXX_DiscardUnknown() {
1335         xxx_messageInfo_SIB3.DiscardUnknown(m)
1336 }
1337
1338 var xxx_messageInfo_SIB3 proto.InternalMessageInfo
1339
1340 func (m *SIB3) GetIntraFreqNeighCellList() *IntraFreqNeighCellList {
1341         if m != nil {
1342                 return m.IntraFreqNeighCellList
1343         }
1344         return nil
1345 }
1346
1347 func (m *SIB3) GetIntraFreqBlackCellList() *IntraFreqBlackCellList {
1348         if m != nil {
1349                 return m.IntraFreqBlackCellList
1350         }
1351         return nil
1352 }
1353
1354 func (m *SIB3) GetLateNonCriticalExtension() *wrappers.BytesValue {
1355         if m != nil {
1356                 return m.LateNonCriticalExtension
1357         }
1358         return nil
1359 }
1360
1361 type IntraFreqNeighCellList struct {
1362         Items                []*IntraFreqNeighCellInfo `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
1363         XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
1364         XXX_unrecognized     []byte                    `json:"-"`
1365         XXX_sizecache        int32                     `json:"-"`
1366 }
1367
1368 func (m *IntraFreqNeighCellList) Reset()         { *m = IntraFreqNeighCellList{} }
1369 func (m *IntraFreqNeighCellList) String() string { return proto.CompactTextString(m) }
1370 func (*IntraFreqNeighCellList) ProtoMessage()    {}
1371 func (*IntraFreqNeighCellList) Descriptor() ([]byte, []int) {
1372         return fileDescriptor_3f0afbd7a60a4cb5, []int{17}
1373 }
1374
1375 func (m *IntraFreqNeighCellList) XXX_Unmarshal(b []byte) error {
1376         return xxx_messageInfo_IntraFreqNeighCellList.Unmarshal(m, b)
1377 }
1378 func (m *IntraFreqNeighCellList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1379         return xxx_messageInfo_IntraFreqNeighCellList.Marshal(b, m, deterministic)
1380 }
1381 func (m *IntraFreqNeighCellList) XXX_Merge(src proto.Message) {
1382         xxx_messageInfo_IntraFreqNeighCellList.Merge(m, src)
1383 }
1384 func (m *IntraFreqNeighCellList) XXX_Size() int {
1385         return xxx_messageInfo_IntraFreqNeighCellList.Size(m)
1386 }
1387 func (m *IntraFreqNeighCellList) XXX_DiscardUnknown() {
1388         xxx_messageInfo_IntraFreqNeighCellList.DiscardUnknown(m)
1389 }
1390
1391 var xxx_messageInfo_IntraFreqNeighCellList proto.InternalMessageInfo
1392
1393 func (m *IntraFreqNeighCellList) GetItems() []*IntraFreqNeighCellInfo {
1394         if m != nil {
1395                 return m.Items
1396         }
1397         return nil
1398 }
1399
1400 type IntraFreqNeighCellInfo struct {
1401         PhysCellId              uint32                `protobuf:"varint,1,opt,name=physCellId,proto3" json:"physCellId,omitempty"`
1402         Q_OffsetCell            *Q_OffsetRange        `protobuf:"bytes,2,opt,name=q_OffsetCell,json=qOffsetCell,proto3" json:"q_OffsetCell,omitempty"`
1403         Q_RxLevMinOffsetCell    *wrappers.UInt32Value `protobuf:"bytes,3,opt,name=q_RxLevMinOffsetCell,json=qRxLevMinOffsetCell,proto3" json:"q_RxLevMinOffsetCell,omitempty"`
1404         Q_RxLevMinOffsetCellSUL *wrappers.UInt32Value `protobuf:"bytes,4,opt,name=q_RxLevMinOffsetCellSUL,json=qRxLevMinOffsetCellSUL,proto3" json:"q_RxLevMinOffsetCellSUL,omitempty"`
1405         Q_QualMinOffsetCell     *wrappers.UInt32Value `protobuf:"bytes,5,opt,name=q_QualMinOffsetCell,json=qQualMinOffsetCell,proto3" json:"q_QualMinOffsetCell,omitempty"`
1406         XXX_NoUnkeyedLiteral    struct{}              `json:"-"`
1407         XXX_unrecognized        []byte                `json:"-"`
1408         XXX_sizecache           int32                 `json:"-"`
1409 }
1410
1411 func (m *IntraFreqNeighCellInfo) Reset()         { *m = IntraFreqNeighCellInfo{} }
1412 func (m *IntraFreqNeighCellInfo) String() string { return proto.CompactTextString(m) }
1413 func (*IntraFreqNeighCellInfo) ProtoMessage()    {}
1414 func (*IntraFreqNeighCellInfo) Descriptor() ([]byte, []int) {
1415         return fileDescriptor_3f0afbd7a60a4cb5, []int{18}
1416 }
1417
1418 func (m *IntraFreqNeighCellInfo) XXX_Unmarshal(b []byte) error {
1419         return xxx_messageInfo_IntraFreqNeighCellInfo.Unmarshal(m, b)
1420 }
1421 func (m *IntraFreqNeighCellInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1422         return xxx_messageInfo_IntraFreqNeighCellInfo.Marshal(b, m, deterministic)
1423 }
1424 func (m *IntraFreqNeighCellInfo) XXX_Merge(src proto.Message) {
1425         xxx_messageInfo_IntraFreqNeighCellInfo.Merge(m, src)
1426 }
1427 func (m *IntraFreqNeighCellInfo) XXX_Size() int {
1428         return xxx_messageInfo_IntraFreqNeighCellInfo.Size(m)
1429 }
1430 func (m *IntraFreqNeighCellInfo) XXX_DiscardUnknown() {
1431         xxx_messageInfo_IntraFreqNeighCellInfo.DiscardUnknown(m)
1432 }
1433
1434 var xxx_messageInfo_IntraFreqNeighCellInfo proto.InternalMessageInfo
1435
1436 func (m *IntraFreqNeighCellInfo) GetPhysCellId() uint32 {
1437         if m != nil {
1438                 return m.PhysCellId
1439         }
1440         return 0
1441 }
1442
1443 func (m *IntraFreqNeighCellInfo) GetQ_OffsetCell() *Q_OffsetRange {
1444         if m != nil {
1445                 return m.Q_OffsetCell
1446         }
1447         return nil
1448 }
1449
1450 func (m *IntraFreqNeighCellInfo) GetQ_RxLevMinOffsetCell() *wrappers.UInt32Value {
1451         if m != nil {
1452                 return m.Q_RxLevMinOffsetCell
1453         }
1454         return nil
1455 }
1456
1457 func (m *IntraFreqNeighCellInfo) GetQ_RxLevMinOffsetCellSUL() *wrappers.UInt32Value {
1458         if m != nil {
1459                 return m.Q_RxLevMinOffsetCellSUL
1460         }
1461         return nil
1462 }
1463
1464 func (m *IntraFreqNeighCellInfo) GetQ_QualMinOffsetCell() *wrappers.UInt32Value {
1465         if m != nil {
1466                 return m.Q_QualMinOffsetCell
1467         }
1468         return nil
1469 }
1470
1471 type IntraFreqBlackCellList struct {
1472         Items                []*PCI_Range `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
1473         XXX_NoUnkeyedLiteral struct{}     `json:"-"`
1474         XXX_unrecognized     []byte       `json:"-"`
1475         XXX_sizecache        int32        `json:"-"`
1476 }
1477
1478 func (m *IntraFreqBlackCellList) Reset()         { *m = IntraFreqBlackCellList{} }
1479 func (m *IntraFreqBlackCellList) String() string { return proto.CompactTextString(m) }
1480 func (*IntraFreqBlackCellList) ProtoMessage()    {}
1481 func (*IntraFreqBlackCellList) Descriptor() ([]byte, []int) {
1482         return fileDescriptor_3f0afbd7a60a4cb5, []int{19}
1483 }
1484
1485 func (m *IntraFreqBlackCellList) XXX_Unmarshal(b []byte) error {
1486         return xxx_messageInfo_IntraFreqBlackCellList.Unmarshal(m, b)
1487 }
1488 func (m *IntraFreqBlackCellList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1489         return xxx_messageInfo_IntraFreqBlackCellList.Marshal(b, m, deterministic)
1490 }
1491 func (m *IntraFreqBlackCellList) XXX_Merge(src proto.Message) {
1492         xxx_messageInfo_IntraFreqBlackCellList.Merge(m, src)
1493 }
1494 func (m *IntraFreqBlackCellList) XXX_Size() int {
1495         return xxx_messageInfo_IntraFreqBlackCellList.Size(m)
1496 }
1497 func (m *IntraFreqBlackCellList) XXX_DiscardUnknown() {
1498         xxx_messageInfo_IntraFreqBlackCellList.DiscardUnknown(m)
1499 }
1500
1501 var xxx_messageInfo_IntraFreqBlackCellList proto.InternalMessageInfo
1502
1503 func (m *IntraFreqBlackCellList) GetItems() []*PCI_Range {
1504         if m != nil {
1505                 return m.Items
1506         }
1507         return nil
1508 }
1509
1510 type SIB4 struct {
1511         InterFreqCarrierFreqList *InterFreqCarrierFreqList `protobuf:"bytes,1,opt,name=interFreqCarrierFreqList,proto3" json:"interFreqCarrierFreqList,omitempty"`
1512         LateNonCriticalExtension *wrappers.BytesValue      `protobuf:"bytes,2,opt,name=lateNonCriticalExtension,proto3" json:"lateNonCriticalExtension,omitempty"`
1513         XXX_NoUnkeyedLiteral     struct{}                  `json:"-"`
1514         XXX_unrecognized         []byte                    `json:"-"`
1515         XXX_sizecache            int32                     `json:"-"`
1516 }
1517
1518 func (m *SIB4) Reset()         { *m = SIB4{} }
1519 func (m *SIB4) String() string { return proto.CompactTextString(m) }
1520 func (*SIB4) ProtoMessage()    {}
1521 func (*SIB4) Descriptor() ([]byte, []int) {
1522         return fileDescriptor_3f0afbd7a60a4cb5, []int{20}
1523 }
1524
1525 func (m *SIB4) XXX_Unmarshal(b []byte) error {
1526         return xxx_messageInfo_SIB4.Unmarshal(m, b)
1527 }
1528 func (m *SIB4) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1529         return xxx_messageInfo_SIB4.Marshal(b, m, deterministic)
1530 }
1531 func (m *SIB4) XXX_Merge(src proto.Message) {
1532         xxx_messageInfo_SIB4.Merge(m, src)
1533 }
1534 func (m *SIB4) XXX_Size() int {
1535         return xxx_messageInfo_SIB4.Size(m)
1536 }
1537 func (m *SIB4) XXX_DiscardUnknown() {
1538         xxx_messageInfo_SIB4.DiscardUnknown(m)
1539 }
1540
1541 var xxx_messageInfo_SIB4 proto.InternalMessageInfo
1542
1543 func (m *SIB4) GetInterFreqCarrierFreqList() *InterFreqCarrierFreqList {
1544         if m != nil {
1545                 return m.InterFreqCarrierFreqList
1546         }
1547         return nil
1548 }
1549
1550 func (m *SIB4) GetLateNonCriticalExtension() *wrappers.BytesValue {
1551         if m != nil {
1552                 return m.LateNonCriticalExtension
1553         }
1554         return nil
1555 }
1556
1557 type InterFreqCarrierFreqList struct {
1558         Items                []*InterFreqCarrierFreqInfo `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
1559         XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
1560         XXX_unrecognized     []byte                      `json:"-"`
1561         XXX_sizecache        int32                       `json:"-"`
1562 }
1563
1564 func (m *InterFreqCarrierFreqList) Reset()         { *m = InterFreqCarrierFreqList{} }
1565 func (m *InterFreqCarrierFreqList) String() string { return proto.CompactTextString(m) }
1566 func (*InterFreqCarrierFreqList) ProtoMessage()    {}
1567 func (*InterFreqCarrierFreqList) Descriptor() ([]byte, []int) {
1568         return fileDescriptor_3f0afbd7a60a4cb5, []int{21}
1569 }
1570
1571 func (m *InterFreqCarrierFreqList) XXX_Unmarshal(b []byte) error {
1572         return xxx_messageInfo_InterFreqCarrierFreqList.Unmarshal(m, b)
1573 }
1574 func (m *InterFreqCarrierFreqList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1575         return xxx_messageInfo_InterFreqCarrierFreqList.Marshal(b, m, deterministic)
1576 }
1577 func (m *InterFreqCarrierFreqList) XXX_Merge(src proto.Message) {
1578         xxx_messageInfo_InterFreqCarrierFreqList.Merge(m, src)
1579 }
1580 func (m *InterFreqCarrierFreqList) XXX_Size() int {
1581         return xxx_messageInfo_InterFreqCarrierFreqList.Size(m)
1582 }
1583 func (m *InterFreqCarrierFreqList) XXX_DiscardUnknown() {
1584         xxx_messageInfo_InterFreqCarrierFreqList.DiscardUnknown(m)
1585 }
1586
1587 var xxx_messageInfo_InterFreqCarrierFreqList proto.InternalMessageInfo
1588
1589 func (m *InterFreqCarrierFreqList) GetItems() []*InterFreqCarrierFreqInfo {
1590         if m != nil {
1591                 return m.Items
1592         }
1593         return nil
1594 }
1595
1596 type InterFreqCarrierFreqInfo struct {
1597         Dl_CarrierFreq                  uint32                             `protobuf:"varint,1,opt,name=dl_CarrierFreq,json=dlCarrierFreq,proto3" json:"dl_CarrierFreq,omitempty"`
1598         FrequencyBandList               *MultiFrequencyBandListNR_SIB      `protobuf:"bytes,2,opt,name=frequencyBandList,proto3" json:"frequencyBandList,omitempty"`
1599         FrequencyBandListSUL            *MultiFrequencyBandListNR_SIB      `protobuf:"bytes,3,opt,name=frequencyBandListSUL,proto3" json:"frequencyBandListSUL,omitempty"`
1600         NrofSS_BlocksToAverage          *wrappers.UInt32Value              `protobuf:"bytes,4,opt,name=nrofSS_BlocksToAverage,json=nrofSSBlocksToAverage,proto3" json:"nrofSS_BlocksToAverage,omitempty"`
1601         AbsThreshSS_BlocksConsolidation *ThresholdNR                       `protobuf:"bytes,5,opt,name=absThreshSS_BlocksConsolidation,json=absThreshSSBlocksConsolidation,proto3" json:"absThreshSS_BlocksConsolidation,omitempty"`
1602         Smtc                            *SSB_MTC                           `protobuf:"bytes,6,opt,name=smtc,proto3" json:"smtc,omitempty"`
1603         SsbSubcarrierSpacing            *SubcarrierSpacing                 `protobuf:"bytes,7,opt,name=ssbSubcarrierSpacing,proto3" json:"ssbSubcarrierSpacing,omitempty"`
1604         Ssb_ToMeasure                   *SSB_ToMeasure                     `protobuf:"bytes,8,opt,name=ssb_ToMeasure,json=ssbToMeasure,proto3" json:"ssb_ToMeasure,omitempty"`
1605         DeriveSSB_IndexFromCell         bool                               `protobuf:"varint,9,opt,name=deriveSSB_IndexFromCell,json=deriveSSBIndexFromCell,proto3" json:"deriveSSB_IndexFromCell,omitempty"`
1606         Ss_RSSI_Measurement             *SS_RSSI_Measurement               `protobuf:"bytes,10,opt,name=ss_RSSI_Measurement,json=ssRSSIMeasurement,proto3" json:"ss_RSSI_Measurement,omitempty"`
1607         Q_RxLevMin                      int32                              `protobuf:"zigzag32,11,opt,name=q_RxLevMin,json=qRxLevMin,proto3" json:"q_RxLevMin,omitempty"`
1608         Q_RxLevMinSUL                   *wrappers.Int32Value               `protobuf:"bytes,12,opt,name=q_RxLevMinSUL,json=qRxLevMinSUL,proto3" json:"q_RxLevMinSUL,omitempty"`
1609         Q_QualMin                       *wrappers.Int32Value               `protobuf:"bytes,13,opt,name=q_QualMin,json=qQualMin,proto3" json:"q_QualMin,omitempty"`
1610         P_Max                           *wrappers.Int32Value               `protobuf:"bytes,14,opt,name=p_Max,json=pMax,proto3" json:"p_Max,omitempty"`
1611         T_ReselectionNR                 uint32                             `protobuf:"varint,15,opt,name=t_ReselectionNR,json=tReselectionNR,proto3" json:"t_ReselectionNR,omitempty"`
1612         T_ReselectionNR_SF              *SpeedStateScaleFactors            `protobuf:"bytes,16,opt,name=t_ReselectionNR_SF,json=tReselectionNRSF,proto3" json:"t_ReselectionNR_SF,omitempty"`
1613         ThreshX_HighP                   uint32                             `protobuf:"varint,17,opt,name=threshX_HighP,json=threshXHighP,proto3" json:"threshX_HighP,omitempty"`
1614         ThreshX_LowP                    uint32                             `protobuf:"varint,18,opt,name=threshX_LowP,json=threshXLowP,proto3" json:"threshX_LowP,omitempty"`
1615         ThreshX_Q                       *InterFreqCarrierFreqInfoThreshX_Q `protobuf:"bytes,19,opt,name=threshX_Q,json=threshXQ,proto3" json:"threshX_Q,omitempty"`
1616         CellReselectionPriority         *wrappers.UInt32Value              `protobuf:"bytes,20,opt,name=cellReselectionPriority,proto3" json:"cellReselectionPriority,omitempty"`
1617         CellReselectionSubPriority      *CellReselectionSubPriority        `protobuf:"bytes,21,opt,name=cellReselectionSubPriority,proto3" json:"cellReselectionSubPriority,omitempty"`
1618         Q_OffsetFreq                    *Q_OffsetRange                     `protobuf:"bytes,22,opt,name=q_OffsetFreq,json=qOffsetFreq,proto3" json:"q_OffsetFreq,omitempty"`
1619         InterFreqNeighCellList          *InterFreqNeighCellList            `protobuf:"bytes,23,opt,name=interFreqNeighCellList,proto3" json:"interFreqNeighCellList,omitempty"`
1620         InterFreqBlackCellList          *InterFreqBlackCellList            `protobuf:"bytes,24,opt,name=interFreqBlackCellList,proto3" json:"interFreqBlackCellList,omitempty"`
1621         XXX_NoUnkeyedLiteral            struct{}                           `json:"-"`
1622         XXX_unrecognized                []byte                             `json:"-"`
1623         XXX_sizecache                   int32                              `json:"-"`
1624 }
1625
1626 func (m *InterFreqCarrierFreqInfo) Reset()         { *m = InterFreqCarrierFreqInfo{} }
1627 func (m *InterFreqCarrierFreqInfo) String() string { return proto.CompactTextString(m) }
1628 func (*InterFreqCarrierFreqInfo) ProtoMessage()    {}
1629 func (*InterFreqCarrierFreqInfo) Descriptor() ([]byte, []int) {
1630         return fileDescriptor_3f0afbd7a60a4cb5, []int{22}
1631 }
1632
1633 func (m *InterFreqCarrierFreqInfo) XXX_Unmarshal(b []byte) error {
1634         return xxx_messageInfo_InterFreqCarrierFreqInfo.Unmarshal(m, b)
1635 }
1636 func (m *InterFreqCarrierFreqInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1637         return xxx_messageInfo_InterFreqCarrierFreqInfo.Marshal(b, m, deterministic)
1638 }
1639 func (m *InterFreqCarrierFreqInfo) XXX_Merge(src proto.Message) {
1640         xxx_messageInfo_InterFreqCarrierFreqInfo.Merge(m, src)
1641 }
1642 func (m *InterFreqCarrierFreqInfo) XXX_Size() int {
1643         return xxx_messageInfo_InterFreqCarrierFreqInfo.Size(m)
1644 }
1645 func (m *InterFreqCarrierFreqInfo) XXX_DiscardUnknown() {
1646         xxx_messageInfo_InterFreqCarrierFreqInfo.DiscardUnknown(m)
1647 }
1648
1649 var xxx_messageInfo_InterFreqCarrierFreqInfo proto.InternalMessageInfo
1650
1651 func (m *InterFreqCarrierFreqInfo) GetDl_CarrierFreq() uint32 {
1652         if m != nil {
1653                 return m.Dl_CarrierFreq
1654         }
1655         return 0
1656 }
1657
1658 func (m *InterFreqCarrierFreqInfo) GetFrequencyBandList() *MultiFrequencyBandListNR_SIB {
1659         if m != nil {
1660                 return m.FrequencyBandList
1661         }
1662         return nil
1663 }
1664
1665 func (m *InterFreqCarrierFreqInfo) GetFrequencyBandListSUL() *MultiFrequencyBandListNR_SIB {
1666         if m != nil {
1667                 return m.FrequencyBandListSUL
1668         }
1669         return nil
1670 }
1671
1672 func (m *InterFreqCarrierFreqInfo) GetNrofSS_BlocksToAverage() *wrappers.UInt32Value {
1673         if m != nil {
1674                 return m.NrofSS_BlocksToAverage
1675         }
1676         return nil
1677 }
1678
1679 func (m *InterFreqCarrierFreqInfo) GetAbsThreshSS_BlocksConsolidation() *ThresholdNR {
1680         if m != nil {
1681                 return m.AbsThreshSS_BlocksConsolidation
1682         }
1683         return nil
1684 }
1685
1686 func (m *InterFreqCarrierFreqInfo) GetSmtc() *SSB_MTC {
1687         if m != nil {
1688                 return m.Smtc
1689         }
1690         return nil
1691 }
1692
1693 func (m *InterFreqCarrierFreqInfo) GetSsbSubcarrierSpacing() *SubcarrierSpacing {
1694         if m != nil {
1695                 return m.SsbSubcarrierSpacing
1696         }
1697         return nil
1698 }
1699
1700 func (m *InterFreqCarrierFreqInfo) GetSsb_ToMeasure() *SSB_ToMeasure {
1701         if m != nil {
1702                 return m.Ssb_ToMeasure
1703         }
1704         return nil
1705 }
1706
1707 func (m *InterFreqCarrierFreqInfo) GetDeriveSSB_IndexFromCell() bool {
1708         if m != nil {
1709                 return m.DeriveSSB_IndexFromCell
1710         }
1711         return false
1712 }
1713
1714 func (m *InterFreqCarrierFreqInfo) GetSs_RSSI_Measurement() *SS_RSSI_Measurement {
1715         if m != nil {
1716                 return m.Ss_RSSI_Measurement
1717         }
1718         return nil
1719 }
1720
1721 func (m *InterFreqCarrierFreqInfo) GetQ_RxLevMin() int32 {
1722         if m != nil {
1723                 return m.Q_RxLevMin
1724         }
1725         return 0
1726 }
1727
1728 func (m *InterFreqCarrierFreqInfo) GetQ_RxLevMinSUL() *wrappers.Int32Value {
1729         if m != nil {
1730                 return m.Q_RxLevMinSUL
1731         }
1732         return nil
1733 }
1734
1735 func (m *InterFreqCarrierFreqInfo) GetQ_QualMin() *wrappers.Int32Value {
1736         if m != nil {
1737                 return m.Q_QualMin
1738         }
1739         return nil
1740 }
1741
1742 func (m *InterFreqCarrierFreqInfo) GetP_Max() *wrappers.Int32Value {
1743         if m != nil {
1744                 return m.P_Max
1745         }
1746         return nil
1747 }
1748
1749 func (m *InterFreqCarrierFreqInfo) GetT_ReselectionNR() uint32 {
1750         if m != nil {
1751                 return m.T_ReselectionNR
1752         }
1753         return 0
1754 }
1755
1756 func (m *InterFreqCarrierFreqInfo) GetT_ReselectionNR_SF() *SpeedStateScaleFactors {
1757         if m != nil {
1758                 return m.T_ReselectionNR_SF
1759         }
1760         return nil
1761 }
1762
1763 func (m *InterFreqCarrierFreqInfo) GetThreshX_HighP() uint32 {
1764         if m != nil {
1765                 return m.ThreshX_HighP
1766         }
1767         return 0
1768 }
1769
1770 func (m *InterFreqCarrierFreqInfo) GetThreshX_LowP() uint32 {
1771         if m != nil {
1772                 return m.ThreshX_LowP
1773         }
1774         return 0
1775 }
1776
1777 func (m *InterFreqCarrierFreqInfo) GetThreshX_Q() *InterFreqCarrierFreqInfoThreshX_Q {
1778         if m != nil {
1779                 return m.ThreshX_Q
1780         }
1781         return nil
1782 }
1783
1784 func (m *InterFreqCarrierFreqInfo) GetCellReselectionPriority() *wrappers.UInt32Value {
1785         if m != nil {
1786                 return m.CellReselectionPriority
1787         }
1788         return nil
1789 }
1790
1791 func (m *InterFreqCarrierFreqInfo) GetCellReselectionSubPriority() *CellReselectionSubPriority {
1792         if m != nil {
1793                 return m.CellReselectionSubPriority
1794         }
1795         return nil
1796 }
1797
1798 func (m *InterFreqCarrierFreqInfo) GetQ_OffsetFreq() *Q_OffsetRange {
1799         if m != nil {
1800                 return m.Q_OffsetFreq
1801         }
1802         return nil
1803 }
1804
1805 func (m *InterFreqCarrierFreqInfo) GetInterFreqNeighCellList() *InterFreqNeighCellList {
1806         if m != nil {
1807                 return m.InterFreqNeighCellList
1808         }
1809         return nil
1810 }
1811
1812 func (m *InterFreqCarrierFreqInfo) GetInterFreqBlackCellList() *InterFreqBlackCellList {
1813         if m != nil {
1814                 return m.InterFreqBlackCellList
1815         }
1816         return nil
1817 }
1818
1819 type InterFreqCarrierFreqInfoThreshX_Q struct {
1820         ThreshX_HighQ        uint32   `protobuf:"varint,1,opt,name=threshX_HighQ,json=threshXHighQ,proto3" json:"threshX_HighQ,omitempty"`
1821         ThreshX_LowQ         uint32   `protobuf:"varint,2,opt,name=threshX_LowQ,json=threshXLowQ,proto3" json:"threshX_LowQ,omitempty"`
1822         XXX_NoUnkeyedLiteral struct{} `json:"-"`
1823         XXX_unrecognized     []byte   `json:"-"`
1824         XXX_sizecache        int32    `json:"-"`
1825 }
1826
1827 func (m *InterFreqCarrierFreqInfoThreshX_Q) Reset()         { *m = InterFreqCarrierFreqInfoThreshX_Q{} }
1828 func (m *InterFreqCarrierFreqInfoThreshX_Q) String() string { return proto.CompactTextString(m) }
1829 func (*InterFreqCarrierFreqInfoThreshX_Q) ProtoMessage()    {}
1830 func (*InterFreqCarrierFreqInfoThreshX_Q) Descriptor() ([]byte, []int) {
1831         return fileDescriptor_3f0afbd7a60a4cb5, []int{23}
1832 }
1833
1834 func (m *InterFreqCarrierFreqInfoThreshX_Q) XXX_Unmarshal(b []byte) error {
1835         return xxx_messageInfo_InterFreqCarrierFreqInfoThreshX_Q.Unmarshal(m, b)
1836 }
1837 func (m *InterFreqCarrierFreqInfoThreshX_Q) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1838         return xxx_messageInfo_InterFreqCarrierFreqInfoThreshX_Q.Marshal(b, m, deterministic)
1839 }
1840 func (m *InterFreqCarrierFreqInfoThreshX_Q) XXX_Merge(src proto.Message) {
1841         xxx_messageInfo_InterFreqCarrierFreqInfoThreshX_Q.Merge(m, src)
1842 }
1843 func (m *InterFreqCarrierFreqInfoThreshX_Q) XXX_Size() int {
1844         return xxx_messageInfo_InterFreqCarrierFreqInfoThreshX_Q.Size(m)
1845 }
1846 func (m *InterFreqCarrierFreqInfoThreshX_Q) XXX_DiscardUnknown() {
1847         xxx_messageInfo_InterFreqCarrierFreqInfoThreshX_Q.DiscardUnknown(m)
1848 }
1849
1850 var xxx_messageInfo_InterFreqCarrierFreqInfoThreshX_Q proto.InternalMessageInfo
1851
1852 func (m *InterFreqCarrierFreqInfoThreshX_Q) GetThreshX_HighQ() uint32 {
1853         if m != nil {
1854                 return m.ThreshX_HighQ
1855         }
1856         return 0
1857 }
1858
1859 func (m *InterFreqCarrierFreqInfoThreshX_Q) GetThreshX_LowQ() uint32 {
1860         if m != nil {
1861                 return m.ThreshX_LowQ
1862         }
1863         return 0
1864 }
1865
1866 type InterFreqNeighCellList struct {
1867         Items                []*InterFreqNeighCellInfo `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
1868         XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
1869         XXX_unrecognized     []byte                    `json:"-"`
1870         XXX_sizecache        int32                     `json:"-"`
1871 }
1872
1873 func (m *InterFreqNeighCellList) Reset()         { *m = InterFreqNeighCellList{} }
1874 func (m *InterFreqNeighCellList) String() string { return proto.CompactTextString(m) }
1875 func (*InterFreqNeighCellList) ProtoMessage()    {}
1876 func (*InterFreqNeighCellList) Descriptor() ([]byte, []int) {
1877         return fileDescriptor_3f0afbd7a60a4cb5, []int{24}
1878 }
1879
1880 func (m *InterFreqNeighCellList) XXX_Unmarshal(b []byte) error {
1881         return xxx_messageInfo_InterFreqNeighCellList.Unmarshal(m, b)
1882 }
1883 func (m *InterFreqNeighCellList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1884         return xxx_messageInfo_InterFreqNeighCellList.Marshal(b, m, deterministic)
1885 }
1886 func (m *InterFreqNeighCellList) XXX_Merge(src proto.Message) {
1887         xxx_messageInfo_InterFreqNeighCellList.Merge(m, src)
1888 }
1889 func (m *InterFreqNeighCellList) XXX_Size() int {
1890         return xxx_messageInfo_InterFreqNeighCellList.Size(m)
1891 }
1892 func (m *InterFreqNeighCellList) XXX_DiscardUnknown() {
1893         xxx_messageInfo_InterFreqNeighCellList.DiscardUnknown(m)
1894 }
1895
1896 var xxx_messageInfo_InterFreqNeighCellList proto.InternalMessageInfo
1897
1898 func (m *InterFreqNeighCellList) GetItems() []*InterFreqNeighCellInfo {
1899         if m != nil {
1900                 return m.Items
1901         }
1902         return nil
1903 }
1904
1905 type InterFreqNeighCellInfo struct {
1906         PhysCellId              uint32                `protobuf:"varint,1,opt,name=physCellId,proto3" json:"physCellId,omitempty"`
1907         Q_OffsetCell            *Q_OffsetRange        `protobuf:"bytes,2,opt,name=q_OffsetCell,json=qOffsetCell,proto3" json:"q_OffsetCell,omitempty"`
1908         Q_RxLevMinOffsetCell    *wrappers.UInt32Value `protobuf:"bytes,3,opt,name=q_RxLevMinOffsetCell,json=qRxLevMinOffsetCell,proto3" json:"q_RxLevMinOffsetCell,omitempty"`
1909         Q_RxLevMinOffsetCellSUL *wrappers.UInt32Value `protobuf:"bytes,4,opt,name=q_RxLevMinOffsetCellSUL,json=qRxLevMinOffsetCellSUL,proto3" json:"q_RxLevMinOffsetCellSUL,omitempty"`
1910         Q_QualMinOffsetCell     *wrappers.UInt32Value `protobuf:"bytes,5,opt,name=q_QualMinOffsetCell,json=qQualMinOffsetCell,proto3" json:"q_QualMinOffsetCell,omitempty"`
1911         XXX_NoUnkeyedLiteral    struct{}              `json:"-"`
1912         XXX_unrecognized        []byte                `json:"-"`
1913         XXX_sizecache           int32                 `json:"-"`
1914 }
1915
1916 func (m *InterFreqNeighCellInfo) Reset()         { *m = InterFreqNeighCellInfo{} }
1917 func (m *InterFreqNeighCellInfo) String() string { return proto.CompactTextString(m) }
1918 func (*InterFreqNeighCellInfo) ProtoMessage()    {}
1919 func (*InterFreqNeighCellInfo) Descriptor() ([]byte, []int) {
1920         return fileDescriptor_3f0afbd7a60a4cb5, []int{25}
1921 }
1922
1923 func (m *InterFreqNeighCellInfo) XXX_Unmarshal(b []byte) error {
1924         return xxx_messageInfo_InterFreqNeighCellInfo.Unmarshal(m, b)
1925 }
1926 func (m *InterFreqNeighCellInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1927         return xxx_messageInfo_InterFreqNeighCellInfo.Marshal(b, m, deterministic)
1928 }
1929 func (m *InterFreqNeighCellInfo) XXX_Merge(src proto.Message) {
1930         xxx_messageInfo_InterFreqNeighCellInfo.Merge(m, src)
1931 }
1932 func (m *InterFreqNeighCellInfo) XXX_Size() int {
1933         return xxx_messageInfo_InterFreqNeighCellInfo.Size(m)
1934 }
1935 func (m *InterFreqNeighCellInfo) XXX_DiscardUnknown() {
1936         xxx_messageInfo_InterFreqNeighCellInfo.DiscardUnknown(m)
1937 }
1938
1939 var xxx_messageInfo_InterFreqNeighCellInfo proto.InternalMessageInfo
1940
1941 func (m *InterFreqNeighCellInfo) GetPhysCellId() uint32 {
1942         if m != nil {
1943                 return m.PhysCellId
1944         }
1945         return 0
1946 }
1947
1948 func (m *InterFreqNeighCellInfo) GetQ_OffsetCell() *Q_OffsetRange {
1949         if m != nil {
1950                 return m.Q_OffsetCell
1951         }
1952         return nil
1953 }
1954
1955 func (m *InterFreqNeighCellInfo) GetQ_RxLevMinOffsetCell() *wrappers.UInt32Value {
1956         if m != nil {
1957                 return m.Q_RxLevMinOffsetCell
1958         }
1959         return nil
1960 }
1961
1962 func (m *InterFreqNeighCellInfo) GetQ_RxLevMinOffsetCellSUL() *wrappers.UInt32Value {
1963         if m != nil {
1964                 return m.Q_RxLevMinOffsetCellSUL
1965         }
1966         return nil
1967 }
1968
1969 func (m *InterFreqNeighCellInfo) GetQ_QualMinOffsetCell() *wrappers.UInt32Value {
1970         if m != nil {
1971                 return m.Q_QualMinOffsetCell
1972         }
1973         return nil
1974 }
1975
1976 type InterFreqBlackCellList struct {
1977         Items                []*PCI_Range `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
1978         XXX_NoUnkeyedLiteral struct{}     `json:"-"`
1979         XXX_unrecognized     []byte       `json:"-"`
1980         XXX_sizecache        int32        `json:"-"`
1981 }
1982
1983 func (m *InterFreqBlackCellList) Reset()         { *m = InterFreqBlackCellList{} }
1984 func (m *InterFreqBlackCellList) String() string { return proto.CompactTextString(m) }
1985 func (*InterFreqBlackCellList) ProtoMessage()    {}
1986 func (*InterFreqBlackCellList) Descriptor() ([]byte, []int) {
1987         return fileDescriptor_3f0afbd7a60a4cb5, []int{26}
1988 }
1989
1990 func (m *InterFreqBlackCellList) XXX_Unmarshal(b []byte) error {
1991         return xxx_messageInfo_InterFreqBlackCellList.Unmarshal(m, b)
1992 }
1993 func (m *InterFreqBlackCellList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1994         return xxx_messageInfo_InterFreqBlackCellList.Marshal(b, m, deterministic)
1995 }
1996 func (m *InterFreqBlackCellList) XXX_Merge(src proto.Message) {
1997         xxx_messageInfo_InterFreqBlackCellList.Merge(m, src)
1998 }
1999 func (m *InterFreqBlackCellList) XXX_Size() int {
2000         return xxx_messageInfo_InterFreqBlackCellList.Size(m)
2001 }
2002 func (m *InterFreqBlackCellList) XXX_DiscardUnknown() {
2003         xxx_messageInfo_InterFreqBlackCellList.DiscardUnknown(m)
2004 }
2005
2006 var xxx_messageInfo_InterFreqBlackCellList proto.InternalMessageInfo
2007
2008 func (m *InterFreqBlackCellList) GetItems() []*PCI_Range {
2009         if m != nil {
2010                 return m.Items
2011         }
2012         return nil
2013 }
2014
2015 type SIB5 struct {
2016         CarrierFreqListEUTRA     *CarrierFreqListEUTRA   `protobuf:"bytes,1,opt,name=carrierFreqListEUTRA,proto3" json:"carrierFreqListEUTRA,omitempty"`
2017         T_ReselectionEUTRA       uint32                  `protobuf:"varint,2,opt,name=t_ReselectionEUTRA,json=tReselectionEUTRA,proto3" json:"t_ReselectionEUTRA,omitempty"`
2018         T_ReselectionEUTRA_SF    *SpeedStateScaleFactors `protobuf:"bytes,3,opt,name=t_ReselectionEUTRA_SF,json=tReselectionEUTRASF,proto3" json:"t_ReselectionEUTRA_SF,omitempty"`
2019         LateNonCriticalExtension *wrappers.BytesValue    `protobuf:"bytes,4,opt,name=lateNonCriticalExtension,proto3" json:"lateNonCriticalExtension,omitempty"`
2020         XXX_NoUnkeyedLiteral     struct{}                `json:"-"`
2021         XXX_unrecognized         []byte                  `json:"-"`
2022         XXX_sizecache            int32                   `json:"-"`
2023 }
2024
2025 func (m *SIB5) Reset()         { *m = SIB5{} }
2026 func (m *SIB5) String() string { return proto.CompactTextString(m) }
2027 func (*SIB5) ProtoMessage()    {}
2028 func (*SIB5) Descriptor() ([]byte, []int) {
2029         return fileDescriptor_3f0afbd7a60a4cb5, []int{27}
2030 }
2031
2032 func (m *SIB5) XXX_Unmarshal(b []byte) error {
2033         return xxx_messageInfo_SIB5.Unmarshal(m, b)
2034 }
2035 func (m *SIB5) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2036         return xxx_messageInfo_SIB5.Marshal(b, m, deterministic)
2037 }
2038 func (m *SIB5) XXX_Merge(src proto.Message) {
2039         xxx_messageInfo_SIB5.Merge(m, src)
2040 }
2041 func (m *SIB5) XXX_Size() int {
2042         return xxx_messageInfo_SIB5.Size(m)
2043 }
2044 func (m *SIB5) XXX_DiscardUnknown() {
2045         xxx_messageInfo_SIB5.DiscardUnknown(m)
2046 }
2047
2048 var xxx_messageInfo_SIB5 proto.InternalMessageInfo
2049
2050 func (m *SIB5) GetCarrierFreqListEUTRA() *CarrierFreqListEUTRA {
2051         if m != nil {
2052                 return m.CarrierFreqListEUTRA
2053         }
2054         return nil
2055 }
2056
2057 func (m *SIB5) GetT_ReselectionEUTRA() uint32 {
2058         if m != nil {
2059                 return m.T_ReselectionEUTRA
2060         }
2061         return 0
2062 }
2063
2064 func (m *SIB5) GetT_ReselectionEUTRA_SF() *SpeedStateScaleFactors {
2065         if m != nil {
2066                 return m.T_ReselectionEUTRA_SF
2067         }
2068         return nil
2069 }
2070
2071 func (m *SIB5) GetLateNonCriticalExtension() *wrappers.BytesValue {
2072         if m != nil {
2073                 return m.LateNonCriticalExtension
2074         }
2075         return nil
2076 }
2077
2078 type CarrierFreqListEUTRA struct {
2079         Items                []*CarrierFreqEUTRA `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
2080         XXX_NoUnkeyedLiteral struct{}            `json:"-"`
2081         XXX_unrecognized     []byte              `json:"-"`
2082         XXX_sizecache        int32               `json:"-"`
2083 }
2084
2085 func (m *CarrierFreqListEUTRA) Reset()         { *m = CarrierFreqListEUTRA{} }
2086 func (m *CarrierFreqListEUTRA) String() string { return proto.CompactTextString(m) }
2087 func (*CarrierFreqListEUTRA) ProtoMessage()    {}
2088 func (*CarrierFreqListEUTRA) Descriptor() ([]byte, []int) {
2089         return fileDescriptor_3f0afbd7a60a4cb5, []int{28}
2090 }
2091
2092 func (m *CarrierFreqListEUTRA) XXX_Unmarshal(b []byte) error {
2093         return xxx_messageInfo_CarrierFreqListEUTRA.Unmarshal(m, b)
2094 }
2095 func (m *CarrierFreqListEUTRA) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2096         return xxx_messageInfo_CarrierFreqListEUTRA.Marshal(b, m, deterministic)
2097 }
2098 func (m *CarrierFreqListEUTRA) XXX_Merge(src proto.Message) {
2099         xxx_messageInfo_CarrierFreqListEUTRA.Merge(m, src)
2100 }
2101 func (m *CarrierFreqListEUTRA) XXX_Size() int {
2102         return xxx_messageInfo_CarrierFreqListEUTRA.Size(m)
2103 }
2104 func (m *CarrierFreqListEUTRA) XXX_DiscardUnknown() {
2105         xxx_messageInfo_CarrierFreqListEUTRA.DiscardUnknown(m)
2106 }
2107
2108 var xxx_messageInfo_CarrierFreqListEUTRA proto.InternalMessageInfo
2109
2110 func (m *CarrierFreqListEUTRA) GetItems() []*CarrierFreqEUTRA {
2111         if m != nil {
2112                 return m.Items
2113         }
2114         return nil
2115 }
2116
2117 type CarrierFreqEUTRA struct {
2118         CarrierFreq                uint32                      `protobuf:"varint,1,opt,name=carrierFreq,proto3" json:"carrierFreq,omitempty"`
2119         EutraMultiBandInfoList     *EUTRA_MultiBandInfoList    `protobuf:"bytes,2,opt,name=eutra_multiBandInfoList,json=eutraMultiBandInfoList,proto3" json:"eutra_multiBandInfoList,omitempty"`
2120         Eutra_FreqNeighCellList    *EUTRA_FreqNeighCellList    `protobuf:"bytes,3,opt,name=eutra_FreqNeighCellList,json=eutraFreqNeighCellList,proto3" json:"eutra_FreqNeighCellList,omitempty"`
2121         Eutra_BlackCellList        *EUTRA_FreqBlackCellList    `protobuf:"bytes,4,opt,name=eutra_BlackCellList,json=eutraBlackCellList,proto3" json:"eutra_BlackCellList,omitempty"`
2122         AllowedMeasBandwidth       *EUTRA_AllowedMeasBandwidth `protobuf:"bytes,5,opt,name=allowedMeasBandwidth,proto3" json:"allowedMeasBandwidth,omitempty"`
2123         PresenceAntennaPort1       bool                        `protobuf:"varint,6,opt,name=presenceAntennaPort1,proto3" json:"presenceAntennaPort1,omitempty"`
2124         CellReselectionPriority    *wrappers.UInt32Value       `protobuf:"bytes,7,opt,name=cellReselectionPriority,proto3" json:"cellReselectionPriority,omitempty"`
2125         CellReselectionSubPriority *CellReselectionSubPriority `protobuf:"bytes,8,opt,name=cellReselectionSubPriority,proto3" json:"cellReselectionSubPriority,omitempty"`
2126         ThreshX_High               uint32                      `protobuf:"varint,9,opt,name=threshX_High,json=threshXHigh,proto3" json:"threshX_High,omitempty"`
2127         ThreshX_Low                uint32                      `protobuf:"varint,10,opt,name=threshX_Low,json=threshXLow,proto3" json:"threshX_Low,omitempty"`
2128         Q_RxLevMin                 int32                       `protobuf:"zigzag32,11,opt,name=q_RxLevMin,json=qRxLevMin,proto3" json:"q_RxLevMin,omitempty"`
2129         Q_QualMin                  int32                       `protobuf:"zigzag32,12,opt,name=q_QualMin,json=qQualMin,proto3" json:"q_QualMin,omitempty"`
2130         P_MaxEUTRA                 int32                       `protobuf:"zigzag32,13,opt,name=p_MaxEUTRA,json=pMaxEUTRA,proto3" json:"p_MaxEUTRA,omitempty"`
2131         ThreshX_Q                  *CarrierFreqEUTRAThreshX_Q  `protobuf:"bytes,14,opt,name=threshX_Q,json=threshXQ,proto3" json:"threshX_Q,omitempty"`
2132         XXX_NoUnkeyedLiteral       struct{}                    `json:"-"`
2133         XXX_unrecognized           []byte                      `json:"-"`
2134         XXX_sizecache              int32                       `json:"-"`
2135 }
2136
2137 func (m *CarrierFreqEUTRA) Reset()         { *m = CarrierFreqEUTRA{} }
2138 func (m *CarrierFreqEUTRA) String() string { return proto.CompactTextString(m) }
2139 func (*CarrierFreqEUTRA) ProtoMessage()    {}
2140 func (*CarrierFreqEUTRA) Descriptor() ([]byte, []int) {
2141         return fileDescriptor_3f0afbd7a60a4cb5, []int{29}
2142 }
2143
2144 func (m *CarrierFreqEUTRA) XXX_Unmarshal(b []byte) error {
2145         return xxx_messageInfo_CarrierFreqEUTRA.Unmarshal(m, b)
2146 }
2147 func (m *CarrierFreqEUTRA) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2148         return xxx_messageInfo_CarrierFreqEUTRA.Marshal(b, m, deterministic)
2149 }
2150 func (m *CarrierFreqEUTRA) XXX_Merge(src proto.Message) {
2151         xxx_messageInfo_CarrierFreqEUTRA.Merge(m, src)
2152 }
2153 func (m *CarrierFreqEUTRA) XXX_Size() int {
2154         return xxx_messageInfo_CarrierFreqEUTRA.Size(m)
2155 }
2156 func (m *CarrierFreqEUTRA) XXX_DiscardUnknown() {
2157         xxx_messageInfo_CarrierFreqEUTRA.DiscardUnknown(m)
2158 }
2159
2160 var xxx_messageInfo_CarrierFreqEUTRA proto.InternalMessageInfo
2161
2162 func (m *CarrierFreqEUTRA) GetCarrierFreq() uint32 {
2163         if m != nil {
2164                 return m.CarrierFreq
2165         }
2166         return 0
2167 }
2168
2169 func (m *CarrierFreqEUTRA) GetEutraMultiBandInfoList() *EUTRA_MultiBandInfoList {
2170         if m != nil {
2171                 return m.EutraMultiBandInfoList
2172         }
2173         return nil
2174 }
2175
2176 func (m *CarrierFreqEUTRA) GetEutra_FreqNeighCellList() *EUTRA_FreqNeighCellList {
2177         if m != nil {
2178                 return m.Eutra_FreqNeighCellList
2179         }
2180         return nil
2181 }
2182
2183 func (m *CarrierFreqEUTRA) GetEutra_BlackCellList() *EUTRA_FreqBlackCellList {
2184         if m != nil {
2185                 return m.Eutra_BlackCellList
2186         }
2187         return nil
2188 }
2189
2190 func (m *CarrierFreqEUTRA) GetAllowedMeasBandwidth() *EUTRA_AllowedMeasBandwidth {
2191         if m != nil {
2192                 return m.AllowedMeasBandwidth
2193         }
2194         return nil
2195 }
2196
2197 func (m *CarrierFreqEUTRA) GetPresenceAntennaPort1() bool {
2198         if m != nil {
2199                 return m.PresenceAntennaPort1
2200         }
2201         return false
2202 }
2203
2204 func (m *CarrierFreqEUTRA) GetCellReselectionPriority() *wrappers.UInt32Value {
2205         if m != nil {
2206                 return m.CellReselectionPriority
2207         }
2208         return nil
2209 }
2210
2211 func (m *CarrierFreqEUTRA) GetCellReselectionSubPriority() *CellReselectionSubPriority {
2212         if m != nil {
2213                 return m.CellReselectionSubPriority
2214         }
2215         return nil
2216 }
2217
2218 func (m *CarrierFreqEUTRA) GetThreshX_High() uint32 {
2219         if m != nil {
2220                 return m.ThreshX_High
2221         }
2222         return 0
2223 }
2224
2225 func (m *CarrierFreqEUTRA) GetThreshX_Low() uint32 {
2226         if m != nil {
2227                 return m.ThreshX_Low
2228         }
2229         return 0
2230 }
2231
2232 func (m *CarrierFreqEUTRA) GetQ_RxLevMin() int32 {
2233         if m != nil {
2234                 return m.Q_RxLevMin
2235         }
2236         return 0
2237 }
2238
2239 func (m *CarrierFreqEUTRA) GetQ_QualMin() int32 {
2240         if m != nil {
2241                 return m.Q_QualMin
2242         }
2243         return 0
2244 }
2245
2246 func (m *CarrierFreqEUTRA) GetP_MaxEUTRA() int32 {
2247         if m != nil {
2248                 return m.P_MaxEUTRA
2249         }
2250         return 0
2251 }
2252
2253 func (m *CarrierFreqEUTRA) GetThreshX_Q() *CarrierFreqEUTRAThreshX_Q {
2254         if m != nil {
2255                 return m.ThreshX_Q
2256         }
2257         return nil
2258 }
2259
2260 type EUTRA_FreqNeighCellList struct {
2261         Items                []*EUTRA_FreqNeighCellInfo `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
2262         XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
2263         XXX_unrecognized     []byte                     `json:"-"`
2264         XXX_sizecache        int32                      `json:"-"`
2265 }
2266
2267 func (m *EUTRA_FreqNeighCellList) Reset()         { *m = EUTRA_FreqNeighCellList{} }
2268 func (m *EUTRA_FreqNeighCellList) String() string { return proto.CompactTextString(m) }
2269 func (*EUTRA_FreqNeighCellList) ProtoMessage()    {}
2270 func (*EUTRA_FreqNeighCellList) Descriptor() ([]byte, []int) {
2271         return fileDescriptor_3f0afbd7a60a4cb5, []int{30}
2272 }
2273
2274 func (m *EUTRA_FreqNeighCellList) XXX_Unmarshal(b []byte) error {
2275         return xxx_messageInfo_EUTRA_FreqNeighCellList.Unmarshal(m, b)
2276 }
2277 func (m *EUTRA_FreqNeighCellList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2278         return xxx_messageInfo_EUTRA_FreqNeighCellList.Marshal(b, m, deterministic)
2279 }
2280 func (m *EUTRA_FreqNeighCellList) XXX_Merge(src proto.Message) {
2281         xxx_messageInfo_EUTRA_FreqNeighCellList.Merge(m, src)
2282 }
2283 func (m *EUTRA_FreqNeighCellList) XXX_Size() int {
2284         return xxx_messageInfo_EUTRA_FreqNeighCellList.Size(m)
2285 }
2286 func (m *EUTRA_FreqNeighCellList) XXX_DiscardUnknown() {
2287         xxx_messageInfo_EUTRA_FreqNeighCellList.DiscardUnknown(m)
2288 }
2289
2290 var xxx_messageInfo_EUTRA_FreqNeighCellList proto.InternalMessageInfo
2291
2292 func (m *EUTRA_FreqNeighCellList) GetItems() []*EUTRA_FreqNeighCellInfo {
2293         if m != nil {
2294                 return m.Items
2295         }
2296         return nil
2297 }
2298
2299 type EUTRA_FreqBlackCellList struct {
2300         Items                []*EUTRA_PhysCellIdRange `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
2301         XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
2302         XXX_unrecognized     []byte                   `json:"-"`
2303         XXX_sizecache        int32                    `json:"-"`
2304 }
2305
2306 func (m *EUTRA_FreqBlackCellList) Reset()         { *m = EUTRA_FreqBlackCellList{} }
2307 func (m *EUTRA_FreqBlackCellList) String() string { return proto.CompactTextString(m) }
2308 func (*EUTRA_FreqBlackCellList) ProtoMessage()    {}
2309 func (*EUTRA_FreqBlackCellList) Descriptor() ([]byte, []int) {
2310         return fileDescriptor_3f0afbd7a60a4cb5, []int{31}
2311 }
2312
2313 func (m *EUTRA_FreqBlackCellList) XXX_Unmarshal(b []byte) error {
2314         return xxx_messageInfo_EUTRA_FreqBlackCellList.Unmarshal(m, b)
2315 }
2316 func (m *EUTRA_FreqBlackCellList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2317         return xxx_messageInfo_EUTRA_FreqBlackCellList.Marshal(b, m, deterministic)
2318 }
2319 func (m *EUTRA_FreqBlackCellList) XXX_Merge(src proto.Message) {
2320         xxx_messageInfo_EUTRA_FreqBlackCellList.Merge(m, src)
2321 }
2322 func (m *EUTRA_FreqBlackCellList) XXX_Size() int {
2323         return xxx_messageInfo_EUTRA_FreqBlackCellList.Size(m)
2324 }
2325 func (m *EUTRA_FreqBlackCellList) XXX_DiscardUnknown() {
2326         xxx_messageInfo_EUTRA_FreqBlackCellList.DiscardUnknown(m)
2327 }
2328
2329 var xxx_messageInfo_EUTRA_FreqBlackCellList proto.InternalMessageInfo
2330
2331 func (m *EUTRA_FreqBlackCellList) GetItems() []*EUTRA_PhysCellIdRange {
2332         if m != nil {
2333                 return m.Items
2334         }
2335         return nil
2336 }
2337
2338 type EUTRA_FreqNeighCellInfo struct {
2339         PhysCellId           uint32                `protobuf:"varint,1,opt,name=physCellId,proto3" json:"physCellId,omitempty"`
2340         Q_OffsetCell         *EUTRA_Q_OffsetRange  `protobuf:"bytes,2,opt,name=q_OffsetCell,json=qOffsetCell,proto3" json:"q_OffsetCell,omitempty"`
2341         Q_RxLevMinOffsetCell *wrappers.UInt32Value `protobuf:"bytes,3,opt,name=q_RxLevMinOffsetCell,json=qRxLevMinOffsetCell,proto3" json:"q_RxLevMinOffsetCell,omitempty"`
2342         Q_QualMinOffsetCell  *wrappers.UInt32Value `protobuf:"bytes,4,opt,name=q_QualMinOffsetCell,json=qQualMinOffsetCell,proto3" json:"q_QualMinOffsetCell,omitempty"`
2343         XXX_NoUnkeyedLiteral struct{}              `json:"-"`
2344         XXX_unrecognized     []byte                `json:"-"`
2345         XXX_sizecache        int32                 `json:"-"`
2346 }
2347
2348 func (m *EUTRA_FreqNeighCellInfo) Reset()         { *m = EUTRA_FreqNeighCellInfo{} }
2349 func (m *EUTRA_FreqNeighCellInfo) String() string { return proto.CompactTextString(m) }
2350 func (*EUTRA_FreqNeighCellInfo) ProtoMessage()    {}
2351 func (*EUTRA_FreqNeighCellInfo) Descriptor() ([]byte, []int) {
2352         return fileDescriptor_3f0afbd7a60a4cb5, []int{32}
2353 }
2354
2355 func (m *EUTRA_FreqNeighCellInfo) XXX_Unmarshal(b []byte) error {
2356         return xxx_messageInfo_EUTRA_FreqNeighCellInfo.Unmarshal(m, b)
2357 }
2358 func (m *EUTRA_FreqNeighCellInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2359         return xxx_messageInfo_EUTRA_FreqNeighCellInfo.Marshal(b, m, deterministic)
2360 }
2361 func (m *EUTRA_FreqNeighCellInfo) XXX_Merge(src proto.Message) {
2362         xxx_messageInfo_EUTRA_FreqNeighCellInfo.Merge(m, src)
2363 }
2364 func (m *EUTRA_FreqNeighCellInfo) XXX_Size() int {
2365         return xxx_messageInfo_EUTRA_FreqNeighCellInfo.Size(m)
2366 }
2367 func (m *EUTRA_FreqNeighCellInfo) XXX_DiscardUnknown() {
2368         xxx_messageInfo_EUTRA_FreqNeighCellInfo.DiscardUnknown(m)
2369 }
2370
2371 var xxx_messageInfo_EUTRA_FreqNeighCellInfo proto.InternalMessageInfo
2372
2373 func (m *EUTRA_FreqNeighCellInfo) GetPhysCellId() uint32 {
2374         if m != nil {
2375                 return m.PhysCellId
2376         }
2377         return 0
2378 }
2379
2380 func (m *EUTRA_FreqNeighCellInfo) GetQ_OffsetCell() *EUTRA_Q_OffsetRange {
2381         if m != nil {
2382                 return m.Q_OffsetCell
2383         }
2384         return nil
2385 }
2386
2387 func (m *EUTRA_FreqNeighCellInfo) GetQ_RxLevMinOffsetCell() *wrappers.UInt32Value {
2388         if m != nil {
2389                 return m.Q_RxLevMinOffsetCell
2390         }
2391         return nil
2392 }
2393
2394 func (m *EUTRA_FreqNeighCellInfo) GetQ_QualMinOffsetCell() *wrappers.UInt32Value {
2395         if m != nil {
2396                 return m.Q_QualMinOffsetCell
2397         }
2398         return nil
2399 }
2400
2401 type CarrierFreqEUTRAThreshX_Q struct {
2402         ThreshX_HighQ        uint32   `protobuf:"varint,1,opt,name=threshX_HighQ,json=threshXHighQ,proto3" json:"threshX_HighQ,omitempty"`
2403         ThreshX_LowQ         uint32   `protobuf:"varint,2,opt,name=threshX_LowQ,json=threshXLowQ,proto3" json:"threshX_LowQ,omitempty"`
2404         XXX_NoUnkeyedLiteral struct{} `json:"-"`
2405         XXX_unrecognized     []byte   `json:"-"`
2406         XXX_sizecache        int32    `json:"-"`
2407 }
2408
2409 func (m *CarrierFreqEUTRAThreshX_Q) Reset()         { *m = CarrierFreqEUTRAThreshX_Q{} }
2410 func (m *CarrierFreqEUTRAThreshX_Q) String() string { return proto.CompactTextString(m) }
2411 func (*CarrierFreqEUTRAThreshX_Q) ProtoMessage()    {}
2412 func (*CarrierFreqEUTRAThreshX_Q) Descriptor() ([]byte, []int) {
2413         return fileDescriptor_3f0afbd7a60a4cb5, []int{33}
2414 }
2415
2416 func (m *CarrierFreqEUTRAThreshX_Q) XXX_Unmarshal(b []byte) error {
2417         return xxx_messageInfo_CarrierFreqEUTRAThreshX_Q.Unmarshal(m, b)
2418 }
2419 func (m *CarrierFreqEUTRAThreshX_Q) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2420         return xxx_messageInfo_CarrierFreqEUTRAThreshX_Q.Marshal(b, m, deterministic)
2421 }
2422 func (m *CarrierFreqEUTRAThreshX_Q) XXX_Merge(src proto.Message) {
2423         xxx_messageInfo_CarrierFreqEUTRAThreshX_Q.Merge(m, src)
2424 }
2425 func (m *CarrierFreqEUTRAThreshX_Q) XXX_Size() int {
2426         return xxx_messageInfo_CarrierFreqEUTRAThreshX_Q.Size(m)
2427 }
2428 func (m *CarrierFreqEUTRAThreshX_Q) XXX_DiscardUnknown() {
2429         xxx_messageInfo_CarrierFreqEUTRAThreshX_Q.DiscardUnknown(m)
2430 }
2431
2432 var xxx_messageInfo_CarrierFreqEUTRAThreshX_Q proto.InternalMessageInfo
2433
2434 func (m *CarrierFreqEUTRAThreshX_Q) GetThreshX_HighQ() uint32 {
2435         if m != nil {
2436                 return m.ThreshX_HighQ
2437         }
2438         return 0
2439 }
2440
2441 func (m *CarrierFreqEUTRAThreshX_Q) GetThreshX_LowQ() uint32 {
2442         if m != nil {
2443                 return m.ThreshX_LowQ
2444         }
2445         return 0
2446 }
2447
2448 type SIB6 struct {
2449         MessageIdentifier        []byte               `protobuf:"bytes,1,opt,name=messageIdentifier,proto3" json:"messageIdentifier,omitempty"`
2450         SerialNumber             []byte               `protobuf:"bytes,2,opt,name=serialNumber,proto3" json:"serialNumber,omitempty"`
2451         WarningType              []byte               `protobuf:"bytes,3,opt,name=warningType,proto3" json:"warningType,omitempty"`
2452         LateNonCriticalExtension *wrappers.BytesValue `protobuf:"bytes,4,opt,name=lateNonCriticalExtension,proto3" json:"lateNonCriticalExtension,omitempty"`
2453         XXX_NoUnkeyedLiteral     struct{}             `json:"-"`
2454         XXX_unrecognized         []byte               `json:"-"`
2455         XXX_sizecache            int32                `json:"-"`
2456 }
2457
2458 func (m *SIB6) Reset()         { *m = SIB6{} }
2459 func (m *SIB6) String() string { return proto.CompactTextString(m) }
2460 func (*SIB6) ProtoMessage()    {}
2461 func (*SIB6) Descriptor() ([]byte, []int) {
2462         return fileDescriptor_3f0afbd7a60a4cb5, []int{34}
2463 }
2464
2465 func (m *SIB6) XXX_Unmarshal(b []byte) error {
2466         return xxx_messageInfo_SIB6.Unmarshal(m, b)
2467 }
2468 func (m *SIB6) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2469         return xxx_messageInfo_SIB6.Marshal(b, m, deterministic)
2470 }
2471 func (m *SIB6) XXX_Merge(src proto.Message) {
2472         xxx_messageInfo_SIB6.Merge(m, src)
2473 }
2474 func (m *SIB6) XXX_Size() int {
2475         return xxx_messageInfo_SIB6.Size(m)
2476 }
2477 func (m *SIB6) XXX_DiscardUnknown() {
2478         xxx_messageInfo_SIB6.DiscardUnknown(m)
2479 }
2480
2481 var xxx_messageInfo_SIB6 proto.InternalMessageInfo
2482
2483 func (m *SIB6) GetMessageIdentifier() []byte {
2484         if m != nil {
2485                 return m.MessageIdentifier
2486         }
2487         return nil
2488 }
2489
2490 func (m *SIB6) GetSerialNumber() []byte {
2491         if m != nil {
2492                 return m.SerialNumber
2493         }
2494         return nil
2495 }
2496
2497 func (m *SIB6) GetWarningType() []byte {
2498         if m != nil {
2499                 return m.WarningType
2500         }
2501         return nil
2502 }
2503
2504 func (m *SIB6) GetLateNonCriticalExtension() *wrappers.BytesValue {
2505         if m != nil {
2506                 return m.LateNonCriticalExtension
2507         }
2508         return nil
2509 }
2510
2511 type SIB7 struct {
2512         MessageIdentifier           []byte                         `protobuf:"bytes,1,opt,name=messageIdentifier,proto3" json:"messageIdentifier,omitempty"`
2513         SerialNumber                []byte                         `protobuf:"bytes,2,opt,name=serialNumber,proto3" json:"serialNumber,omitempty"`
2514         WarningMessageSegmentType   SIB7_WarningMessageSegmentType `protobuf:"varint,3,opt,name=warningMessageSegmentType,proto3,enum=streaming_protobufs.SIB7_WarningMessageSegmentType" json:"warningMessageSegmentType,omitempty"`
2515         WarningMessageSegmentNumber uint32                         `protobuf:"varint,4,opt,name=warningMessageSegmentNumber,proto3" json:"warningMessageSegmentNumber,omitempty"`
2516         WarningMessageSegment       []byte                         `protobuf:"bytes,5,opt,name=warningMessageSegment,proto3" json:"warningMessageSegment,omitempty"`
2517         DataCodingScheme            *wrappers.BytesValue           `protobuf:"bytes,6,opt,name=dataCodingScheme,proto3" json:"dataCodingScheme,omitempty"`
2518         LateNonCriticalExtension    *wrappers.BytesValue           `protobuf:"bytes,7,opt,name=lateNonCriticalExtension,proto3" json:"lateNonCriticalExtension,omitempty"`
2519         XXX_NoUnkeyedLiteral        struct{}                       `json:"-"`
2520         XXX_unrecognized            []byte                         `json:"-"`
2521         XXX_sizecache               int32                          `json:"-"`
2522 }
2523
2524 func (m *SIB7) Reset()         { *m = SIB7{} }
2525 func (m *SIB7) String() string { return proto.CompactTextString(m) }
2526 func (*SIB7) ProtoMessage()    {}
2527 func (*SIB7) Descriptor() ([]byte, []int) {
2528         return fileDescriptor_3f0afbd7a60a4cb5, []int{35}
2529 }
2530
2531 func (m *SIB7) XXX_Unmarshal(b []byte) error {
2532         return xxx_messageInfo_SIB7.Unmarshal(m, b)
2533 }
2534 func (m *SIB7) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2535         return xxx_messageInfo_SIB7.Marshal(b, m, deterministic)
2536 }
2537 func (m *SIB7) XXX_Merge(src proto.Message) {
2538         xxx_messageInfo_SIB7.Merge(m, src)
2539 }
2540 func (m *SIB7) XXX_Size() int {
2541         return xxx_messageInfo_SIB7.Size(m)
2542 }
2543 func (m *SIB7) XXX_DiscardUnknown() {
2544         xxx_messageInfo_SIB7.DiscardUnknown(m)
2545 }
2546
2547 var xxx_messageInfo_SIB7 proto.InternalMessageInfo
2548
2549 func (m *SIB7) GetMessageIdentifier() []byte {
2550         if m != nil {
2551                 return m.MessageIdentifier
2552         }
2553         return nil
2554 }
2555
2556 func (m *SIB7) GetSerialNumber() []byte {
2557         if m != nil {
2558                 return m.SerialNumber
2559         }
2560         return nil
2561 }
2562
2563 func (m *SIB7) GetWarningMessageSegmentType() SIB7_WarningMessageSegmentType {
2564         if m != nil {
2565                 return m.WarningMessageSegmentType
2566         }
2567         return SIB7_protobuf_unspecified
2568 }
2569
2570 func (m *SIB7) GetWarningMessageSegmentNumber() uint32 {
2571         if m != nil {
2572                 return m.WarningMessageSegmentNumber
2573         }
2574         return 0
2575 }
2576
2577 func (m *SIB7) GetWarningMessageSegment() []byte {
2578         if m != nil {
2579                 return m.WarningMessageSegment
2580         }
2581         return nil
2582 }
2583
2584 func (m *SIB7) GetDataCodingScheme() *wrappers.BytesValue {
2585         if m != nil {
2586                 return m.DataCodingScheme
2587         }
2588         return nil
2589 }
2590
2591 func (m *SIB7) GetLateNonCriticalExtension() *wrappers.BytesValue {
2592         if m != nil {
2593                 return m.LateNonCriticalExtension
2594         }
2595         return nil
2596 }
2597
2598 type SIB8 struct {
2599         MessageIdentifier             []byte                         `protobuf:"bytes,1,opt,name=messageIdentifier,proto3" json:"messageIdentifier,omitempty"`
2600         SerialNumber                  []byte                         `protobuf:"bytes,2,opt,name=serialNumber,proto3" json:"serialNumber,omitempty"`
2601         WarningMessageSegmentType     SIB8_WarningMessageSegmentType `protobuf:"varint,3,opt,name=warningMessageSegmentType,proto3,enum=streaming_protobufs.SIB8_WarningMessageSegmentType" json:"warningMessageSegmentType,omitempty"`
2602         WarningMessageSegmentNumber   uint32                         `protobuf:"varint,4,opt,name=warningMessageSegmentNumber,proto3" json:"warningMessageSegmentNumber,omitempty"`
2603         WarningMessageSegment         []byte                         `protobuf:"bytes,5,opt,name=warningMessageSegment,proto3" json:"warningMessageSegment,omitempty"`
2604         DataCodingScheme              *wrappers.BytesValue           `protobuf:"bytes,6,opt,name=dataCodingScheme,proto3" json:"dataCodingScheme,omitempty"`
2605         WarningAreaCoordinatesSegment *wrappers.BytesValue           `protobuf:"bytes,7,opt,name=warningAreaCoordinatesSegment,proto3" json:"warningAreaCoordinatesSegment,omitempty"`
2606         LateNonCriticalExtension      *wrappers.BytesValue           `protobuf:"bytes,8,opt,name=lateNonCriticalExtension,proto3" json:"lateNonCriticalExtension,omitempty"`
2607         XXX_NoUnkeyedLiteral          struct{}                       `json:"-"`
2608         XXX_unrecognized              []byte                         `json:"-"`
2609         XXX_sizecache                 int32                          `json:"-"`
2610 }
2611
2612 func (m *SIB8) Reset()         { *m = SIB8{} }
2613 func (m *SIB8) String() string { return proto.CompactTextString(m) }
2614 func (*SIB8) ProtoMessage()    {}
2615 func (*SIB8) Descriptor() ([]byte, []int) {
2616         return fileDescriptor_3f0afbd7a60a4cb5, []int{36}
2617 }
2618
2619 func (m *SIB8) XXX_Unmarshal(b []byte) error {
2620         return xxx_messageInfo_SIB8.Unmarshal(m, b)
2621 }
2622 func (m *SIB8) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2623         return xxx_messageInfo_SIB8.Marshal(b, m, deterministic)
2624 }
2625 func (m *SIB8) XXX_Merge(src proto.Message) {
2626         xxx_messageInfo_SIB8.Merge(m, src)
2627 }
2628 func (m *SIB8) XXX_Size() int {
2629         return xxx_messageInfo_SIB8.Size(m)
2630 }
2631 func (m *SIB8) XXX_DiscardUnknown() {
2632         xxx_messageInfo_SIB8.DiscardUnknown(m)
2633 }
2634
2635 var xxx_messageInfo_SIB8 proto.InternalMessageInfo
2636
2637 func (m *SIB8) GetMessageIdentifier() []byte {
2638         if m != nil {
2639                 return m.MessageIdentifier
2640         }
2641         return nil
2642 }
2643
2644 func (m *SIB8) GetSerialNumber() []byte {
2645         if m != nil {
2646                 return m.SerialNumber
2647         }
2648         return nil
2649 }
2650
2651 func (m *SIB8) GetWarningMessageSegmentType() SIB8_WarningMessageSegmentType {
2652         if m != nil {
2653                 return m.WarningMessageSegmentType
2654         }
2655         return SIB8_protobuf_unspecified
2656 }
2657
2658 func (m *SIB8) GetWarningMessageSegmentNumber() uint32 {
2659         if m != nil {
2660                 return m.WarningMessageSegmentNumber
2661         }
2662         return 0
2663 }
2664
2665 func (m *SIB8) GetWarningMessageSegment() []byte {
2666         if m != nil {
2667                 return m.WarningMessageSegment
2668         }
2669         return nil
2670 }
2671
2672 func (m *SIB8) GetDataCodingScheme() *wrappers.BytesValue {
2673         if m != nil {
2674                 return m.DataCodingScheme
2675         }
2676         return nil
2677 }
2678
2679 func (m *SIB8) GetWarningAreaCoordinatesSegment() *wrappers.BytesValue {
2680         if m != nil {
2681                 return m.WarningAreaCoordinatesSegment
2682         }
2683         return nil
2684 }
2685
2686 func (m *SIB8) GetLateNonCriticalExtension() *wrappers.BytesValue {
2687         if m != nil {
2688                 return m.LateNonCriticalExtension
2689         }
2690         return nil
2691 }
2692
2693 type SIB9 struct {
2694         TimeInfo                 *SIB9TimeInfo        `protobuf:"bytes,1,opt,name=timeInfo,proto3" json:"timeInfo,omitempty"`
2695         LateNonCriticalExtension *wrappers.BytesValue `protobuf:"bytes,2,opt,name=lateNonCriticalExtension,proto3" json:"lateNonCriticalExtension,omitempty"`
2696         XXX_NoUnkeyedLiteral     struct{}             `json:"-"`
2697         XXX_unrecognized         []byte               `json:"-"`
2698         XXX_sizecache            int32                `json:"-"`
2699 }
2700
2701 func (m *SIB9) Reset()         { *m = SIB9{} }
2702 func (m *SIB9) String() string { return proto.CompactTextString(m) }
2703 func (*SIB9) ProtoMessage()    {}
2704 func (*SIB9) Descriptor() ([]byte, []int) {
2705         return fileDescriptor_3f0afbd7a60a4cb5, []int{37}
2706 }
2707
2708 func (m *SIB9) XXX_Unmarshal(b []byte) error {
2709         return xxx_messageInfo_SIB9.Unmarshal(m, b)
2710 }
2711 func (m *SIB9) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2712         return xxx_messageInfo_SIB9.Marshal(b, m, deterministic)
2713 }
2714 func (m *SIB9) XXX_Merge(src proto.Message) {
2715         xxx_messageInfo_SIB9.Merge(m, src)
2716 }
2717 func (m *SIB9) XXX_Size() int {
2718         return xxx_messageInfo_SIB9.Size(m)
2719 }
2720 func (m *SIB9) XXX_DiscardUnknown() {
2721         xxx_messageInfo_SIB9.DiscardUnknown(m)
2722 }
2723
2724 var xxx_messageInfo_SIB9 proto.InternalMessageInfo
2725
2726 func (m *SIB9) GetTimeInfo() *SIB9TimeInfo {
2727         if m != nil {
2728                 return m.TimeInfo
2729         }
2730         return nil
2731 }
2732
2733 func (m *SIB9) GetLateNonCriticalExtension() *wrappers.BytesValue {
2734         if m != nil {
2735                 return m.LateNonCriticalExtension
2736         }
2737         return nil
2738 }
2739
2740 type SIB9TimeInfo struct {
2741         TimeInfoUTC          uint64               `protobuf:"varint,1,opt,name=timeInfoUTC,proto3" json:"timeInfoUTC,omitempty"`
2742         DayLightSavingTime   *wrappers.BytesValue `protobuf:"bytes,2,opt,name=dayLightSavingTime,proto3" json:"dayLightSavingTime,omitempty"`
2743         LeapSeconds          *wrappers.Int32Value `protobuf:"bytes,3,opt,name=leapSeconds,proto3" json:"leapSeconds,omitempty"`
2744         LocalTimeOffset      *wrappers.Int32Value `protobuf:"bytes,4,opt,name=localTimeOffset,proto3" json:"localTimeOffset,omitempty"`
2745         XXX_NoUnkeyedLiteral struct{}             `json:"-"`
2746         XXX_unrecognized     []byte               `json:"-"`
2747         XXX_sizecache        int32                `json:"-"`
2748 }
2749
2750 func (m *SIB9TimeInfo) Reset()         { *m = SIB9TimeInfo{} }
2751 func (m *SIB9TimeInfo) String() string { return proto.CompactTextString(m) }
2752 func (*SIB9TimeInfo) ProtoMessage()    {}
2753 func (*SIB9TimeInfo) Descriptor() ([]byte, []int) {
2754         return fileDescriptor_3f0afbd7a60a4cb5, []int{38}
2755 }
2756
2757 func (m *SIB9TimeInfo) XXX_Unmarshal(b []byte) error {
2758         return xxx_messageInfo_SIB9TimeInfo.Unmarshal(m, b)
2759 }
2760 func (m *SIB9TimeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2761         return xxx_messageInfo_SIB9TimeInfo.Marshal(b, m, deterministic)
2762 }
2763 func (m *SIB9TimeInfo) XXX_Merge(src proto.Message) {
2764         xxx_messageInfo_SIB9TimeInfo.Merge(m, src)
2765 }
2766 func (m *SIB9TimeInfo) XXX_Size() int {
2767         return xxx_messageInfo_SIB9TimeInfo.Size(m)
2768 }
2769 func (m *SIB9TimeInfo) XXX_DiscardUnknown() {
2770         xxx_messageInfo_SIB9TimeInfo.DiscardUnknown(m)
2771 }
2772
2773 var xxx_messageInfo_SIB9TimeInfo proto.InternalMessageInfo
2774
2775 func (m *SIB9TimeInfo) GetTimeInfoUTC() uint64 {
2776         if m != nil {
2777                 return m.TimeInfoUTC
2778         }
2779         return 0
2780 }
2781
2782 func (m *SIB9TimeInfo) GetDayLightSavingTime() *wrappers.BytesValue {
2783         if m != nil {
2784                 return m.DayLightSavingTime
2785         }
2786         return nil
2787 }
2788
2789 func (m *SIB9TimeInfo) GetLeapSeconds() *wrappers.Int32Value {
2790         if m != nil {
2791                 return m.LeapSeconds
2792         }
2793         return nil
2794 }
2795
2796 func (m *SIB9TimeInfo) GetLocalTimeOffset() *wrappers.Int32Value {
2797         if m != nil {
2798                 return m.LocalTimeOffset
2799         }
2800         return nil
2801 }
2802
2803 func init() {
2804         proto.RegisterEnum("streaming_protobufs.UAC_AccessCategory1_SelectionAssistanceInfo_Value", UAC_AccessCategory1_SelectionAssistanceInfo_Value_name, UAC_AccessCategory1_SelectionAssistanceInfo_Value_value)
2805         proto.RegisterEnum("streaming_protobufs.Q_Hyst_Value", Q_Hyst_Value_name, Q_Hyst_Value_value)
2806         proto.RegisterEnum("streaming_protobufs.SF_Medium_High_Value", SF_Medium_High_Value_name, SF_Medium_High_Value_value)
2807         proto.RegisterEnum("streaming_protobufs.CellReselectionSubPriority_Value", CellReselectionSubPriority_Value_name, CellReselectionSubPriority_Value_value)
2808         proto.RegisterEnum("streaming_protobufs.SpeedStateScaleFactorsSF_Medium_High_Value", SpeedStateScaleFactorsSF_Medium_High_Value_name, SpeedStateScaleFactorsSF_Medium_High_Value_value)
2809         proto.RegisterEnum("streaming_protobufs.SIB7_WarningMessageSegmentType", SIB7_WarningMessageSegmentType_name, SIB7_WarningMessageSegmentType_value)
2810         proto.RegisterEnum("streaming_protobufs.SIB8_WarningMessageSegmentType", SIB8_WarningMessageSegmentType_name, SIB8_WarningMessageSegmentType_value)
2811         proto.RegisterType((*SIB1)(nil), "streaming_protobufs.SIB1")
2812         proto.RegisterType((*SIB1CellSelectionInfo)(nil), "streaming_protobufs.SIB1CellSelectionInfo")
2813         proto.RegisterType((*SIB1UAC_BarringInfo)(nil), "streaming_protobufs.SIB1UAC_BarringInfo")
2814         proto.RegisterType((*UAC_AccessCategory1_SelectionAssistanceInfo)(nil), "streaming_protobufs.UAC_AccessCategory1_SelectionAssistanceInfo")
2815         proto.RegisterType((*IndividualPLMNList)(nil), "streaming_protobufs.IndividualPLMNList")
2816         proto.RegisterType((*SIB2)(nil), "streaming_protobufs.SIB2")
2817         proto.RegisterType((*SIB2CellReselectionInfoCommon)(nil), "streaming_protobufs.SIB2CellReselectionInfoCommon")
2818         proto.RegisterType((*Q_Hyst)(nil), "streaming_protobufs.Q_Hyst")
2819         proto.RegisterType((*SpeedStateReselectionPars)(nil), "streaming_protobufs.SpeedStateReselectionPars")
2820         proto.RegisterType((*Q_HystSF)(nil), "streaming_protobufs.Q_HystSF")
2821         proto.RegisterType((*SF_Medium_High)(nil), "streaming_protobufs.SF_Medium_High")
2822         proto.RegisterType((*SIB2CellReselectionServingFreqInfo)(nil), "streaming_protobufs.SIB2CellReselectionServingFreqInfo")
2823         proto.RegisterType((*CellReselectionSubPriority)(nil), "streaming_protobufs.CellReselectionSubPriority")
2824         proto.RegisterType((*SIB2IntraFreqCellReselectionInfo)(nil), "streaming_protobufs.SIB2IntraFreqCellReselectionInfo")
2825         proto.RegisterType((*SpeedStateScaleFactors)(nil), "streaming_protobufs.SpeedStateScaleFactors")
2826         proto.RegisterType((*SpeedStateScaleFactorsSF_Medium_High)(nil), "streaming_protobufs.SpeedStateScaleFactorsSF_Medium_High")
2827         proto.RegisterType((*SIB3)(nil), "streaming_protobufs.SIB3")
2828         proto.RegisterType((*IntraFreqNeighCellList)(nil), "streaming_protobufs.IntraFreqNeighCellList")
2829         proto.RegisterType((*IntraFreqNeighCellInfo)(nil), "streaming_protobufs.IntraFreqNeighCellInfo")
2830         proto.RegisterType((*IntraFreqBlackCellList)(nil), "streaming_protobufs.IntraFreqBlackCellList")
2831         proto.RegisterType((*SIB4)(nil), "streaming_protobufs.SIB4")
2832         proto.RegisterType((*InterFreqCarrierFreqList)(nil), "streaming_protobufs.InterFreqCarrierFreqList")
2833         proto.RegisterType((*InterFreqCarrierFreqInfo)(nil), "streaming_protobufs.InterFreqCarrierFreqInfo")
2834         proto.RegisterType((*InterFreqCarrierFreqInfoThreshX_Q)(nil), "streaming_protobufs.InterFreqCarrierFreqInfoThreshX_Q")
2835         proto.RegisterType((*InterFreqNeighCellList)(nil), "streaming_protobufs.InterFreqNeighCellList")
2836         proto.RegisterType((*InterFreqNeighCellInfo)(nil), "streaming_protobufs.InterFreqNeighCellInfo")
2837         proto.RegisterType((*InterFreqBlackCellList)(nil), "streaming_protobufs.InterFreqBlackCellList")
2838         proto.RegisterType((*SIB5)(nil), "streaming_protobufs.SIB5")
2839         proto.RegisterType((*CarrierFreqListEUTRA)(nil), "streaming_protobufs.CarrierFreqListEUTRA")
2840         proto.RegisterType((*CarrierFreqEUTRA)(nil), "streaming_protobufs.CarrierFreqEUTRA")
2841         proto.RegisterType((*EUTRA_FreqNeighCellList)(nil), "streaming_protobufs.EUTRA_FreqNeighCellList")
2842         proto.RegisterType((*EUTRA_FreqBlackCellList)(nil), "streaming_protobufs.EUTRA_FreqBlackCellList")
2843         proto.RegisterType((*EUTRA_FreqNeighCellInfo)(nil), "streaming_protobufs.EUTRA_FreqNeighCellInfo")
2844         proto.RegisterType((*CarrierFreqEUTRAThreshX_Q)(nil), "streaming_protobufs.CarrierFreqEUTRAThreshX_Q")
2845         proto.RegisterType((*SIB6)(nil), "streaming_protobufs.SIB6")
2846         proto.RegisterType((*SIB7)(nil), "streaming_protobufs.SIB7")
2847         proto.RegisterType((*SIB8)(nil), "streaming_protobufs.SIB8")
2848         proto.RegisterType((*SIB9)(nil), "streaming_protobufs.SIB9")
2849         proto.RegisterType((*SIB9TimeInfo)(nil), "streaming_protobufs.SIB9TimeInfo")
2850 }
2851
2852 func init() { proto.RegisterFile("rrc_sib.proto", fileDescriptor_3f0afbd7a60a4cb5) }
2853
2854 var fileDescriptor_3f0afbd7a60a4cb5 = []byte{
2855         // 3006 bytes of a gzipped FileDescriptorProto
2856         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5b, 0xcd, 0x6f, 0x1b, 0xc7,
2857         0xf9, 0x0e, 0x29, 0x4a, 0xa2, 0x5e, 0x91, 0xd2, 0x6a, 0xf4, 0x45, 0x3b, 0xb1, 0x63, 0x33, 0xbf,
2858         0xfc, 0xe2, 0x26, 0x91, 0x6c, 0xd1, 0x92, 0xac, 0xa0, 0x0d, 0x62, 0x91, 0x11, 0x63, 0xd6, 0x92,
2859         0x2c, 0xcd, 0x4a, 0x4e, 0x9a, 0xd4, 0xd8, 0x2e, 0x97, 0x43, 0x6a, 0x91, 0xe5, 0x2e, 0x39, 0xb3,
2860         0x94, 0xad, 0x53, 0x0f, 0xbd, 0xf5, 0x5f, 0x28, 0xd0, 0x53, 0x51, 0xa0, 0x40, 0x81, 0x9e, 0x0a,
2861         0xb4, 0x87, 0x1e, 0xfa, 0x71, 0xea, 0x21, 0x3d, 0xf4, 0xd8, 0x43, 0xff, 0x89, 0xa2, 0x97, 0xa2,
2862         0x40, 0xb1, 0xb3, 0x4b, 0x6a, 0x77, 0x39, 0xbb, 0x5c, 0x59, 0x72, 0x10, 0xa0, 0x3d, 0x69, 0xf8,
2863         0xce, 0x3c, 0xcf, 0x7c, 0xbd, 0xf3, 0xbe, 0xcf, 0x0c, 0x29, 0xc8, 0x53, 0xaa, 0x29, 0x4c, 0xaf,
2864         0xaf, 0x76, 0xa8, 0x65, 0x5b, 0x68, 0x9e, 0xd9, 0x94, 0xa8, 0x6d, 0xdd, 0x6c, 0x29, 0xdc, 0x50,
2865         0xef, 0x35, 0xd9, 0xf5, 0x9b, 0x2d, 0xcb, 0x6a, 0x19, 0xe4, 0x6e, 0xdf, 0x72, 0xf7, 0x39, 0x55,
2866         0x3b, 0x1d, 0x42, 0x99, 0x0b, 0xba, 0xbe, 0xe4, 0x70, 0x68, 0x56, 0xbb, 0x6d, 0x99, 0x8a, 0x7d,
2867         0xd6, 0x21, 0x7d, 0x3b, 0x1a, 0xb6, 0x15, 0xff, 0x36, 0x09, 0x19, 0xb9, 0x56, 0x5e, 0x43, 0x9f,
2868         0xc1, 0x9c, 0x46, 0x0c, 0x43, 0x26, 0x06, 0xd1, 0x6c, 0xdd, 0x32, 0x6b, 0x66, 0xd3, 0x2a, 0xa4,
2869         0x6e, 0xa5, 0xee, 0x4c, 0x97, 0xde, 0x5d, 0x15, 0x8c, 0x62, 0xd5, 0x41, 0x55, 0xc2, 0x08, 0x3c,
2870         0x4c, 0x82, 0x7e, 0x00, 0x8b, 0x8e, 0x71, 0x5b, 0xd3, 0x08, 0x63, 0x98, 0x18, 0xaa, 0x4d, 0x1a,
2871         0x9c, 0x3d, 0x1d, 0xc3, 0x5e, 0x11, 0x21, 0xb0, 0x98, 0x88, 0xf7, 0x60, 0x99, 0xe6, 0x0e, 0xb3,
2872         0xab, 0xaa, 0x6e, 0xf4, 0x28, 0xa9, 0x58, 0xa6, 0x4d, 0x2d, 0xa3, 0x30, 0x16, 0xd7, 0x83, 0x08,
2873         0x81, 0xc5, 0x44, 0x48, 0x86, 0x39, 0xa6, 0x2b, 0xb2, 0x76, 0x42, 0x1a, 0x3d, 0x43, 0x37, 0x5b,
2874         0x7c, 0xfc, 0x19, 0xce, 0xfe, 0xff, 0x11, 0xab, 0x13, 0x6a, 0x8d, 0x25, 0xa6, 0x07, 0x2d, 0x48,
2875         0x87, 0x65, 0x46, 0xe8, 0xa9, 0x6e, 0xb6, 0x9c, 0xd9, 0x56, 0x2c, 0xb3, 0xa9, 0xb7, 0x2a, 0x7c,
2876         0x8b, 0x0a, 0xe3, 0x9c, 0xfa, 0xae, 0x98, 0x5a, 0x8c, 0x91, 0x6b, 0x65, 0x1c, 0xc5, 0x87, 0x9e,
2877         0xc0, 0x82, 0xde, 0x66, 0xca, 0x4e, 0x9b, 0xd0, 0x16, 0x31, 0xb5, 0x33, 0xb9, 0xd7, 0xe9, 0x58,
2878         0xd4, 0x2e, 0x4c, 0xf0, 0x7e, 0xde, 0x10, 0xf6, 0x73, 0x44, 0x7b, 0xe4, 0x49, 0xc7, 0xc6, 0xf3,
2879         0x7a, 0x9b, 0x85, 0x81, 0x0e, 0x21, 0xa9, 0xa8, 0x86, 0xf1, 0xe4, 0x94, 0xd0, 0xda, 0x9e, 0xac,
2880         0xf4, 0x09, 0x27, 0x93, 0x10, 0xfa, 0x91, 0x7d, 0x42, 0x05, 0x16, 0x7b, 0x44, 0x39, 0xd2, 0xdb,
2881         0x84, 0xb2, 0x6d, 0xb3, 0x51, 0xb1, 0x4c, 0x66, 0xab, 0xa6, 0xcd, 0x0a, 0xd9, 0x98, 0x3d, 0x3c,
2882         0xde, 0x11, 0x20, 0xf0, 0x42, 0x8f, 0x0c, 0x5b, 0xd1, 0x21, 0xcc, 0xf6, 0x54, 0x4d, 0x29, 0xab,
2883         0x94, 0xf6, 0x37, 0x70, 0x8a, 0x53, 0xdf, 0x89, 0x74, 0xef, 0xe3, 0xed, 0x8a, 0xbf, 0x3d, 0x9e,
2884         0xe9, 0xa9, 0x9a, 0xef, 0x33, 0xaa, 0xc2, 0x6c, 0x8f, 0x91, 0x6a, 0xcf, 0x30, 0x30, 0x61, 0xbd,
2885         0x36, 0xa9, 0x7d, 0x5c, 0x80, 0x04, 0xf3, 0x0f, 0x83, 0xd0, 0xa7, 0x50, 0x70, 0x9c, 0x79, 0xdf,
2886         0x32, 0x2b, 0x54, 0xb7, 0x75, 0x4d, 0x35, 0x76, 0x5e, 0xd8, 0xc4, 0x64, 0xba, 0x65, 0x16, 0xa6,
2887         0x39, 0xe1, 0xeb, 0xab, 0xee, 0x99, 0x5f, 0xed, 0xb3, 0xad, 0x96, 0xcf, 0x6c, 0xc2, 0x9e, 0xaa,
2888         0x46, 0x8f, 0xe0, 0x48, 0x70, 0xf1, 0x0f, 0x69, 0x58, 0x14, 0x9e, 0x53, 0x74, 0x03, 0xa0, 0xab,
2889         0xe0, 0x17, 0xbb, 0xe4, 0x74, 0x4f, 0x37, 0xf9, 0x39, 0x9f, 0xc3, 0x53, 0xdd, 0xbe, 0x01, 0x7d,
2890         0x02, 0xd2, 0x79, 0xf5, 0x93, 0x66, 0x93, 0x11, 0xdb, 0x3b, 0xae, 0x6f, 0x0c, 0x8d, 0xe4, 0xb8,
2891         0x66, 0xda, 0xf7, 0x4b, 0xee, 0x50, 0x66, 0xbb, 0x41, 0x10, 0x7a, 0x08, 0xf9, 0x73, 0x22, 0xf9,
2892         0x78, 0xd7, 0x3b, 0x92, 0xc3, 0xf3, 0xf1, 0x91, 0xe4, 0xba, 0x3e, 0x00, 0xda, 0x82, 0xa9, 0xae,
2893         0x72, 0xd8, 0x53, 0x0d, 0x67, 0xa0, 0x99, 0xd1, 0xe8, 0x6c, 0xd7, 0x6b, 0x8c, 0x76, 0x60, 0x76,
2894         0x80, 0xf4, 0xe6, 0x30, 0x9e, 0x60, 0x0e, 0x33, 0xdd, 0x00, 0xa6, 0xf8, 0xcb, 0x0c, 0xcc, 0x0b,
2895         0xbc, 0x01, 0x3d, 0x83, 0x05, 0x9f, 0x43, 0x55, 0x2d, 0xea, 0x9d, 0xdd, 0xb8, 0xa0, 0xe9, 0xe3,
2896         0x38, 0x20, 0xb4, 0xa2, 0xda, 0xbb, 0x3a, 0xb3, 0xf1, 0xfc, 0xb9, 0x5f, 0x0d, 0x68, 0x50, 0x03,
2897         0x96, 0x7d, 0xf4, 0x07, 0x84, 0x1e, 0xec, 0xee, 0xed, 0x2b, 0x4e, 0x7b, 0x6f, 0x27, 0xde, 0x4f,
2898         0xd0, 0xc3, 0x00, 0x83, 0x17, 0xcf, 0xfb, 0xf0, 0xec, 0x8e, 0x19, 0xd5, 0x61, 0x29, 0x74, 0x2a,
2899         0x64, 0xc2, 0x07, 0xe5, 0x6d, 0xd4, 0x7b, 0xa3, 0x3a, 0xf1, 0x41, 0xfc, 0x7d, 0xf8, 0xcc, 0xa8,
2900         0x0e, 0xd0, 0x31, 0xda, 0xa6, 0xb7, 0x3c, 0xee, 0x16, 0x3e, 0x8c, 0xe4, 0x75, 0xc3, 0x7b, 0x45,
2901         0xb5, 0x49, 0xcb, 0xa2, 0x67, 0x6b, 0xca, 0xc0, 0x6f, 0xb7, 0x19, 0xd3, 0x9d, 0xb3, 0xac, 0x11,
2902         0x87, 0xfc, 0xd1, 0x6b, 0xd8, 0xc7, 0x8a, 0xbe, 0x07, 0x48, 0x37, 0x1b, 0xfa, 0xa9, 0xde, 0xe8,
2903         0xa9, 0x46, 0x7f, 0x76, 0xde, 0x76, 0xbf, 0x23, 0xec, 0xab, 0x36, 0xd4, 0xfc, 0xd1, 0x6b, 0x58,
2904         0x40, 0x52, 0x5e, 0x81, 0xf7, 0x9c, 0x25, 0x4a, 0x38, 0xae, 0xe2, 0x1f, 0x53, 0xf0, 0xde, 0x05,
2905         0xe6, 0x81, 0xbe, 0x0f, 0xe3, 0xa7, 0x8e, 0xdf, 0x71, 0xbf, 0x99, 0x29, 0x55, 0x2f, 0xbb, 0x30,
2906         0xab, 0xae, 0x17, 0xbb, 0xa4, 0xc5, 0x4d, 0x18, 0xe7, 0x9f, 0x51, 0x01, 0x16, 0xfa, 0x74, 0x4a,
2907         0xcf, 0x64, 0x1d, 0xa2, 0xe9, 0x4d, 0x9d, 0x34, 0xa4, 0xd7, 0xd0, 0x38, 0xa4, 0x54, 0x29, 0xe5,
2908         0xfc, 0xa9, 0x4b, 0x69, 0xe7, 0x8f, 0x26, 0x8d, 0x15, 0x0d, 0x40, 0xc3, 0x0b, 0x84, 0x9e, 0xc2,
2909         0xb8, 0x6e, 0x93, 0x36, 0x2b, 0xa4, 0x6e, 0x8d, 0x5d, 0xc5, 0x26, 0x62, 0x97, 0xae, 0xf8, 0x8f,
2910         0x34, 0x57, 0x21, 0x25, 0xd4, 0x81, 0x6b, 0x4e, 0x8a, 0xc7, 0x84, 0xf9, 0xa3, 0x55, 0xe0, 0x60,
2911         0x95, 0xa2, 0xc2, 0x75, 0xa9, 0x12, 0x85, 0xc4, 0xd1, 0xa4, 0xe8, 0x87, 0x70, 0x33, 0x54, 0xe9,
2912         0xe5, 0xd7, 0x2a, 0x25, 0x5d, 0x9f, 0x4c, 0x79, 0x90, 0xb4, 0xdb, 0x10, 0x1c, 0x8f, 0xa0, 0x47,
2913         0x67, 0xf0, 0x86, 0x6e, 0xda, 0x54, 0x75, 0x0c, 0x82, 0x19, 0x78, 0xe7, 0x70, 0x23, 0xb2, 0xfb,
2914         0x5a, 0x0c, 0x18, 0xc7, 0x52, 0x17, 0xff, 0x32, 0x06, 0x37, 0x62, 0x17, 0x0e, 0xc9, 0xb0, 0x64,
2915         0x52, 0xab, 0x29, 0xcb, 0x4a, 0xd9, 0xb0, 0xb4, 0x2f, 0xd9, 0x91, 0xb5, 0x7d, 0x4a, 0xa8, 0xda,
2916         0x22, 0xde, 0x66, 0xc4, 0x47, 0xd2, 0x45, 0x17, 0x1b, 0x82, 0x22, 0x1d, 0xde, 0x54, 0xeb, 0xec,
2917         0xe8, 0x84, 0x12, 0x76, 0x32, 0x60, 0x76, 0x12, 0xb5, 0x65, 0xe8, 0x0d, 0xd5, 0x19, 0x81, 0xb7,
2918         0xe6, 0xb7, 0xc4, 0x69, 0x94, 0x03, 0x2d, 0xa3, 0xb1, 0x8f, 0xf1, 0x4d, 0x1f, 0x91, 0x80, 0x07,
2919         0xed, 0xc2, 0x2c, 0x55, 0xcd, 0x16, 0x39, 0xb2, 0xca, 0x84, 0xd9, 0xce, 0x3c, 0xbd, 0xf5, 0x2c,
2920         0x0a, 0xa9, 0x0f, 0x15, 0x37, 0xe6, 0x63, 0x07, 0x83, 0xc3, 0x50, 0x54, 0x82, 0x89, 0xae, 0xf2,
2921         0xe8, 0x8c, 0xd9, 0x83, 0x3c, 0x24, 0x26, 0x71, 0x9a, 0xe0, 0xf1, 0xae, 0xf3, 0x07, 0x19, 0x70,
2922         0x8d, 0x75, 0x08, 0x69, 0xc8, 0xb6, 0x6a, 0x13, 0xdf, 0x22, 0x1f, 0xa8, 0x94, 0x79, 0xf1, 0x69,
2923         0x55, 0xbc, 0xb7, 0x51, 0x28, 0x1c, 0x4d, 0x58, 0xfc, 0x77, 0x0a, 0x26, 0xdc, 0xfe, 0xd1, 0x83,
2924         0x60, 0x5c, 0xb9, 0x1d, 0x33, 0xd6, 0x60, 0xc8, 0xf8, 0x6d, 0x6a, 0x74, 0xcc, 0x98, 0x84, 0xb1,
2925         0x46, 0xf9, 0x9e, 0x94, 0x72, 0x0b, 0x6b, 0x52, 0xda, 0x2d, 0x94, 0xa4, 0x31, 0xb7, 0x70, 0x5f,
2926         0xca, 0xb8, 0x85, 0x75, 0x69, 0xdc, 0x2d, 0x6c, 0x48, 0x13, 0x6e, 0x61, 0x53, 0x9a, 0x74, 0x0b,
2927         0x5b, 0x52, 0x16, 0x65, 0x21, 0xd3, 0x28, 0xaf, 0xdd, 0x93, 0xa6, 0xbc, 0x52, 0x49, 0x02, 0xaf,
2928         0xb4, 0x2e, 0x4d, 0x7b, 0xa5, 0x4d, 0x29, 0xe7, 0x95, 0xb6, 0xa4, 0xbc, 0x5b, 0x2a, 0xdd, 0x93,
2929         0x66, 0xbc, 0x52, 0x49, 0x9a, 0xf5, 0x4a, 0xeb, 0x92, 0x54, 0xfc, 0x5d, 0x0a, 0xae, 0x45, 0x2e,
2930         0x1c, 0x6a, 0xc2, 0x72, 0xdb, 0xaa, 0xeb, 0x86, 0x6e, 0x9f, 0xf1, 0xfa, 0x03, 0x95, 0xaa, 0x6d,
2931         0x62, 0x13, 0xca, 0x3c, 0x77, 0x16, 0xa7, 0xd4, 0x3d, 0x31, 0x06, 0x47, 0x91, 0xa1, 0x2d, 0xc8,
2932         0xba, 0x7e, 0x22, 0x57, 0x3d, 0x4f, 0xbe, 0x11, 0xb3, 0xfa, 0x72, 0x15, 0x4f, 0x76, 0xdd, 0x42,
2933         0xf1, 0xc7, 0x29, 0xc8, 0xf6, 0xad, 0xe8, 0x21, 0x4c, 0xb1, 0xa6, 0xb2, 0x47, 0x1a, 0x7a, 0xaf,
2934         0xed, 0x0d, 0xf0, 0x2d, 0xb1, 0xab, 0x54, 0xbd, 0x56, 0xca, 0x23, 0xbd, 0x75, 0x82, 0xb3, 0xac,
2935         0xe9, 0x7e, 0x44, 0xdf, 0x81, 0x49, 0xd6, 0xe4, 0x46, 0x6f, 0x1c, 0x89, 0xf0, 0x13, 0xac, 0xe9,
2936         0xfc, 0x2d, 0xfe, 0x24, 0x05, 0x33, 0xc1, 0x2a, 0xf4, 0x51, 0xd0, 0xa9, 0xbe, 0x95, 0x80, 0x2e,
2937         0xe8, 0x5c, 0x8f, 0x46, 0xfb, 0x16, 0xdf, 0x4d, 0x65, 0x53, 0x4a, 0x79, 0xa5, 0x75, 0x29, 0xed,
2938         0x95, 0x06, 0xee, 0x75, 0x4f, 0xca, 0x14, 0xff, 0x3e, 0x06, 0xc5, 0xd1, 0xe1, 0x17, 0xd5, 0x60,
2939         0x8e, 0x29, 0xfb, 0x4e, 0x50, 0xb3, 0xa9, 0x2a, 0x13, 0x95, 0x6a, 0x27, 0x07, 0x89, 0x82, 0x97,
2940         0xc4, 0x42, 0x28, 0x11, 0xd5, 0x61, 0x22, 0x55, 0x1c, 0xa6, 0x3a, 0x44, 0xef, 0xc3, 0x9c, 0xed,
2941         0x86, 0x2d, 0x77, 0xb8, 0xbb, 0xd6, 0xf3, 0x03, 0x1e, 0x99, 0xf2, 0x78, 0xb8, 0x02, 0x7d, 0x77,
2942         0xb8, 0xf5, 0xa1, 0x17, 0x82, 0xe2, 0x3b, 0x1e, 0x86, 0xa1, 0x2d, 0x58, 0x0e, 0x25, 0xa4, 0x03,
2943         0xaa, 0x5b, 0x54, 0xb7, 0xcf, 0x78, 0x34, 0xca, 0xe3, 0xa8, 0x6a, 0x64, 0xc1, 0xf5, 0x70, 0x2a,
2944         0xeb, 0xd5, 0x07, 0xe0, 0x89, 0x98, 0x1b, 0x6b, 0x25, 0x12, 0x86, 0x63, 0x28, 0x8b, 0xbf, 0x49,
2945         0xc1, 0xf5, 0x68, 0x28, 0x7a, 0x1c, 0xf4, 0xc5, 0x8d, 0x0b, 0x76, 0x1d, 0xf4, 0xcb, 0xbd, 0xd1,
2946         0x7e, 0x39, 0x05, 0xe3, 0xd6, 0xc7, 0x96, 0x5d, 0x92, 0x52, 0xfd, 0xa2, 0xe3, 0x99, 0x5e, 0x71,
2947         0x53, 0x1a, 0xeb, 0x17, 0xb7, 0xa4, 0x4c, 0xf1, 0xd7, 0x93, 0x70, 0x6b, 0x54, 0x72, 0x1e, 0x75,
2948         0x07, 0x1b, 0xba, 0x3a, 0xa5, 0x2f, 0x75, 0x75, 0x1a, 0xbb, 0xc8, 0xd5, 0xe9, 0x6d, 0x98, 0x61,
2949         0x4a, 0xe0, 0xc8, 0x64, 0xb8, 0x73, 0xe4, 0x59, 0xe0, 0x44, 0x54, 0x42, 0xcd, 0x0e, 0x13, 0x5d,
2950         0xb0, 0x02, 0x24, 0x87, 0xe8, 0x1d, 0x98, 0xb5, 0x15, 0xdf, 0xda, 0xec, 0x63, 0xee, 0x4c, 0x79,
2951         0x3c, 0x63, 0x07, 0xac, 0x48, 0x81, 0xb9, 0x26, 0x25, 0xdd, 0x1e, 0x31, 0xb5, 0xb3, 0xb2, 0x6a,
2952         0x36, 0xb8, 0xc4, 0x77, 0x1f, 0x1c, 0xd6, 0xc4, 0x81, 0xbb, 0x67, 0xd8, 0x7a, 0x35, 0x0c, 0xd9,
2953         0xc7, 0x8a, 0x5c, 0x2b, 0xe3, 0x61, 0x2e, 0x44, 0x60, 0x61, 0xc8, 0xe8, 0x2c, 0x7c, 0xf6, 0x65,
2954         0xfb, 0x10, 0xd2, 0xa1, 0x7b, 0x30, 0xde, 0x51, 0xf6, 0xd4, 0x17, 0xde, 0xfb, 0x43, 0xec, 0x96,
2955         0x64, 0x3a, 0x7b, 0xea, 0x0b, 0x74, 0x0f, 0x32, 0xac, 0x6d, 0x6b, 0xb1, 0xaf, 0x0b, 0xb2, 0x5c,
2956         0x56, 0xf6, 0x8e, 0x2a, 0x98, 0xb7, 0x44, 0x9f, 0xc1, 0x3c, 0x63, 0x0a, 0x96, 0xe5, 0x9a, 0xb2,
2957         0x47, 0x54, 0xd6, 0xa3, 0xa4, 0x4d, 0x4c, 0xdb, 0x7b, 0x4d, 0x88, 0x78, 0xf1, 0x90, 0x87, 0xda,
2958         0xe3, 0x39, 0xc6, 0x1c, 0x9b, 0xcf, 0x84, 0x3e, 0x81, 0x3c, 0x63, 0x75, 0xe5, 0xc8, 0xf2, 0x8c,
2959         0x85, 0x5c, 0x8c, 0xa0, 0x72, 0x06, 0x35, 0x68, 0x89, 0x73, 0x8c, 0xd5, 0x07, 0x9f, 0xd0, 0x03,
2960         0x58, 0x6e, 0x10, 0xaa, 0x9f, 0x12, 0xa7, 0x51, 0xcd, 0x6c, 0x90, 0x17, 0x55, 0x6a, 0xb5, 0xb9,
2961         0x46, 0xcb, 0xdf, 0x4a, 0xdd, 0xc9, 0xe2, 0xa5, 0x41, 0x75, 0xa0, 0xd6, 0xb9, 0xeb, 0x85, 0x1c,
2962         0x46, 0x91, 0xab, 0x85, 0x99, 0x98, 0xfb, 0xea, 0xb9, 0x24, 0x90, 0x35, 0xd5, 0x20, 0x55, 0x55,
2963         0xb3, 0x2d, 0xca, 0xb0, 0x14, 0x74, 0x30, 0xb9, 0x5a, 0xfc, 0x53, 0x0a, 0x96, 0xc4, 0x8d, 0xd1,
2964         0xd3, 0xe1, 0x6c, 0xfc, 0xc1, 0x05, 0x3a, 0x8b, 0xcc, 0xd1, 0x38, 0x9c, 0xa3, 0x2f, 0xc1, 0xda,
2965         0xcf, 0xdc, 0x5f, 0xa5, 0xe0, 0xff, 0x92, 0x00, 0xd0, 0x71, 0x30, 0x86, 0x7e, 0xf4, 0xd2, 0x5d,
2966         0x07, 0xa3, 0xe9, 0x93, 0xd1, 0xd1, 0x14, 0x60, 0x82, 0x47, 0xd3, 0x8d, 0xf3, 0x70, 0xba, 0x21,
2967         0xa5, 0xfb, 0xe6, 0x07, 0x1b, 0x6e, 0x3c, 0x35, 0x3e, 0xb6, 0x6c, 0x27, 0xd9, 0xff, 0xc2, 0xbd,
2968         0x20, 0xde, 0x47, 0x1a, 0x2c, 0x0d, 0xae, 0x34, 0xfb, 0x44, 0x6f, 0x9d, 0x38, 0x1e, 0xc1, 0x03,
2969         0x41, 0x2a, 0x66, 0xff, 0x6b, 0x42, 0x08, 0x8e, 0xa0, 0x0a, 0x74, 0x52, 0x36, 0x54, 0xed, 0xcb,
2970         0x41, 0x27, 0xe9, 0x24, 0x9d, 0x04, 0x20, 0x38, 0x82, 0x2a, 0xf6, 0xd1, 0x6f, 0xec, 0x32, 0x8f,
2971         0x7e, 0x5f, 0xc0, 0x92, 0x78, 0xbe, 0x68, 0x3b, 0x78, 0x7d, 0x4f, 0xba, 0x56, 0xfe, 0x9b, 0xfa,
2972         0x3f, 0xd3, 0x22, 0x76, 0x9e, 0xce, 0x6e, 0x02, 0x74, 0x4e, 0xce, 0x18, 0xff, 0xdc, 0xe0, 0xdb,
2973         0x91, 0xc7, 0x3e, 0x0b, 0xda, 0x81, 0x5c, 0xd7, 0xbb, 0x5f, 0xf1, 0x43, 0x9e, 0x4e, 0x7c, 0x11,
2974         0x9b, 0xee, 0x9e, 0xc3, 0xd0, 0x13, 0x58, 0x08, 0x3f, 0x4d, 0xfa, 0xee, 0x75, 0xf1, 0x99, 0x67,
2975         0xbe, 0x3b, 0x0c, 0x44, 0xc7, 0xb0, 0x2c, 0x22, 0x74, 0x02, 0x7f, 0x12, 0x8d, 0xb5, 0xd4, 0x15,
2976         0x62, 0xd1, 0x1e, 0xcc, 0x87, 0x5e, 0x1f, 0xf9, 0x30, 0x93, 0x24, 0x48, 0xd4, 0x1d, 0xc2, 0x15,
2977         0xf7, 0x7d, 0xeb, 0x1e, 0x74, 0xa4, 0xf5, 0xe0, 0xae, 0xde, 0x14, 0x2e, 0xe8, 0x41, 0xa5, 0xa6,
2978         0xb8, 0x8b, 0xe9, 0x6d, 0xe4, 0x9f, 0x53, 0xfc, 0x44, 0xad, 0x23, 0x1d, 0x0a, 0xba, 0x69, 0x13,
2979         0xca, 0x55, 0x8a, 0x4a, 0xa9, 0xee, 0x16, 0x7d, 0x67, 0x6a, 0x25, 0xca, 0x4f, 0x84, 0x20, 0x1c,
2980         0x49, 0x17, 0xeb, 0xf2, 0xe9, 0xcb, 0xb8, 0xbc, 0x02, 0x85, 0xa8, 0xe1, 0xa0, 0x4a, 0x70, 0x79,
2981         0x92, 0x4f, 0xc6, 0xef, 0xf6, 0xff, 0xca, 0x8b, 0x7b, 0xe0, 0x8e, 0xff, 0x36, 0xcc, 0x34, 0x0c,
2982         0xc5, 0x67, 0xf5, 0x9c, 0x3f, 0xdf, 0x30, 0x7c, 0x46, 0xb1, 0x7c, 0x49, 0x7f, 0x0d, 0xf2, 0x65,
2983         0xec, 0x6a, 0xe5, 0x4b, 0xf4, 0x9b, 0x50, 0xe6, 0x95, 0xbe, 0x09, 0x8d, 0x5f, 0xd1, 0x9b, 0x50,
2984         0x5f, 0x4c, 0x4d, 0x24, 0x16, 0x53, 0x9f, 0xc3, 0x02, 0x63, 0x75, 0xb9, 0x57, 0xd7, 0xdc, 0xed,
2985         0x94, 0x3b, 0xaa, 0xa6, 0x9b, 0x2d, 0x4f, 0x7b, 0x46, 0x7c, 0x01, 0x18, 0x6e, 0x8d, 0x85, 0x1c,
2986         0xc3, 0x72, 0x2a, 0x7b, 0xf5, 0x72, 0x6a, 0x2a, 0x56, 0x4e, 0x45, 0x48, 0x45, 0xb8, 0xbc, 0x54,
2987         0x0c, 0x5e, 0x70, 0xa6, 0x47, 0x5e, 0x70, 0x72, 0x97, 0xba, 0xe0, 0xe4, 0x2f, 0x72, 0xc1, 0x19,
2988         0x68, 0xf0, 0x99, 0xa4, 0x1a, 0x5c, 0x70, 0x4d, 0x99, 0x15, 0x5e, 0x53, 0xc4, 0xf2, 0x54, 0xba,
2989         0x02, 0x79, 0x8a, 0xde, 0x82, 0xbc, 0x7b, 0xa3, 0xff, 0x8c, 0x8b, 0xae, 0x83, 0xc2, 0x1c, 0x1f,
2990         0x41, 0xce, 0x33, 0x72, 0x1b, 0xba, 0x0d, 0xfd, 0xcf, 0x0a, 0x7f, 0x56, 0x40, 0xbc, 0xcd, 0xb4,
2991         0x67, 0xe3, 0x0f, 0x0a, 0x32, 0x4c, 0xf5, 0x9b, 0x1c, 0x16, 0xe6, 0xf9, 0xc8, 0x36, 0x2f, 0x14,
2992         0x17, 0x8f, 0xfa, 0x68, 0x9c, 0xf5, 0x88, 0x0e, 0xd1, 0xd3, 0xe8, 0x97, 0x85, 0x85, 0x04, 0x81,
2993         0xe1, 0x25, 0xdf, 0x1d, 0x16, 0xaf, 0xfc, 0xdd, 0xc1, 0x2f, 0x54, 0x78, 0x34, 0x5f, 0xba, 0xb0,
2994         0x50, 0xe1, 0xf1, 0xde, 0x55, 0x91, 0xee, 0x9a, 0x05, 0xa5, 0xea, 0x72, 0xbc, 0x8a, 0x14, 0x40,
2995         0x70, 0x04, 0x55, 0xa0, 0x93, 0xa0, 0x54, 0x2d, 0x24, 0xe9, 0x64, 0x58, 0xaa, 0x0a, 0xec, 0xc5,
2996         0x2f, 0xe1, 0xf6, 0x48, 0x47, 0x08, 0xfb, 0xe6, 0xa1, 0x97, 0x04, 0xfd, 0xbe, 0x79, 0x18, 0xf2,
2997         0x4d, 0xf7, 0xf5, 0x2c, 0xe0, 0x9b, 0x87, 0x9e, 0x7c, 0x15, 0xcd, 0x35, 0xa9, 0x7c, 0x0d, 0x61,
2998         0x05, 0xf2, 0x55, 0xd0, 0xe2, 0x7f, 0xf2, 0xf5, 0x6b, 0x90, 0xaf, 0x02, 0xe7, 0x7a, 0x49, 0xf9,
2999         0xfa, 0x95, 0x7b, 0x21, 0xdc, 0x40, 0xcf, 0x60, 0x41, 0x0b, 0x2a, 0xbe, 0x9d, 0xe3, 0x23, 0xbc,
3000         0xed, 0x49, 0x57, 0xf1, 0x03, 0x75, 0x45, 0x00, 0xc0, 0x42, 0x1a, 0xb4, 0x12, 0x0a, 0xe6, 0x2e,
3001         0x79, 0xda, 0x7b, 0xa9, 0x0d, 0x57, 0x20, 0x05, 0x16, 0x87, 0x9b, 0x3b, 0xe1, 0x7f, 0xec, 0xe2,
3002         0xe1, 0x7f, 0x7e, 0x88, 0x5e, 0xae, 0xc6, 0x4a, 0xe8, 0xcc, 0x65, 0x24, 0xb4, 0x0c, 0x0b, 0xa2,
3003         0x65, 0x41, 0xdf, 0x0e, 0x6e, 0xcf, 0xdb, 0xa3, 0x16, 0xd4, 0x5d, 0x4c, 0x6f, 0x97, 0x7e, 0x35,
3004         0x09, 0x52, 0xb8, 0x0e, 0xdd, 0x82, 0x69, 0x6d, 0x48, 0x2b, 0xfb, 0x4d, 0x88, 0xc0, 0x32, 0xe9,
3005         0xd9, 0x54, 0x55, 0xda, 0x8e, 0x3a, 0x75, 0xb4, 0xa7, 0x73, 0x42, 0x47, 0xfe, 0xf4, 0xc1, 0x5d,
3006         0xec, 0xbd, 0x30, 0x06, 0x2f, 0x71, 0xb2, 0x21, 0xfb, 0x79, 0x37, 0xc3, 0x11, 0x7a, 0x6c, 0x64,
3007         0x37, 0x82, 0x10, 0xcd, 0xc9, 0x86, 0xc3, 0xd6, 0x33, 0x98, 0x77, 0xbb, 0x09, 0xc6, 0xe7, 0x4c,
3008         0xa2, 0x2e, 0x82, 0x01, 0x1a, 0x71, 0xa2, 0xe0, 0xf9, 0xd1, 0x60, 0x41, 0x35, 0x0c, 0xeb, 0x39,
3009         0x69, 0x38, 0xd2, 0xcb, 0x99, 0xe0, 0x73, 0xbd, 0x61, 0x9f, 0xc4, 0xfe, 0x84, 0xcc, 0xe5, 0xdf,
3010         0x16, 0xc0, 0xb0, 0x90, 0x0c, 0x95, 0x60, 0xa1, 0x43, 0x09, 0x23, 0xa6, 0x46, 0xb6, 0x4d, 0x9b,
3011         0x98, 0xa6, 0x7a, 0x60, 0x51, 0x7b, 0x8d, 0x6b, 0xe8, 0x2c, 0x16, 0xd6, 0xc5, 0xe9, 0x81, 0xc9,
3012         0x57, 0xa7, 0x07, 0xb2, 0x57, 0xaf, 0x07, 0x7c, 0x49, 0x8b, 0x3f, 0xd3, 0x4d, 0x05, 0x92, 0x16,
3013         0x7f, 0x47, 0x7b, 0x13, 0xa6, 0x7d, 0x79, 0x8d, 0x6b, 0xe7, 0x3c, 0x86, 0xf3, 0xb4, 0x36, 0x4a,
3014         0x0a, 0xbf, 0xee, 0x17, 0xb2, 0x39, 0x5e, 0x7b, 0xae, 0x55, 0x6f, 0x00, 0x70, 0xad, 0xea, 0xc6,
3015         0x9e, 0xbc, 0x8b, 0xed, 0xf4, 0x0d, 0xe8, 0xb1, 0x5f, 0xcc, 0xcd, 0xc4, 0x7c, 0xa3, 0x1c, 0x3e,
3016         0x89, 0x02, 0x11, 0x57, 0x7c, 0x06, 0xcb, 0x11, 0xfe, 0x8d, 0xca, 0xc1, 0x48, 0x90, 0xf8, 0x70,
3017         0xf8, 0xf3, 0xef, 0x17, 0x7e, 0xfa, 0xa0, 0x1f, 0x3f, 0x0c, 0xd2, 0xbf, 0x1b, 0x43, 0x7f, 0x30,
3018         0xc8, 0xca, 0x81, 0x9c, 0xf0, 0xf3, 0xb4, 0x70, 0xf0, 0x89, 0xb2, 0xfb, 0x63, 0x61, 0x76, 0xbf,
3019         0x13, 0x33, 0x88, 0xaf, 0x33, 0xc7, 0x47, 0x24, 0xe3, 0xcc, 0x4b, 0x26, 0x63, 0x0d, 0xae, 0x45,
3020         0xfa, 0xc2, 0x95, 0xe9, 0xb8, 0xbf, 0xba, 0x0f, 0x4c, 0x9b, 0xe8, 0x7d, 0x98, 0x6b, 0x13, 0xc6,
3021         0xd4, 0x16, 0xa9, 0x35, 0x88, 0x69, 0xeb, 0x4d, 0x9d, 0x50, 0x4e, 0x9a, 0xc3, 0xc3, 0x15, 0xa8,
3022         0x08, 0x39, 0x46, 0xa8, 0xae, 0x1a, 0xfb, 0xbd, 0x76, 0x9d, 0x50, 0xce, 0x9c, 0xc3, 0x01, 0x9b,
3023         0x93, 0x41, 0x9e, 0xab, 0xd4, 0xd4, 0xcd, 0xd6, 0xd1, 0x59, 0x87, 0xf0, 0x65, 0xcd, 0x61, 0xbf,
3024         0xe9, 0xd5, 0xa5, 0xc9, 0xdf, 0x67, 0xf8, 0xac, 0x1e, 0xbc, 0x82, 0x59, 0x75, 0xe1, 0x9a, 0x37,
3025         0x85, 0x3d, 0x17, 0x2f, 0x93, 0x96, 0x73, 0x8d, 0x1e, 0xcc, 0x71, 0xa6, 0x74, 0x3f, 0xea, 0x57,
3026         0x40, 0x0f, 0x56, 0x3f, 0x8d, 0x82, 0xe2, 0x68, 0x56, 0xf4, 0x10, 0x5e, 0x17, 0x56, 0x7a, 0xa3,
3027         0x74, 0xbf, 0xf3, 0x8b, 0x6b, 0x82, 0xd6, 0x61, 0x51, 0x58, 0xcd, 0xd3, 0x4f, 0x0e, 0x8b, 0x2b,
3028         0xd1, 0x27, 0x20, 0x35, 0x54, 0x5b, 0xad, 0x58, 0x0d, 0xdd, 0x6c, 0xc9, 0xda, 0x09, 0x69, 0x13,
3029         0xef, 0x39, 0x26, 0x76, 0x5b, 0x86, 0x40, 0xb1, 0xfb, 0x3c, 0x79, 0x99, 0x7d, 0xfe, 0x1c, 0xae,
3030         0x45, 0xae, 0x68, 0xcc, 0xb7, 0x1a, 0x08, 0x66, 0x4c, 0xcb, 0xde, 0x55, 0x99, 0xed, 0xb5, 0x97,
3031         0x52, 0x68, 0x16, 0xa6, 0x0d, 0x9f, 0x21, 0x5d, 0xfc, 0xd9, 0x38, 0xf7, 0xa1, 0xad, 0x6f, 0x98,
3032         0x0f, 0x6d, 0xfd, 0x97, 0xfa, 0x90, 0x0a, 0x37, 0xbc, 0x1e, 0xb6, 0x29, 0x51, 0x2b, 0x96, 0x45,
3033         0x1b, 0xba, 0xa9, 0xda, 0x84, 0xf5, 0x87, 0x91, 0xc0, 0x91, 0xe2, 0x19, 0x62, 0xdd, 0x34, 0xfb,
3034         0x4d, 0x75, 0xd3, 0x9f, 0xba, 0x01, 0xfc, 0x03, 0xf4, 0x21, 0x64, 0x6d, 0xbd, 0x4d, 0x7c, 0xff,
3035         0x11, 0x72, 0x3b, 0xca, 0x87, 0x3e, 0x38, 0xf2, 0x1a, 0xe2, 0x01, 0xe4, 0xd5, 0xbd, 0xfa, 0xff,
3036         0x28, 0x0d, 0x39, 0x7f, 0x9f, 0x4e, 0x5e, 0xe8, 0xf7, 0x7a, 0x7c, 0x54, 0xe1, 0x63, 0xcd, 0x60,
3037         0xbf, 0x09, 0x3d, 0x06, 0xd4, 0x50, 0xcf, 0x76, 0xf5, 0xd6, 0x89, 0x2d, 0xab, 0xa7, 0x4e, 0xb6,
3038         0xd0, 0xdb, 0x24, 0xc9, 0x28, 0x04, 0x30, 0xf4, 0x21, 0x4c, 0x1b, 0x44, 0xed, 0xc8, 0x44, 0xb3,
3039         0xcc, 0x06, 0x4b, 0xf2, 0x03, 0x0b, 0x7f, 0x7b, 0xb4, 0x03, 0xb3, 0x86, 0xa5, 0xa9, 0x86, 0xc3,
3040         0xe5, 0xfd, 0x3c, 0x3d, 0xc1, 0xcf, 0xdb, 0xc3, 0x98, 0xf2, 0xfd, 0xcf, 0xd7, 0x5a, 0x84, 0x52,
3041         0xdd, 0x5e, 0xb5, 0x56, 0xa8, 0x6a, 0xae, 0x30, 0x6d, 0xd5, 0xa2, 0xad, 0xbb, 0xf4, 0x2e, 0xd5,
3042         0xb5, 0x95, 0x8e, 0x61, 0xdf, 0x1d, 0x6c, 0xd5, 0xca, 0x60, 0xab, 0xea, 0x13, 0xbc, 0x78, 0xff,
3043         0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xaf, 0x23, 0x6a, 0x5e, 0x6f, 0x34, 0x00, 0x00,
3044 }