Add Golang module files
[ric-plt/streaming-protobufs.git] / protogen / go / streaming_protobufs / x2ap_common_types.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: x2ap_common_types.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 EN_DC_ResourceConfiguration_Status int32
25
26 const (
27         EN_DC_ResourceConfiguration_protobuf_unspecified EN_DC_ResourceConfiguration_Status = 0
28         EN_DC_ResourceConfiguration_present              EN_DC_ResourceConfiguration_Status = 1
29         EN_DC_ResourceConfiguration_not_present          EN_DC_ResourceConfiguration_Status = 2
30 )
31
32 var EN_DC_ResourceConfiguration_Status_name = map[int32]string{
33         0: "protobuf_unspecified",
34         1: "present",
35         2: "not_present",
36 }
37
38 var EN_DC_ResourceConfiguration_Status_value = map[string]int32{
39         "protobuf_unspecified": 0,
40         "present":              1,
41         "not_present":          2,
42 }
43
44 func (x EN_DC_ResourceConfiguration_Status) String() string {
45         return proto.EnumName(EN_DC_ResourceConfiguration_Status_name, int32(x))
46 }
47
48 func (EN_DC_ResourceConfiguration_Status) EnumDescriptor() ([]byte, []int) {
49         return fileDescriptor_e082a304e8406c6c, []int{0, 0}
50 }
51
52 type PreEmptionVulnerability_Value int32
53
54 const (
55         PreEmptionVulnerability_protobuf_unspecified PreEmptionVulnerability_Value = 0
56         PreEmptionVulnerability_not_pre_emptable     PreEmptionVulnerability_Value = 1
57         PreEmptionVulnerability_pre_emptable         PreEmptionVulnerability_Value = 2
58 )
59
60 var PreEmptionVulnerability_Value_name = map[int32]string{
61         0: "protobuf_unspecified",
62         1: "not_pre_emptable",
63         2: "pre_emptable",
64 }
65
66 var PreEmptionVulnerability_Value_value = map[string]int32{
67         "protobuf_unspecified": 0,
68         "not_pre_emptable":     1,
69         "pre_emptable":         2,
70 }
71
72 func (x PreEmptionVulnerability_Value) String() string {
73         return proto.EnumName(PreEmptionVulnerability_Value_name, int32(x))
74 }
75
76 func (PreEmptionVulnerability_Value) EnumDescriptor() ([]byte, []int) {
77         return fileDescriptor_e082a304e8406c6c, []int{3, 0}
78 }
79
80 type PreEmptionCapability_Value int32
81
82 const (
83         PreEmptionCapability_protobuf_unspecified          PreEmptionCapability_Value = 0
84         PreEmptionCapability_shall_not_trigger_pre_emption PreEmptionCapability_Value = 1
85         PreEmptionCapability_may_trigger_pre_emption       PreEmptionCapability_Value = 2
86 )
87
88 var PreEmptionCapability_Value_name = map[int32]string{
89         0: "protobuf_unspecified",
90         1: "shall_not_trigger_pre_emption",
91         2: "may_trigger_pre_emption",
92 }
93
94 var PreEmptionCapability_Value_value = map[string]int32{
95         "protobuf_unspecified":          0,
96         "shall_not_trigger_pre_emption": 1,
97         "may_trigger_pre_emption":       2,
98 }
99
100 func (x PreEmptionCapability_Value) String() string {
101         return proto.EnumName(PreEmptionCapability_Value_name, int32(x))
102 }
103
104 func (PreEmptionCapability_Value) EnumDescriptor() ([]byte, []int) {
105         return fileDescriptor_e082a304e8406c6c, []int{4, 0}
106 }
107
108 type RLCMode_Value int32
109
110 const (
111         RLCMode_protobuf_unspecified     RLCMode_Value = 0
112         RLCMode_rlc_am                   RLCMode_Value = 1
113         RLCMode_rlc_um_bidirectional     RLCMode_Value = 2
114         RLCMode_rlc_um_unidirectional_ul RLCMode_Value = 3
115         RLCMode_rlc_um_unidirectional_dl RLCMode_Value = 4
116 )
117
118 var RLCMode_Value_name = map[int32]string{
119         0: "protobuf_unspecified",
120         1: "rlc_am",
121         2: "rlc_um_bidirectional",
122         3: "rlc_um_unidirectional_ul",
123         4: "rlc_um_unidirectional_dl",
124 }
125
126 var RLCMode_Value_value = map[string]int32{
127         "protobuf_unspecified":     0,
128         "rlc_am":                   1,
129         "rlc_um_bidirectional":     2,
130         "rlc_um_unidirectional_ul": 3,
131         "rlc_um_unidirectional_dl": 4,
132 }
133
134 func (x RLCMode_Value) String() string {
135         return proto.EnumName(RLCMode_Value_name, int32(x))
136 }
137
138 func (RLCMode_Value) EnumDescriptor() ([]byte, []int) {
139         return fileDescriptor_e082a304e8406c6c, []int{13, 0}
140 }
141
142 type RLC_Status_Reestablishment_Indication int32
143
144 const (
145         RLC_Status_protobuf_unspecified RLC_Status_Reestablishment_Indication = 0
146         RLC_Status_reestablished        RLC_Status_Reestablishment_Indication = 1
147 )
148
149 var RLC_Status_Reestablishment_Indication_name = map[int32]string{
150         0: "protobuf_unspecified",
151         1: "reestablished",
152 }
153
154 var RLC_Status_Reestablishment_Indication_value = map[string]int32{
155         "protobuf_unspecified": 0,
156         "reestablished":        1,
157 }
158
159 func (x RLC_Status_Reestablishment_Indication) String() string {
160         return proto.EnumName(RLC_Status_Reestablishment_Indication_name, int32(x))
161 }
162
163 func (RLC_Status_Reestablishment_Indication) EnumDescriptor() ([]byte, []int) {
164         return fileDescriptor_e082a304e8406c6c, []int{14, 0}
165 }
166
167 type ULConfiguration_UL_UE_Configuration int32
168
169 const (
170         ULConfiguration_protobuf_unspecified ULConfiguration_UL_UE_Configuration = 0
171         ULConfiguration_no_data              ULConfiguration_UL_UE_Configuration = 1
172         ULConfiguration_shared               ULConfiguration_UL_UE_Configuration = 2
173         ULConfiguration_only                 ULConfiguration_UL_UE_Configuration = 3
174 )
175
176 var ULConfiguration_UL_UE_Configuration_name = map[int32]string{
177         0: "protobuf_unspecified",
178         1: "no_data",
179         2: "shared",
180         3: "only",
181 }
182
183 var ULConfiguration_UL_UE_Configuration_value = map[string]int32{
184         "protobuf_unspecified": 0,
185         "no_data":              1,
186         "shared":               2,
187         "only":                 3,
188 }
189
190 func (x ULConfiguration_UL_UE_Configuration) String() string {
191         return proto.EnumName(ULConfiguration_UL_UE_Configuration_name, int32(x))
192 }
193
194 func (ULConfiguration_UL_UE_Configuration) EnumDescriptor() ([]byte, []int) {
195         return fileDescriptor_e082a304e8406c6c, []int{15, 0}
196 }
197
198 type PDCPSnLength_Value int32
199
200 const (
201         PDCPSnLength_protobuf_unspecified PDCPSnLength_Value = 0
202         PDCPSnLength_twelve_bits          PDCPSnLength_Value = 1
203         PDCPSnLength_eighteen_bits        PDCPSnLength_Value = 2
204 )
205
206 var PDCPSnLength_Value_name = map[int32]string{
207         0: "protobuf_unspecified",
208         1: "twelve_bits",
209         2: "eighteen_bits",
210 }
211
212 var PDCPSnLength_Value_value = map[string]int32{
213         "protobuf_unspecified": 0,
214         "twelve_bits":          1,
215         "eighteen_bits":        2,
216 }
217
218 func (x PDCPSnLength_Value) String() string {
219         return proto.EnumName(PDCPSnLength_Value_name, int32(x))
220 }
221
222 func (PDCPSnLength_Value) EnumDescriptor() ([]byte, []int) {
223         return fileDescriptor_e082a304e8406c6c, []int{16, 0}
224 }
225
226 type PDCPChangeIndication_Value int32
227
228 const (
229         PDCPChangeIndication_protobuf_unspecified        PDCPChangeIndication_Value = 0
230         PDCPChangeIndication_s_KgNB_update_required      PDCPChangeIndication_Value = 1
231         PDCPChangeIndication_pDCP_data_recovery_required PDCPChangeIndication_Value = 2
232 )
233
234 var PDCPChangeIndication_Value_name = map[int32]string{
235         0: "protobuf_unspecified",
236         1: "s_KgNB_update_required",
237         2: "pDCP_data_recovery_required",
238 }
239
240 var PDCPChangeIndication_Value_value = map[string]int32{
241         "protobuf_unspecified":        0,
242         "s_KgNB_update_required":      1,
243         "pDCP_data_recovery_required": 2,
244 }
245
246 func (x PDCPChangeIndication_Value) String() string {
247         return proto.EnumName(PDCPChangeIndication_Value_name, int32(x))
248 }
249
250 func (PDCPChangeIndication_Value) EnumDescriptor() ([]byte, []int) {
251         return fileDescriptor_e082a304e8406c6c, []int{17, 0}
252 }
253
254 type SplitSRBs_Value int32
255
256 const (
257         SplitSRBs_protobuf_unspecified SplitSRBs_Value = 0
258         SplitSRBs_srb1                 SplitSRBs_Value = 1
259         SplitSRBs_srb2                 SplitSRBs_Value = 2
260         SplitSRBs_srb1and2             SplitSRBs_Value = 3
261 )
262
263 var SplitSRBs_Value_name = map[int32]string{
264         0: "protobuf_unspecified",
265         1: "srb1",
266         2: "srb2",
267         3: "srb1and2",
268 }
269
270 var SplitSRBs_Value_value = map[string]int32{
271         "protobuf_unspecified": 0,
272         "srb1":                 1,
273         "srb2":                 2,
274         "srb1and2":             3,
275 }
276
277 func (x SplitSRBs_Value) String() string {
278         return proto.EnumName(SplitSRBs_Value_name, int32(x))
279 }
280
281 func (SplitSRBs_Value) EnumDescriptor() ([]byte, []int) {
282         return fileDescriptor_e082a304e8406c6c, []int{18, 0}
283 }
284
285 type UserPlaneTrafficActivityReport_Value int32
286
287 const (
288         UserPlaneTrafficActivityReport_protobuf_unspecified UserPlaneTrafficActivityReport_Value = 0
289         UserPlaneTrafficActivityReport_inactive             UserPlaneTrafficActivityReport_Value = 1
290         UserPlaneTrafficActivityReport_re_activated         UserPlaneTrafficActivityReport_Value = 2
291 )
292
293 var UserPlaneTrafficActivityReport_Value_name = map[int32]string{
294         0: "protobuf_unspecified",
295         1: "inactive",
296         2: "re_activated",
297 }
298
299 var UserPlaneTrafficActivityReport_Value_value = map[string]int32{
300         "protobuf_unspecified": 0,
301         "inactive":             1,
302         "re_activated":         2,
303 }
304
305 func (x UserPlaneTrafficActivityReport_Value) String() string {
306         return proto.EnumName(UserPlaneTrafficActivityReport_Value_name, int32(x))
307 }
308
309 func (UserPlaneTrafficActivityReport_Value) EnumDescriptor() ([]byte, []int) {
310         return fileDescriptor_e082a304e8406c6c, []int{28, 0}
311 }
312
313 type GNBOverloadInformation_Value int32
314
315 const (
316         GNBOverloadInformation_protobuf_unspecified GNBOverloadInformation_Value = 0
317         GNBOverloadInformation_overloaded           GNBOverloadInformation_Value = 1
318         GNBOverloadInformation_not_overloaded       GNBOverloadInformation_Value = 2
319 )
320
321 var GNBOverloadInformation_Value_name = map[int32]string{
322         0: "protobuf_unspecified",
323         1: "overloaded",
324         2: "not_overloaded",
325 }
326
327 var GNBOverloadInformation_Value_value = map[string]int32{
328         "protobuf_unspecified": 0,
329         "overloaded":           1,
330         "not_overloaded":       2,
331 }
332
333 func (x GNBOverloadInformation_Value) String() string {
334         return proto.EnumName(GNBOverloadInformation_Value_name, int32(x))
335 }
336
337 func (GNBOverloadInformation_Value) EnumDescriptor() ([]byte, []int) {
338         return fileDescriptor_e082a304e8406c6c, []int{29, 0}
339 }
340
341 type TriggeringMessage_Value int32
342
343 const (
344         TriggeringMessage_protobuf_unspecified TriggeringMessage_Value = 0
345         TriggeringMessage_initiating_message   TriggeringMessage_Value = 1
346         TriggeringMessage_successful_outcome   TriggeringMessage_Value = 2
347         TriggeringMessage_unsuccessful_outcome TriggeringMessage_Value = 3
348 )
349
350 var TriggeringMessage_Value_name = map[int32]string{
351         0: "protobuf_unspecified",
352         1: "initiating_message",
353         2: "successful_outcome",
354         3: "unsuccessful_outcome",
355 }
356
357 var TriggeringMessage_Value_value = map[string]int32{
358         "protobuf_unspecified": 0,
359         "initiating_message":   1,
360         "successful_outcome":   2,
361         "unsuccessful_outcome": 3,
362 }
363
364 func (x TriggeringMessage_Value) String() string {
365         return proto.EnumName(TriggeringMessage_Value_name, int32(x))
366 }
367
368 func (TriggeringMessage_Value) EnumDescriptor() ([]byte, []int) {
369         return fileDescriptor_e082a304e8406c6c, []int{31, 0}
370 }
371
372 type Criticality_Value int32
373
374 const (
375         Criticality_protobuf_unspecified Criticality_Value = 0
376         Criticality_reject               Criticality_Value = 1
377         Criticality_ignore               Criticality_Value = 2
378         Criticality_notify               Criticality_Value = 3
379 )
380
381 var Criticality_Value_name = map[int32]string{
382         0: "protobuf_unspecified",
383         1: "reject",
384         2: "ignore",
385         3: "notify",
386 }
387
388 var Criticality_Value_value = map[string]int32{
389         "protobuf_unspecified": 0,
390         "reject":               1,
391         "ignore":               2,
392         "notify":               3,
393 }
394
395 func (x Criticality_Value) String() string {
396         return proto.EnumName(Criticality_Value_name, int32(x))
397 }
398
399 func (Criticality_Value) EnumDescriptor() ([]byte, []int) {
400         return fileDescriptor_e082a304e8406c6c, []int{32, 0}
401 }
402
403 type TypeOfError_Value int32
404
405 const (
406         TypeOfError_protobuf_unspecified TypeOfError_Value = 0
407         TypeOfError_not_understood       TypeOfError_Value = 1
408         TypeOfError_missing              TypeOfError_Value = 2
409 )
410
411 var TypeOfError_Value_name = map[int32]string{
412         0: "protobuf_unspecified",
413         1: "not_understood",
414         2: "missing",
415 }
416
417 var TypeOfError_Value_value = map[string]int32{
418         "protobuf_unspecified": 0,
419         "not_understood":       1,
420         "missing":              2,
421 }
422
423 func (x TypeOfError_Value) String() string {
424         return proto.EnumName(TypeOfError_Value_name, int32(x))
425 }
426
427 func (TypeOfError_Value) EnumDescriptor() ([]byte, []int) {
428         return fileDescriptor_e082a304e8406c6c, []int{35, 0}
429 }
430
431 type SgNBCoordinationAssistanceInformation_Value int32
432
433 const (
434         SgNBCoordinationAssistanceInformation_protobuf_unspecified      SgNBCoordinationAssistanceInformation_Value = 0
435         SgNBCoordinationAssistanceInformation_coordination_not_required SgNBCoordinationAssistanceInformation_Value = 1
436 )
437
438 var SgNBCoordinationAssistanceInformation_Value_name = map[int32]string{
439         0: "protobuf_unspecified",
440         1: "coordination_not_required",
441 }
442
443 var SgNBCoordinationAssistanceInformation_Value_value = map[string]int32{
444         "protobuf_unspecified":      0,
445         "coordination_not_required": 1,
446 }
447
448 func (x SgNBCoordinationAssistanceInformation_Value) String() string {
449         return proto.EnumName(SgNBCoordinationAssistanceInformation_Value_name, int32(x))
450 }
451
452 func (SgNBCoordinationAssistanceInformation_Value) EnumDescriptor() ([]byte, []int) {
453         return fileDescriptor_e082a304e8406c6c, []int{39, 0}
454 }
455
456 type RRC_Config_Ind_Value int32
457
458 const (
459         RRC_Config_Ind_protobuf_unspecified RRC_Config_Ind_Value = 0
460         RRC_Config_Ind_full_config          RRC_Config_Ind_Value = 1
461         RRC_Config_Ind_delta_config         RRC_Config_Ind_Value = 2
462 )
463
464 var RRC_Config_Ind_Value_name = map[int32]string{
465         0: "protobuf_unspecified",
466         1: "full_config",
467         2: "delta_config",
468 }
469
470 var RRC_Config_Ind_Value_value = map[string]int32{
471         "protobuf_unspecified": 0,
472         "full_config":          1,
473         "delta_config":         2,
474 }
475
476 func (x RRC_Config_Ind_Value) String() string {
477         return proto.EnumName(RRC_Config_Ind_Value_name, int32(x))
478 }
479
480 func (RRC_Config_Ind_Value) EnumDescriptor() ([]byte, []int) {
481         return fileDescriptor_e082a304e8406c6c, []int{40, 0}
482 }
483
484 type ForbiddenInterRATs_Value int32
485
486 const (
487         ForbiddenInterRATs_protobuf_unspecified ForbiddenInterRATs_Value = 0
488         ForbiddenInterRATs_all                  ForbiddenInterRATs_Value = 1
489         ForbiddenInterRATs_geran                ForbiddenInterRATs_Value = 2
490         ForbiddenInterRATs_utran                ForbiddenInterRATs_Value = 3
491         ForbiddenInterRATs_cdma2000             ForbiddenInterRATs_Value = 4
492         ForbiddenInterRATs_geranandutran        ForbiddenInterRATs_Value = 5
493         ForbiddenInterRATs_cdma2000andutran     ForbiddenInterRATs_Value = 6
494 )
495
496 var ForbiddenInterRATs_Value_name = map[int32]string{
497         0: "protobuf_unspecified",
498         1: "all",
499         2: "geran",
500         3: "utran",
501         4: "cdma2000",
502         5: "geranandutran",
503         6: "cdma2000andutran",
504 }
505
506 var ForbiddenInterRATs_Value_value = map[string]int32{
507         "protobuf_unspecified": 0,
508         "all":                  1,
509         "geran":                2,
510         "utran":                3,
511         "cdma2000":             4,
512         "geranandutran":        5,
513         "cdma2000andutran":     6,
514 }
515
516 func (x ForbiddenInterRATs_Value) String() string {
517         return proto.EnumName(ForbiddenInterRATs_Value_name, int32(x))
518 }
519
520 func (ForbiddenInterRATs_Value) EnumDescriptor() ([]byte, []int) {
521         return fileDescriptor_e082a304e8406c6c, []int{49, 0}
522 }
523
524 type NRrestrictioninEPSasSecondaryRAT_Value int32
525
526 const (
527         NRrestrictioninEPSasSecondaryRAT_protobuf_unspecified            NRrestrictioninEPSasSecondaryRAT_Value = 0
528         NRrestrictioninEPSasSecondaryRAT_nRrestrictedinEPSasSecondaryRAT NRrestrictioninEPSasSecondaryRAT_Value = 1
529 )
530
531 var NRrestrictioninEPSasSecondaryRAT_Value_name = map[int32]string{
532         0: "protobuf_unspecified",
533         1: "nRrestrictedinEPSasSecondaryRAT",
534 }
535
536 var NRrestrictioninEPSasSecondaryRAT_Value_value = map[string]int32{
537         "protobuf_unspecified":            0,
538         "nRrestrictedinEPSasSecondaryRAT": 1,
539 }
540
541 func (x NRrestrictioninEPSasSecondaryRAT_Value) String() string {
542         return proto.EnumName(NRrestrictioninEPSasSecondaryRAT_Value_name, int32(x))
543 }
544
545 func (NRrestrictioninEPSasSecondaryRAT_Value) EnumDescriptor() ([]byte, []int) {
546         return fileDescriptor_e082a304e8406c6c, []int{51, 0}
547 }
548
549 type CNTypeRestrictionsItem_CNType int32
550
551 const (
552         CNTypeRestrictionsItem_protobuf_unspecified CNTypeRestrictionsItem_CNType = 0
553         CNTypeRestrictionsItem_fiveGC_forbidden     CNTypeRestrictionsItem_CNType = 1
554 )
555
556 var CNTypeRestrictionsItem_CNType_name = map[int32]string{
557         0: "protobuf_unspecified",
558         1: "fiveGC_forbidden",
559 }
560
561 var CNTypeRestrictionsItem_CNType_value = map[string]int32{
562         "protobuf_unspecified": 0,
563         "fiveGC_forbidden":     1,
564 }
565
566 func (x CNTypeRestrictionsItem_CNType) String() string {
567         return proto.EnumName(CNTypeRestrictionsItem_CNType_name, int32(x))
568 }
569
570 func (CNTypeRestrictionsItem_CNType) EnumDescriptor() ([]byte, []int) {
571         return fileDescriptor_e082a304e8406c6c, []int{53, 0}
572 }
573
574 type NRrestrictionin5GS_Value int32
575
576 const (
577         NRrestrictionin5GS_protobuf_unspecified NRrestrictionin5GS_Value = 0
578         NRrestrictionin5GS_nRrestrictedin5GS    NRrestrictionin5GS_Value = 1
579 )
580
581 var NRrestrictionin5GS_Value_name = map[int32]string{
582         0: "protobuf_unspecified",
583         1: "nRrestrictedin5GS",
584 }
585
586 var NRrestrictionin5GS_Value_value = map[string]int32{
587         "protobuf_unspecified": 0,
588         "nRrestrictedin5GS":    1,
589 }
590
591 func (x NRrestrictionin5GS_Value) String() string {
592         return proto.EnumName(NRrestrictionin5GS_Value_name, int32(x))
593 }
594
595 func (NRrestrictionin5GS_Value) EnumDescriptor() ([]byte, []int) {
596         return fileDescriptor_e082a304e8406c6c, []int{54, 0}
597 }
598
599 type DL_Forwarding_Value int32
600
601 const (
602         DL_Forwarding_protobuf_unspecified  DL_Forwarding_Value = 0
603         DL_Forwarding_dL_forwardingProposed DL_Forwarding_Value = 1
604 )
605
606 var DL_Forwarding_Value_name = map[int32]string{
607         0: "protobuf_unspecified",
608         1: "dL_forwardingProposed",
609 }
610
611 var DL_Forwarding_Value_value = map[string]int32{
612         "protobuf_unspecified":  0,
613         "dL_forwardingProposed": 1,
614 }
615
616 func (x DL_Forwarding_Value) String() string {
617         return proto.EnumName(DL_Forwarding_Value_name, int32(x))
618 }
619
620 func (DL_Forwarding_Value) EnumDescriptor() ([]byte, []int) {
621         return fileDescriptor_e082a304e8406c6c, []int{58, 0}
622 }
623
624 type DuplicationActivation_Value int32
625
626 const (
627         DuplicationActivation_protobuf_unspecified DuplicationActivation_Value = 0
628         DuplicationActivation_active               DuplicationActivation_Value = 1
629         DuplicationActivation_inactive             DuplicationActivation_Value = 2
630 )
631
632 var DuplicationActivation_Value_name = map[int32]string{
633         0: "protobuf_unspecified",
634         1: "active",
635         2: "inactive",
636 }
637
638 var DuplicationActivation_Value_value = map[string]int32{
639         "protobuf_unspecified": 0,
640         "active":               1,
641         "inactive":             2,
642 }
643
644 func (x DuplicationActivation_Value) String() string {
645         return proto.EnumName(DuplicationActivation_Value_name, int32(x))
646 }
647
648 func (DuplicationActivation_Value) EnumDescriptor() ([]byte, []int) {
649         return fileDescriptor_e082a304e8406c6c, []int{59, 0}
650 }
651
652 type MeNBCoordinationAssistanceInformation_Value int32
653
654 const (
655         MeNBCoordinationAssistanceInformation_protobuf_unspecified      MeNBCoordinationAssistanceInformation_Value = 0
656         MeNBCoordinationAssistanceInformation_coordination_not_required MeNBCoordinationAssistanceInformation_Value = 1
657 )
658
659 var MeNBCoordinationAssistanceInformation_Value_name = map[int32]string{
660         0: "protobuf_unspecified",
661         1: "coordination_not_required",
662 }
663
664 var MeNBCoordinationAssistanceInformation_Value_value = map[string]int32{
665         "protobuf_unspecified":      0,
666         "coordination_not_required": 1,
667 }
668
669 func (x MeNBCoordinationAssistanceInformation_Value) String() string {
670         return proto.EnumName(MeNBCoordinationAssistanceInformation_Value_name, int32(x))
671 }
672
673 func (MeNBCoordinationAssistanceInformation_Value) EnumDescriptor() ([]byte, []int) {
674         return fileDescriptor_e082a304e8406c6c, []int{62, 0}
675 }
676
677 type ExpectedHOInterval_Value int32
678
679 const (
680         ExpectedHOInterval_protobuf_unspecified ExpectedHOInterval_Value = 0
681         ExpectedHOInterval_sec15                ExpectedHOInterval_Value = 1
682         ExpectedHOInterval_sec30                ExpectedHOInterval_Value = 2
683         ExpectedHOInterval_sec60                ExpectedHOInterval_Value = 3
684         ExpectedHOInterval_sec90                ExpectedHOInterval_Value = 4
685         ExpectedHOInterval_sec120               ExpectedHOInterval_Value = 5
686         ExpectedHOInterval_sec180               ExpectedHOInterval_Value = 6
687         ExpectedHOInterval_long_time            ExpectedHOInterval_Value = 7
688 )
689
690 var ExpectedHOInterval_Value_name = map[int32]string{
691         0: "protobuf_unspecified",
692         1: "sec15",
693         2: "sec30",
694         3: "sec60",
695         4: "sec90",
696         5: "sec120",
697         6: "sec180",
698         7: "long_time",
699 }
700
701 var ExpectedHOInterval_Value_value = map[string]int32{
702         "protobuf_unspecified": 0,
703         "sec15":                1,
704         "sec30":                2,
705         "sec60":                3,
706         "sec90":                4,
707         "sec120":               5,
708         "sec180":               6,
709         "long_time":            7,
710 }
711
712 func (x ExpectedHOInterval_Value) String() string {
713         return proto.EnumName(ExpectedHOInterval_Value_name, int32(x))
714 }
715
716 func (ExpectedHOInterval_Value) EnumDescriptor() ([]byte, []int) {
717         return fileDescriptor_e082a304e8406c6c, []int{69, 0}
718 }
719
720 type SourceOfUEActivityBehaviourInformation_Value int32
721
722 const (
723         SourceOfUEActivityBehaviourInformation_protobuf_unspecified     SourceOfUEActivityBehaviourInformation_Value = 0
724         SourceOfUEActivityBehaviourInformation_subscription_information SourceOfUEActivityBehaviourInformation_Value = 1
725         SourceOfUEActivityBehaviourInformation_statistics               SourceOfUEActivityBehaviourInformation_Value = 2
726 )
727
728 var SourceOfUEActivityBehaviourInformation_Value_name = map[int32]string{
729         0: "protobuf_unspecified",
730         1: "subscription_information",
731         2: "statistics",
732 }
733
734 var SourceOfUEActivityBehaviourInformation_Value_value = map[string]int32{
735         "protobuf_unspecified":     0,
736         "subscription_information": 1,
737         "statistics":               2,
738 }
739
740 func (x SourceOfUEActivityBehaviourInformation_Value) String() string {
741         return proto.EnumName(SourceOfUEActivityBehaviourInformation_Value_name, int32(x))
742 }
743
744 func (SourceOfUEActivityBehaviourInformation_Value) EnumDescriptor() ([]byte, []int) {
745         return fileDescriptor_e082a304e8406c6c, []int{70, 0}
746 }
747
748 type SGNB_Addition_Trigger_Ind_Value int32
749
750 const (
751         SGNB_Addition_Trigger_Ind_protobuf_unspecified SGNB_Addition_Trigger_Ind_Value = 0
752         SGNB_Addition_Trigger_Ind_sn_change            SGNB_Addition_Trigger_Ind_Value = 1
753         SGNB_Addition_Trigger_Ind_inter_eNB_HO         SGNB_Addition_Trigger_Ind_Value = 2
754         SGNB_Addition_Trigger_Ind_intra_eNB_HO         SGNB_Addition_Trigger_Ind_Value = 3
755 )
756
757 var SGNB_Addition_Trigger_Ind_Value_name = map[int32]string{
758         0: "protobuf_unspecified",
759         1: "sn_change",
760         2: "inter_eNB_HO",
761         3: "intra_eNB_HO",
762 }
763
764 var SGNB_Addition_Trigger_Ind_Value_value = map[string]int32{
765         "protobuf_unspecified": 0,
766         "sn_change":            1,
767         "inter_eNB_HO":         2,
768         "intra_eNB_HO":         3,
769 }
770
771 func (x SGNB_Addition_Trigger_Ind_Value) String() string {
772         return proto.EnumName(SGNB_Addition_Trigger_Ind_Value_name, int32(x))
773 }
774
775 func (SGNB_Addition_Trigger_Ind_Value) EnumDescriptor() ([]byte, []int) {
776         return fileDescriptor_e082a304e8406c6c, []int{71, 0}
777 }
778
779 type EN_DC_ResourceConfiguration struct {
780         PDCPatSgNB           EN_DC_ResourceConfiguration_Status `protobuf:"varint,1,opt,name=pDCPatSgNB,proto3,enum=streaming_protobufs.EN_DC_ResourceConfiguration_Status" json:"pDCPatSgNB,omitempty"`
781         MCGresources         EN_DC_ResourceConfiguration_Status `protobuf:"varint,2,opt,name=mCGresources,proto3,enum=streaming_protobufs.EN_DC_ResourceConfiguration_Status" json:"mCGresources,omitempty"`
782         SCGresources         EN_DC_ResourceConfiguration_Status `protobuf:"varint,3,opt,name=sCGresources,proto3,enum=streaming_protobufs.EN_DC_ResourceConfiguration_Status" json:"sCGresources,omitempty"`
783         XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
784         XXX_unrecognized     []byte                             `json:"-"`
785         XXX_sizecache        int32                              `json:"-"`
786 }
787
788 func (m *EN_DC_ResourceConfiguration) Reset()         { *m = EN_DC_ResourceConfiguration{} }
789 func (m *EN_DC_ResourceConfiguration) String() string { return proto.CompactTextString(m) }
790 func (*EN_DC_ResourceConfiguration) ProtoMessage()    {}
791 func (*EN_DC_ResourceConfiguration) Descriptor() ([]byte, []int) {
792         return fileDescriptor_e082a304e8406c6c, []int{0}
793 }
794
795 func (m *EN_DC_ResourceConfiguration) XXX_Unmarshal(b []byte) error {
796         return xxx_messageInfo_EN_DC_ResourceConfiguration.Unmarshal(m, b)
797 }
798 func (m *EN_DC_ResourceConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
799         return xxx_messageInfo_EN_DC_ResourceConfiguration.Marshal(b, m, deterministic)
800 }
801 func (m *EN_DC_ResourceConfiguration) XXX_Merge(src proto.Message) {
802         xxx_messageInfo_EN_DC_ResourceConfiguration.Merge(m, src)
803 }
804 func (m *EN_DC_ResourceConfiguration) XXX_Size() int {
805         return xxx_messageInfo_EN_DC_ResourceConfiguration.Size(m)
806 }
807 func (m *EN_DC_ResourceConfiguration) XXX_DiscardUnknown() {
808         xxx_messageInfo_EN_DC_ResourceConfiguration.DiscardUnknown(m)
809 }
810
811 var xxx_messageInfo_EN_DC_ResourceConfiguration proto.InternalMessageInfo
812
813 func (m *EN_DC_ResourceConfiguration) GetPDCPatSgNB() EN_DC_ResourceConfiguration_Status {
814         if m != nil {
815                 return m.PDCPatSgNB
816         }
817         return EN_DC_ResourceConfiguration_protobuf_unspecified
818 }
819
820 func (m *EN_DC_ResourceConfiguration) GetMCGresources() EN_DC_ResourceConfiguration_Status {
821         if m != nil {
822                 return m.MCGresources
823         }
824         return EN_DC_ResourceConfiguration_protobuf_unspecified
825 }
826
827 func (m *EN_DC_ResourceConfiguration) GetSCGresources() EN_DC_ResourceConfiguration_Status {
828         if m != nil {
829                 return m.SCGresources
830         }
831         return EN_DC_ResourceConfiguration_protobuf_unspecified
832 }
833
834 type E_RAB_Level_QoS_Parameters struct {
835         QCI                            uint32                               `protobuf:"varint,1,opt,name=qCI,proto3" json:"qCI,omitempty"`
836         AllocationAndRetentionPriority *AllocationAndRetentionPriority      `protobuf:"bytes,2,opt,name=allocationAndRetentionPriority,proto3" json:"allocationAndRetentionPriority,omitempty"`
837         GbrQosInformation              *GBR_QosInformation                  `protobuf:"bytes,3,opt,name=gbrQosInformation,proto3" json:"gbrQosInformation,omitempty"`
838         IE_Extensions                  []*E_RAB_Level_QoS_Parameters_ExtIEs `protobuf:"bytes,4,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
839         XXX_NoUnkeyedLiteral           struct{}                             `json:"-"`
840         XXX_unrecognized               []byte                               `json:"-"`
841         XXX_sizecache                  int32                                `json:"-"`
842 }
843
844 func (m *E_RAB_Level_QoS_Parameters) Reset()         { *m = E_RAB_Level_QoS_Parameters{} }
845 func (m *E_RAB_Level_QoS_Parameters) String() string { return proto.CompactTextString(m) }
846 func (*E_RAB_Level_QoS_Parameters) ProtoMessage()    {}
847 func (*E_RAB_Level_QoS_Parameters) Descriptor() ([]byte, []int) {
848         return fileDescriptor_e082a304e8406c6c, []int{1}
849 }
850
851 func (m *E_RAB_Level_QoS_Parameters) XXX_Unmarshal(b []byte) error {
852         return xxx_messageInfo_E_RAB_Level_QoS_Parameters.Unmarshal(m, b)
853 }
854 func (m *E_RAB_Level_QoS_Parameters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
855         return xxx_messageInfo_E_RAB_Level_QoS_Parameters.Marshal(b, m, deterministic)
856 }
857 func (m *E_RAB_Level_QoS_Parameters) XXX_Merge(src proto.Message) {
858         xxx_messageInfo_E_RAB_Level_QoS_Parameters.Merge(m, src)
859 }
860 func (m *E_RAB_Level_QoS_Parameters) XXX_Size() int {
861         return xxx_messageInfo_E_RAB_Level_QoS_Parameters.Size(m)
862 }
863 func (m *E_RAB_Level_QoS_Parameters) XXX_DiscardUnknown() {
864         xxx_messageInfo_E_RAB_Level_QoS_Parameters.DiscardUnknown(m)
865 }
866
867 var xxx_messageInfo_E_RAB_Level_QoS_Parameters proto.InternalMessageInfo
868
869 func (m *E_RAB_Level_QoS_Parameters) GetQCI() uint32 {
870         if m != nil {
871                 return m.QCI
872         }
873         return 0
874 }
875
876 func (m *E_RAB_Level_QoS_Parameters) GetAllocationAndRetentionPriority() *AllocationAndRetentionPriority {
877         if m != nil {
878                 return m.AllocationAndRetentionPriority
879         }
880         return nil
881 }
882
883 func (m *E_RAB_Level_QoS_Parameters) GetGbrQosInformation() *GBR_QosInformation {
884         if m != nil {
885                 return m.GbrQosInformation
886         }
887         return nil
888 }
889
890 func (m *E_RAB_Level_QoS_Parameters) GetIE_Extensions() []*E_RAB_Level_QoS_Parameters_ExtIEs {
891         if m != nil {
892                 return m.IE_Extensions
893         }
894         return nil
895 }
896
897 type AllocationAndRetentionPriority struct {
898         PriorityLevel           uint32                   `protobuf:"varint,1,opt,name=priorityLevel,proto3" json:"priorityLevel,omitempty"`
899         PreEmptionCapability    *PreEmptionCapability    `protobuf:"bytes,2,opt,name=pre_emptionCapability,json=preEmptionCapability,proto3" json:"pre_emptionCapability,omitempty"`
900         PreEmptionVulnerability *PreEmptionVulnerability `protobuf:"bytes,3,opt,name=pre_emptionVulnerability,json=preEmptionVulnerability,proto3" json:"pre_emptionVulnerability,omitempty"`
901         XXX_NoUnkeyedLiteral    struct{}                 `json:"-"`
902         XXX_unrecognized        []byte                   `json:"-"`
903         XXX_sizecache           int32                    `json:"-"`
904 }
905
906 func (m *AllocationAndRetentionPriority) Reset()         { *m = AllocationAndRetentionPriority{} }
907 func (m *AllocationAndRetentionPriority) String() string { return proto.CompactTextString(m) }
908 func (*AllocationAndRetentionPriority) ProtoMessage()    {}
909 func (*AllocationAndRetentionPriority) Descriptor() ([]byte, []int) {
910         return fileDescriptor_e082a304e8406c6c, []int{2}
911 }
912
913 func (m *AllocationAndRetentionPriority) XXX_Unmarshal(b []byte) error {
914         return xxx_messageInfo_AllocationAndRetentionPriority.Unmarshal(m, b)
915 }
916 func (m *AllocationAndRetentionPriority) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
917         return xxx_messageInfo_AllocationAndRetentionPriority.Marshal(b, m, deterministic)
918 }
919 func (m *AllocationAndRetentionPriority) XXX_Merge(src proto.Message) {
920         xxx_messageInfo_AllocationAndRetentionPriority.Merge(m, src)
921 }
922 func (m *AllocationAndRetentionPriority) XXX_Size() int {
923         return xxx_messageInfo_AllocationAndRetentionPriority.Size(m)
924 }
925 func (m *AllocationAndRetentionPriority) XXX_DiscardUnknown() {
926         xxx_messageInfo_AllocationAndRetentionPriority.DiscardUnknown(m)
927 }
928
929 var xxx_messageInfo_AllocationAndRetentionPriority proto.InternalMessageInfo
930
931 func (m *AllocationAndRetentionPriority) GetPriorityLevel() uint32 {
932         if m != nil {
933                 return m.PriorityLevel
934         }
935         return 0
936 }
937
938 func (m *AllocationAndRetentionPriority) GetPreEmptionCapability() *PreEmptionCapability {
939         if m != nil {
940                 return m.PreEmptionCapability
941         }
942         return nil
943 }
944
945 func (m *AllocationAndRetentionPriority) GetPreEmptionVulnerability() *PreEmptionVulnerability {
946         if m != nil {
947                 return m.PreEmptionVulnerability
948         }
949         return nil
950 }
951
952 type PreEmptionVulnerability struct {
953         Value                PreEmptionVulnerability_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.PreEmptionVulnerability_Value" json:"value,omitempty"`
954         XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
955         XXX_unrecognized     []byte                        `json:"-"`
956         XXX_sizecache        int32                         `json:"-"`
957 }
958
959 func (m *PreEmptionVulnerability) Reset()         { *m = PreEmptionVulnerability{} }
960 func (m *PreEmptionVulnerability) String() string { return proto.CompactTextString(m) }
961 func (*PreEmptionVulnerability) ProtoMessage()    {}
962 func (*PreEmptionVulnerability) Descriptor() ([]byte, []int) {
963         return fileDescriptor_e082a304e8406c6c, []int{3}
964 }
965
966 func (m *PreEmptionVulnerability) XXX_Unmarshal(b []byte) error {
967         return xxx_messageInfo_PreEmptionVulnerability.Unmarshal(m, b)
968 }
969 func (m *PreEmptionVulnerability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
970         return xxx_messageInfo_PreEmptionVulnerability.Marshal(b, m, deterministic)
971 }
972 func (m *PreEmptionVulnerability) XXX_Merge(src proto.Message) {
973         xxx_messageInfo_PreEmptionVulnerability.Merge(m, src)
974 }
975 func (m *PreEmptionVulnerability) XXX_Size() int {
976         return xxx_messageInfo_PreEmptionVulnerability.Size(m)
977 }
978 func (m *PreEmptionVulnerability) XXX_DiscardUnknown() {
979         xxx_messageInfo_PreEmptionVulnerability.DiscardUnknown(m)
980 }
981
982 var xxx_messageInfo_PreEmptionVulnerability proto.InternalMessageInfo
983
984 func (m *PreEmptionVulnerability) GetValue() PreEmptionVulnerability_Value {
985         if m != nil {
986                 return m.Value
987         }
988         return PreEmptionVulnerability_protobuf_unspecified
989 }
990
991 type PreEmptionCapability struct {
992         Value                PreEmptionCapability_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.PreEmptionCapability_Value" json:"value,omitempty"`
993         XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
994         XXX_unrecognized     []byte                     `json:"-"`
995         XXX_sizecache        int32                      `json:"-"`
996 }
997
998 func (m *PreEmptionCapability) Reset()         { *m = PreEmptionCapability{} }
999 func (m *PreEmptionCapability) String() string { return proto.CompactTextString(m) }
1000 func (*PreEmptionCapability) ProtoMessage()    {}
1001 func (*PreEmptionCapability) Descriptor() ([]byte, []int) {
1002         return fileDescriptor_e082a304e8406c6c, []int{4}
1003 }
1004
1005 func (m *PreEmptionCapability) XXX_Unmarshal(b []byte) error {
1006         return xxx_messageInfo_PreEmptionCapability.Unmarshal(m, b)
1007 }
1008 func (m *PreEmptionCapability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1009         return xxx_messageInfo_PreEmptionCapability.Marshal(b, m, deterministic)
1010 }
1011 func (m *PreEmptionCapability) XXX_Merge(src proto.Message) {
1012         xxx_messageInfo_PreEmptionCapability.Merge(m, src)
1013 }
1014 func (m *PreEmptionCapability) XXX_Size() int {
1015         return xxx_messageInfo_PreEmptionCapability.Size(m)
1016 }
1017 func (m *PreEmptionCapability) XXX_DiscardUnknown() {
1018         xxx_messageInfo_PreEmptionCapability.DiscardUnknown(m)
1019 }
1020
1021 var xxx_messageInfo_PreEmptionCapability proto.InternalMessageInfo
1022
1023 func (m *PreEmptionCapability) GetValue() PreEmptionCapability_Value {
1024         if m != nil {
1025                 return m.Value
1026         }
1027         return PreEmptionCapability_protobuf_unspecified
1028 }
1029
1030 type E_RAB_Level_QoS_Parameters_ExtIEs struct {
1031         Id_DownlinkPacketLossRate *wrappers.UInt32Value `protobuf:"bytes,1,opt,name=id_DownlinkPacketLossRate,json=idDownlinkPacketLossRate,proto3" json:"id_DownlinkPacketLossRate,omitempty"`
1032         Id_UplinkPacketLossRate   *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=id_UplinkPacketLossRate,json=idUplinkPacketLossRate,proto3" json:"id_UplinkPacketLossRate,omitempty"`
1033         XXX_NoUnkeyedLiteral      struct{}              `json:"-"`
1034         XXX_unrecognized          []byte                `json:"-"`
1035         XXX_sizecache             int32                 `json:"-"`
1036 }
1037
1038 func (m *E_RAB_Level_QoS_Parameters_ExtIEs) Reset()         { *m = E_RAB_Level_QoS_Parameters_ExtIEs{} }
1039 func (m *E_RAB_Level_QoS_Parameters_ExtIEs) String() string { return proto.CompactTextString(m) }
1040 func (*E_RAB_Level_QoS_Parameters_ExtIEs) ProtoMessage()    {}
1041 func (*E_RAB_Level_QoS_Parameters_ExtIEs) Descriptor() ([]byte, []int) {
1042         return fileDescriptor_e082a304e8406c6c, []int{5}
1043 }
1044
1045 func (m *E_RAB_Level_QoS_Parameters_ExtIEs) XXX_Unmarshal(b []byte) error {
1046         return xxx_messageInfo_E_RAB_Level_QoS_Parameters_ExtIEs.Unmarshal(m, b)
1047 }
1048 func (m *E_RAB_Level_QoS_Parameters_ExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1049         return xxx_messageInfo_E_RAB_Level_QoS_Parameters_ExtIEs.Marshal(b, m, deterministic)
1050 }
1051 func (m *E_RAB_Level_QoS_Parameters_ExtIEs) XXX_Merge(src proto.Message) {
1052         xxx_messageInfo_E_RAB_Level_QoS_Parameters_ExtIEs.Merge(m, src)
1053 }
1054 func (m *E_RAB_Level_QoS_Parameters_ExtIEs) XXX_Size() int {
1055         return xxx_messageInfo_E_RAB_Level_QoS_Parameters_ExtIEs.Size(m)
1056 }
1057 func (m *E_RAB_Level_QoS_Parameters_ExtIEs) XXX_DiscardUnknown() {
1058         xxx_messageInfo_E_RAB_Level_QoS_Parameters_ExtIEs.DiscardUnknown(m)
1059 }
1060
1061 var xxx_messageInfo_E_RAB_Level_QoS_Parameters_ExtIEs proto.InternalMessageInfo
1062
1063 func (m *E_RAB_Level_QoS_Parameters_ExtIEs) GetId_DownlinkPacketLossRate() *wrappers.UInt32Value {
1064         if m != nil {
1065                 return m.Id_DownlinkPacketLossRate
1066         }
1067         return nil
1068 }
1069
1070 func (m *E_RAB_Level_QoS_Parameters_ExtIEs) GetId_UplinkPacketLossRate() *wrappers.UInt32Value {
1071         if m != nil {
1072                 return m.Id_UplinkPacketLossRate
1073         }
1074         return nil
1075 }
1076
1077 type GBR_QosInformation struct {
1078         E_RAB_MaximumBitrateDL    uint64                       `protobuf:"varint,1,opt,name=e_RAB_MaximumBitrateDL,json=eRABMaximumBitrateDL,proto3" json:"e_RAB_MaximumBitrateDL,omitempty"`
1079         E_RAB_MaximumBitrateUL    uint64                       `protobuf:"varint,2,opt,name=e_RAB_MaximumBitrateUL,json=eRABMaximumBitrateUL,proto3" json:"e_RAB_MaximumBitrateUL,omitempty"`
1080         E_RAB_GuaranteedBitrateDL uint64                       `protobuf:"varint,3,opt,name=e_RAB_GuaranteedBitrateDL,json=eRABGuaranteedBitrateDL,proto3" json:"e_RAB_GuaranteedBitrateDL,omitempty"`
1081         E_RAB_GuaranteedBitrateUL uint64                       `protobuf:"varint,4,opt,name=e_RAB_GuaranteedBitrateUL,json=eRABGuaranteedBitrateUL,proto3" json:"e_RAB_GuaranteedBitrateUL,omitempty"`
1082         IE_Extensions             []*GBR_QosInformation_ExtIEs `protobuf:"bytes,5,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
1083         XXX_NoUnkeyedLiteral      struct{}                     `json:"-"`
1084         XXX_unrecognized          []byte                       `json:"-"`
1085         XXX_sizecache             int32                        `json:"-"`
1086 }
1087
1088 func (m *GBR_QosInformation) Reset()         { *m = GBR_QosInformation{} }
1089 func (m *GBR_QosInformation) String() string { return proto.CompactTextString(m) }
1090 func (*GBR_QosInformation) ProtoMessage()    {}
1091 func (*GBR_QosInformation) Descriptor() ([]byte, []int) {
1092         return fileDescriptor_e082a304e8406c6c, []int{6}
1093 }
1094
1095 func (m *GBR_QosInformation) XXX_Unmarshal(b []byte) error {
1096         return xxx_messageInfo_GBR_QosInformation.Unmarshal(m, b)
1097 }
1098 func (m *GBR_QosInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1099         return xxx_messageInfo_GBR_QosInformation.Marshal(b, m, deterministic)
1100 }
1101 func (m *GBR_QosInformation) XXX_Merge(src proto.Message) {
1102         xxx_messageInfo_GBR_QosInformation.Merge(m, src)
1103 }
1104 func (m *GBR_QosInformation) XXX_Size() int {
1105         return xxx_messageInfo_GBR_QosInformation.Size(m)
1106 }
1107 func (m *GBR_QosInformation) XXX_DiscardUnknown() {
1108         xxx_messageInfo_GBR_QosInformation.DiscardUnknown(m)
1109 }
1110
1111 var xxx_messageInfo_GBR_QosInformation proto.InternalMessageInfo
1112
1113 func (m *GBR_QosInformation) GetE_RAB_MaximumBitrateDL() uint64 {
1114         if m != nil {
1115                 return m.E_RAB_MaximumBitrateDL
1116         }
1117         return 0
1118 }
1119
1120 func (m *GBR_QosInformation) GetE_RAB_MaximumBitrateUL() uint64 {
1121         if m != nil {
1122                 return m.E_RAB_MaximumBitrateUL
1123         }
1124         return 0
1125 }
1126
1127 func (m *GBR_QosInformation) GetE_RAB_GuaranteedBitrateDL() uint64 {
1128         if m != nil {
1129                 return m.E_RAB_GuaranteedBitrateDL
1130         }
1131         return 0
1132 }
1133
1134 func (m *GBR_QosInformation) GetE_RAB_GuaranteedBitrateUL() uint64 {
1135         if m != nil {
1136                 return m.E_RAB_GuaranteedBitrateUL
1137         }
1138         return 0
1139 }
1140
1141 func (m *GBR_QosInformation) GetIE_Extensions() []*GBR_QosInformation_ExtIEs {
1142         if m != nil {
1143                 return m.IE_Extensions
1144         }
1145         return nil
1146 }
1147
1148 type GBR_QosInformation_ExtIEs struct {
1149         IdExtendedE_RAB_MaximumBitrateDL    *wrappers.UInt64Value `protobuf:"bytes,1,opt,name=id_extended_e_RAB_MaximumBitrateDL,json=idExtendedERABMaximumBitrateDL,proto3" json:"id_extended_e_RAB_MaximumBitrateDL,omitempty"`
1150         IdExtendedE_RAB_MaximumBitrateUL    *wrappers.UInt64Value `protobuf:"bytes,2,opt,name=id_extended_e_RAB_MaximumBitrateUL,json=idExtendedERABMaximumBitrateUL,proto3" json:"id_extended_e_RAB_MaximumBitrateUL,omitempty"`
1151         IdExtendedE_RAB_GuaranteedBitrateDL *wrappers.UInt64Value `protobuf:"bytes,3,opt,name=id_extended_e_RAB_GuaranteedBitrateDL,json=idExtendedERABGuaranteedBitrateDL,proto3" json:"id_extended_e_RAB_GuaranteedBitrateDL,omitempty"`
1152         IdExtendedE_RAB_GuaranteedBitrateUL *wrappers.UInt64Value `protobuf:"bytes,4,opt,name=id_extended_e_RAB_GuaranteedBitrateUL,json=idExtendedERABGuaranteedBitrateUL,proto3" json:"id_extended_e_RAB_GuaranteedBitrateUL,omitempty"`
1153         XXX_NoUnkeyedLiteral                struct{}              `json:"-"`
1154         XXX_unrecognized                    []byte                `json:"-"`
1155         XXX_sizecache                       int32                 `json:"-"`
1156 }
1157
1158 func (m *GBR_QosInformation_ExtIEs) Reset()         { *m = GBR_QosInformation_ExtIEs{} }
1159 func (m *GBR_QosInformation_ExtIEs) String() string { return proto.CompactTextString(m) }
1160 func (*GBR_QosInformation_ExtIEs) ProtoMessage()    {}
1161 func (*GBR_QosInformation_ExtIEs) Descriptor() ([]byte, []int) {
1162         return fileDescriptor_e082a304e8406c6c, []int{7}
1163 }
1164
1165 func (m *GBR_QosInformation_ExtIEs) XXX_Unmarshal(b []byte) error {
1166         return xxx_messageInfo_GBR_QosInformation_ExtIEs.Unmarshal(m, b)
1167 }
1168 func (m *GBR_QosInformation_ExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1169         return xxx_messageInfo_GBR_QosInformation_ExtIEs.Marshal(b, m, deterministic)
1170 }
1171 func (m *GBR_QosInformation_ExtIEs) XXX_Merge(src proto.Message) {
1172         xxx_messageInfo_GBR_QosInformation_ExtIEs.Merge(m, src)
1173 }
1174 func (m *GBR_QosInformation_ExtIEs) XXX_Size() int {
1175         return xxx_messageInfo_GBR_QosInformation_ExtIEs.Size(m)
1176 }
1177 func (m *GBR_QosInformation_ExtIEs) XXX_DiscardUnknown() {
1178         xxx_messageInfo_GBR_QosInformation_ExtIEs.DiscardUnknown(m)
1179 }
1180
1181 var xxx_messageInfo_GBR_QosInformation_ExtIEs proto.InternalMessageInfo
1182
1183 func (m *GBR_QosInformation_ExtIEs) GetIdExtendedE_RAB_MaximumBitrateDL() *wrappers.UInt64Value {
1184         if m != nil {
1185                 return m.IdExtendedE_RAB_MaximumBitrateDL
1186         }
1187         return nil
1188 }
1189
1190 func (m *GBR_QosInformation_ExtIEs) GetIdExtendedE_RAB_MaximumBitrateUL() *wrappers.UInt64Value {
1191         if m != nil {
1192                 return m.IdExtendedE_RAB_MaximumBitrateUL
1193         }
1194         return nil
1195 }
1196
1197 func (m *GBR_QosInformation_ExtIEs) GetIdExtendedE_RAB_GuaranteedBitrateDL() *wrappers.UInt64Value {
1198         if m != nil {
1199                 return m.IdExtendedE_RAB_GuaranteedBitrateDL
1200         }
1201         return nil
1202 }
1203
1204 func (m *GBR_QosInformation_ExtIEs) GetIdExtendedE_RAB_GuaranteedBitrateUL() *wrappers.UInt64Value {
1205         if m != nil {
1206                 return m.IdExtendedE_RAB_GuaranteedBitrateUL
1207         }
1208         return nil
1209 }
1210
1211 type GlobalGNB_ID struct {
1212         PLMN_Identity        []byte                 `protobuf:"bytes,1,opt,name=pLMN_Identity,json=pLMNIdentity,proto3" json:"pLMN_Identity,omitempty"`
1213         GNB_ID               *GNB_ID                `protobuf:"bytes,2,opt,name=gNB_ID,json=gNBID,proto3" json:"gNB_ID,omitempty"`
1214         IE_Extensions        []*GlobalGNB_ID_ExtIEs `protobuf:"bytes,3,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
1215         XXX_NoUnkeyedLiteral struct{}               `json:"-"`
1216         XXX_unrecognized     []byte                 `json:"-"`
1217         XXX_sizecache        int32                  `json:"-"`
1218 }
1219
1220 func (m *GlobalGNB_ID) Reset()         { *m = GlobalGNB_ID{} }
1221 func (m *GlobalGNB_ID) String() string { return proto.CompactTextString(m) }
1222 func (*GlobalGNB_ID) ProtoMessage()    {}
1223 func (*GlobalGNB_ID) Descriptor() ([]byte, []int) {
1224         return fileDescriptor_e082a304e8406c6c, []int{8}
1225 }
1226
1227 func (m *GlobalGNB_ID) XXX_Unmarshal(b []byte) error {
1228         return xxx_messageInfo_GlobalGNB_ID.Unmarshal(m, b)
1229 }
1230 func (m *GlobalGNB_ID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1231         return xxx_messageInfo_GlobalGNB_ID.Marshal(b, m, deterministic)
1232 }
1233 func (m *GlobalGNB_ID) XXX_Merge(src proto.Message) {
1234         xxx_messageInfo_GlobalGNB_ID.Merge(m, src)
1235 }
1236 func (m *GlobalGNB_ID) XXX_Size() int {
1237         return xxx_messageInfo_GlobalGNB_ID.Size(m)
1238 }
1239 func (m *GlobalGNB_ID) XXX_DiscardUnknown() {
1240         xxx_messageInfo_GlobalGNB_ID.DiscardUnknown(m)
1241 }
1242
1243 var xxx_messageInfo_GlobalGNB_ID proto.InternalMessageInfo
1244
1245 func (m *GlobalGNB_ID) GetPLMN_Identity() []byte {
1246         if m != nil {
1247                 return m.PLMN_Identity
1248         }
1249         return nil
1250 }
1251
1252 func (m *GlobalGNB_ID) GetGNB_ID() *GNB_ID {
1253         if m != nil {
1254                 return m.GNB_ID
1255         }
1256         return nil
1257 }
1258
1259 func (m *GlobalGNB_ID) GetIE_Extensions() []*GlobalGNB_ID_ExtIEs {
1260         if m != nil {
1261                 return m.IE_Extensions
1262         }
1263         return nil
1264 }
1265
1266 type GNB_ID struct {
1267         // Types that are valid to be assigned to C:
1268         //      *GNB_ID_GNB_ID
1269         C                    isGNB_ID_C `protobuf_oneof:"c"`
1270         XXX_NoUnkeyedLiteral struct{}   `json:"-"`
1271         XXX_unrecognized     []byte     `json:"-"`
1272         XXX_sizecache        int32      `json:"-"`
1273 }
1274
1275 func (m *GNB_ID) Reset()         { *m = GNB_ID{} }
1276 func (m *GNB_ID) String() string { return proto.CompactTextString(m) }
1277 func (*GNB_ID) ProtoMessage()    {}
1278 func (*GNB_ID) Descriptor() ([]byte, []int) {
1279         return fileDescriptor_e082a304e8406c6c, []int{9}
1280 }
1281
1282 func (m *GNB_ID) XXX_Unmarshal(b []byte) error {
1283         return xxx_messageInfo_GNB_ID.Unmarshal(m, b)
1284 }
1285 func (m *GNB_ID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1286         return xxx_messageInfo_GNB_ID.Marshal(b, m, deterministic)
1287 }
1288 func (m *GNB_ID) XXX_Merge(src proto.Message) {
1289         xxx_messageInfo_GNB_ID.Merge(m, src)
1290 }
1291 func (m *GNB_ID) XXX_Size() int {
1292         return xxx_messageInfo_GNB_ID.Size(m)
1293 }
1294 func (m *GNB_ID) XXX_DiscardUnknown() {
1295         xxx_messageInfo_GNB_ID.DiscardUnknown(m)
1296 }
1297
1298 var xxx_messageInfo_GNB_ID proto.InternalMessageInfo
1299
1300 type isGNB_ID_C interface {
1301         isGNB_ID_C()
1302 }
1303
1304 type GNB_ID_GNB_ID struct {
1305         GNB_ID []byte `protobuf:"bytes,1,opt,name=gNB_ID,json=gNBID,proto3,oneof"`
1306 }
1307
1308 func (*GNB_ID_GNB_ID) isGNB_ID_C() {}
1309
1310 func (m *GNB_ID) GetC() isGNB_ID_C {
1311         if m != nil {
1312                 return m.C
1313         }
1314         return nil
1315 }
1316
1317 func (m *GNB_ID) GetGNB_ID() []byte {
1318         if x, ok := m.GetC().(*GNB_ID_GNB_ID); ok {
1319                 return x.GNB_ID
1320         }
1321         return nil
1322 }
1323
1324 // XXX_OneofWrappers is for the internal use of the proto package.
1325 func (*GNB_ID) XXX_OneofWrappers() []interface{} {
1326         return []interface{}{
1327                 (*GNB_ID_GNB_ID)(nil),
1328         }
1329 }
1330
1331 type GlobalGNB_ID_ExtIEs struct {
1332         XXX_NoUnkeyedLiteral struct{} `json:"-"`
1333         XXX_unrecognized     []byte   `json:"-"`
1334         XXX_sizecache        int32    `json:"-"`
1335 }
1336
1337 func (m *GlobalGNB_ID_ExtIEs) Reset()         { *m = GlobalGNB_ID_ExtIEs{} }
1338 func (m *GlobalGNB_ID_ExtIEs) String() string { return proto.CompactTextString(m) }
1339 func (*GlobalGNB_ID_ExtIEs) ProtoMessage()    {}
1340 func (*GlobalGNB_ID_ExtIEs) Descriptor() ([]byte, []int) {
1341         return fileDescriptor_e082a304e8406c6c, []int{10}
1342 }
1343
1344 func (m *GlobalGNB_ID_ExtIEs) XXX_Unmarshal(b []byte) error {
1345         return xxx_messageInfo_GlobalGNB_ID_ExtIEs.Unmarshal(m, b)
1346 }
1347 func (m *GlobalGNB_ID_ExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1348         return xxx_messageInfo_GlobalGNB_ID_ExtIEs.Marshal(b, m, deterministic)
1349 }
1350 func (m *GlobalGNB_ID_ExtIEs) XXX_Merge(src proto.Message) {
1351         xxx_messageInfo_GlobalGNB_ID_ExtIEs.Merge(m, src)
1352 }
1353 func (m *GlobalGNB_ID_ExtIEs) XXX_Size() int {
1354         return xxx_messageInfo_GlobalGNB_ID_ExtIEs.Size(m)
1355 }
1356 func (m *GlobalGNB_ID_ExtIEs) XXX_DiscardUnknown() {
1357         xxx_messageInfo_GlobalGNB_ID_ExtIEs.DiscardUnknown(m)
1358 }
1359
1360 var xxx_messageInfo_GlobalGNB_ID_ExtIEs proto.InternalMessageInfo
1361
1362 type GTPtunnelEndpoint struct {
1363         TransportLayerAddress []byte                      `protobuf:"bytes,1,opt,name=transportLayerAddress,proto3" json:"transportLayerAddress,omitempty"`
1364         GTP_TEID              []byte                      `protobuf:"bytes,2,opt,name=gTP_TEID,json=gTPTEID,proto3" json:"gTP_TEID,omitempty"`
1365         IE_Extensions         []*GTPtunnelEndpoint_ExtIEs `protobuf:"bytes,3,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
1366         XXX_NoUnkeyedLiteral  struct{}                    `json:"-"`
1367         XXX_unrecognized      []byte                      `json:"-"`
1368         XXX_sizecache         int32                       `json:"-"`
1369 }
1370
1371 func (m *GTPtunnelEndpoint) Reset()         { *m = GTPtunnelEndpoint{} }
1372 func (m *GTPtunnelEndpoint) String() string { return proto.CompactTextString(m) }
1373 func (*GTPtunnelEndpoint) ProtoMessage()    {}
1374 func (*GTPtunnelEndpoint) Descriptor() ([]byte, []int) {
1375         return fileDescriptor_e082a304e8406c6c, []int{11}
1376 }
1377
1378 func (m *GTPtunnelEndpoint) XXX_Unmarshal(b []byte) error {
1379         return xxx_messageInfo_GTPtunnelEndpoint.Unmarshal(m, b)
1380 }
1381 func (m *GTPtunnelEndpoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1382         return xxx_messageInfo_GTPtunnelEndpoint.Marshal(b, m, deterministic)
1383 }
1384 func (m *GTPtunnelEndpoint) XXX_Merge(src proto.Message) {
1385         xxx_messageInfo_GTPtunnelEndpoint.Merge(m, src)
1386 }
1387 func (m *GTPtunnelEndpoint) XXX_Size() int {
1388         return xxx_messageInfo_GTPtunnelEndpoint.Size(m)
1389 }
1390 func (m *GTPtunnelEndpoint) XXX_DiscardUnknown() {
1391         xxx_messageInfo_GTPtunnelEndpoint.DiscardUnknown(m)
1392 }
1393
1394 var xxx_messageInfo_GTPtunnelEndpoint proto.InternalMessageInfo
1395
1396 func (m *GTPtunnelEndpoint) GetTransportLayerAddress() []byte {
1397         if m != nil {
1398                 return m.TransportLayerAddress
1399         }
1400         return nil
1401 }
1402
1403 func (m *GTPtunnelEndpoint) GetGTP_TEID() []byte {
1404         if m != nil {
1405                 return m.GTP_TEID
1406         }
1407         return nil
1408 }
1409
1410 func (m *GTPtunnelEndpoint) GetIE_Extensions() []*GTPtunnelEndpoint_ExtIEs {
1411         if m != nil {
1412                 return m.IE_Extensions
1413         }
1414         return nil
1415 }
1416
1417 type GTPtunnelEndpoint_ExtIEs struct {
1418         XXX_NoUnkeyedLiteral struct{} `json:"-"`
1419         XXX_unrecognized     []byte   `json:"-"`
1420         XXX_sizecache        int32    `json:"-"`
1421 }
1422
1423 func (m *GTPtunnelEndpoint_ExtIEs) Reset()         { *m = GTPtunnelEndpoint_ExtIEs{} }
1424 func (m *GTPtunnelEndpoint_ExtIEs) String() string { return proto.CompactTextString(m) }
1425 func (*GTPtunnelEndpoint_ExtIEs) ProtoMessage()    {}
1426 func (*GTPtunnelEndpoint_ExtIEs) Descriptor() ([]byte, []int) {
1427         return fileDescriptor_e082a304e8406c6c, []int{12}
1428 }
1429
1430 func (m *GTPtunnelEndpoint_ExtIEs) XXX_Unmarshal(b []byte) error {
1431         return xxx_messageInfo_GTPtunnelEndpoint_ExtIEs.Unmarshal(m, b)
1432 }
1433 func (m *GTPtunnelEndpoint_ExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1434         return xxx_messageInfo_GTPtunnelEndpoint_ExtIEs.Marshal(b, m, deterministic)
1435 }
1436 func (m *GTPtunnelEndpoint_ExtIEs) XXX_Merge(src proto.Message) {
1437         xxx_messageInfo_GTPtunnelEndpoint_ExtIEs.Merge(m, src)
1438 }
1439 func (m *GTPtunnelEndpoint_ExtIEs) XXX_Size() int {
1440         return xxx_messageInfo_GTPtunnelEndpoint_ExtIEs.Size(m)
1441 }
1442 func (m *GTPtunnelEndpoint_ExtIEs) XXX_DiscardUnknown() {
1443         xxx_messageInfo_GTPtunnelEndpoint_ExtIEs.DiscardUnknown(m)
1444 }
1445
1446 var xxx_messageInfo_GTPtunnelEndpoint_ExtIEs proto.InternalMessageInfo
1447
1448 type RLCMode struct {
1449         Value                RLCMode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.RLCMode_Value" json:"value,omitempty"`
1450         XXX_NoUnkeyedLiteral struct{}      `json:"-"`
1451         XXX_unrecognized     []byte        `json:"-"`
1452         XXX_sizecache        int32         `json:"-"`
1453 }
1454
1455 func (m *RLCMode) Reset()         { *m = RLCMode{} }
1456 func (m *RLCMode) String() string { return proto.CompactTextString(m) }
1457 func (*RLCMode) ProtoMessage()    {}
1458 func (*RLCMode) Descriptor() ([]byte, []int) {
1459         return fileDescriptor_e082a304e8406c6c, []int{13}
1460 }
1461
1462 func (m *RLCMode) XXX_Unmarshal(b []byte) error {
1463         return xxx_messageInfo_RLCMode.Unmarshal(m, b)
1464 }
1465 func (m *RLCMode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1466         return xxx_messageInfo_RLCMode.Marshal(b, m, deterministic)
1467 }
1468 func (m *RLCMode) XXX_Merge(src proto.Message) {
1469         xxx_messageInfo_RLCMode.Merge(m, src)
1470 }
1471 func (m *RLCMode) XXX_Size() int {
1472         return xxx_messageInfo_RLCMode.Size(m)
1473 }
1474 func (m *RLCMode) XXX_DiscardUnknown() {
1475         xxx_messageInfo_RLCMode.DiscardUnknown(m)
1476 }
1477
1478 var xxx_messageInfo_RLCMode proto.InternalMessageInfo
1479
1480 func (m *RLCMode) GetValue() RLCMode_Value {
1481         if m != nil {
1482                 return m.Value
1483         }
1484         return RLCMode_protobuf_unspecified
1485 }
1486
1487 type RLC_Status struct {
1488         Reestablishment_Indication RLC_Status_Reestablishment_Indication `protobuf:"varint,1,opt,name=reestablishment_Indication,json=reestablishmentIndication,proto3,enum=streaming_protobufs.RLC_Status_Reestablishment_Indication" json:"reestablishment_Indication,omitempty"`
1489         XXX_NoUnkeyedLiteral       struct{}                              `json:"-"`
1490         XXX_unrecognized           []byte                                `json:"-"`
1491         XXX_sizecache              int32                                 `json:"-"`
1492 }
1493
1494 func (m *RLC_Status) Reset()         { *m = RLC_Status{} }
1495 func (m *RLC_Status) String() string { return proto.CompactTextString(m) }
1496 func (*RLC_Status) ProtoMessage()    {}
1497 func (*RLC_Status) Descriptor() ([]byte, []int) {
1498         return fileDescriptor_e082a304e8406c6c, []int{14}
1499 }
1500
1501 func (m *RLC_Status) XXX_Unmarshal(b []byte) error {
1502         return xxx_messageInfo_RLC_Status.Unmarshal(m, b)
1503 }
1504 func (m *RLC_Status) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1505         return xxx_messageInfo_RLC_Status.Marshal(b, m, deterministic)
1506 }
1507 func (m *RLC_Status) XXX_Merge(src proto.Message) {
1508         xxx_messageInfo_RLC_Status.Merge(m, src)
1509 }
1510 func (m *RLC_Status) XXX_Size() int {
1511         return xxx_messageInfo_RLC_Status.Size(m)
1512 }
1513 func (m *RLC_Status) XXX_DiscardUnknown() {
1514         xxx_messageInfo_RLC_Status.DiscardUnknown(m)
1515 }
1516
1517 var xxx_messageInfo_RLC_Status proto.InternalMessageInfo
1518
1519 func (m *RLC_Status) GetReestablishment_Indication() RLC_Status_Reestablishment_Indication {
1520         if m != nil {
1521                 return m.Reestablishment_Indication
1522         }
1523         return RLC_Status_protobuf_unspecified
1524 }
1525
1526 type ULConfiguration struct {
1527         UL_PDCP              ULConfiguration_UL_UE_Configuration `protobuf:"varint,1,opt,name=uL_PDCP,json=uLPDCP,proto3,enum=streaming_protobufs.ULConfiguration_UL_UE_Configuration" json:"uL_PDCP,omitempty"`
1528         XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
1529         XXX_unrecognized     []byte                              `json:"-"`
1530         XXX_sizecache        int32                               `json:"-"`
1531 }
1532
1533 func (m *ULConfiguration) Reset()         { *m = ULConfiguration{} }
1534 func (m *ULConfiguration) String() string { return proto.CompactTextString(m) }
1535 func (*ULConfiguration) ProtoMessage()    {}
1536 func (*ULConfiguration) Descriptor() ([]byte, []int) {
1537         return fileDescriptor_e082a304e8406c6c, []int{15}
1538 }
1539
1540 func (m *ULConfiguration) XXX_Unmarshal(b []byte) error {
1541         return xxx_messageInfo_ULConfiguration.Unmarshal(m, b)
1542 }
1543 func (m *ULConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1544         return xxx_messageInfo_ULConfiguration.Marshal(b, m, deterministic)
1545 }
1546 func (m *ULConfiguration) XXX_Merge(src proto.Message) {
1547         xxx_messageInfo_ULConfiguration.Merge(m, src)
1548 }
1549 func (m *ULConfiguration) XXX_Size() int {
1550         return xxx_messageInfo_ULConfiguration.Size(m)
1551 }
1552 func (m *ULConfiguration) XXX_DiscardUnknown() {
1553         xxx_messageInfo_ULConfiguration.DiscardUnknown(m)
1554 }
1555
1556 var xxx_messageInfo_ULConfiguration proto.InternalMessageInfo
1557
1558 func (m *ULConfiguration) GetUL_PDCP() ULConfiguration_UL_UE_Configuration {
1559         if m != nil {
1560                 return m.UL_PDCP
1561         }
1562         return ULConfiguration_protobuf_unspecified
1563 }
1564
1565 type PDCPSnLength struct {
1566         Value                PDCPSnLength_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.PDCPSnLength_Value" json:"value,omitempty"`
1567         XXX_NoUnkeyedLiteral struct{}           `json:"-"`
1568         XXX_unrecognized     []byte             `json:"-"`
1569         XXX_sizecache        int32              `json:"-"`
1570 }
1571
1572 func (m *PDCPSnLength) Reset()         { *m = PDCPSnLength{} }
1573 func (m *PDCPSnLength) String() string { return proto.CompactTextString(m) }
1574 func (*PDCPSnLength) ProtoMessage()    {}
1575 func (*PDCPSnLength) Descriptor() ([]byte, []int) {
1576         return fileDescriptor_e082a304e8406c6c, []int{16}
1577 }
1578
1579 func (m *PDCPSnLength) XXX_Unmarshal(b []byte) error {
1580         return xxx_messageInfo_PDCPSnLength.Unmarshal(m, b)
1581 }
1582 func (m *PDCPSnLength) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1583         return xxx_messageInfo_PDCPSnLength.Marshal(b, m, deterministic)
1584 }
1585 func (m *PDCPSnLength) XXX_Merge(src proto.Message) {
1586         xxx_messageInfo_PDCPSnLength.Merge(m, src)
1587 }
1588 func (m *PDCPSnLength) XXX_Size() int {
1589         return xxx_messageInfo_PDCPSnLength.Size(m)
1590 }
1591 func (m *PDCPSnLength) XXX_DiscardUnknown() {
1592         xxx_messageInfo_PDCPSnLength.DiscardUnknown(m)
1593 }
1594
1595 var xxx_messageInfo_PDCPSnLength proto.InternalMessageInfo
1596
1597 func (m *PDCPSnLength) GetValue() PDCPSnLength_Value {
1598         if m != nil {
1599                 return m.Value
1600         }
1601         return PDCPSnLength_protobuf_unspecified
1602 }
1603
1604 type PDCPChangeIndication struct {
1605         Value                PDCPChangeIndication_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.PDCPChangeIndication_Value" json:"value,omitempty"`
1606         XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
1607         XXX_unrecognized     []byte                     `json:"-"`
1608         XXX_sizecache        int32                      `json:"-"`
1609 }
1610
1611 func (m *PDCPChangeIndication) Reset()         { *m = PDCPChangeIndication{} }
1612 func (m *PDCPChangeIndication) String() string { return proto.CompactTextString(m) }
1613 func (*PDCPChangeIndication) ProtoMessage()    {}
1614 func (*PDCPChangeIndication) Descriptor() ([]byte, []int) {
1615         return fileDescriptor_e082a304e8406c6c, []int{17}
1616 }
1617
1618 func (m *PDCPChangeIndication) XXX_Unmarshal(b []byte) error {
1619         return xxx_messageInfo_PDCPChangeIndication.Unmarshal(m, b)
1620 }
1621 func (m *PDCPChangeIndication) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1622         return xxx_messageInfo_PDCPChangeIndication.Marshal(b, m, deterministic)
1623 }
1624 func (m *PDCPChangeIndication) XXX_Merge(src proto.Message) {
1625         xxx_messageInfo_PDCPChangeIndication.Merge(m, src)
1626 }
1627 func (m *PDCPChangeIndication) XXX_Size() int {
1628         return xxx_messageInfo_PDCPChangeIndication.Size(m)
1629 }
1630 func (m *PDCPChangeIndication) XXX_DiscardUnknown() {
1631         xxx_messageInfo_PDCPChangeIndication.DiscardUnknown(m)
1632 }
1633
1634 var xxx_messageInfo_PDCPChangeIndication proto.InternalMessageInfo
1635
1636 func (m *PDCPChangeIndication) GetValue() PDCPChangeIndication_Value {
1637         if m != nil {
1638                 return m.Value
1639         }
1640         return PDCPChangeIndication_protobuf_unspecified
1641 }
1642
1643 type SplitSRBs struct {
1644         Value                SplitSRBs_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.SplitSRBs_Value" json:"value,omitempty"`
1645         XXX_NoUnkeyedLiteral struct{}        `json:"-"`
1646         XXX_unrecognized     []byte          `json:"-"`
1647         XXX_sizecache        int32           `json:"-"`
1648 }
1649
1650 func (m *SplitSRBs) Reset()         { *m = SplitSRBs{} }
1651 func (m *SplitSRBs) String() string { return proto.CompactTextString(m) }
1652 func (*SplitSRBs) ProtoMessage()    {}
1653 func (*SplitSRBs) Descriptor() ([]byte, []int) {
1654         return fileDescriptor_e082a304e8406c6c, []int{18}
1655 }
1656
1657 func (m *SplitSRBs) XXX_Unmarshal(b []byte) error {
1658         return xxx_messageInfo_SplitSRBs.Unmarshal(m, b)
1659 }
1660 func (m *SplitSRBs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1661         return xxx_messageInfo_SplitSRBs.Marshal(b, m, deterministic)
1662 }
1663 func (m *SplitSRBs) XXX_Merge(src proto.Message) {
1664         xxx_messageInfo_SplitSRBs.Merge(m, src)
1665 }
1666 func (m *SplitSRBs) XXX_Size() int {
1667         return xxx_messageInfo_SplitSRBs.Size(m)
1668 }
1669 func (m *SplitSRBs) XXX_DiscardUnknown() {
1670         xxx_messageInfo_SplitSRBs.DiscardUnknown(m)
1671 }
1672
1673 var xxx_messageInfo_SplitSRBs proto.InternalMessageInfo
1674
1675 func (m *SplitSRBs) GetValue() SplitSRBs_Value {
1676         if m != nil {
1677                 return m.Value
1678         }
1679         return SplitSRBs_protobuf_unspecified
1680 }
1681
1682 type NRCGI struct {
1683         PLMN_Identity        []byte          `protobuf:"bytes,1,opt,name=pLMN_Identity,json=pLMNIdentity,proto3" json:"pLMN_Identity,omitempty"`
1684         NRcellIdentifier     []byte          `protobuf:"bytes,2,opt,name=nRcellIdentifier,proto3" json:"nRcellIdentifier,omitempty"`
1685         IE_Extensions        []*NRCGI_ExtIEs `protobuf:"bytes,3,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
1686         XXX_NoUnkeyedLiteral struct{}        `json:"-"`
1687         XXX_unrecognized     []byte          `json:"-"`
1688         XXX_sizecache        int32           `json:"-"`
1689 }
1690
1691 func (m *NRCGI) Reset()         { *m = NRCGI{} }
1692 func (m *NRCGI) String() string { return proto.CompactTextString(m) }
1693 func (*NRCGI) ProtoMessage()    {}
1694 func (*NRCGI) Descriptor() ([]byte, []int) {
1695         return fileDescriptor_e082a304e8406c6c, []int{19}
1696 }
1697
1698 func (m *NRCGI) XXX_Unmarshal(b []byte) error {
1699         return xxx_messageInfo_NRCGI.Unmarshal(m, b)
1700 }
1701 func (m *NRCGI) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1702         return xxx_messageInfo_NRCGI.Marshal(b, m, deterministic)
1703 }
1704 func (m *NRCGI) XXX_Merge(src proto.Message) {
1705         xxx_messageInfo_NRCGI.Merge(m, src)
1706 }
1707 func (m *NRCGI) XXX_Size() int {
1708         return xxx_messageInfo_NRCGI.Size(m)
1709 }
1710 func (m *NRCGI) XXX_DiscardUnknown() {
1711         xxx_messageInfo_NRCGI.DiscardUnknown(m)
1712 }
1713
1714 var xxx_messageInfo_NRCGI proto.InternalMessageInfo
1715
1716 func (m *NRCGI) GetPLMN_Identity() []byte {
1717         if m != nil {
1718                 return m.PLMN_Identity
1719         }
1720         return nil
1721 }
1722
1723 func (m *NRCGI) GetNRcellIdentifier() []byte {
1724         if m != nil {
1725                 return m.NRcellIdentifier
1726         }
1727         return nil
1728 }
1729
1730 func (m *NRCGI) GetIE_Extensions() []*NRCGI_ExtIEs {
1731         if m != nil {
1732                 return m.IE_Extensions
1733         }
1734         return nil
1735 }
1736
1737 type NRCGI_ExtIEs struct {
1738         XXX_NoUnkeyedLiteral struct{} `json:"-"`
1739         XXX_unrecognized     []byte   `json:"-"`
1740         XXX_sizecache        int32    `json:"-"`
1741 }
1742
1743 func (m *NRCGI_ExtIEs) Reset()         { *m = NRCGI_ExtIEs{} }
1744 func (m *NRCGI_ExtIEs) String() string { return proto.CompactTextString(m) }
1745 func (*NRCGI_ExtIEs) ProtoMessage()    {}
1746 func (*NRCGI_ExtIEs) Descriptor() ([]byte, []int) {
1747         return fileDescriptor_e082a304e8406c6c, []int{20}
1748 }
1749
1750 func (m *NRCGI_ExtIEs) XXX_Unmarshal(b []byte) error {
1751         return xxx_messageInfo_NRCGI_ExtIEs.Unmarshal(m, b)
1752 }
1753 func (m *NRCGI_ExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1754         return xxx_messageInfo_NRCGI_ExtIEs.Marshal(b, m, deterministic)
1755 }
1756 func (m *NRCGI_ExtIEs) XXX_Merge(src proto.Message) {
1757         xxx_messageInfo_NRCGI_ExtIEs.Merge(m, src)
1758 }
1759 func (m *NRCGI_ExtIEs) XXX_Size() int {
1760         return xxx_messageInfo_NRCGI_ExtIEs.Size(m)
1761 }
1762 func (m *NRCGI_ExtIEs) XXX_DiscardUnknown() {
1763         xxx_messageInfo_NRCGI_ExtIEs.DiscardUnknown(m)
1764 }
1765
1766 var xxx_messageInfo_NRCGI_ExtIEs proto.InternalMessageInfo
1767
1768 type ECGI struct {
1769         PLMN_Identity        []byte   `protobuf:"bytes,1,opt,name=pLMN_Identity,json=pLMNIdentity,proto3" json:"pLMN_Identity,omitempty"`
1770         EUTRANcellIdentifier []byte   `protobuf:"bytes,2,opt,name=eUTRANcellIdentifier,proto3" json:"eUTRANcellIdentifier,omitempty"`
1771         XXX_NoUnkeyedLiteral struct{} `json:"-"`
1772         XXX_unrecognized     []byte   `json:"-"`
1773         XXX_sizecache        int32    `json:"-"`
1774 }
1775
1776 func (m *ECGI) Reset()         { *m = ECGI{} }
1777 func (m *ECGI) String() string { return proto.CompactTextString(m) }
1778 func (*ECGI) ProtoMessage()    {}
1779 func (*ECGI) Descriptor() ([]byte, []int) {
1780         return fileDescriptor_e082a304e8406c6c, []int{21}
1781 }
1782
1783 func (m *ECGI) XXX_Unmarshal(b []byte) error {
1784         return xxx_messageInfo_ECGI.Unmarshal(m, b)
1785 }
1786 func (m *ECGI) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1787         return xxx_messageInfo_ECGI.Marshal(b, m, deterministic)
1788 }
1789 func (m *ECGI) XXX_Merge(src proto.Message) {
1790         xxx_messageInfo_ECGI.Merge(m, src)
1791 }
1792 func (m *ECGI) XXX_Size() int {
1793         return xxx_messageInfo_ECGI.Size(m)
1794 }
1795 func (m *ECGI) XXX_DiscardUnknown() {
1796         xxx_messageInfo_ECGI.DiscardUnknown(m)
1797 }
1798
1799 var xxx_messageInfo_ECGI proto.InternalMessageInfo
1800
1801 func (m *ECGI) GetPLMN_Identity() []byte {
1802         if m != nil {
1803                 return m.PLMN_Identity
1804         }
1805         return nil
1806 }
1807
1808 func (m *ECGI) GetEUTRANcellIdentifier() []byte {
1809         if m != nil {
1810                 return m.EUTRANcellIdentifier
1811         }
1812         return nil
1813 }
1814
1815 type E_RAB_List struct {
1816         Items                []*E_RAB_ItemIEs `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
1817         XXX_NoUnkeyedLiteral struct{}         `json:"-"`
1818         XXX_unrecognized     []byte           `json:"-"`
1819         XXX_sizecache        int32            `json:"-"`
1820 }
1821
1822 func (m *E_RAB_List) Reset()         { *m = E_RAB_List{} }
1823 func (m *E_RAB_List) String() string { return proto.CompactTextString(m) }
1824 func (*E_RAB_List) ProtoMessage()    {}
1825 func (*E_RAB_List) Descriptor() ([]byte, []int) {
1826         return fileDescriptor_e082a304e8406c6c, []int{22}
1827 }
1828
1829 func (m *E_RAB_List) XXX_Unmarshal(b []byte) error {
1830         return xxx_messageInfo_E_RAB_List.Unmarshal(m, b)
1831 }
1832 func (m *E_RAB_List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1833         return xxx_messageInfo_E_RAB_List.Marshal(b, m, deterministic)
1834 }
1835 func (m *E_RAB_List) XXX_Merge(src proto.Message) {
1836         xxx_messageInfo_E_RAB_List.Merge(m, src)
1837 }
1838 func (m *E_RAB_List) XXX_Size() int {
1839         return xxx_messageInfo_E_RAB_List.Size(m)
1840 }
1841 func (m *E_RAB_List) XXX_DiscardUnknown() {
1842         xxx_messageInfo_E_RAB_List.DiscardUnknown(m)
1843 }
1844
1845 var xxx_messageInfo_E_RAB_List proto.InternalMessageInfo
1846
1847 func (m *E_RAB_List) GetItems() []*E_RAB_ItemIEs {
1848         if m != nil {
1849                 return m.Items
1850         }
1851         return nil
1852 }
1853
1854 type E_RAB_ItemIEs struct {
1855         Id_E_RAB_Item        *E_RAB_Item `protobuf:"bytes,1,opt,name=id_E_RAB_Item,json=idERABItem,proto3" json:"id_E_RAB_Item,omitempty"`
1856         XXX_NoUnkeyedLiteral struct{}    `json:"-"`
1857         XXX_unrecognized     []byte      `json:"-"`
1858         XXX_sizecache        int32       `json:"-"`
1859 }
1860
1861 func (m *E_RAB_ItemIEs) Reset()         { *m = E_RAB_ItemIEs{} }
1862 func (m *E_RAB_ItemIEs) String() string { return proto.CompactTextString(m) }
1863 func (*E_RAB_ItemIEs) ProtoMessage()    {}
1864 func (*E_RAB_ItemIEs) Descriptor() ([]byte, []int) {
1865         return fileDescriptor_e082a304e8406c6c, []int{23}
1866 }
1867
1868 func (m *E_RAB_ItemIEs) XXX_Unmarshal(b []byte) error {
1869         return xxx_messageInfo_E_RAB_ItemIEs.Unmarshal(m, b)
1870 }
1871 func (m *E_RAB_ItemIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1872         return xxx_messageInfo_E_RAB_ItemIEs.Marshal(b, m, deterministic)
1873 }
1874 func (m *E_RAB_ItemIEs) XXX_Merge(src proto.Message) {
1875         xxx_messageInfo_E_RAB_ItemIEs.Merge(m, src)
1876 }
1877 func (m *E_RAB_ItemIEs) XXX_Size() int {
1878         return xxx_messageInfo_E_RAB_ItemIEs.Size(m)
1879 }
1880 func (m *E_RAB_ItemIEs) XXX_DiscardUnknown() {
1881         xxx_messageInfo_E_RAB_ItemIEs.DiscardUnknown(m)
1882 }
1883
1884 var xxx_messageInfo_E_RAB_ItemIEs proto.InternalMessageInfo
1885
1886 func (m *E_RAB_ItemIEs) GetId_E_RAB_Item() *E_RAB_Item {
1887         if m != nil {
1888                 return m.Id_E_RAB_Item
1889         }
1890         return nil
1891 }
1892
1893 type E_RAB_Item struct {
1894         E_RAB_ID             uint32   `protobuf:"varint,1,opt,name=e_RAB_ID,json=eRABID,proto3" json:"e_RAB_ID,omitempty"`
1895         Cause                *Cause   `protobuf:"bytes,2,opt,name=cause,proto3" json:"cause,omitempty"`
1896         XXX_NoUnkeyedLiteral struct{} `json:"-"`
1897         XXX_unrecognized     []byte   `json:"-"`
1898         XXX_sizecache        int32    `json:"-"`
1899 }
1900
1901 func (m *E_RAB_Item) Reset()         { *m = E_RAB_Item{} }
1902 func (m *E_RAB_Item) String() string { return proto.CompactTextString(m) }
1903 func (*E_RAB_Item) ProtoMessage()    {}
1904 func (*E_RAB_Item) Descriptor() ([]byte, []int) {
1905         return fileDescriptor_e082a304e8406c6c, []int{24}
1906 }
1907
1908 func (m *E_RAB_Item) XXX_Unmarshal(b []byte) error {
1909         return xxx_messageInfo_E_RAB_Item.Unmarshal(m, b)
1910 }
1911 func (m *E_RAB_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1912         return xxx_messageInfo_E_RAB_Item.Marshal(b, m, deterministic)
1913 }
1914 func (m *E_RAB_Item) XXX_Merge(src proto.Message) {
1915         xxx_messageInfo_E_RAB_Item.Merge(m, src)
1916 }
1917 func (m *E_RAB_Item) XXX_Size() int {
1918         return xxx_messageInfo_E_RAB_Item.Size(m)
1919 }
1920 func (m *E_RAB_Item) XXX_DiscardUnknown() {
1921         xxx_messageInfo_E_RAB_Item.DiscardUnknown(m)
1922 }
1923
1924 var xxx_messageInfo_E_RAB_Item proto.InternalMessageInfo
1925
1926 func (m *E_RAB_Item) GetE_RAB_ID() uint32 {
1927         if m != nil {
1928                 return m.E_RAB_ID
1929         }
1930         return 0
1931 }
1932
1933 func (m *E_RAB_Item) GetCause() *Cause {
1934         if m != nil {
1935                 return m.Cause
1936         }
1937         return nil
1938 }
1939
1940 type ERABActivityNotifyItemList struct {
1941         Items                []*ERABActivityNotifyItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
1942         XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
1943         XXX_unrecognized     []byte                    `json:"-"`
1944         XXX_sizecache        int32                     `json:"-"`
1945 }
1946
1947 func (m *ERABActivityNotifyItemList) Reset()         { *m = ERABActivityNotifyItemList{} }
1948 func (m *ERABActivityNotifyItemList) String() string { return proto.CompactTextString(m) }
1949 func (*ERABActivityNotifyItemList) ProtoMessage()    {}
1950 func (*ERABActivityNotifyItemList) Descriptor() ([]byte, []int) {
1951         return fileDescriptor_e082a304e8406c6c, []int{25}
1952 }
1953
1954 func (m *ERABActivityNotifyItemList) XXX_Unmarshal(b []byte) error {
1955         return xxx_messageInfo_ERABActivityNotifyItemList.Unmarshal(m, b)
1956 }
1957 func (m *ERABActivityNotifyItemList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1958         return xxx_messageInfo_ERABActivityNotifyItemList.Marshal(b, m, deterministic)
1959 }
1960 func (m *ERABActivityNotifyItemList) XXX_Merge(src proto.Message) {
1961         xxx_messageInfo_ERABActivityNotifyItemList.Merge(m, src)
1962 }
1963 func (m *ERABActivityNotifyItemList) XXX_Size() int {
1964         return xxx_messageInfo_ERABActivityNotifyItemList.Size(m)
1965 }
1966 func (m *ERABActivityNotifyItemList) XXX_DiscardUnknown() {
1967         xxx_messageInfo_ERABActivityNotifyItemList.DiscardUnknown(m)
1968 }
1969
1970 var xxx_messageInfo_ERABActivityNotifyItemList proto.InternalMessageInfo
1971
1972 func (m *ERABActivityNotifyItemList) GetItems() []*ERABActivityNotifyItem {
1973         if m != nil {
1974                 return m.Items
1975         }
1976         return nil
1977 }
1978
1979 type ERABActivityNotifyItem struct {
1980         E_RAB_ID             uint32                          `protobuf:"varint,1,opt,name=e_RAB_ID,json=eRABID,proto3" json:"e_RAB_ID,omitempty"`
1981         ActivityReport       *UserPlaneTrafficActivityReport `protobuf:"bytes,2,opt,name=activityReport,proto3" json:"activityReport,omitempty"`
1982         IE_Extensions        *ERABActivityNotifyItem_ExtIEs  `protobuf:"bytes,3,opt,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
1983         XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
1984         XXX_unrecognized     []byte                          `json:"-"`
1985         XXX_sizecache        int32                           `json:"-"`
1986 }
1987
1988 func (m *ERABActivityNotifyItem) Reset()         { *m = ERABActivityNotifyItem{} }
1989 func (m *ERABActivityNotifyItem) String() string { return proto.CompactTextString(m) }
1990 func (*ERABActivityNotifyItem) ProtoMessage()    {}
1991 func (*ERABActivityNotifyItem) Descriptor() ([]byte, []int) {
1992         return fileDescriptor_e082a304e8406c6c, []int{26}
1993 }
1994
1995 func (m *ERABActivityNotifyItem) XXX_Unmarshal(b []byte) error {
1996         return xxx_messageInfo_ERABActivityNotifyItem.Unmarshal(m, b)
1997 }
1998 func (m *ERABActivityNotifyItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1999         return xxx_messageInfo_ERABActivityNotifyItem.Marshal(b, m, deterministic)
2000 }
2001 func (m *ERABActivityNotifyItem) XXX_Merge(src proto.Message) {
2002         xxx_messageInfo_ERABActivityNotifyItem.Merge(m, src)
2003 }
2004 func (m *ERABActivityNotifyItem) XXX_Size() int {
2005         return xxx_messageInfo_ERABActivityNotifyItem.Size(m)
2006 }
2007 func (m *ERABActivityNotifyItem) XXX_DiscardUnknown() {
2008         xxx_messageInfo_ERABActivityNotifyItem.DiscardUnknown(m)
2009 }
2010
2011 var xxx_messageInfo_ERABActivityNotifyItem proto.InternalMessageInfo
2012
2013 func (m *ERABActivityNotifyItem) GetE_RAB_ID() uint32 {
2014         if m != nil {
2015                 return m.E_RAB_ID
2016         }
2017         return 0
2018 }
2019
2020 func (m *ERABActivityNotifyItem) GetActivityReport() *UserPlaneTrafficActivityReport {
2021         if m != nil {
2022                 return m.ActivityReport
2023         }
2024         return nil
2025 }
2026
2027 func (m *ERABActivityNotifyItem) GetIE_Extensions() *ERABActivityNotifyItem_ExtIEs {
2028         if m != nil {
2029                 return m.IE_Extensions
2030         }
2031         return nil
2032 }
2033
2034 type ERABActivityNotifyItem_ExtIEs struct {
2035         XXX_NoUnkeyedLiteral struct{} `json:"-"`
2036         XXX_unrecognized     []byte   `json:"-"`
2037         XXX_sizecache        int32    `json:"-"`
2038 }
2039
2040 func (m *ERABActivityNotifyItem_ExtIEs) Reset()         { *m = ERABActivityNotifyItem_ExtIEs{} }
2041 func (m *ERABActivityNotifyItem_ExtIEs) String() string { return proto.CompactTextString(m) }
2042 func (*ERABActivityNotifyItem_ExtIEs) ProtoMessage()    {}
2043 func (*ERABActivityNotifyItem_ExtIEs) Descriptor() ([]byte, []int) {
2044         return fileDescriptor_e082a304e8406c6c, []int{27}
2045 }
2046
2047 func (m *ERABActivityNotifyItem_ExtIEs) XXX_Unmarshal(b []byte) error {
2048         return xxx_messageInfo_ERABActivityNotifyItem_ExtIEs.Unmarshal(m, b)
2049 }
2050 func (m *ERABActivityNotifyItem_ExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2051         return xxx_messageInfo_ERABActivityNotifyItem_ExtIEs.Marshal(b, m, deterministic)
2052 }
2053 func (m *ERABActivityNotifyItem_ExtIEs) XXX_Merge(src proto.Message) {
2054         xxx_messageInfo_ERABActivityNotifyItem_ExtIEs.Merge(m, src)
2055 }
2056 func (m *ERABActivityNotifyItem_ExtIEs) XXX_Size() int {
2057         return xxx_messageInfo_ERABActivityNotifyItem_ExtIEs.Size(m)
2058 }
2059 func (m *ERABActivityNotifyItem_ExtIEs) XXX_DiscardUnknown() {
2060         xxx_messageInfo_ERABActivityNotifyItem_ExtIEs.DiscardUnknown(m)
2061 }
2062
2063 var xxx_messageInfo_ERABActivityNotifyItem_ExtIEs proto.InternalMessageInfo
2064
2065 type UserPlaneTrafficActivityReport struct {
2066         Value                UserPlaneTrafficActivityReport_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.UserPlaneTrafficActivityReport_Value" json:"value,omitempty"`
2067         XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
2068         XXX_unrecognized     []byte                               `json:"-"`
2069         XXX_sizecache        int32                                `json:"-"`
2070 }
2071
2072 func (m *UserPlaneTrafficActivityReport) Reset()         { *m = UserPlaneTrafficActivityReport{} }
2073 func (m *UserPlaneTrafficActivityReport) String() string { return proto.CompactTextString(m) }
2074 func (*UserPlaneTrafficActivityReport) ProtoMessage()    {}
2075 func (*UserPlaneTrafficActivityReport) Descriptor() ([]byte, []int) {
2076         return fileDescriptor_e082a304e8406c6c, []int{28}
2077 }
2078
2079 func (m *UserPlaneTrafficActivityReport) XXX_Unmarshal(b []byte) error {
2080         return xxx_messageInfo_UserPlaneTrafficActivityReport.Unmarshal(m, b)
2081 }
2082 func (m *UserPlaneTrafficActivityReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2083         return xxx_messageInfo_UserPlaneTrafficActivityReport.Marshal(b, m, deterministic)
2084 }
2085 func (m *UserPlaneTrafficActivityReport) XXX_Merge(src proto.Message) {
2086         xxx_messageInfo_UserPlaneTrafficActivityReport.Merge(m, src)
2087 }
2088 func (m *UserPlaneTrafficActivityReport) XXX_Size() int {
2089         return xxx_messageInfo_UserPlaneTrafficActivityReport.Size(m)
2090 }
2091 func (m *UserPlaneTrafficActivityReport) XXX_DiscardUnknown() {
2092         xxx_messageInfo_UserPlaneTrafficActivityReport.DiscardUnknown(m)
2093 }
2094
2095 var xxx_messageInfo_UserPlaneTrafficActivityReport proto.InternalMessageInfo
2096
2097 func (m *UserPlaneTrafficActivityReport) GetValue() UserPlaneTrafficActivityReport_Value {
2098         if m != nil {
2099                 return m.Value
2100         }
2101         return UserPlaneTrafficActivityReport_protobuf_unspecified
2102 }
2103
2104 type GNBOverloadInformation struct {
2105         Value                GNBOverloadInformation_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.GNBOverloadInformation_Value" json:"value,omitempty"`
2106         XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
2107         XXX_unrecognized     []byte                       `json:"-"`
2108         XXX_sizecache        int32                        `json:"-"`
2109 }
2110
2111 func (m *GNBOverloadInformation) Reset()         { *m = GNBOverloadInformation{} }
2112 func (m *GNBOverloadInformation) String() string { return proto.CompactTextString(m) }
2113 func (*GNBOverloadInformation) ProtoMessage()    {}
2114 func (*GNBOverloadInformation) Descriptor() ([]byte, []int) {
2115         return fileDescriptor_e082a304e8406c6c, []int{29}
2116 }
2117
2118 func (m *GNBOverloadInformation) XXX_Unmarshal(b []byte) error {
2119         return xxx_messageInfo_GNBOverloadInformation.Unmarshal(m, b)
2120 }
2121 func (m *GNBOverloadInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2122         return xxx_messageInfo_GNBOverloadInformation.Marshal(b, m, deterministic)
2123 }
2124 func (m *GNBOverloadInformation) XXX_Merge(src proto.Message) {
2125         xxx_messageInfo_GNBOverloadInformation.Merge(m, src)
2126 }
2127 func (m *GNBOverloadInformation) XXX_Size() int {
2128         return xxx_messageInfo_GNBOverloadInformation.Size(m)
2129 }
2130 func (m *GNBOverloadInformation) XXX_DiscardUnknown() {
2131         xxx_messageInfo_GNBOverloadInformation.DiscardUnknown(m)
2132 }
2133
2134 var xxx_messageInfo_GNBOverloadInformation proto.InternalMessageInfo
2135
2136 func (m *GNBOverloadInformation) GetValue() GNBOverloadInformation_Value {
2137         if m != nil {
2138                 return m.Value
2139         }
2140         return GNBOverloadInformation_protobuf_unspecified
2141 }
2142
2143 type CriticalityDiagnostics struct {
2144         ProcedureCode             *wrappers.UInt32Value            `protobuf:"bytes,1,opt,name=procedureCode,proto3" json:"procedureCode,omitempty"`
2145         TriggeringMessage         *TriggeringMessage               `protobuf:"bytes,2,opt,name=triggeringMessage,proto3" json:"triggeringMessage,omitempty"`
2146         ProcedureCriticality      *Criticality                     `protobuf:"bytes,3,opt,name=procedureCriticality,proto3" json:"procedureCriticality,omitempty"`
2147         IEsCriticalityDiagnostics *CriticalityDiagnostics_IE_List  `protobuf:"bytes,4,opt,name=iEsCriticalityDiagnostics,proto3" json:"iEsCriticalityDiagnostics,omitempty"`
2148         IE_Extensions             []*CriticalityDiagnostics_ExtIEs `protobuf:"bytes,5,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
2149         XXX_NoUnkeyedLiteral      struct{}                         `json:"-"`
2150         XXX_unrecognized          []byte                           `json:"-"`
2151         XXX_sizecache             int32                            `json:"-"`
2152 }
2153
2154 func (m *CriticalityDiagnostics) Reset()         { *m = CriticalityDiagnostics{} }
2155 func (m *CriticalityDiagnostics) String() string { return proto.CompactTextString(m) }
2156 func (*CriticalityDiagnostics) ProtoMessage()    {}
2157 func (*CriticalityDiagnostics) Descriptor() ([]byte, []int) {
2158         return fileDescriptor_e082a304e8406c6c, []int{30}
2159 }
2160
2161 func (m *CriticalityDiagnostics) XXX_Unmarshal(b []byte) error {
2162         return xxx_messageInfo_CriticalityDiagnostics.Unmarshal(m, b)
2163 }
2164 func (m *CriticalityDiagnostics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2165         return xxx_messageInfo_CriticalityDiagnostics.Marshal(b, m, deterministic)
2166 }
2167 func (m *CriticalityDiagnostics) XXX_Merge(src proto.Message) {
2168         xxx_messageInfo_CriticalityDiagnostics.Merge(m, src)
2169 }
2170 func (m *CriticalityDiagnostics) XXX_Size() int {
2171         return xxx_messageInfo_CriticalityDiagnostics.Size(m)
2172 }
2173 func (m *CriticalityDiagnostics) XXX_DiscardUnknown() {
2174         xxx_messageInfo_CriticalityDiagnostics.DiscardUnknown(m)
2175 }
2176
2177 var xxx_messageInfo_CriticalityDiagnostics proto.InternalMessageInfo
2178
2179 func (m *CriticalityDiagnostics) GetProcedureCode() *wrappers.UInt32Value {
2180         if m != nil {
2181                 return m.ProcedureCode
2182         }
2183         return nil
2184 }
2185
2186 func (m *CriticalityDiagnostics) GetTriggeringMessage() *TriggeringMessage {
2187         if m != nil {
2188                 return m.TriggeringMessage
2189         }
2190         return nil
2191 }
2192
2193 func (m *CriticalityDiagnostics) GetProcedureCriticality() *Criticality {
2194         if m != nil {
2195                 return m.ProcedureCriticality
2196         }
2197         return nil
2198 }
2199
2200 func (m *CriticalityDiagnostics) GetIEsCriticalityDiagnostics() *CriticalityDiagnostics_IE_List {
2201         if m != nil {
2202                 return m.IEsCriticalityDiagnostics
2203         }
2204         return nil
2205 }
2206
2207 func (m *CriticalityDiagnostics) GetIE_Extensions() []*CriticalityDiagnostics_ExtIEs {
2208         if m != nil {
2209                 return m.IE_Extensions
2210         }
2211         return nil
2212 }
2213
2214 type TriggeringMessage struct {
2215         Value                TriggeringMessage_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.TriggeringMessage_Value" json:"value,omitempty"`
2216         XXX_NoUnkeyedLiteral struct{}                `json:"-"`
2217         XXX_unrecognized     []byte                  `json:"-"`
2218         XXX_sizecache        int32                   `json:"-"`
2219 }
2220
2221 func (m *TriggeringMessage) Reset()         { *m = TriggeringMessage{} }
2222 func (m *TriggeringMessage) String() string { return proto.CompactTextString(m) }
2223 func (*TriggeringMessage) ProtoMessage()    {}
2224 func (*TriggeringMessage) Descriptor() ([]byte, []int) {
2225         return fileDescriptor_e082a304e8406c6c, []int{31}
2226 }
2227
2228 func (m *TriggeringMessage) XXX_Unmarshal(b []byte) error {
2229         return xxx_messageInfo_TriggeringMessage.Unmarshal(m, b)
2230 }
2231 func (m *TriggeringMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2232         return xxx_messageInfo_TriggeringMessage.Marshal(b, m, deterministic)
2233 }
2234 func (m *TriggeringMessage) XXX_Merge(src proto.Message) {
2235         xxx_messageInfo_TriggeringMessage.Merge(m, src)
2236 }
2237 func (m *TriggeringMessage) XXX_Size() int {
2238         return xxx_messageInfo_TriggeringMessage.Size(m)
2239 }
2240 func (m *TriggeringMessage) XXX_DiscardUnknown() {
2241         xxx_messageInfo_TriggeringMessage.DiscardUnknown(m)
2242 }
2243
2244 var xxx_messageInfo_TriggeringMessage proto.InternalMessageInfo
2245
2246 func (m *TriggeringMessage) GetValue() TriggeringMessage_Value {
2247         if m != nil {
2248                 return m.Value
2249         }
2250         return TriggeringMessage_protobuf_unspecified
2251 }
2252
2253 type Criticality struct {
2254         Value                Criticality_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.Criticality_Value" json:"value,omitempty"`
2255         XXX_NoUnkeyedLiteral struct{}          `json:"-"`
2256         XXX_unrecognized     []byte            `json:"-"`
2257         XXX_sizecache        int32             `json:"-"`
2258 }
2259
2260 func (m *Criticality) Reset()         { *m = Criticality{} }
2261 func (m *Criticality) String() string { return proto.CompactTextString(m) }
2262 func (*Criticality) ProtoMessage()    {}
2263 func (*Criticality) Descriptor() ([]byte, []int) {
2264         return fileDescriptor_e082a304e8406c6c, []int{32}
2265 }
2266
2267 func (m *Criticality) XXX_Unmarshal(b []byte) error {
2268         return xxx_messageInfo_Criticality.Unmarshal(m, b)
2269 }
2270 func (m *Criticality) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2271         return xxx_messageInfo_Criticality.Marshal(b, m, deterministic)
2272 }
2273 func (m *Criticality) XXX_Merge(src proto.Message) {
2274         xxx_messageInfo_Criticality.Merge(m, src)
2275 }
2276 func (m *Criticality) XXX_Size() int {
2277         return xxx_messageInfo_Criticality.Size(m)
2278 }
2279 func (m *Criticality) XXX_DiscardUnknown() {
2280         xxx_messageInfo_Criticality.DiscardUnknown(m)
2281 }
2282
2283 var xxx_messageInfo_Criticality proto.InternalMessageInfo
2284
2285 func (m *Criticality) GetValue() Criticality_Value {
2286         if m != nil {
2287                 return m.Value
2288         }
2289         return Criticality_protobuf_unspecified
2290 }
2291
2292 type CriticalityDiagnostics_IE_List struct {
2293         Items                []*CriticalityDiagnostics_IE_List_Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
2294         XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
2295         XXX_unrecognized     []byte                                 `json:"-"`
2296         XXX_sizecache        int32                                  `json:"-"`
2297 }
2298
2299 func (m *CriticalityDiagnostics_IE_List) Reset()         { *m = CriticalityDiagnostics_IE_List{} }
2300 func (m *CriticalityDiagnostics_IE_List) String() string { return proto.CompactTextString(m) }
2301 func (*CriticalityDiagnostics_IE_List) ProtoMessage()    {}
2302 func (*CriticalityDiagnostics_IE_List) Descriptor() ([]byte, []int) {
2303         return fileDescriptor_e082a304e8406c6c, []int{33}
2304 }
2305
2306 func (m *CriticalityDiagnostics_IE_List) XXX_Unmarshal(b []byte) error {
2307         return xxx_messageInfo_CriticalityDiagnostics_IE_List.Unmarshal(m, b)
2308 }
2309 func (m *CriticalityDiagnostics_IE_List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2310         return xxx_messageInfo_CriticalityDiagnostics_IE_List.Marshal(b, m, deterministic)
2311 }
2312 func (m *CriticalityDiagnostics_IE_List) XXX_Merge(src proto.Message) {
2313         xxx_messageInfo_CriticalityDiagnostics_IE_List.Merge(m, src)
2314 }
2315 func (m *CriticalityDiagnostics_IE_List) XXX_Size() int {
2316         return xxx_messageInfo_CriticalityDiagnostics_IE_List.Size(m)
2317 }
2318 func (m *CriticalityDiagnostics_IE_List) XXX_DiscardUnknown() {
2319         xxx_messageInfo_CriticalityDiagnostics_IE_List.DiscardUnknown(m)
2320 }
2321
2322 var xxx_messageInfo_CriticalityDiagnostics_IE_List proto.InternalMessageInfo
2323
2324 func (m *CriticalityDiagnostics_IE_List) GetItems() []*CriticalityDiagnostics_IE_List_Item {
2325         if m != nil {
2326                 return m.Items
2327         }
2328         return nil
2329 }
2330
2331 type CriticalityDiagnostics_IE_List_Item struct {
2332         IECriticality        *Criticality `protobuf:"bytes,1,opt,name=iECriticality,proto3" json:"iECriticality,omitempty"`
2333         IE_ID                uint32       `protobuf:"varint,2,opt,name=iE_ID,json=iEID,proto3" json:"iE_ID,omitempty"`
2334         TypeOfError          *TypeOfError `protobuf:"bytes,3,opt,name=typeOfError,proto3" json:"typeOfError,omitempty"`
2335         XXX_NoUnkeyedLiteral struct{}     `json:"-"`
2336         XXX_unrecognized     []byte       `json:"-"`
2337         XXX_sizecache        int32        `json:"-"`
2338 }
2339
2340 func (m *CriticalityDiagnostics_IE_List_Item) Reset()         { *m = CriticalityDiagnostics_IE_List_Item{} }
2341 func (m *CriticalityDiagnostics_IE_List_Item) String() string { return proto.CompactTextString(m) }
2342 func (*CriticalityDiagnostics_IE_List_Item) ProtoMessage()    {}
2343 func (*CriticalityDiagnostics_IE_List_Item) Descriptor() ([]byte, []int) {
2344         return fileDescriptor_e082a304e8406c6c, []int{34}
2345 }
2346
2347 func (m *CriticalityDiagnostics_IE_List_Item) XXX_Unmarshal(b []byte) error {
2348         return xxx_messageInfo_CriticalityDiagnostics_IE_List_Item.Unmarshal(m, b)
2349 }
2350 func (m *CriticalityDiagnostics_IE_List_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2351         return xxx_messageInfo_CriticalityDiagnostics_IE_List_Item.Marshal(b, m, deterministic)
2352 }
2353 func (m *CriticalityDiagnostics_IE_List_Item) XXX_Merge(src proto.Message) {
2354         xxx_messageInfo_CriticalityDiagnostics_IE_List_Item.Merge(m, src)
2355 }
2356 func (m *CriticalityDiagnostics_IE_List_Item) XXX_Size() int {
2357         return xxx_messageInfo_CriticalityDiagnostics_IE_List_Item.Size(m)
2358 }
2359 func (m *CriticalityDiagnostics_IE_List_Item) XXX_DiscardUnknown() {
2360         xxx_messageInfo_CriticalityDiagnostics_IE_List_Item.DiscardUnknown(m)
2361 }
2362
2363 var xxx_messageInfo_CriticalityDiagnostics_IE_List_Item proto.InternalMessageInfo
2364
2365 func (m *CriticalityDiagnostics_IE_List_Item) GetIECriticality() *Criticality {
2366         if m != nil {
2367                 return m.IECriticality
2368         }
2369         return nil
2370 }
2371
2372 func (m *CriticalityDiagnostics_IE_List_Item) GetIE_ID() uint32 {
2373         if m != nil {
2374                 return m.IE_ID
2375         }
2376         return 0
2377 }
2378
2379 func (m *CriticalityDiagnostics_IE_List_Item) GetTypeOfError() *TypeOfError {
2380         if m != nil {
2381                 return m.TypeOfError
2382         }
2383         return nil
2384 }
2385
2386 type TypeOfError struct {
2387         Value                TypeOfError_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.TypeOfError_Value" json:"value,omitempty"`
2388         XXX_NoUnkeyedLiteral struct{}          `json:"-"`
2389         XXX_unrecognized     []byte            `json:"-"`
2390         XXX_sizecache        int32             `json:"-"`
2391 }
2392
2393 func (m *TypeOfError) Reset()         { *m = TypeOfError{} }
2394 func (m *TypeOfError) String() string { return proto.CompactTextString(m) }
2395 func (*TypeOfError) ProtoMessage()    {}
2396 func (*TypeOfError) Descriptor() ([]byte, []int) {
2397         return fileDescriptor_e082a304e8406c6c, []int{35}
2398 }
2399
2400 func (m *TypeOfError) XXX_Unmarshal(b []byte) error {
2401         return xxx_messageInfo_TypeOfError.Unmarshal(m, b)
2402 }
2403 func (m *TypeOfError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2404         return xxx_messageInfo_TypeOfError.Marshal(b, m, deterministic)
2405 }
2406 func (m *TypeOfError) XXX_Merge(src proto.Message) {
2407         xxx_messageInfo_TypeOfError.Merge(m, src)
2408 }
2409 func (m *TypeOfError) XXX_Size() int {
2410         return xxx_messageInfo_TypeOfError.Size(m)
2411 }
2412 func (m *TypeOfError) XXX_DiscardUnknown() {
2413         xxx_messageInfo_TypeOfError.DiscardUnknown(m)
2414 }
2415
2416 var xxx_messageInfo_TypeOfError proto.InternalMessageInfo
2417
2418 func (m *TypeOfError) GetValue() TypeOfError_Value {
2419         if m != nil {
2420                 return m.Value
2421         }
2422         return TypeOfError_protobuf_unspecified
2423 }
2424
2425 type CriticalityDiagnostics_ExtIEs struct {
2426         XXX_NoUnkeyedLiteral struct{} `json:"-"`
2427         XXX_unrecognized     []byte   `json:"-"`
2428         XXX_sizecache        int32    `json:"-"`
2429 }
2430
2431 func (m *CriticalityDiagnostics_ExtIEs) Reset()         { *m = CriticalityDiagnostics_ExtIEs{} }
2432 func (m *CriticalityDiagnostics_ExtIEs) String() string { return proto.CompactTextString(m) }
2433 func (*CriticalityDiagnostics_ExtIEs) ProtoMessage()    {}
2434 func (*CriticalityDiagnostics_ExtIEs) Descriptor() ([]byte, []int) {
2435         return fileDescriptor_e082a304e8406c6c, []int{36}
2436 }
2437
2438 func (m *CriticalityDiagnostics_ExtIEs) XXX_Unmarshal(b []byte) error {
2439         return xxx_messageInfo_CriticalityDiagnostics_ExtIEs.Unmarshal(m, b)
2440 }
2441 func (m *CriticalityDiagnostics_ExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2442         return xxx_messageInfo_CriticalityDiagnostics_ExtIEs.Marshal(b, m, deterministic)
2443 }
2444 func (m *CriticalityDiagnostics_ExtIEs) XXX_Merge(src proto.Message) {
2445         xxx_messageInfo_CriticalityDiagnostics_ExtIEs.Merge(m, src)
2446 }
2447 func (m *CriticalityDiagnostics_ExtIEs) XXX_Size() int {
2448         return xxx_messageInfo_CriticalityDiagnostics_ExtIEs.Size(m)
2449 }
2450 func (m *CriticalityDiagnostics_ExtIEs) XXX_DiscardUnknown() {
2451         xxx_messageInfo_CriticalityDiagnostics_ExtIEs.DiscardUnknown(m)
2452 }
2453
2454 var xxx_messageInfo_CriticalityDiagnostics_ExtIEs proto.InternalMessageInfo
2455
2456 type SgNBResourceCoordinationInformation struct {
2457         NR_CGI                    *NRCGI                                       `protobuf:"bytes,1,opt,name=nR_CGI,json=nRCGI,proto3" json:"nR_CGI,omitempty"`
2458         ULCoordinationInformation []byte                                       `protobuf:"bytes,2,opt,name=uLCoordinationInformation,proto3" json:"uLCoordinationInformation,omitempty"`
2459         DLCoordinationInformation *wrappers.BytesValue                         `protobuf:"bytes,3,opt,name=dLCoordinationInformation,proto3" json:"dLCoordinationInformation,omitempty"`
2460         IE_Extensions             []*SgNBResourceCoordinationInformationExtIEs `protobuf:"bytes,4,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
2461         XXX_NoUnkeyedLiteral      struct{}                                     `json:"-"`
2462         XXX_unrecognized          []byte                                       `json:"-"`
2463         XXX_sizecache             int32                                        `json:"-"`
2464 }
2465
2466 func (m *SgNBResourceCoordinationInformation) Reset()         { *m = SgNBResourceCoordinationInformation{} }
2467 func (m *SgNBResourceCoordinationInformation) String() string { return proto.CompactTextString(m) }
2468 func (*SgNBResourceCoordinationInformation) ProtoMessage()    {}
2469 func (*SgNBResourceCoordinationInformation) Descriptor() ([]byte, []int) {
2470         return fileDescriptor_e082a304e8406c6c, []int{37}
2471 }
2472
2473 func (m *SgNBResourceCoordinationInformation) XXX_Unmarshal(b []byte) error {
2474         return xxx_messageInfo_SgNBResourceCoordinationInformation.Unmarshal(m, b)
2475 }
2476 func (m *SgNBResourceCoordinationInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2477         return xxx_messageInfo_SgNBResourceCoordinationInformation.Marshal(b, m, deterministic)
2478 }
2479 func (m *SgNBResourceCoordinationInformation) XXX_Merge(src proto.Message) {
2480         xxx_messageInfo_SgNBResourceCoordinationInformation.Merge(m, src)
2481 }
2482 func (m *SgNBResourceCoordinationInformation) XXX_Size() int {
2483         return xxx_messageInfo_SgNBResourceCoordinationInformation.Size(m)
2484 }
2485 func (m *SgNBResourceCoordinationInformation) XXX_DiscardUnknown() {
2486         xxx_messageInfo_SgNBResourceCoordinationInformation.DiscardUnknown(m)
2487 }
2488
2489 var xxx_messageInfo_SgNBResourceCoordinationInformation proto.InternalMessageInfo
2490
2491 func (m *SgNBResourceCoordinationInformation) GetNR_CGI() *NRCGI {
2492         if m != nil {
2493                 return m.NR_CGI
2494         }
2495         return nil
2496 }
2497
2498 func (m *SgNBResourceCoordinationInformation) GetULCoordinationInformation() []byte {
2499         if m != nil {
2500                 return m.ULCoordinationInformation
2501         }
2502         return nil
2503 }
2504
2505 func (m *SgNBResourceCoordinationInformation) GetDLCoordinationInformation() *wrappers.BytesValue {
2506         if m != nil {
2507                 return m.DLCoordinationInformation
2508         }
2509         return nil
2510 }
2511
2512 func (m *SgNBResourceCoordinationInformation) GetIE_Extensions() []*SgNBResourceCoordinationInformationExtIEs {
2513         if m != nil {
2514                 return m.IE_Extensions
2515         }
2516         return nil
2517 }
2518
2519 type SgNBResourceCoordinationInformationExtIEs struct {
2520         Id_ECGI                                  *ECGI                                  `protobuf:"bytes,1,opt,name=id_ECGI,json=idECGI,proto3" json:"id_ECGI,omitempty"`
2521         Id_SgNBCoordinationAssistanceInformation *SgNBCoordinationAssistanceInformation `protobuf:"bytes,2,opt,name=id_SgNBCoordinationAssistanceInformation,json=idSgNBCoordinationAssistanceInformation,proto3" json:"id_SgNBCoordinationAssistanceInformation,omitempty"`
2522         XXX_NoUnkeyedLiteral                     struct{}                               `json:"-"`
2523         XXX_unrecognized                         []byte                                 `json:"-"`
2524         XXX_sizecache                            int32                                  `json:"-"`
2525 }
2526
2527 func (m *SgNBResourceCoordinationInformationExtIEs) Reset() {
2528         *m = SgNBResourceCoordinationInformationExtIEs{}
2529 }
2530 func (m *SgNBResourceCoordinationInformationExtIEs) String() string { return proto.CompactTextString(m) }
2531 func (*SgNBResourceCoordinationInformationExtIEs) ProtoMessage()    {}
2532 func (*SgNBResourceCoordinationInformationExtIEs) Descriptor() ([]byte, []int) {
2533         return fileDescriptor_e082a304e8406c6c, []int{38}
2534 }
2535
2536 func (m *SgNBResourceCoordinationInformationExtIEs) XXX_Unmarshal(b []byte) error {
2537         return xxx_messageInfo_SgNBResourceCoordinationInformationExtIEs.Unmarshal(m, b)
2538 }
2539 func (m *SgNBResourceCoordinationInformationExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2540         return xxx_messageInfo_SgNBResourceCoordinationInformationExtIEs.Marshal(b, m, deterministic)
2541 }
2542 func (m *SgNBResourceCoordinationInformationExtIEs) XXX_Merge(src proto.Message) {
2543         xxx_messageInfo_SgNBResourceCoordinationInformationExtIEs.Merge(m, src)
2544 }
2545 func (m *SgNBResourceCoordinationInformationExtIEs) XXX_Size() int {
2546         return xxx_messageInfo_SgNBResourceCoordinationInformationExtIEs.Size(m)
2547 }
2548 func (m *SgNBResourceCoordinationInformationExtIEs) XXX_DiscardUnknown() {
2549         xxx_messageInfo_SgNBResourceCoordinationInformationExtIEs.DiscardUnknown(m)
2550 }
2551
2552 var xxx_messageInfo_SgNBResourceCoordinationInformationExtIEs proto.InternalMessageInfo
2553
2554 func (m *SgNBResourceCoordinationInformationExtIEs) GetId_ECGI() *ECGI {
2555         if m != nil {
2556                 return m.Id_ECGI
2557         }
2558         return nil
2559 }
2560
2561 func (m *SgNBResourceCoordinationInformationExtIEs) GetId_SgNBCoordinationAssistanceInformation() *SgNBCoordinationAssistanceInformation {
2562         if m != nil {
2563                 return m.Id_SgNBCoordinationAssistanceInformation
2564         }
2565         return nil
2566 }
2567
2568 type SgNBCoordinationAssistanceInformation struct {
2569         Value                SgNBCoordinationAssistanceInformation_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.SgNBCoordinationAssistanceInformation_Value" json:"value,omitempty"`
2570         XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
2571         XXX_unrecognized     []byte                                      `json:"-"`
2572         XXX_sizecache        int32                                       `json:"-"`
2573 }
2574
2575 func (m *SgNBCoordinationAssistanceInformation) Reset()         { *m = SgNBCoordinationAssistanceInformation{} }
2576 func (m *SgNBCoordinationAssistanceInformation) String() string { return proto.CompactTextString(m) }
2577 func (*SgNBCoordinationAssistanceInformation) ProtoMessage()    {}
2578 func (*SgNBCoordinationAssistanceInformation) Descriptor() ([]byte, []int) {
2579         return fileDescriptor_e082a304e8406c6c, []int{39}
2580 }
2581
2582 func (m *SgNBCoordinationAssistanceInformation) XXX_Unmarshal(b []byte) error {
2583         return xxx_messageInfo_SgNBCoordinationAssistanceInformation.Unmarshal(m, b)
2584 }
2585 func (m *SgNBCoordinationAssistanceInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2586         return xxx_messageInfo_SgNBCoordinationAssistanceInformation.Marshal(b, m, deterministic)
2587 }
2588 func (m *SgNBCoordinationAssistanceInformation) XXX_Merge(src proto.Message) {
2589         xxx_messageInfo_SgNBCoordinationAssistanceInformation.Merge(m, src)
2590 }
2591 func (m *SgNBCoordinationAssistanceInformation) XXX_Size() int {
2592         return xxx_messageInfo_SgNBCoordinationAssistanceInformation.Size(m)
2593 }
2594 func (m *SgNBCoordinationAssistanceInformation) XXX_DiscardUnknown() {
2595         xxx_messageInfo_SgNBCoordinationAssistanceInformation.DiscardUnknown(m)
2596 }
2597
2598 var xxx_messageInfo_SgNBCoordinationAssistanceInformation proto.InternalMessageInfo
2599
2600 func (m *SgNBCoordinationAssistanceInformation) GetValue() SgNBCoordinationAssistanceInformation_Value {
2601         if m != nil {
2602                 return m.Value
2603         }
2604         return SgNBCoordinationAssistanceInformation_protobuf_unspecified
2605 }
2606
2607 type RRC_Config_Ind struct {
2608         Value                RRC_Config_Ind_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.RRC_Config_Ind_Value" json:"value,omitempty"`
2609         XXX_NoUnkeyedLiteral struct{}             `json:"-"`
2610         XXX_unrecognized     []byte               `json:"-"`
2611         XXX_sizecache        int32                `json:"-"`
2612 }
2613
2614 func (m *RRC_Config_Ind) Reset()         { *m = RRC_Config_Ind{} }
2615 func (m *RRC_Config_Ind) String() string { return proto.CompactTextString(m) }
2616 func (*RRC_Config_Ind) ProtoMessage()    {}
2617 func (*RRC_Config_Ind) Descriptor() ([]byte, []int) {
2618         return fileDescriptor_e082a304e8406c6c, []int{40}
2619 }
2620
2621 func (m *RRC_Config_Ind) XXX_Unmarshal(b []byte) error {
2622         return xxx_messageInfo_RRC_Config_Ind.Unmarshal(m, b)
2623 }
2624 func (m *RRC_Config_Ind) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2625         return xxx_messageInfo_RRC_Config_Ind.Marshal(b, m, deterministic)
2626 }
2627 func (m *RRC_Config_Ind) XXX_Merge(src proto.Message) {
2628         xxx_messageInfo_RRC_Config_Ind.Merge(m, src)
2629 }
2630 func (m *RRC_Config_Ind) XXX_Size() int {
2631         return xxx_messageInfo_RRC_Config_Ind.Size(m)
2632 }
2633 func (m *RRC_Config_Ind) XXX_DiscardUnknown() {
2634         xxx_messageInfo_RRC_Config_Ind.DiscardUnknown(m)
2635 }
2636
2637 var xxx_messageInfo_RRC_Config_Ind proto.InternalMessageInfo
2638
2639 func (m *RRC_Config_Ind) GetValue() RRC_Config_Ind_Value {
2640         if m != nil {
2641                 return m.Value
2642         }
2643         return RRC_Config_Ind_protobuf_unspecified
2644 }
2645
2646 type HandoverRestrictionList struct {
2647         ServingPLMN          []byte                            `protobuf:"bytes,1,opt,name=servingPLMN,proto3" json:"servingPLMN,omitempty"`
2648         EquivalentPLMNs      *EPLMNs                           `protobuf:"bytes,2,opt,name=equivalentPLMNs,proto3" json:"equivalentPLMNs,omitempty"`
2649         ForbiddenTAs         *ForbiddenTAs                     `protobuf:"bytes,3,opt,name=forbiddenTAs,proto3" json:"forbiddenTAs,omitempty"`
2650         ForbiddenLAs         *ForbiddenLAs                     `protobuf:"bytes,4,opt,name=forbiddenLAs,proto3" json:"forbiddenLAs,omitempty"`
2651         ForbiddenInterRATs   *ForbiddenInterRATs               `protobuf:"bytes,5,opt,name=forbiddenInterRATs,proto3" json:"forbiddenInterRATs,omitempty"`
2652         IE_Extensions        []*HandoverRestrictionList_ExtIEs `protobuf:"bytes,6,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
2653         XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
2654         XXX_unrecognized     []byte                            `json:"-"`
2655         XXX_sizecache        int32                             `json:"-"`
2656 }
2657
2658 func (m *HandoverRestrictionList) Reset()         { *m = HandoverRestrictionList{} }
2659 func (m *HandoverRestrictionList) String() string { return proto.CompactTextString(m) }
2660 func (*HandoverRestrictionList) ProtoMessage()    {}
2661 func (*HandoverRestrictionList) Descriptor() ([]byte, []int) {
2662         return fileDescriptor_e082a304e8406c6c, []int{41}
2663 }
2664
2665 func (m *HandoverRestrictionList) XXX_Unmarshal(b []byte) error {
2666         return xxx_messageInfo_HandoverRestrictionList.Unmarshal(m, b)
2667 }
2668 func (m *HandoverRestrictionList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2669         return xxx_messageInfo_HandoverRestrictionList.Marshal(b, m, deterministic)
2670 }
2671 func (m *HandoverRestrictionList) XXX_Merge(src proto.Message) {
2672         xxx_messageInfo_HandoverRestrictionList.Merge(m, src)
2673 }
2674 func (m *HandoverRestrictionList) XXX_Size() int {
2675         return xxx_messageInfo_HandoverRestrictionList.Size(m)
2676 }
2677 func (m *HandoverRestrictionList) XXX_DiscardUnknown() {
2678         xxx_messageInfo_HandoverRestrictionList.DiscardUnknown(m)
2679 }
2680
2681 var xxx_messageInfo_HandoverRestrictionList proto.InternalMessageInfo
2682
2683 func (m *HandoverRestrictionList) GetServingPLMN() []byte {
2684         if m != nil {
2685                 return m.ServingPLMN
2686         }
2687         return nil
2688 }
2689
2690 func (m *HandoverRestrictionList) GetEquivalentPLMNs() *EPLMNs {
2691         if m != nil {
2692                 return m.EquivalentPLMNs
2693         }
2694         return nil
2695 }
2696
2697 func (m *HandoverRestrictionList) GetForbiddenTAs() *ForbiddenTAs {
2698         if m != nil {
2699                 return m.ForbiddenTAs
2700         }
2701         return nil
2702 }
2703
2704 func (m *HandoverRestrictionList) GetForbiddenLAs() *ForbiddenLAs {
2705         if m != nil {
2706                 return m.ForbiddenLAs
2707         }
2708         return nil
2709 }
2710
2711 func (m *HandoverRestrictionList) GetForbiddenInterRATs() *ForbiddenInterRATs {
2712         if m != nil {
2713                 return m.ForbiddenInterRATs
2714         }
2715         return nil
2716 }
2717
2718 func (m *HandoverRestrictionList) GetIE_Extensions() []*HandoverRestrictionList_ExtIEs {
2719         if m != nil {
2720                 return m.IE_Extensions
2721         }
2722         return nil
2723 }
2724
2725 type EPLMNs struct {
2726         Items                [][]byte `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
2727         XXX_NoUnkeyedLiteral struct{} `json:"-"`
2728         XXX_unrecognized     []byte   `json:"-"`
2729         XXX_sizecache        int32    `json:"-"`
2730 }
2731
2732 func (m *EPLMNs) Reset()         { *m = EPLMNs{} }
2733 func (m *EPLMNs) String() string { return proto.CompactTextString(m) }
2734 func (*EPLMNs) ProtoMessage()    {}
2735 func (*EPLMNs) Descriptor() ([]byte, []int) {
2736         return fileDescriptor_e082a304e8406c6c, []int{42}
2737 }
2738
2739 func (m *EPLMNs) XXX_Unmarshal(b []byte) error {
2740         return xxx_messageInfo_EPLMNs.Unmarshal(m, b)
2741 }
2742 func (m *EPLMNs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2743         return xxx_messageInfo_EPLMNs.Marshal(b, m, deterministic)
2744 }
2745 func (m *EPLMNs) XXX_Merge(src proto.Message) {
2746         xxx_messageInfo_EPLMNs.Merge(m, src)
2747 }
2748 func (m *EPLMNs) XXX_Size() int {
2749         return xxx_messageInfo_EPLMNs.Size(m)
2750 }
2751 func (m *EPLMNs) XXX_DiscardUnknown() {
2752         xxx_messageInfo_EPLMNs.DiscardUnknown(m)
2753 }
2754
2755 var xxx_messageInfo_EPLMNs proto.InternalMessageInfo
2756
2757 func (m *EPLMNs) GetItems() [][]byte {
2758         if m != nil {
2759                 return m.Items
2760         }
2761         return nil
2762 }
2763
2764 type ForbiddenTAs struct {
2765         Items                []*ForbiddenTAs_Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
2766         XXX_NoUnkeyedLiteral struct{}             `json:"-"`
2767         XXX_unrecognized     []byte               `json:"-"`
2768         XXX_sizecache        int32                `json:"-"`
2769 }
2770
2771 func (m *ForbiddenTAs) Reset()         { *m = ForbiddenTAs{} }
2772 func (m *ForbiddenTAs) String() string { return proto.CompactTextString(m) }
2773 func (*ForbiddenTAs) ProtoMessage()    {}
2774 func (*ForbiddenTAs) Descriptor() ([]byte, []int) {
2775         return fileDescriptor_e082a304e8406c6c, []int{43}
2776 }
2777
2778 func (m *ForbiddenTAs) XXX_Unmarshal(b []byte) error {
2779         return xxx_messageInfo_ForbiddenTAs.Unmarshal(m, b)
2780 }
2781 func (m *ForbiddenTAs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2782         return xxx_messageInfo_ForbiddenTAs.Marshal(b, m, deterministic)
2783 }
2784 func (m *ForbiddenTAs) XXX_Merge(src proto.Message) {
2785         xxx_messageInfo_ForbiddenTAs.Merge(m, src)
2786 }
2787 func (m *ForbiddenTAs) XXX_Size() int {
2788         return xxx_messageInfo_ForbiddenTAs.Size(m)
2789 }
2790 func (m *ForbiddenTAs) XXX_DiscardUnknown() {
2791         xxx_messageInfo_ForbiddenTAs.DiscardUnknown(m)
2792 }
2793
2794 var xxx_messageInfo_ForbiddenTAs proto.InternalMessageInfo
2795
2796 func (m *ForbiddenTAs) GetItems() []*ForbiddenTAs_Item {
2797         if m != nil {
2798                 return m.Items
2799         }
2800         return nil
2801 }
2802
2803 type ForbiddenTAs_Item struct {
2804         PLMN_Identity        []byte         `protobuf:"bytes,1,opt,name=pLMN_Identity,json=pLMNIdentity,proto3" json:"pLMN_Identity,omitempty"`
2805         ForbiddenTACs        *ForbiddenTACs `protobuf:"bytes,2,opt,name=forbiddenTACs,proto3" json:"forbiddenTACs,omitempty"`
2806         XXX_NoUnkeyedLiteral struct{}       `json:"-"`
2807         XXX_unrecognized     []byte         `json:"-"`
2808         XXX_sizecache        int32          `json:"-"`
2809 }
2810
2811 func (m *ForbiddenTAs_Item) Reset()         { *m = ForbiddenTAs_Item{} }
2812 func (m *ForbiddenTAs_Item) String() string { return proto.CompactTextString(m) }
2813 func (*ForbiddenTAs_Item) ProtoMessage()    {}
2814 func (*ForbiddenTAs_Item) Descriptor() ([]byte, []int) {
2815         return fileDescriptor_e082a304e8406c6c, []int{44}
2816 }
2817
2818 func (m *ForbiddenTAs_Item) XXX_Unmarshal(b []byte) error {
2819         return xxx_messageInfo_ForbiddenTAs_Item.Unmarshal(m, b)
2820 }
2821 func (m *ForbiddenTAs_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2822         return xxx_messageInfo_ForbiddenTAs_Item.Marshal(b, m, deterministic)
2823 }
2824 func (m *ForbiddenTAs_Item) XXX_Merge(src proto.Message) {
2825         xxx_messageInfo_ForbiddenTAs_Item.Merge(m, src)
2826 }
2827 func (m *ForbiddenTAs_Item) XXX_Size() int {
2828         return xxx_messageInfo_ForbiddenTAs_Item.Size(m)
2829 }
2830 func (m *ForbiddenTAs_Item) XXX_DiscardUnknown() {
2831         xxx_messageInfo_ForbiddenTAs_Item.DiscardUnknown(m)
2832 }
2833
2834 var xxx_messageInfo_ForbiddenTAs_Item proto.InternalMessageInfo
2835
2836 func (m *ForbiddenTAs_Item) GetPLMN_Identity() []byte {
2837         if m != nil {
2838                 return m.PLMN_Identity
2839         }
2840         return nil
2841 }
2842
2843 func (m *ForbiddenTAs_Item) GetForbiddenTACs() *ForbiddenTACs {
2844         if m != nil {
2845                 return m.ForbiddenTACs
2846         }
2847         return nil
2848 }
2849
2850 type ForbiddenTACs struct {
2851         Items                [][]byte `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
2852         XXX_NoUnkeyedLiteral struct{} `json:"-"`
2853         XXX_unrecognized     []byte   `json:"-"`
2854         XXX_sizecache        int32    `json:"-"`
2855 }
2856
2857 func (m *ForbiddenTACs) Reset()         { *m = ForbiddenTACs{} }
2858 func (m *ForbiddenTACs) String() string { return proto.CompactTextString(m) }
2859 func (*ForbiddenTACs) ProtoMessage()    {}
2860 func (*ForbiddenTACs) Descriptor() ([]byte, []int) {
2861         return fileDescriptor_e082a304e8406c6c, []int{45}
2862 }
2863
2864 func (m *ForbiddenTACs) XXX_Unmarshal(b []byte) error {
2865         return xxx_messageInfo_ForbiddenTACs.Unmarshal(m, b)
2866 }
2867 func (m *ForbiddenTACs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2868         return xxx_messageInfo_ForbiddenTACs.Marshal(b, m, deterministic)
2869 }
2870 func (m *ForbiddenTACs) XXX_Merge(src proto.Message) {
2871         xxx_messageInfo_ForbiddenTACs.Merge(m, src)
2872 }
2873 func (m *ForbiddenTACs) XXX_Size() int {
2874         return xxx_messageInfo_ForbiddenTACs.Size(m)
2875 }
2876 func (m *ForbiddenTACs) XXX_DiscardUnknown() {
2877         xxx_messageInfo_ForbiddenTACs.DiscardUnknown(m)
2878 }
2879
2880 var xxx_messageInfo_ForbiddenTACs proto.InternalMessageInfo
2881
2882 func (m *ForbiddenTACs) GetItems() [][]byte {
2883         if m != nil {
2884                 return m.Items
2885         }
2886         return nil
2887 }
2888
2889 type ForbiddenLAs struct {
2890         Items                []*ForbiddenLAs_Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
2891         XXX_NoUnkeyedLiteral struct{}             `json:"-"`
2892         XXX_unrecognized     []byte               `json:"-"`
2893         XXX_sizecache        int32                `json:"-"`
2894 }
2895
2896 func (m *ForbiddenLAs) Reset()         { *m = ForbiddenLAs{} }
2897 func (m *ForbiddenLAs) String() string { return proto.CompactTextString(m) }
2898 func (*ForbiddenLAs) ProtoMessage()    {}
2899 func (*ForbiddenLAs) Descriptor() ([]byte, []int) {
2900         return fileDescriptor_e082a304e8406c6c, []int{46}
2901 }
2902
2903 func (m *ForbiddenLAs) XXX_Unmarshal(b []byte) error {
2904         return xxx_messageInfo_ForbiddenLAs.Unmarshal(m, b)
2905 }
2906 func (m *ForbiddenLAs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2907         return xxx_messageInfo_ForbiddenLAs.Marshal(b, m, deterministic)
2908 }
2909 func (m *ForbiddenLAs) XXX_Merge(src proto.Message) {
2910         xxx_messageInfo_ForbiddenLAs.Merge(m, src)
2911 }
2912 func (m *ForbiddenLAs) XXX_Size() int {
2913         return xxx_messageInfo_ForbiddenLAs.Size(m)
2914 }
2915 func (m *ForbiddenLAs) XXX_DiscardUnknown() {
2916         xxx_messageInfo_ForbiddenLAs.DiscardUnknown(m)
2917 }
2918
2919 var xxx_messageInfo_ForbiddenLAs proto.InternalMessageInfo
2920
2921 func (m *ForbiddenLAs) GetItems() []*ForbiddenLAs_Item {
2922         if m != nil {
2923                 return m.Items
2924         }
2925         return nil
2926 }
2927
2928 type ForbiddenLAs_Item struct {
2929         PLMN_Identity        []byte         `protobuf:"bytes,1,opt,name=pLMN_Identity,json=pLMNIdentity,proto3" json:"pLMN_Identity,omitempty"`
2930         ForbiddenLACs        *ForbiddenLACs `protobuf:"bytes,2,opt,name=forbiddenLACs,proto3" json:"forbiddenLACs,omitempty"`
2931         XXX_NoUnkeyedLiteral struct{}       `json:"-"`
2932         XXX_unrecognized     []byte         `json:"-"`
2933         XXX_sizecache        int32          `json:"-"`
2934 }
2935
2936 func (m *ForbiddenLAs_Item) Reset()         { *m = ForbiddenLAs_Item{} }
2937 func (m *ForbiddenLAs_Item) String() string { return proto.CompactTextString(m) }
2938 func (*ForbiddenLAs_Item) ProtoMessage()    {}
2939 func (*ForbiddenLAs_Item) Descriptor() ([]byte, []int) {
2940         return fileDescriptor_e082a304e8406c6c, []int{47}
2941 }
2942
2943 func (m *ForbiddenLAs_Item) XXX_Unmarshal(b []byte) error {
2944         return xxx_messageInfo_ForbiddenLAs_Item.Unmarshal(m, b)
2945 }
2946 func (m *ForbiddenLAs_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2947         return xxx_messageInfo_ForbiddenLAs_Item.Marshal(b, m, deterministic)
2948 }
2949 func (m *ForbiddenLAs_Item) XXX_Merge(src proto.Message) {
2950         xxx_messageInfo_ForbiddenLAs_Item.Merge(m, src)
2951 }
2952 func (m *ForbiddenLAs_Item) XXX_Size() int {
2953         return xxx_messageInfo_ForbiddenLAs_Item.Size(m)
2954 }
2955 func (m *ForbiddenLAs_Item) XXX_DiscardUnknown() {
2956         xxx_messageInfo_ForbiddenLAs_Item.DiscardUnknown(m)
2957 }
2958
2959 var xxx_messageInfo_ForbiddenLAs_Item proto.InternalMessageInfo
2960
2961 func (m *ForbiddenLAs_Item) GetPLMN_Identity() []byte {
2962         if m != nil {
2963                 return m.PLMN_Identity
2964         }
2965         return nil
2966 }
2967
2968 func (m *ForbiddenLAs_Item) GetForbiddenLACs() *ForbiddenLACs {
2969         if m != nil {
2970                 return m.ForbiddenLACs
2971         }
2972         return nil
2973 }
2974
2975 type ForbiddenLACs struct {
2976         Items                [][]byte `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
2977         XXX_NoUnkeyedLiteral struct{} `json:"-"`
2978         XXX_unrecognized     []byte   `json:"-"`
2979         XXX_sizecache        int32    `json:"-"`
2980 }
2981
2982 func (m *ForbiddenLACs) Reset()         { *m = ForbiddenLACs{} }
2983 func (m *ForbiddenLACs) String() string { return proto.CompactTextString(m) }
2984 func (*ForbiddenLACs) ProtoMessage()    {}
2985 func (*ForbiddenLACs) Descriptor() ([]byte, []int) {
2986         return fileDescriptor_e082a304e8406c6c, []int{48}
2987 }
2988
2989 func (m *ForbiddenLACs) XXX_Unmarshal(b []byte) error {
2990         return xxx_messageInfo_ForbiddenLACs.Unmarshal(m, b)
2991 }
2992 func (m *ForbiddenLACs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2993         return xxx_messageInfo_ForbiddenLACs.Marshal(b, m, deterministic)
2994 }
2995 func (m *ForbiddenLACs) XXX_Merge(src proto.Message) {
2996         xxx_messageInfo_ForbiddenLACs.Merge(m, src)
2997 }
2998 func (m *ForbiddenLACs) XXX_Size() int {
2999         return xxx_messageInfo_ForbiddenLACs.Size(m)
3000 }
3001 func (m *ForbiddenLACs) XXX_DiscardUnknown() {
3002         xxx_messageInfo_ForbiddenLACs.DiscardUnknown(m)
3003 }
3004
3005 var xxx_messageInfo_ForbiddenLACs proto.InternalMessageInfo
3006
3007 func (m *ForbiddenLACs) GetItems() [][]byte {
3008         if m != nil {
3009                 return m.Items
3010         }
3011         return nil
3012 }
3013
3014 type ForbiddenInterRATs struct {
3015         Value                ForbiddenInterRATs_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.ForbiddenInterRATs_Value" json:"value,omitempty"`
3016         XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
3017         XXX_unrecognized     []byte                   `json:"-"`
3018         XXX_sizecache        int32                    `json:"-"`
3019 }
3020
3021 func (m *ForbiddenInterRATs) Reset()         { *m = ForbiddenInterRATs{} }
3022 func (m *ForbiddenInterRATs) String() string { return proto.CompactTextString(m) }
3023 func (*ForbiddenInterRATs) ProtoMessage()    {}
3024 func (*ForbiddenInterRATs) Descriptor() ([]byte, []int) {
3025         return fileDescriptor_e082a304e8406c6c, []int{49}
3026 }
3027
3028 func (m *ForbiddenInterRATs) XXX_Unmarshal(b []byte) error {
3029         return xxx_messageInfo_ForbiddenInterRATs.Unmarshal(m, b)
3030 }
3031 func (m *ForbiddenInterRATs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3032         return xxx_messageInfo_ForbiddenInterRATs.Marshal(b, m, deterministic)
3033 }
3034 func (m *ForbiddenInterRATs) XXX_Merge(src proto.Message) {
3035         xxx_messageInfo_ForbiddenInterRATs.Merge(m, src)
3036 }
3037 func (m *ForbiddenInterRATs) XXX_Size() int {
3038         return xxx_messageInfo_ForbiddenInterRATs.Size(m)
3039 }
3040 func (m *ForbiddenInterRATs) XXX_DiscardUnknown() {
3041         xxx_messageInfo_ForbiddenInterRATs.DiscardUnknown(m)
3042 }
3043
3044 var xxx_messageInfo_ForbiddenInterRATs proto.InternalMessageInfo
3045
3046 func (m *ForbiddenInterRATs) GetValue() ForbiddenInterRATs_Value {
3047         if m != nil {
3048                 return m.Value
3049         }
3050         return ForbiddenInterRATs_protobuf_unspecified
3051 }
3052
3053 type HandoverRestrictionList_ExtIEs struct {
3054         Id_NRrestrictioninEPSasSecondaryRAT *NRrestrictioninEPSasSecondaryRAT `protobuf:"bytes,1,opt,name=id_NRrestrictioninEPSasSecondaryRAT,json=idNRrestrictioninEPSasSecondaryRAT,proto3" json:"id_NRrestrictioninEPSasSecondaryRAT,omitempty"`
3055         Id_CNTypeRestrictions               *CNTypeRestrictions               `protobuf:"bytes,2,opt,name=id_CNTypeRestrictions,json=idCNTypeRestrictions,proto3" json:"id_CNTypeRestrictions,omitempty"`
3056         Id_NRrestrictionin5GS               *NRrestrictionin5GS               `protobuf:"bytes,3,opt,name=id_NRrestrictionin5GS,json=idNRrestrictionin5GS,proto3" json:"id_NRrestrictionin5GS,omitempty"`
3057         XXX_NoUnkeyedLiteral                struct{}                          `json:"-"`
3058         XXX_unrecognized                    []byte                            `json:"-"`
3059         XXX_sizecache                       int32                             `json:"-"`
3060 }
3061
3062 func (m *HandoverRestrictionList_ExtIEs) Reset()         { *m = HandoverRestrictionList_ExtIEs{} }
3063 func (m *HandoverRestrictionList_ExtIEs) String() string { return proto.CompactTextString(m) }
3064 func (*HandoverRestrictionList_ExtIEs) ProtoMessage()    {}
3065 func (*HandoverRestrictionList_ExtIEs) Descriptor() ([]byte, []int) {
3066         return fileDescriptor_e082a304e8406c6c, []int{50}
3067 }
3068
3069 func (m *HandoverRestrictionList_ExtIEs) XXX_Unmarshal(b []byte) error {
3070         return xxx_messageInfo_HandoverRestrictionList_ExtIEs.Unmarshal(m, b)
3071 }
3072 func (m *HandoverRestrictionList_ExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3073         return xxx_messageInfo_HandoverRestrictionList_ExtIEs.Marshal(b, m, deterministic)
3074 }
3075 func (m *HandoverRestrictionList_ExtIEs) XXX_Merge(src proto.Message) {
3076         xxx_messageInfo_HandoverRestrictionList_ExtIEs.Merge(m, src)
3077 }
3078 func (m *HandoverRestrictionList_ExtIEs) XXX_Size() int {
3079         return xxx_messageInfo_HandoverRestrictionList_ExtIEs.Size(m)
3080 }
3081 func (m *HandoverRestrictionList_ExtIEs) XXX_DiscardUnknown() {
3082         xxx_messageInfo_HandoverRestrictionList_ExtIEs.DiscardUnknown(m)
3083 }
3084
3085 var xxx_messageInfo_HandoverRestrictionList_ExtIEs proto.InternalMessageInfo
3086
3087 func (m *HandoverRestrictionList_ExtIEs) GetId_NRrestrictioninEPSasSecondaryRAT() *NRrestrictioninEPSasSecondaryRAT {
3088         if m != nil {
3089                 return m.Id_NRrestrictioninEPSasSecondaryRAT
3090         }
3091         return nil
3092 }
3093
3094 func (m *HandoverRestrictionList_ExtIEs) GetId_CNTypeRestrictions() *CNTypeRestrictions {
3095         if m != nil {
3096                 return m.Id_CNTypeRestrictions
3097         }
3098         return nil
3099 }
3100
3101 func (m *HandoverRestrictionList_ExtIEs) GetId_NRrestrictionin5GS() *NRrestrictionin5GS {
3102         if m != nil {
3103                 return m.Id_NRrestrictionin5GS
3104         }
3105         return nil
3106 }
3107
3108 type NRrestrictioninEPSasSecondaryRAT struct {
3109         Value                NRrestrictioninEPSasSecondaryRAT_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.NRrestrictioninEPSasSecondaryRAT_Value" json:"value,omitempty"`
3110         XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
3111         XXX_unrecognized     []byte                                 `json:"-"`
3112         XXX_sizecache        int32                                  `json:"-"`
3113 }
3114
3115 func (m *NRrestrictioninEPSasSecondaryRAT) Reset()         { *m = NRrestrictioninEPSasSecondaryRAT{} }
3116 func (m *NRrestrictioninEPSasSecondaryRAT) String() string { return proto.CompactTextString(m) }
3117 func (*NRrestrictioninEPSasSecondaryRAT) ProtoMessage()    {}
3118 func (*NRrestrictioninEPSasSecondaryRAT) Descriptor() ([]byte, []int) {
3119         return fileDescriptor_e082a304e8406c6c, []int{51}
3120 }
3121
3122 func (m *NRrestrictioninEPSasSecondaryRAT) XXX_Unmarshal(b []byte) error {
3123         return xxx_messageInfo_NRrestrictioninEPSasSecondaryRAT.Unmarshal(m, b)
3124 }
3125 func (m *NRrestrictioninEPSasSecondaryRAT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3126         return xxx_messageInfo_NRrestrictioninEPSasSecondaryRAT.Marshal(b, m, deterministic)
3127 }
3128 func (m *NRrestrictioninEPSasSecondaryRAT) XXX_Merge(src proto.Message) {
3129         xxx_messageInfo_NRrestrictioninEPSasSecondaryRAT.Merge(m, src)
3130 }
3131 func (m *NRrestrictioninEPSasSecondaryRAT) XXX_Size() int {
3132         return xxx_messageInfo_NRrestrictioninEPSasSecondaryRAT.Size(m)
3133 }
3134 func (m *NRrestrictioninEPSasSecondaryRAT) XXX_DiscardUnknown() {
3135         xxx_messageInfo_NRrestrictioninEPSasSecondaryRAT.DiscardUnknown(m)
3136 }
3137
3138 var xxx_messageInfo_NRrestrictioninEPSasSecondaryRAT proto.InternalMessageInfo
3139
3140 func (m *NRrestrictioninEPSasSecondaryRAT) GetValue() NRrestrictioninEPSasSecondaryRAT_Value {
3141         if m != nil {
3142                 return m.Value
3143         }
3144         return NRrestrictioninEPSasSecondaryRAT_protobuf_unspecified
3145 }
3146
3147 type CNTypeRestrictions struct {
3148         Items                []*CNTypeRestrictionsItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
3149         XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
3150         XXX_unrecognized     []byte                    `json:"-"`
3151         XXX_sizecache        int32                     `json:"-"`
3152 }
3153
3154 func (m *CNTypeRestrictions) Reset()         { *m = CNTypeRestrictions{} }
3155 func (m *CNTypeRestrictions) String() string { return proto.CompactTextString(m) }
3156 func (*CNTypeRestrictions) ProtoMessage()    {}
3157 func (*CNTypeRestrictions) Descriptor() ([]byte, []int) {
3158         return fileDescriptor_e082a304e8406c6c, []int{52}
3159 }
3160
3161 func (m *CNTypeRestrictions) XXX_Unmarshal(b []byte) error {
3162         return xxx_messageInfo_CNTypeRestrictions.Unmarshal(m, b)
3163 }
3164 func (m *CNTypeRestrictions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3165         return xxx_messageInfo_CNTypeRestrictions.Marshal(b, m, deterministic)
3166 }
3167 func (m *CNTypeRestrictions) XXX_Merge(src proto.Message) {
3168         xxx_messageInfo_CNTypeRestrictions.Merge(m, src)
3169 }
3170 func (m *CNTypeRestrictions) XXX_Size() int {
3171         return xxx_messageInfo_CNTypeRestrictions.Size(m)
3172 }
3173 func (m *CNTypeRestrictions) XXX_DiscardUnknown() {
3174         xxx_messageInfo_CNTypeRestrictions.DiscardUnknown(m)
3175 }
3176
3177 var xxx_messageInfo_CNTypeRestrictions proto.InternalMessageInfo
3178
3179 func (m *CNTypeRestrictions) GetItems() []*CNTypeRestrictionsItem {
3180         if m != nil {
3181                 return m.Items
3182         }
3183         return nil
3184 }
3185
3186 type CNTypeRestrictionsItem struct {
3187         Plmn_Id              []byte                        `protobuf:"bytes,1,opt,name=plmn_Id,json=plmnId,proto3" json:"plmn_Id,omitempty"`
3188         CnType               CNTypeRestrictionsItem_CNType `protobuf:"varint,2,opt,name=cn_type,json=cnType,proto3,enum=streaming_protobufs.CNTypeRestrictionsItem_CNType" json:"cn_type,omitempty"`
3189         XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
3190         XXX_unrecognized     []byte                        `json:"-"`
3191         XXX_sizecache        int32                         `json:"-"`
3192 }
3193
3194 func (m *CNTypeRestrictionsItem) Reset()         { *m = CNTypeRestrictionsItem{} }
3195 func (m *CNTypeRestrictionsItem) String() string { return proto.CompactTextString(m) }
3196 func (*CNTypeRestrictionsItem) ProtoMessage()    {}
3197 func (*CNTypeRestrictionsItem) Descriptor() ([]byte, []int) {
3198         return fileDescriptor_e082a304e8406c6c, []int{53}
3199 }
3200
3201 func (m *CNTypeRestrictionsItem) XXX_Unmarshal(b []byte) error {
3202         return xxx_messageInfo_CNTypeRestrictionsItem.Unmarshal(m, b)
3203 }
3204 func (m *CNTypeRestrictionsItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3205         return xxx_messageInfo_CNTypeRestrictionsItem.Marshal(b, m, deterministic)
3206 }
3207 func (m *CNTypeRestrictionsItem) XXX_Merge(src proto.Message) {
3208         xxx_messageInfo_CNTypeRestrictionsItem.Merge(m, src)
3209 }
3210 func (m *CNTypeRestrictionsItem) XXX_Size() int {
3211         return xxx_messageInfo_CNTypeRestrictionsItem.Size(m)
3212 }
3213 func (m *CNTypeRestrictionsItem) XXX_DiscardUnknown() {
3214         xxx_messageInfo_CNTypeRestrictionsItem.DiscardUnknown(m)
3215 }
3216
3217 var xxx_messageInfo_CNTypeRestrictionsItem proto.InternalMessageInfo
3218
3219 func (m *CNTypeRestrictionsItem) GetPlmn_Id() []byte {
3220         if m != nil {
3221                 return m.Plmn_Id
3222         }
3223         return nil
3224 }
3225
3226 func (m *CNTypeRestrictionsItem) GetCnType() CNTypeRestrictionsItem_CNType {
3227         if m != nil {
3228                 return m.CnType
3229         }
3230         return CNTypeRestrictionsItem_protobuf_unspecified
3231 }
3232
3233 type NRrestrictionin5GS struct {
3234         Value                NRrestrictionin5GS_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.NRrestrictionin5GS_Value" json:"value,omitempty"`
3235         XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
3236         XXX_unrecognized     []byte                   `json:"-"`
3237         XXX_sizecache        int32                    `json:"-"`
3238 }
3239
3240 func (m *NRrestrictionin5GS) Reset()         { *m = NRrestrictionin5GS{} }
3241 func (m *NRrestrictionin5GS) String() string { return proto.CompactTextString(m) }
3242 func (*NRrestrictionin5GS) ProtoMessage()    {}
3243 func (*NRrestrictionin5GS) Descriptor() ([]byte, []int) {
3244         return fileDescriptor_e082a304e8406c6c, []int{54}
3245 }
3246
3247 func (m *NRrestrictionin5GS) XXX_Unmarshal(b []byte) error {
3248         return xxx_messageInfo_NRrestrictionin5GS.Unmarshal(m, b)
3249 }
3250 func (m *NRrestrictionin5GS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3251         return xxx_messageInfo_NRrestrictionin5GS.Marshal(b, m, deterministic)
3252 }
3253 func (m *NRrestrictionin5GS) XXX_Merge(src proto.Message) {
3254         xxx_messageInfo_NRrestrictionin5GS.Merge(m, src)
3255 }
3256 func (m *NRrestrictionin5GS) XXX_Size() int {
3257         return xxx_messageInfo_NRrestrictionin5GS.Size(m)
3258 }
3259 func (m *NRrestrictionin5GS) XXX_DiscardUnknown() {
3260         xxx_messageInfo_NRrestrictionin5GS.DiscardUnknown(m)
3261 }
3262
3263 var xxx_messageInfo_NRrestrictionin5GS proto.InternalMessageInfo
3264
3265 func (m *NRrestrictionin5GS) GetValue() NRrestrictionin5GS_Value {
3266         if m != nil {
3267                 return m.Value
3268         }
3269         return NRrestrictionin5GS_protobuf_unspecified
3270 }
3271
3272 type NRUESecurityCapabilities struct {
3273         NRencryptionAlgorithms          []byte   `protobuf:"bytes,1,opt,name=nRencryptionAlgorithms,proto3" json:"nRencryptionAlgorithms,omitempty"`
3274         NRintegrityProtectionAlgorithms []byte   `protobuf:"bytes,2,opt,name=nRintegrityProtectionAlgorithms,proto3" json:"nRintegrityProtectionAlgorithms,omitempty"`
3275         XXX_NoUnkeyedLiteral            struct{} `json:"-"`
3276         XXX_unrecognized                []byte   `json:"-"`
3277         XXX_sizecache                   int32    `json:"-"`
3278 }
3279
3280 func (m *NRUESecurityCapabilities) Reset()         { *m = NRUESecurityCapabilities{} }
3281 func (m *NRUESecurityCapabilities) String() string { return proto.CompactTextString(m) }
3282 func (*NRUESecurityCapabilities) ProtoMessage()    {}
3283 func (*NRUESecurityCapabilities) Descriptor() ([]byte, []int) {
3284         return fileDescriptor_e082a304e8406c6c, []int{55}
3285 }
3286
3287 func (m *NRUESecurityCapabilities) XXX_Unmarshal(b []byte) error {
3288         return xxx_messageInfo_NRUESecurityCapabilities.Unmarshal(m, b)
3289 }
3290 func (m *NRUESecurityCapabilities) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3291         return xxx_messageInfo_NRUESecurityCapabilities.Marshal(b, m, deterministic)
3292 }
3293 func (m *NRUESecurityCapabilities) XXX_Merge(src proto.Message) {
3294         xxx_messageInfo_NRUESecurityCapabilities.Merge(m, src)
3295 }
3296 func (m *NRUESecurityCapabilities) XXX_Size() int {
3297         return xxx_messageInfo_NRUESecurityCapabilities.Size(m)
3298 }
3299 func (m *NRUESecurityCapabilities) XXX_DiscardUnknown() {
3300         xxx_messageInfo_NRUESecurityCapabilities.DiscardUnknown(m)
3301 }
3302
3303 var xxx_messageInfo_NRUESecurityCapabilities proto.InternalMessageInfo
3304
3305 func (m *NRUESecurityCapabilities) GetNRencryptionAlgorithms() []byte {
3306         if m != nil {
3307                 return m.NRencryptionAlgorithms
3308         }
3309         return nil
3310 }
3311
3312 func (m *NRUESecurityCapabilities) GetNRintegrityProtectionAlgorithms() []byte {
3313         if m != nil {
3314                 return m.NRintegrityProtectionAlgorithms
3315         }
3316         return nil
3317 }
3318
3319 type UEAggregateMaximumBitRate struct {
3320         UEaggregateMaximumBitRateDownlink uint64                               `protobuf:"varint,1,opt,name=uEaggregateMaximumBitRateDownlink,proto3" json:"uEaggregateMaximumBitRateDownlink,omitempty"`
3321         UEaggregateMaximumBitRateUplink   uint64                               `protobuf:"varint,2,opt,name=uEaggregateMaximumBitRateUplink,proto3" json:"uEaggregateMaximumBitRateUplink,omitempty"`
3322         IE_Extensions                     []*UEAggregate_MaximumBitrate_ExtIEs `protobuf:"bytes,3,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
3323         XXX_NoUnkeyedLiteral              struct{}                             `json:"-"`
3324         XXX_unrecognized                  []byte                               `json:"-"`
3325         XXX_sizecache                     int32                                `json:"-"`
3326 }
3327
3328 func (m *UEAggregateMaximumBitRate) Reset()         { *m = UEAggregateMaximumBitRate{} }
3329 func (m *UEAggregateMaximumBitRate) String() string { return proto.CompactTextString(m) }
3330 func (*UEAggregateMaximumBitRate) ProtoMessage()    {}
3331 func (*UEAggregateMaximumBitRate) Descriptor() ([]byte, []int) {
3332         return fileDescriptor_e082a304e8406c6c, []int{56}
3333 }
3334
3335 func (m *UEAggregateMaximumBitRate) XXX_Unmarshal(b []byte) error {
3336         return xxx_messageInfo_UEAggregateMaximumBitRate.Unmarshal(m, b)
3337 }
3338 func (m *UEAggregateMaximumBitRate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3339         return xxx_messageInfo_UEAggregateMaximumBitRate.Marshal(b, m, deterministic)
3340 }
3341 func (m *UEAggregateMaximumBitRate) XXX_Merge(src proto.Message) {
3342         xxx_messageInfo_UEAggregateMaximumBitRate.Merge(m, src)
3343 }
3344 func (m *UEAggregateMaximumBitRate) XXX_Size() int {
3345         return xxx_messageInfo_UEAggregateMaximumBitRate.Size(m)
3346 }
3347 func (m *UEAggregateMaximumBitRate) XXX_DiscardUnknown() {
3348         xxx_messageInfo_UEAggregateMaximumBitRate.DiscardUnknown(m)
3349 }
3350
3351 var xxx_messageInfo_UEAggregateMaximumBitRate proto.InternalMessageInfo
3352
3353 func (m *UEAggregateMaximumBitRate) GetUEaggregateMaximumBitRateDownlink() uint64 {
3354         if m != nil {
3355                 return m.UEaggregateMaximumBitRateDownlink
3356         }
3357         return 0
3358 }
3359
3360 func (m *UEAggregateMaximumBitRate) GetUEaggregateMaximumBitRateUplink() uint64 {
3361         if m != nil {
3362                 return m.UEaggregateMaximumBitRateUplink
3363         }
3364         return 0
3365 }
3366
3367 func (m *UEAggregateMaximumBitRate) GetIE_Extensions() []*UEAggregate_MaximumBitrate_ExtIEs {
3368         if m != nil {
3369                 return m.IE_Extensions
3370         }
3371         return nil
3372 }
3373
3374 type UEAggregate_MaximumBitrate_ExtIEs struct {
3375         IdExtendedUEaggregateMaximumBitRateDownlink *wrappers.UInt64Value `protobuf:"bytes,1,opt,name=id_extended_uEaggregateMaximumBitRateDownlink,json=idExtendedUEaggregateMaximumBitRateDownlink,proto3" json:"id_extended_uEaggregateMaximumBitRateDownlink,omitempty"`
3376         IdExtendedUEaggregateMaximumBitRateUplink   *wrappers.UInt64Value `protobuf:"bytes,2,opt,name=id_extended_uEaggregateMaximumBitRateUplink,json=idExtendedUEaggregateMaximumBitRateUplink,proto3" json:"id_extended_uEaggregateMaximumBitRateUplink,omitempty"`
3377         XXX_NoUnkeyedLiteral                        struct{}              `json:"-"`
3378         XXX_unrecognized                            []byte                `json:"-"`
3379         XXX_sizecache                               int32                 `json:"-"`
3380 }
3381
3382 func (m *UEAggregate_MaximumBitrate_ExtIEs) Reset()         { *m = UEAggregate_MaximumBitrate_ExtIEs{} }
3383 func (m *UEAggregate_MaximumBitrate_ExtIEs) String() string { return proto.CompactTextString(m) }
3384 func (*UEAggregate_MaximumBitrate_ExtIEs) ProtoMessage()    {}
3385 func (*UEAggregate_MaximumBitrate_ExtIEs) Descriptor() ([]byte, []int) {
3386         return fileDescriptor_e082a304e8406c6c, []int{57}
3387 }
3388
3389 func (m *UEAggregate_MaximumBitrate_ExtIEs) XXX_Unmarshal(b []byte) error {
3390         return xxx_messageInfo_UEAggregate_MaximumBitrate_ExtIEs.Unmarshal(m, b)
3391 }
3392 func (m *UEAggregate_MaximumBitrate_ExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3393         return xxx_messageInfo_UEAggregate_MaximumBitrate_ExtIEs.Marshal(b, m, deterministic)
3394 }
3395 func (m *UEAggregate_MaximumBitrate_ExtIEs) XXX_Merge(src proto.Message) {
3396         xxx_messageInfo_UEAggregate_MaximumBitrate_ExtIEs.Merge(m, src)
3397 }
3398 func (m *UEAggregate_MaximumBitrate_ExtIEs) XXX_Size() int {
3399         return xxx_messageInfo_UEAggregate_MaximumBitrate_ExtIEs.Size(m)
3400 }
3401 func (m *UEAggregate_MaximumBitrate_ExtIEs) XXX_DiscardUnknown() {
3402         xxx_messageInfo_UEAggregate_MaximumBitrate_ExtIEs.DiscardUnknown(m)
3403 }
3404
3405 var xxx_messageInfo_UEAggregate_MaximumBitrate_ExtIEs proto.InternalMessageInfo
3406
3407 func (m *UEAggregate_MaximumBitrate_ExtIEs) GetIdExtendedUEaggregateMaximumBitRateDownlink() *wrappers.UInt64Value {
3408         if m != nil {
3409                 return m.IdExtendedUEaggregateMaximumBitRateDownlink
3410         }
3411         return nil
3412 }
3413
3414 func (m *UEAggregate_MaximumBitrate_ExtIEs) GetIdExtendedUEaggregateMaximumBitRateUplink() *wrappers.UInt64Value {
3415         if m != nil {
3416                 return m.IdExtendedUEaggregateMaximumBitRateUplink
3417         }
3418         return nil
3419 }
3420
3421 type DL_Forwarding struct {
3422         Value                DL_Forwarding_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.DL_Forwarding_Value" json:"value,omitempty"`
3423         XXX_NoUnkeyedLiteral struct{}            `json:"-"`
3424         XXX_unrecognized     []byte              `json:"-"`
3425         XXX_sizecache        int32               `json:"-"`
3426 }
3427
3428 func (m *DL_Forwarding) Reset()         { *m = DL_Forwarding{} }
3429 func (m *DL_Forwarding) String() string { return proto.CompactTextString(m) }
3430 func (*DL_Forwarding) ProtoMessage()    {}
3431 func (*DL_Forwarding) Descriptor() ([]byte, []int) {
3432         return fileDescriptor_e082a304e8406c6c, []int{58}
3433 }
3434
3435 func (m *DL_Forwarding) XXX_Unmarshal(b []byte) error {
3436         return xxx_messageInfo_DL_Forwarding.Unmarshal(m, b)
3437 }
3438 func (m *DL_Forwarding) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3439         return xxx_messageInfo_DL_Forwarding.Marshal(b, m, deterministic)
3440 }
3441 func (m *DL_Forwarding) XXX_Merge(src proto.Message) {
3442         xxx_messageInfo_DL_Forwarding.Merge(m, src)
3443 }
3444 func (m *DL_Forwarding) XXX_Size() int {
3445         return xxx_messageInfo_DL_Forwarding.Size(m)
3446 }
3447 func (m *DL_Forwarding) XXX_DiscardUnknown() {
3448         xxx_messageInfo_DL_Forwarding.DiscardUnknown(m)
3449 }
3450
3451 var xxx_messageInfo_DL_Forwarding proto.InternalMessageInfo
3452
3453 func (m *DL_Forwarding) GetValue() DL_Forwarding_Value {
3454         if m != nil {
3455                 return m.Value
3456         }
3457         return DL_Forwarding_protobuf_unspecified
3458 }
3459
3460 type DuplicationActivation struct {
3461         Value                DuplicationActivation_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.DuplicationActivation_Value" json:"value,omitempty"`
3462         XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
3463         XXX_unrecognized     []byte                      `json:"-"`
3464         XXX_sizecache        int32                       `json:"-"`
3465 }
3466
3467 func (m *DuplicationActivation) Reset()         { *m = DuplicationActivation{} }
3468 func (m *DuplicationActivation) String() string { return proto.CompactTextString(m) }
3469 func (*DuplicationActivation) ProtoMessage()    {}
3470 func (*DuplicationActivation) Descriptor() ([]byte, []int) {
3471         return fileDescriptor_e082a304e8406c6c, []int{59}
3472 }
3473
3474 func (m *DuplicationActivation) XXX_Unmarshal(b []byte) error {
3475         return xxx_messageInfo_DuplicationActivation.Unmarshal(m, b)
3476 }
3477 func (m *DuplicationActivation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3478         return xxx_messageInfo_DuplicationActivation.Marshal(b, m, deterministic)
3479 }
3480 func (m *DuplicationActivation) XXX_Merge(src proto.Message) {
3481         xxx_messageInfo_DuplicationActivation.Merge(m, src)
3482 }
3483 func (m *DuplicationActivation) XXX_Size() int {
3484         return xxx_messageInfo_DuplicationActivation.Size(m)
3485 }
3486 func (m *DuplicationActivation) XXX_DiscardUnknown() {
3487         xxx_messageInfo_DuplicationActivation.DiscardUnknown(m)
3488 }
3489
3490 var xxx_messageInfo_DuplicationActivation proto.InternalMessageInfo
3491
3492 func (m *DuplicationActivation) GetValue() DuplicationActivation_Value {
3493         if m != nil {
3494                 return m.Value
3495         }
3496         return DuplicationActivation_protobuf_unspecified
3497 }
3498
3499 type MeNBResourceCoordinationInformation struct {
3500         EUTRA_Cell_ID             *ECGI                                        `protobuf:"bytes,1,opt,name=eUTRA_Cell_ID,json=eUTRACellID,proto3" json:"eUTRA_Cell_ID,omitempty"`
3501         ULCoordinationInformation []byte                                       `protobuf:"bytes,2,opt,name=uLCoordinationInformation,proto3" json:"uLCoordinationInformation,omitempty"`
3502         DLCoordinationInformation *wrappers.BytesValue                         `protobuf:"bytes,3,opt,name=dLCoordinationInformation,proto3" json:"dLCoordinationInformation,omitempty"`
3503         IE_Extensions             []*MeNBResourceCoordinationInformationExtIEs `protobuf:"bytes,4,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
3504         XXX_NoUnkeyedLiteral      struct{}                                     `json:"-"`
3505         XXX_unrecognized          []byte                                       `json:"-"`
3506         XXX_sizecache             int32                                        `json:"-"`
3507 }
3508
3509 func (m *MeNBResourceCoordinationInformation) Reset()         { *m = MeNBResourceCoordinationInformation{} }
3510 func (m *MeNBResourceCoordinationInformation) String() string { return proto.CompactTextString(m) }
3511 func (*MeNBResourceCoordinationInformation) ProtoMessage()    {}
3512 func (*MeNBResourceCoordinationInformation) Descriptor() ([]byte, []int) {
3513         return fileDescriptor_e082a304e8406c6c, []int{60}
3514 }
3515
3516 func (m *MeNBResourceCoordinationInformation) XXX_Unmarshal(b []byte) error {
3517         return xxx_messageInfo_MeNBResourceCoordinationInformation.Unmarshal(m, b)
3518 }
3519 func (m *MeNBResourceCoordinationInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3520         return xxx_messageInfo_MeNBResourceCoordinationInformation.Marshal(b, m, deterministic)
3521 }
3522 func (m *MeNBResourceCoordinationInformation) XXX_Merge(src proto.Message) {
3523         xxx_messageInfo_MeNBResourceCoordinationInformation.Merge(m, src)
3524 }
3525 func (m *MeNBResourceCoordinationInformation) XXX_Size() int {
3526         return xxx_messageInfo_MeNBResourceCoordinationInformation.Size(m)
3527 }
3528 func (m *MeNBResourceCoordinationInformation) XXX_DiscardUnknown() {
3529         xxx_messageInfo_MeNBResourceCoordinationInformation.DiscardUnknown(m)
3530 }
3531
3532 var xxx_messageInfo_MeNBResourceCoordinationInformation proto.InternalMessageInfo
3533
3534 func (m *MeNBResourceCoordinationInformation) GetEUTRA_Cell_ID() *ECGI {
3535         if m != nil {
3536                 return m.EUTRA_Cell_ID
3537         }
3538         return nil
3539 }
3540
3541 func (m *MeNBResourceCoordinationInformation) GetULCoordinationInformation() []byte {
3542         if m != nil {
3543                 return m.ULCoordinationInformation
3544         }
3545         return nil
3546 }
3547
3548 func (m *MeNBResourceCoordinationInformation) GetDLCoordinationInformation() *wrappers.BytesValue {
3549         if m != nil {
3550                 return m.DLCoordinationInformation
3551         }
3552         return nil
3553 }
3554
3555 func (m *MeNBResourceCoordinationInformation) GetIE_Extensions() []*MeNBResourceCoordinationInformationExtIEs {
3556         if m != nil {
3557                 return m.IE_Extensions
3558         }
3559         return nil
3560 }
3561
3562 type MeNBResourceCoordinationInformationExtIEs struct {
3563         Id_NRCGI                                 *NRCGI                                 `protobuf:"bytes,1,opt,name=id_NRCGI,json=idNRCGI,proto3" json:"id_NRCGI,omitempty"`
3564         Id_MeNBCoordinationAssistanceInformation *MeNBCoordinationAssistanceInformation `protobuf:"bytes,2,opt,name=id_MeNBCoordinationAssistanceInformation,json=idMeNBCoordinationAssistanceInformation,proto3" json:"id_MeNBCoordinationAssistanceInformation,omitempty"`
3565         XXX_NoUnkeyedLiteral                     struct{}                               `json:"-"`
3566         XXX_unrecognized                         []byte                                 `json:"-"`
3567         XXX_sizecache                            int32                                  `json:"-"`
3568 }
3569
3570 func (m *MeNBResourceCoordinationInformationExtIEs) Reset() {
3571         *m = MeNBResourceCoordinationInformationExtIEs{}
3572 }
3573 func (m *MeNBResourceCoordinationInformationExtIEs) String() string { return proto.CompactTextString(m) }
3574 func (*MeNBResourceCoordinationInformationExtIEs) ProtoMessage()    {}
3575 func (*MeNBResourceCoordinationInformationExtIEs) Descriptor() ([]byte, []int) {
3576         return fileDescriptor_e082a304e8406c6c, []int{61}
3577 }
3578
3579 func (m *MeNBResourceCoordinationInformationExtIEs) XXX_Unmarshal(b []byte) error {
3580         return xxx_messageInfo_MeNBResourceCoordinationInformationExtIEs.Unmarshal(m, b)
3581 }
3582 func (m *MeNBResourceCoordinationInformationExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3583         return xxx_messageInfo_MeNBResourceCoordinationInformationExtIEs.Marshal(b, m, deterministic)
3584 }
3585 func (m *MeNBResourceCoordinationInformationExtIEs) XXX_Merge(src proto.Message) {
3586         xxx_messageInfo_MeNBResourceCoordinationInformationExtIEs.Merge(m, src)
3587 }
3588 func (m *MeNBResourceCoordinationInformationExtIEs) XXX_Size() int {
3589         return xxx_messageInfo_MeNBResourceCoordinationInformationExtIEs.Size(m)
3590 }
3591 func (m *MeNBResourceCoordinationInformationExtIEs) XXX_DiscardUnknown() {
3592         xxx_messageInfo_MeNBResourceCoordinationInformationExtIEs.DiscardUnknown(m)
3593 }
3594
3595 var xxx_messageInfo_MeNBResourceCoordinationInformationExtIEs proto.InternalMessageInfo
3596
3597 func (m *MeNBResourceCoordinationInformationExtIEs) GetId_NRCGI() *NRCGI {
3598         if m != nil {
3599                 return m.Id_NRCGI
3600         }
3601         return nil
3602 }
3603
3604 func (m *MeNBResourceCoordinationInformationExtIEs) GetId_MeNBCoordinationAssistanceInformation() *MeNBCoordinationAssistanceInformation {
3605         if m != nil {
3606                 return m.Id_MeNBCoordinationAssistanceInformation
3607         }
3608         return nil
3609 }
3610
3611 type MeNBCoordinationAssistanceInformation struct {
3612         Value                MeNBCoordinationAssistanceInformation_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.MeNBCoordinationAssistanceInformation_Value" json:"value,omitempty"`
3613         XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
3614         XXX_unrecognized     []byte                                      `json:"-"`
3615         XXX_sizecache        int32                                       `json:"-"`
3616 }
3617
3618 func (m *MeNBCoordinationAssistanceInformation) Reset()         { *m = MeNBCoordinationAssistanceInformation{} }
3619 func (m *MeNBCoordinationAssistanceInformation) String() string { return proto.CompactTextString(m) }
3620 func (*MeNBCoordinationAssistanceInformation) ProtoMessage()    {}
3621 func (*MeNBCoordinationAssistanceInformation) Descriptor() ([]byte, []int) {
3622         return fileDescriptor_e082a304e8406c6c, []int{62}
3623 }
3624
3625 func (m *MeNBCoordinationAssistanceInformation) XXX_Unmarshal(b []byte) error {
3626         return xxx_messageInfo_MeNBCoordinationAssistanceInformation.Unmarshal(m, b)
3627 }
3628 func (m *MeNBCoordinationAssistanceInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3629         return xxx_messageInfo_MeNBCoordinationAssistanceInformation.Marshal(b, m, deterministic)
3630 }
3631 func (m *MeNBCoordinationAssistanceInformation) XXX_Merge(src proto.Message) {
3632         xxx_messageInfo_MeNBCoordinationAssistanceInformation.Merge(m, src)
3633 }
3634 func (m *MeNBCoordinationAssistanceInformation) XXX_Size() int {
3635         return xxx_messageInfo_MeNBCoordinationAssistanceInformation.Size(m)
3636 }
3637 func (m *MeNBCoordinationAssistanceInformation) XXX_DiscardUnknown() {
3638         xxx_messageInfo_MeNBCoordinationAssistanceInformation.DiscardUnknown(m)
3639 }
3640
3641 var xxx_messageInfo_MeNBCoordinationAssistanceInformation proto.InternalMessageInfo
3642
3643 func (m *MeNBCoordinationAssistanceInformation) GetValue() MeNBCoordinationAssistanceInformation_Value {
3644         if m != nil {
3645                 return m.Value
3646         }
3647         return MeNBCoordinationAssistanceInformation_protobuf_unspecified
3648 }
3649
3650 type COUNTvalue struct {
3651         PDCP_SN              uint32   `protobuf:"varint,1,opt,name=pDCP_SN,json=pDCPSN,proto3" json:"pDCP_SN,omitempty"`
3652         HFN                  uint32   `protobuf:"varint,2,opt,name=hFN,proto3" json:"hFN,omitempty"`
3653         XXX_NoUnkeyedLiteral struct{} `json:"-"`
3654         XXX_unrecognized     []byte   `json:"-"`
3655         XXX_sizecache        int32    `json:"-"`
3656 }
3657
3658 func (m *COUNTvalue) Reset()         { *m = COUNTvalue{} }
3659 func (m *COUNTvalue) String() string { return proto.CompactTextString(m) }
3660 func (*COUNTvalue) ProtoMessage()    {}
3661 func (*COUNTvalue) Descriptor() ([]byte, []int) {
3662         return fileDescriptor_e082a304e8406c6c, []int{63}
3663 }
3664
3665 func (m *COUNTvalue) XXX_Unmarshal(b []byte) error {
3666         return xxx_messageInfo_COUNTvalue.Unmarshal(m, b)
3667 }
3668 func (m *COUNTvalue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3669         return xxx_messageInfo_COUNTvalue.Marshal(b, m, deterministic)
3670 }
3671 func (m *COUNTvalue) XXX_Merge(src proto.Message) {
3672         xxx_messageInfo_COUNTvalue.Merge(m, src)
3673 }
3674 func (m *COUNTvalue) XXX_Size() int {
3675         return xxx_messageInfo_COUNTvalue.Size(m)
3676 }
3677 func (m *COUNTvalue) XXX_DiscardUnknown() {
3678         xxx_messageInfo_COUNTvalue.DiscardUnknown(m)
3679 }
3680
3681 var xxx_messageInfo_COUNTvalue proto.InternalMessageInfo
3682
3683 func (m *COUNTvalue) GetPDCP_SN() uint32 {
3684         if m != nil {
3685                 return m.PDCP_SN
3686         }
3687         return 0
3688 }
3689
3690 func (m *COUNTvalue) GetHFN() uint32 {
3691         if m != nil {
3692                 return m.HFN
3693         }
3694         return 0
3695 }
3696
3697 type COUNTValueExtended struct {
3698         PDCP_SNExtended      uint32   `protobuf:"varint,1,opt,name=pDCP_SNExtended,json=pDCPSNExtended,proto3" json:"pDCP_SNExtended,omitempty"`
3699         HFNModified          uint32   `protobuf:"varint,2,opt,name=hFNModified,proto3" json:"hFNModified,omitempty"`
3700         XXX_NoUnkeyedLiteral struct{} `json:"-"`
3701         XXX_unrecognized     []byte   `json:"-"`
3702         XXX_sizecache        int32    `json:"-"`
3703 }
3704
3705 func (m *COUNTValueExtended) Reset()         { *m = COUNTValueExtended{} }
3706 func (m *COUNTValueExtended) String() string { return proto.CompactTextString(m) }
3707 func (*COUNTValueExtended) ProtoMessage()    {}
3708 func (*COUNTValueExtended) Descriptor() ([]byte, []int) {
3709         return fileDescriptor_e082a304e8406c6c, []int{64}
3710 }
3711
3712 func (m *COUNTValueExtended) XXX_Unmarshal(b []byte) error {
3713         return xxx_messageInfo_COUNTValueExtended.Unmarshal(m, b)
3714 }
3715 func (m *COUNTValueExtended) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3716         return xxx_messageInfo_COUNTValueExtended.Marshal(b, m, deterministic)
3717 }
3718 func (m *COUNTValueExtended) XXX_Merge(src proto.Message) {
3719         xxx_messageInfo_COUNTValueExtended.Merge(m, src)
3720 }
3721 func (m *COUNTValueExtended) XXX_Size() int {
3722         return xxx_messageInfo_COUNTValueExtended.Size(m)
3723 }
3724 func (m *COUNTValueExtended) XXX_DiscardUnknown() {
3725         xxx_messageInfo_COUNTValueExtended.DiscardUnknown(m)
3726 }
3727
3728 var xxx_messageInfo_COUNTValueExtended proto.InternalMessageInfo
3729
3730 func (m *COUNTValueExtended) GetPDCP_SNExtended() uint32 {
3731         if m != nil {
3732                 return m.PDCP_SNExtended
3733         }
3734         return 0
3735 }
3736
3737 func (m *COUNTValueExtended) GetHFNModified() uint32 {
3738         if m != nil {
3739                 return m.HFNModified
3740         }
3741         return 0
3742 }
3743
3744 type COUNTvaluePDCP_SNlength18 struct {
3745         PDCP_SNlength18       uint32   `protobuf:"varint,1,opt,name=pDCP_SNlength18,json=pDCPSNlength18,proto3" json:"pDCP_SNlength18,omitempty"`
3746         HFNforPDCP_SNlength18 uint32   `protobuf:"varint,2,opt,name=hFNforPDCP_SNlength18,json=hFNforPDCPSNlength18,proto3" json:"hFNforPDCP_SNlength18,omitempty"`
3747         XXX_NoUnkeyedLiteral  struct{} `json:"-"`
3748         XXX_unrecognized      []byte   `json:"-"`
3749         XXX_sizecache         int32    `json:"-"`
3750 }
3751
3752 func (m *COUNTvaluePDCP_SNlength18) Reset()         { *m = COUNTvaluePDCP_SNlength18{} }
3753 func (m *COUNTvaluePDCP_SNlength18) String() string { return proto.CompactTextString(m) }
3754 func (*COUNTvaluePDCP_SNlength18) ProtoMessage()    {}
3755 func (*COUNTvaluePDCP_SNlength18) Descriptor() ([]byte, []int) {
3756         return fileDescriptor_e082a304e8406c6c, []int{65}
3757 }
3758
3759 func (m *COUNTvaluePDCP_SNlength18) XXX_Unmarshal(b []byte) error {
3760         return xxx_messageInfo_COUNTvaluePDCP_SNlength18.Unmarshal(m, b)
3761 }
3762 func (m *COUNTvaluePDCP_SNlength18) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3763         return xxx_messageInfo_COUNTvaluePDCP_SNlength18.Marshal(b, m, deterministic)
3764 }
3765 func (m *COUNTvaluePDCP_SNlength18) XXX_Merge(src proto.Message) {
3766         xxx_messageInfo_COUNTvaluePDCP_SNlength18.Merge(m, src)
3767 }
3768 func (m *COUNTvaluePDCP_SNlength18) XXX_Size() int {
3769         return xxx_messageInfo_COUNTvaluePDCP_SNlength18.Size(m)
3770 }
3771 func (m *COUNTvaluePDCP_SNlength18) XXX_DiscardUnknown() {
3772         xxx_messageInfo_COUNTvaluePDCP_SNlength18.DiscardUnknown(m)
3773 }
3774
3775 var xxx_messageInfo_COUNTvaluePDCP_SNlength18 proto.InternalMessageInfo
3776
3777 func (m *COUNTvaluePDCP_SNlength18) GetPDCP_SNlength18() uint32 {
3778         if m != nil {
3779                 return m.PDCP_SNlength18
3780         }
3781         return 0
3782 }
3783
3784 func (m *COUNTvaluePDCP_SNlength18) GetHFNforPDCP_SNlength18() uint32 {
3785         if m != nil {
3786                 return m.HFNforPDCP_SNlength18
3787         }
3788         return 0
3789 }
3790
3791 type ExpectedUEBehaviour struct {
3792         ExpectedActivity     *ExpectedUEActivityBehaviour `protobuf:"bytes,1,opt,name=expectedActivity,proto3" json:"expectedActivity,omitempty"`
3793         ExpectedHOInterval   *ExpectedHOInterval          `protobuf:"bytes,2,opt,name=expectedHOInterval,proto3" json:"expectedHOInterval,omitempty"`
3794         XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
3795         XXX_unrecognized     []byte                       `json:"-"`
3796         XXX_sizecache        int32                        `json:"-"`
3797 }
3798
3799 func (m *ExpectedUEBehaviour) Reset()         { *m = ExpectedUEBehaviour{} }
3800 func (m *ExpectedUEBehaviour) String() string { return proto.CompactTextString(m) }
3801 func (*ExpectedUEBehaviour) ProtoMessage()    {}
3802 func (*ExpectedUEBehaviour) Descriptor() ([]byte, []int) {
3803         return fileDescriptor_e082a304e8406c6c, []int{66}
3804 }
3805
3806 func (m *ExpectedUEBehaviour) XXX_Unmarshal(b []byte) error {
3807         return xxx_messageInfo_ExpectedUEBehaviour.Unmarshal(m, b)
3808 }
3809 func (m *ExpectedUEBehaviour) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3810         return xxx_messageInfo_ExpectedUEBehaviour.Marshal(b, m, deterministic)
3811 }
3812 func (m *ExpectedUEBehaviour) XXX_Merge(src proto.Message) {
3813         xxx_messageInfo_ExpectedUEBehaviour.Merge(m, src)
3814 }
3815 func (m *ExpectedUEBehaviour) XXX_Size() int {
3816         return xxx_messageInfo_ExpectedUEBehaviour.Size(m)
3817 }
3818 func (m *ExpectedUEBehaviour) XXX_DiscardUnknown() {
3819         xxx_messageInfo_ExpectedUEBehaviour.DiscardUnknown(m)
3820 }
3821
3822 var xxx_messageInfo_ExpectedUEBehaviour proto.InternalMessageInfo
3823
3824 func (m *ExpectedUEBehaviour) GetExpectedActivity() *ExpectedUEActivityBehaviour {
3825         if m != nil {
3826                 return m.ExpectedActivity
3827         }
3828         return nil
3829 }
3830
3831 func (m *ExpectedUEBehaviour) GetExpectedHOInterval() *ExpectedHOInterval {
3832         if m != nil {
3833                 return m.ExpectedHOInterval
3834         }
3835         return nil
3836 }
3837
3838 type ExpectedUEActivityBehaviour struct {
3839         ExpectedActivityPeriod                 *wrappers.UInt32Value                   `protobuf:"bytes,1,opt,name=expectedActivityPeriod,proto3" json:"expectedActivityPeriod,omitempty"`
3840         ExpectedIdlePeriod                     *wrappers.UInt32Value                   `protobuf:"bytes,2,opt,name=expectedIdlePeriod,proto3" json:"expectedIdlePeriod,omitempty"`
3841         SourceOfUEActivityBehaviourInformation *SourceOfUEActivityBehaviourInformation `protobuf:"bytes,3,opt,name=sourceOfUEActivityBehaviourInformation,proto3" json:"sourceOfUEActivityBehaviourInformation,omitempty"`
3842         IE_Extensions                          []*ExpectedUEActivityBehaviour_ExtIEs   `protobuf:"bytes,4,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
3843         XXX_NoUnkeyedLiteral                   struct{}                                `json:"-"`
3844         XXX_unrecognized                       []byte                                  `json:"-"`
3845         XXX_sizecache                          int32                                   `json:"-"`
3846 }
3847
3848 func (m *ExpectedUEActivityBehaviour) Reset()         { *m = ExpectedUEActivityBehaviour{} }
3849 func (m *ExpectedUEActivityBehaviour) String() string { return proto.CompactTextString(m) }
3850 func (*ExpectedUEActivityBehaviour) ProtoMessage()    {}
3851 func (*ExpectedUEActivityBehaviour) Descriptor() ([]byte, []int) {
3852         return fileDescriptor_e082a304e8406c6c, []int{67}
3853 }
3854
3855 func (m *ExpectedUEActivityBehaviour) XXX_Unmarshal(b []byte) error {
3856         return xxx_messageInfo_ExpectedUEActivityBehaviour.Unmarshal(m, b)
3857 }
3858 func (m *ExpectedUEActivityBehaviour) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3859         return xxx_messageInfo_ExpectedUEActivityBehaviour.Marshal(b, m, deterministic)
3860 }
3861 func (m *ExpectedUEActivityBehaviour) XXX_Merge(src proto.Message) {
3862         xxx_messageInfo_ExpectedUEActivityBehaviour.Merge(m, src)
3863 }
3864 func (m *ExpectedUEActivityBehaviour) XXX_Size() int {
3865         return xxx_messageInfo_ExpectedUEActivityBehaviour.Size(m)
3866 }
3867 func (m *ExpectedUEActivityBehaviour) XXX_DiscardUnknown() {
3868         xxx_messageInfo_ExpectedUEActivityBehaviour.DiscardUnknown(m)
3869 }
3870
3871 var xxx_messageInfo_ExpectedUEActivityBehaviour proto.InternalMessageInfo
3872
3873 func (m *ExpectedUEActivityBehaviour) GetExpectedActivityPeriod() *wrappers.UInt32Value {
3874         if m != nil {
3875                 return m.ExpectedActivityPeriod
3876         }
3877         return nil
3878 }
3879
3880 func (m *ExpectedUEActivityBehaviour) GetExpectedIdlePeriod() *wrappers.UInt32Value {
3881         if m != nil {
3882                 return m.ExpectedIdlePeriod
3883         }
3884         return nil
3885 }
3886
3887 func (m *ExpectedUEActivityBehaviour) GetSourceOfUEActivityBehaviourInformation() *SourceOfUEActivityBehaviourInformation {
3888         if m != nil {
3889                 return m.SourceOfUEActivityBehaviourInformation
3890         }
3891         return nil
3892 }
3893
3894 func (m *ExpectedUEActivityBehaviour) GetIE_Extensions() []*ExpectedUEActivityBehaviour_ExtIEs {
3895         if m != nil {
3896                 return m.IE_Extensions
3897         }
3898         return nil
3899 }
3900
3901 type ExpectedUEActivityBehaviour_ExtIEs struct {
3902         XXX_NoUnkeyedLiteral struct{} `json:"-"`
3903         XXX_unrecognized     []byte   `json:"-"`
3904         XXX_sizecache        int32    `json:"-"`
3905 }
3906
3907 func (m *ExpectedUEActivityBehaviour_ExtIEs) Reset()         { *m = ExpectedUEActivityBehaviour_ExtIEs{} }
3908 func (m *ExpectedUEActivityBehaviour_ExtIEs) String() string { return proto.CompactTextString(m) }
3909 func (*ExpectedUEActivityBehaviour_ExtIEs) ProtoMessage()    {}
3910 func (*ExpectedUEActivityBehaviour_ExtIEs) Descriptor() ([]byte, []int) {
3911         return fileDescriptor_e082a304e8406c6c, []int{68}
3912 }
3913
3914 func (m *ExpectedUEActivityBehaviour_ExtIEs) XXX_Unmarshal(b []byte) error {
3915         return xxx_messageInfo_ExpectedUEActivityBehaviour_ExtIEs.Unmarshal(m, b)
3916 }
3917 func (m *ExpectedUEActivityBehaviour_ExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3918         return xxx_messageInfo_ExpectedUEActivityBehaviour_ExtIEs.Marshal(b, m, deterministic)
3919 }
3920 func (m *ExpectedUEActivityBehaviour_ExtIEs) XXX_Merge(src proto.Message) {
3921         xxx_messageInfo_ExpectedUEActivityBehaviour_ExtIEs.Merge(m, src)
3922 }
3923 func (m *ExpectedUEActivityBehaviour_ExtIEs) XXX_Size() int {
3924         return xxx_messageInfo_ExpectedUEActivityBehaviour_ExtIEs.Size(m)
3925 }
3926 func (m *ExpectedUEActivityBehaviour_ExtIEs) XXX_DiscardUnknown() {
3927         xxx_messageInfo_ExpectedUEActivityBehaviour_ExtIEs.DiscardUnknown(m)
3928 }
3929
3930 var xxx_messageInfo_ExpectedUEActivityBehaviour_ExtIEs proto.InternalMessageInfo
3931
3932 type ExpectedHOInterval struct {
3933         Value                ExpectedHOInterval_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.ExpectedHOInterval_Value" json:"value,omitempty"`
3934         XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
3935         XXX_unrecognized     []byte                   `json:"-"`
3936         XXX_sizecache        int32                    `json:"-"`
3937 }
3938
3939 func (m *ExpectedHOInterval) Reset()         { *m = ExpectedHOInterval{} }
3940 func (m *ExpectedHOInterval) String() string { return proto.CompactTextString(m) }
3941 func (*ExpectedHOInterval) ProtoMessage()    {}
3942 func (*ExpectedHOInterval) Descriptor() ([]byte, []int) {
3943         return fileDescriptor_e082a304e8406c6c, []int{69}
3944 }
3945
3946 func (m *ExpectedHOInterval) XXX_Unmarshal(b []byte) error {
3947         return xxx_messageInfo_ExpectedHOInterval.Unmarshal(m, b)
3948 }
3949 func (m *ExpectedHOInterval) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3950         return xxx_messageInfo_ExpectedHOInterval.Marshal(b, m, deterministic)
3951 }
3952 func (m *ExpectedHOInterval) XXX_Merge(src proto.Message) {
3953         xxx_messageInfo_ExpectedHOInterval.Merge(m, src)
3954 }
3955 func (m *ExpectedHOInterval) XXX_Size() int {
3956         return xxx_messageInfo_ExpectedHOInterval.Size(m)
3957 }
3958 func (m *ExpectedHOInterval) XXX_DiscardUnknown() {
3959         xxx_messageInfo_ExpectedHOInterval.DiscardUnknown(m)
3960 }
3961
3962 var xxx_messageInfo_ExpectedHOInterval proto.InternalMessageInfo
3963
3964 func (m *ExpectedHOInterval) GetValue() ExpectedHOInterval_Value {
3965         if m != nil {
3966                 return m.Value
3967         }
3968         return ExpectedHOInterval_protobuf_unspecified
3969 }
3970
3971 type SourceOfUEActivityBehaviourInformation struct {
3972         Value                SourceOfUEActivityBehaviourInformation_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.SourceOfUEActivityBehaviourInformation_Value" json:"value,omitempty"`
3973         XXX_NoUnkeyedLiteral struct{}                                     `json:"-"`
3974         XXX_unrecognized     []byte                                       `json:"-"`
3975         XXX_sizecache        int32                                        `json:"-"`
3976 }
3977
3978 func (m *SourceOfUEActivityBehaviourInformation) Reset() {
3979         *m = SourceOfUEActivityBehaviourInformation{}
3980 }
3981 func (m *SourceOfUEActivityBehaviourInformation) String() string { return proto.CompactTextString(m) }
3982 func (*SourceOfUEActivityBehaviourInformation) ProtoMessage()    {}
3983 func (*SourceOfUEActivityBehaviourInformation) Descriptor() ([]byte, []int) {
3984         return fileDescriptor_e082a304e8406c6c, []int{70}
3985 }
3986
3987 func (m *SourceOfUEActivityBehaviourInformation) XXX_Unmarshal(b []byte) error {
3988         return xxx_messageInfo_SourceOfUEActivityBehaviourInformation.Unmarshal(m, b)
3989 }
3990 func (m *SourceOfUEActivityBehaviourInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3991         return xxx_messageInfo_SourceOfUEActivityBehaviourInformation.Marshal(b, m, deterministic)
3992 }
3993 func (m *SourceOfUEActivityBehaviourInformation) XXX_Merge(src proto.Message) {
3994         xxx_messageInfo_SourceOfUEActivityBehaviourInformation.Merge(m, src)
3995 }
3996 func (m *SourceOfUEActivityBehaviourInformation) XXX_Size() int {
3997         return xxx_messageInfo_SourceOfUEActivityBehaviourInformation.Size(m)
3998 }
3999 func (m *SourceOfUEActivityBehaviourInformation) XXX_DiscardUnknown() {
4000         xxx_messageInfo_SourceOfUEActivityBehaviourInformation.DiscardUnknown(m)
4001 }
4002
4003 var xxx_messageInfo_SourceOfUEActivityBehaviourInformation proto.InternalMessageInfo
4004
4005 func (m *SourceOfUEActivityBehaviourInformation) GetValue() SourceOfUEActivityBehaviourInformation_Value {
4006         if m != nil {
4007                 return m.Value
4008         }
4009         return SourceOfUEActivityBehaviourInformation_protobuf_unspecified
4010 }
4011
4012 type SGNB_Addition_Trigger_Ind struct {
4013         Value                SGNB_Addition_Trigger_Ind_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.SGNB_Addition_Trigger_Ind_Value" json:"value,omitempty"`
4014         XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
4015         XXX_unrecognized     []byte                          `json:"-"`
4016         XXX_sizecache        int32                           `json:"-"`
4017 }
4018
4019 func (m *SGNB_Addition_Trigger_Ind) Reset()         { *m = SGNB_Addition_Trigger_Ind{} }
4020 func (m *SGNB_Addition_Trigger_Ind) String() string { return proto.CompactTextString(m) }
4021 func (*SGNB_Addition_Trigger_Ind) ProtoMessage()    {}
4022 func (*SGNB_Addition_Trigger_Ind) Descriptor() ([]byte, []int) {
4023         return fileDescriptor_e082a304e8406c6c, []int{71}
4024 }
4025
4026 func (m *SGNB_Addition_Trigger_Ind) XXX_Unmarshal(b []byte) error {
4027         return xxx_messageInfo_SGNB_Addition_Trigger_Ind.Unmarshal(m, b)
4028 }
4029 func (m *SGNB_Addition_Trigger_Ind) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
4030         return xxx_messageInfo_SGNB_Addition_Trigger_Ind.Marshal(b, m, deterministic)
4031 }
4032 func (m *SGNB_Addition_Trigger_Ind) XXX_Merge(src proto.Message) {
4033         xxx_messageInfo_SGNB_Addition_Trigger_Ind.Merge(m, src)
4034 }
4035 func (m *SGNB_Addition_Trigger_Ind) XXX_Size() int {
4036         return xxx_messageInfo_SGNB_Addition_Trigger_Ind.Size(m)
4037 }
4038 func (m *SGNB_Addition_Trigger_Ind) XXX_DiscardUnknown() {
4039         xxx_messageInfo_SGNB_Addition_Trigger_Ind.DiscardUnknown(m)
4040 }
4041
4042 var xxx_messageInfo_SGNB_Addition_Trigger_Ind proto.InternalMessageInfo
4043
4044 func (m *SGNB_Addition_Trigger_Ind) GetValue() SGNB_Addition_Trigger_Ind_Value {
4045         if m != nil {
4046                 return m.Value
4047         }
4048         return SGNB_Addition_Trigger_Ind_protobuf_unspecified
4049 }
4050
4051 func init() {
4052         proto.RegisterEnum("streaming_protobufs.EN_DC_ResourceConfiguration_Status", EN_DC_ResourceConfiguration_Status_name, EN_DC_ResourceConfiguration_Status_value)
4053         proto.RegisterEnum("streaming_protobufs.PreEmptionVulnerability_Value", PreEmptionVulnerability_Value_name, PreEmptionVulnerability_Value_value)
4054         proto.RegisterEnum("streaming_protobufs.PreEmptionCapability_Value", PreEmptionCapability_Value_name, PreEmptionCapability_Value_value)
4055         proto.RegisterEnum("streaming_protobufs.RLCMode_Value", RLCMode_Value_name, RLCMode_Value_value)
4056         proto.RegisterEnum("streaming_protobufs.RLC_Status_Reestablishment_Indication", RLC_Status_Reestablishment_Indication_name, RLC_Status_Reestablishment_Indication_value)
4057         proto.RegisterEnum("streaming_protobufs.ULConfiguration_UL_UE_Configuration", ULConfiguration_UL_UE_Configuration_name, ULConfiguration_UL_UE_Configuration_value)
4058         proto.RegisterEnum("streaming_protobufs.PDCPSnLength_Value", PDCPSnLength_Value_name, PDCPSnLength_Value_value)
4059         proto.RegisterEnum("streaming_protobufs.PDCPChangeIndication_Value", PDCPChangeIndication_Value_name, PDCPChangeIndication_Value_value)
4060         proto.RegisterEnum("streaming_protobufs.SplitSRBs_Value", SplitSRBs_Value_name, SplitSRBs_Value_value)
4061         proto.RegisterEnum("streaming_protobufs.UserPlaneTrafficActivityReport_Value", UserPlaneTrafficActivityReport_Value_name, UserPlaneTrafficActivityReport_Value_value)
4062         proto.RegisterEnum("streaming_protobufs.GNBOverloadInformation_Value", GNBOverloadInformation_Value_name, GNBOverloadInformation_Value_value)
4063         proto.RegisterEnum("streaming_protobufs.TriggeringMessage_Value", TriggeringMessage_Value_name, TriggeringMessage_Value_value)
4064         proto.RegisterEnum("streaming_protobufs.Criticality_Value", Criticality_Value_name, Criticality_Value_value)
4065         proto.RegisterEnum("streaming_protobufs.TypeOfError_Value", TypeOfError_Value_name, TypeOfError_Value_value)
4066         proto.RegisterEnum("streaming_protobufs.SgNBCoordinationAssistanceInformation_Value", SgNBCoordinationAssistanceInformation_Value_name, SgNBCoordinationAssistanceInformation_Value_value)
4067         proto.RegisterEnum("streaming_protobufs.RRC_Config_Ind_Value", RRC_Config_Ind_Value_name, RRC_Config_Ind_Value_value)
4068         proto.RegisterEnum("streaming_protobufs.ForbiddenInterRATs_Value", ForbiddenInterRATs_Value_name, ForbiddenInterRATs_Value_value)
4069         proto.RegisterEnum("streaming_protobufs.NRrestrictioninEPSasSecondaryRAT_Value", NRrestrictioninEPSasSecondaryRAT_Value_name, NRrestrictioninEPSasSecondaryRAT_Value_value)
4070         proto.RegisterEnum("streaming_protobufs.CNTypeRestrictionsItem_CNType", CNTypeRestrictionsItem_CNType_name, CNTypeRestrictionsItem_CNType_value)
4071         proto.RegisterEnum("streaming_protobufs.NRrestrictionin5GS_Value", NRrestrictionin5GS_Value_name, NRrestrictionin5GS_Value_value)
4072         proto.RegisterEnum("streaming_protobufs.DL_Forwarding_Value", DL_Forwarding_Value_name, DL_Forwarding_Value_value)
4073         proto.RegisterEnum("streaming_protobufs.DuplicationActivation_Value", DuplicationActivation_Value_name, DuplicationActivation_Value_value)
4074         proto.RegisterEnum("streaming_protobufs.MeNBCoordinationAssistanceInformation_Value", MeNBCoordinationAssistanceInformation_Value_name, MeNBCoordinationAssistanceInformation_Value_value)
4075         proto.RegisterEnum("streaming_protobufs.ExpectedHOInterval_Value", ExpectedHOInterval_Value_name, ExpectedHOInterval_Value_value)
4076         proto.RegisterEnum("streaming_protobufs.SourceOfUEActivityBehaviourInformation_Value", SourceOfUEActivityBehaviourInformation_Value_name, SourceOfUEActivityBehaviourInformation_Value_value)
4077         proto.RegisterEnum("streaming_protobufs.SGNB_Addition_Trigger_Ind_Value", SGNB_Addition_Trigger_Ind_Value_name, SGNB_Addition_Trigger_Ind_Value_value)
4078         proto.RegisterType((*EN_DC_ResourceConfiguration)(nil), "streaming_protobufs.EN_DC_ResourceConfiguration")
4079         proto.RegisterType((*E_RAB_Level_QoS_Parameters)(nil), "streaming_protobufs.E_RAB_Level_QoS_Parameters")
4080         proto.RegisterType((*AllocationAndRetentionPriority)(nil), "streaming_protobufs.AllocationAndRetentionPriority")
4081         proto.RegisterType((*PreEmptionVulnerability)(nil), "streaming_protobufs.Pre_emptionVulnerability")
4082         proto.RegisterType((*PreEmptionCapability)(nil), "streaming_protobufs.Pre_emptionCapability")
4083         proto.RegisterType((*E_RAB_Level_QoS_Parameters_ExtIEs)(nil), "streaming_protobufs.E_RAB_Level_QoS_Parameters_ExtIEs")
4084         proto.RegisterType((*GBR_QosInformation)(nil), "streaming_protobufs.GBR_QosInformation")
4085         proto.RegisterType((*GBR_QosInformation_ExtIEs)(nil), "streaming_protobufs.GBR_QosInformation_ExtIEs")
4086         proto.RegisterType((*GlobalGNB_ID)(nil), "streaming_protobufs.GlobalGNB_ID")
4087         proto.RegisterType((*GNB_ID)(nil), "streaming_protobufs.GNB_ID")
4088         proto.RegisterType((*GlobalGNB_ID_ExtIEs)(nil), "streaming_protobufs.GlobalGNB_ID_ExtIEs")
4089         proto.RegisterType((*GTPtunnelEndpoint)(nil), "streaming_protobufs.GTPtunnelEndpoint")
4090         proto.RegisterType((*GTPtunnelEndpoint_ExtIEs)(nil), "streaming_protobufs.GTPtunnelEndpoint_ExtIEs")
4091         proto.RegisterType((*RLCMode)(nil), "streaming_protobufs.RLCMode")
4092         proto.RegisterType((*RLC_Status)(nil), "streaming_protobufs.RLC_Status")
4093         proto.RegisterType((*ULConfiguration)(nil), "streaming_protobufs.ULConfiguration")
4094         proto.RegisterType((*PDCPSnLength)(nil), "streaming_protobufs.PDCPSnLength")
4095         proto.RegisterType((*PDCPChangeIndication)(nil), "streaming_protobufs.PDCPChangeIndication")
4096         proto.RegisterType((*SplitSRBs)(nil), "streaming_protobufs.SplitSRBs")
4097         proto.RegisterType((*NRCGI)(nil), "streaming_protobufs.NRCGI")
4098         proto.RegisterType((*NRCGI_ExtIEs)(nil), "streaming_protobufs.NRCGI_ExtIEs")
4099         proto.RegisterType((*ECGI)(nil), "streaming_protobufs.ECGI")
4100         proto.RegisterType((*E_RAB_List)(nil), "streaming_protobufs.E_RAB_List")
4101         proto.RegisterType((*E_RAB_ItemIEs)(nil), "streaming_protobufs.E_RAB_ItemIEs")
4102         proto.RegisterType((*E_RAB_Item)(nil), "streaming_protobufs.E_RAB_Item")
4103         proto.RegisterType((*ERABActivityNotifyItemList)(nil), "streaming_protobufs.ERABActivityNotifyItemList")
4104         proto.RegisterType((*ERABActivityNotifyItem)(nil), "streaming_protobufs.ERABActivityNotifyItem")
4105         proto.RegisterType((*ERABActivityNotifyItem_ExtIEs)(nil), "streaming_protobufs.ERABActivityNotifyItem_ExtIEs")
4106         proto.RegisterType((*UserPlaneTrafficActivityReport)(nil), "streaming_protobufs.UserPlaneTrafficActivityReport")
4107         proto.RegisterType((*GNBOverloadInformation)(nil), "streaming_protobufs.GNBOverloadInformation")
4108         proto.RegisterType((*CriticalityDiagnostics)(nil), "streaming_protobufs.CriticalityDiagnostics")
4109         proto.RegisterType((*TriggeringMessage)(nil), "streaming_protobufs.TriggeringMessage")
4110         proto.RegisterType((*Criticality)(nil), "streaming_protobufs.Criticality")
4111         proto.RegisterType((*CriticalityDiagnostics_IE_List)(nil), "streaming_protobufs.CriticalityDiagnostics_IE_List")
4112         proto.RegisterType((*CriticalityDiagnostics_IE_List_Item)(nil), "streaming_protobufs.CriticalityDiagnostics_IE_List_Item")
4113         proto.RegisterType((*TypeOfError)(nil), "streaming_protobufs.TypeOfError")
4114         proto.RegisterType((*CriticalityDiagnostics_ExtIEs)(nil), "streaming_protobufs.CriticalityDiagnostics_ExtIEs")
4115         proto.RegisterType((*SgNBResourceCoordinationInformation)(nil), "streaming_protobufs.SgNBResourceCoordinationInformation")
4116         proto.RegisterType((*SgNBResourceCoordinationInformationExtIEs)(nil), "streaming_protobufs.SgNBResourceCoordinationInformationExtIEs")
4117         proto.RegisterType((*SgNBCoordinationAssistanceInformation)(nil), "streaming_protobufs.SgNBCoordinationAssistanceInformation")
4118         proto.RegisterType((*RRC_Config_Ind)(nil), "streaming_protobufs.RRC_Config_Ind")
4119         proto.RegisterType((*HandoverRestrictionList)(nil), "streaming_protobufs.HandoverRestrictionList")
4120         proto.RegisterType((*EPLMNs)(nil), "streaming_protobufs.EPLMNs")
4121         proto.RegisterType((*ForbiddenTAs)(nil), "streaming_protobufs.ForbiddenTAs")
4122         proto.RegisterType((*ForbiddenTAs_Item)(nil), "streaming_protobufs.ForbiddenTAs_Item")
4123         proto.RegisterType((*ForbiddenTACs)(nil), "streaming_protobufs.ForbiddenTACs")
4124         proto.RegisterType((*ForbiddenLAs)(nil), "streaming_protobufs.ForbiddenLAs")
4125         proto.RegisterType((*ForbiddenLAs_Item)(nil), "streaming_protobufs.ForbiddenLAs_Item")
4126         proto.RegisterType((*ForbiddenLACs)(nil), "streaming_protobufs.ForbiddenLACs")
4127         proto.RegisterType((*ForbiddenInterRATs)(nil), "streaming_protobufs.ForbiddenInterRATs")
4128         proto.RegisterType((*HandoverRestrictionList_ExtIEs)(nil), "streaming_protobufs.HandoverRestrictionList_ExtIEs")
4129         proto.RegisterType((*NRrestrictioninEPSasSecondaryRAT)(nil), "streaming_protobufs.NRrestrictioninEPSasSecondaryRAT")
4130         proto.RegisterType((*CNTypeRestrictions)(nil), "streaming_protobufs.CNTypeRestrictions")
4131         proto.RegisterType((*CNTypeRestrictionsItem)(nil), "streaming_protobufs.CNTypeRestrictionsItem")
4132         proto.RegisterType((*NRrestrictionin5GS)(nil), "streaming_protobufs.NRrestrictionin5GS")
4133         proto.RegisterType((*NRUESecurityCapabilities)(nil), "streaming_protobufs.NRUESecurityCapabilities")
4134         proto.RegisterType((*UEAggregateMaximumBitRate)(nil), "streaming_protobufs.UEAggregateMaximumBitRate")
4135         proto.RegisterType((*UEAggregate_MaximumBitrate_ExtIEs)(nil), "streaming_protobufs.UEAggregate_MaximumBitrate_ExtIEs")
4136         proto.RegisterType((*DL_Forwarding)(nil), "streaming_protobufs.DL_Forwarding")
4137         proto.RegisterType((*DuplicationActivation)(nil), "streaming_protobufs.DuplicationActivation")
4138         proto.RegisterType((*MeNBResourceCoordinationInformation)(nil), "streaming_protobufs.MeNBResourceCoordinationInformation")
4139         proto.RegisterType((*MeNBResourceCoordinationInformationExtIEs)(nil), "streaming_protobufs.MeNBResourceCoordinationInformationExtIEs")
4140         proto.RegisterType((*MeNBCoordinationAssistanceInformation)(nil), "streaming_protobufs.MeNBCoordinationAssistanceInformation")
4141         proto.RegisterType((*COUNTvalue)(nil), "streaming_protobufs.COUNTvalue")
4142         proto.RegisterType((*COUNTValueExtended)(nil), "streaming_protobufs.COUNTValueExtended")
4143         proto.RegisterType((*COUNTvaluePDCP_SNlength18)(nil), "streaming_protobufs.COUNTvaluePDCP_SNlength18")
4144         proto.RegisterType((*ExpectedUEBehaviour)(nil), "streaming_protobufs.ExpectedUEBehaviour")
4145         proto.RegisterType((*ExpectedUEActivityBehaviour)(nil), "streaming_protobufs.ExpectedUEActivityBehaviour")
4146         proto.RegisterType((*ExpectedUEActivityBehaviour_ExtIEs)(nil), "streaming_protobufs.ExpectedUEActivityBehaviour_ExtIEs")
4147         proto.RegisterType((*ExpectedHOInterval)(nil), "streaming_protobufs.ExpectedHOInterval")
4148         proto.RegisterType((*SourceOfUEActivityBehaviourInformation)(nil), "streaming_protobufs.SourceOfUEActivityBehaviourInformation")
4149         proto.RegisterType((*SGNB_Addition_Trigger_Ind)(nil), "streaming_protobufs.SGNB_Addition_Trigger_Ind")
4150 }
4151
4152 func init() { proto.RegisterFile("x2ap_common_types.proto", fileDescriptor_e082a304e8406c6c) }
4153
4154 var fileDescriptor_e082a304e8406c6c = []byte{
4155         // 3509 bytes of a gzipped FileDescriptorProto
4156         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x5a, 0x4f, 0x6c, 0xdc, 0xc6,
4157         0x7a, 0x7f, 0xdc, 0x95, 0x56, 0xf6, 0x27, 0xc9, 0xa6, 0xc6, 0x92, 0x2c, 0xc9, 0x89, 0x63, 0xd3,
4158         0x89, 0x93, 0xbc, 0xd4, 0xb2, 0x2c, 0xc5, 0x89, 0x93, 0x97, 0xf7, 0x9a, 0xdd, 0xd5, 0x4a, 0xde,
4159         0x96, 0x5e, 0x6f, 0xb8, 0xda, 0xf8, 0xbd, 0x26, 0x28, 0x41, 0x91, 0x23, 0x6a, 0x1a, 0xee, 0x70,
4160         0x33, 0x1c, 0xca, 0x5e, 0xb4, 0x87, 0xa2, 0x05, 0x7a, 0x6a, 0xd1, 0x3f, 0xaf, 0x45, 0x2f, 0xef,
4161         0xd0, 0x43, 0x0f, 0x3d, 0xf6, 0xd0, 0x16, 0x45, 0x81, 0x77, 0xe8, 0x1f, 0x14, 0x28, 0xd0, 0x22,
4162         0x40, 0xd0, 0xf6, 0x5a, 0xa0, 0x40, 0x81, 0x9e, 0x7b, 0x29, 0xd0, 0x53, 0x31, 0x24, 0x57, 0x4b,
4163         0xee, 0xce, 0x2e, 0x29, 0xbb, 0xa7, 0xde, 0xc8, 0x99, 0xef, 0xfb, 0x7d, 0x7f, 0x66, 0xe6, 0x9b,
4164         0xef, 0x9b, 0x19, 0xb8, 0xfe, 0x62, 0xd7, 0xea, 0x9b, 0xb6, 0xdf, 0xeb, 0xf9, 0xd4, 0xe4, 0x83,
4165         0x3e, 0x0e, 0xb6, 0xfb, 0xcc, 0xe7, 0x3e, 0xba, 0x16, 0x70, 0x86, 0xad, 0x1e, 0xa1, 0xae, 0x19,
4166         0x35, 0x1c, 0x87, 0x27, 0xc1, 0xd6, 0x4d, 0xd7, 0xf7, 0x5d, 0x0f, 0xdf, 0x1f, 0xb6, 0xdc, 0x7f,
4167         0xce, 0xac, 0x7e, 0x1f, 0xb3, 0x84, 0x69, 0x6b, 0x05, 0x33, 0xe6, 0x33, 0xd3, 0xb6, 0xc2, 0x00,
4168         0xc7, 0x4d, 0xda, 0x7f, 0x95, 0xe0, 0x46, 0xa3, 0x65, 0xee, 0xd7, 0x4d, 0x03, 0x07, 0x7e, 0xc8,
4169         0x6c, 0x5c, 0xf7, 0xe9, 0x09, 0x71, 0x43, 0x66, 0x71, 0xe2, 0x53, 0xf4, 0x0c, 0xa0, 0xbf, 0x5f,
4170         0x6f, 0x5b, 0xbc, 0xe3, 0xb6, 0x6a, 0x1b, 0xca, 0x2d, 0xe5, 0x9d, 0x2b, 0xbb, 0x1f, 0x6e, 0x4b,
4171         0x84, 0x6f, 0xcf, 0x40, 0xd9, 0xee, 0x70, 0x8b, 0x87, 0x81, 0x91, 0x82, 0x42, 0x5f, 0xc0, 0x52,
4172         0xaf, 0x7e, 0xc8, 0x12, 0xf2, 0x60, 0xa3, 0xf4, 0x6a, 0xd0, 0x19, 0x30, 0x01, 0x1e, 0xa4, 0xc1,
4173         0xcb, 0xaf, 0x08, 0x9e, 0x06, 0xd3, 0x3e, 0x85, 0x4a, 0xdc, 0x8e, 0x36, 0x60, 0x75, 0x88, 0x63,
4174         0x86, 0x34, 0xe8, 0x63, 0x9b, 0x9c, 0x10, 0xec, 0xa8, 0xdf, 0x41, 0x8b, 0xb0, 0xd0, 0x67, 0x38,
4175         0xc0, 0x94, 0xab, 0x0a, 0xba, 0x0a, 0x8b, 0xd4, 0xe7, 0xe6, 0xb0, 0xa1, 0xa4, 0xfd, 0x5b, 0x09,
4176         0xb6, 0x1a, 0xa6, 0x51, 0xad, 0x99, 0x3a, 0x3e, 0xc3, 0x9e, 0xf9, 0x99, 0xdf, 0x31, 0xdb, 0x16,
4177         0xb3, 0x7a, 0x98, 0x63, 0x16, 0x20, 0x15, 0xca, 0x5f, 0xd7, 0x9b, 0x91, 0xb3, 0x97, 0x0d, 0xf1,
4178         0x89, 0x7e, 0x19, 0x6e, 0x5a, 0x9e, 0xe7, 0xdb, 0x91, 0x56, 0x55, 0xea, 0x18, 0x98, 0x63, 0x2a,
4179         0xbe, 0xdb, 0x8c, 0xf8, 0x8c, 0xf0, 0x41, 0xe4, 0xbe, 0xc5, 0xdd, 0x3d, 0xa9, 0x85, 0xd5, 0x99,
4180         0xac, 0x46, 0x0e, 0x34, 0xea, 0xc2, 0x8a, 0x7b, 0xcc, 0x3e, 0xf3, 0x83, 0x26, 0x3d, 0xf1, 0x59,
4181         0x2f, 0x22, 0x8c, 0x3c, 0xba, 0xb8, 0xfb, 0xb6, 0x54, 0xde, 0x61, 0xcd, 0x30, 0xb3, 0xe4, 0xc6,
4182         0x24, 0x02, 0xfa, 0x02, 0x96, 0x49, 0xc3, 0x6c, 0xbc, 0xe0, 0x98, 0x06, 0xc4, 0xa7, 0xc1, 0xc6,
4183         0xdc, 0xad, 0xf2, 0x3b, 0x8b, 0xbb, 0x1f, 0xc8, 0x07, 0x69, 0xaa, 0xb7, 0x04, 0x42, 0xb3, 0x11,
4184         0x18, 0x4b, 0xa4, 0x31, 0xc2, 0xd2, 0x7e, 0xb7, 0x04, 0x37, 0x67, 0x9b, 0x8d, 0xde, 0x84, 0xe5,
4185         0x7e, 0xf2, 0x1d, 0xe1, 0x26, 0xfe, 0xce, 0x36, 0x22, 0x13, 0xd6, 0xfa, 0x0c, 0x9b, 0xb8, 0xd7,
4186         0x17, 0xcc, 0x75, 0xab, 0x6f, 0x1d, 0x13, 0x6f, 0xe4, 0xf0, 0xef, 0x4a, 0xb5, 0x6d, 0xcb, 0x38,
4187         0x8c, 0xd5, 0x3e, 0xc3, 0x8d, 0xf1, 0x56, 0x74, 0x0a, 0x1b, 0x29, 0x01, 0x9f, 0x87, 0x1e, 0xc5,
4188         0x6c, 0x28, 0x23, 0x76, 0xf2, 0xbd, 0x3c, 0x19, 0x19, 0x26, 0xe3, 0xfa, 0x48, 0x4c, 0xa6, 0x43,
4189         0xfb, 0x53, 0x05, 0x36, 0xa6, 0x71, 0xa1, 0x26, 0xcc, 0x9f, 0x59, 0x5e, 0x88, 0x93, 0x25, 0xbe,
4190         0x77, 0x21, 0x99, 0xdb, 0x9f, 0x0b, 0x56, 0x23, 0x46, 0xd0, 0x9a, 0x30, 0x1f, 0xfd, 0xcf, 0x58,
4191         0x1e, 0xab, 0xa0, 0x26, 0x2b, 0x22, 0xc2, 0xb3, 0x8e, 0x3d, 0xac, 0x2a, 0x48, 0x85, 0xa5, 0x4c,
4192         0x4b, 0x49, 0xfb, 0x1b, 0x05, 0xd6, 0xa4, 0xce, 0x44, 0x07, 0x59, 0x7d, 0x77, 0x8a, 0x8f, 0x43,
4193         0x56, 0x59, 0x2b, 0x5f, 0xd9, 0xdb, 0xf0, 0x7a, 0x70, 0x6a, 0x79, 0x9e, 0x29, 0x54, 0xe6, 0x8c,
4194         0xb8, 0x2e, 0x66, 0x66, 0x6a, 0xcc, 0x54, 0x05, 0xdd, 0x80, 0xeb, 0x3d, 0x6b, 0x20, 0xed, 0x2c,
4195         0x69, 0xff, 0xa2, 0xc0, 0xed, 0xdc, 0xf9, 0x8b, 0x7e, 0x04, 0x9b, 0xc4, 0x31, 0xf7, 0xfd, 0xe7,
4196         0xd4, 0x23, 0xf4, 0xab, 0xb6, 0x65, 0x7f, 0x85, 0xb9, 0xee, 0x07, 0x81, 0x61, 0xf1, 0xd8, 0xc8,
4197         0xc5, 0xdd, 0xd7, 0xb6, 0xe3, 0xf8, 0xbe, 0x3d, 0x54, 0x74, 0xbb, 0xdb, 0xa4, 0x7c, 0x6f, 0x37,
4198         0x36, 0x68, 0x83, 0x38, 0x72, 0x6e, 0xd4, 0x85, 0xeb, 0xc4, 0x31, 0xbb, 0x7d, 0x09, 0x70, 0xa9,
4199         0x00, 0xf0, 0x3a, 0x71, 0x64, 0xbc, 0xda, 0x3f, 0x95, 0x00, 0x4d, 0x2e, 0x75, 0xf4, 0x3e, 0xac,
4200         0xe3, 0xc8, 0xda, 0x27, 0xd6, 0x0b, 0xd2, 0x0b, 0x7b, 0x35, 0xc2, 0x99, 0xc5, 0xf1, 0xbe, 0x1e,
4201         0x59, 0x31, 0x67, 0xac, 0x62, 0xa3, 0x5a, 0x1b, 0xef, 0x9b, 0xc6, 0xd5, 0xd5, 0x23, 0x15, 0xa5,
4202         0x5c, 0x5d, 0x1d, 0x7d, 0x0c, 0x9b, 0x31, 0xd7, 0x61, 0x68, 0x31, 0x8b, 0x72, 0x8c, 0x9d, 0x91,
4203         0xb8, 0x72, 0xc4, 0x78, 0x5d, 0x30, 0x4a, 0xba, 0x67, 0xf0, 0x76, 0xf5, 0x8d, 0xb9, 0x19, 0xbc,
4204         0x5d, 0x1d, 0x75, 0xc6, 0x63, 0xd7, 0x7c, 0x14, 0xbb, 0xb6, 0x0b, 0x86, 0x43, 0x79, 0xcc, 0xfa,
4205         0xa6, 0x0c, 0x9b, 0x53, 0x69, 0xd1, 0x29, 0x68, 0xc4, 0x31, 0xb1, 0x20, 0x77, 0xb0, 0x63, 0xce,
4206         0x70, 0xf1, 0xb4, 0xf1, 0xfc, 0xe0, 0xfd, 0x78, 0x3c, 0x6f, 0x12, 0xa7, 0x91, 0xc0, 0x34, 0x64,
4207         0x43, 0x51, 0x40, 0x52, 0x32, 0x2c, 0xaf, 0x24, 0xa9, 0xab, 0x23, 0x0a, 0x6f, 0x4d, 0x4a, 0x9a,
4208         0x36, 0x94, 0x79, 0xc2, 0x6e, 0x67, 0x85, 0xc9, 0x86, 0xbc, 0x98, 0xbc, 0x64, 0xf8, 0x5f, 0x55,
4209         0x5e, 0x57, 0xd7, 0xfe, 0x42, 0x81, 0xa5, 0x43, 0xcf, 0x3f, 0xb6, 0xbc, 0xc3, 0x56, 0xcd, 0x6c,
4210         0xee, 0xa3, 0x3b, 0xb0, 0xdc, 0xd7, 0x9f, 0xb4, 0xcc, 0xa6, 0x23, 0x36, 0x23, 0x3e, 0x88, 0xc6,
4211         0x6b, 0xc9, 0x58, 0x12, 0x8d, 0xc3, 0x36, 0xb4, 0x0b, 0x15, 0x37, 0x22, 0x4f, 0x7c, 0x7c, 0x43,
4212         0x3e, 0xab, 0x22, 0x12, 0x63, 0xde, 0x6d, 0xd5, 0x9a, 0xfb, 0xe8, 0xc9, 0xf8, 0x84, 0x2c, 0x47,
4213         0x13, 0xf2, 0x1d, 0x39, 0x6b, 0x4a, 0x25, 0xf9, 0x54, 0xbc, 0x0b, 0x95, 0x44, 0xe3, 0xeb, 0xe7,
4214         0xca, 0x44, 0xaa, 0x3e, 0xfe, 0x4e, 0x22, 0xb1, 0x56, 0x06, 0xc5, 0xd6, 0xd6, 0xe0, 0x9a, 0x04,
4215         0x4c, 0xfb, 0x4b, 0x05, 0x56, 0x0e, 0x8f, 0xda, 0x3c, 0xa4, 0x14, 0x7b, 0x0d, 0xea, 0xf4, 0x7d,
4216         0x42, 0x39, 0x7a, 0x1f, 0xd6, 0x38, 0xb3, 0x68, 0xd0, 0xf7, 0x19, 0xd7, 0xad, 0x01, 0x66, 0x55,
4217         0xc7, 0x61, 0x38, 0x08, 0x12, 0x27, 0xc8, 0x3b, 0xd1, 0x26, 0x5c, 0x72, 0x8f, 0xda, 0xe6, 0x51,
4218         0x23, 0xf1, 0xc7, 0x92, 0xb1, 0xe0, 0x1e, 0xb5, 0xc5, 0x2f, 0x32, 0xe4, 0x46, 0xcb, 0xf7, 0xcb,
4219         0x09, 0x7d, 0xe4, 0x96, 0x6f, 0xc1, 0xc6, 0x34, 0x4a, 0xed, 0x1f, 0x14, 0x58, 0x30, 0xf4, 0xfa,
4220         0x13, 0xdf, 0xc1, 0xe8, 0x51, 0x76, 0xff, 0xd1, 0xa4, 0x32, 0x13, 0xe2, 0xec, 0x8e, 0xf3, 0xeb,
4221         0x4a, 0xfe, 0x96, 0x03, 0x50, 0x61, 0x9e, 0x6d, 0x5a, 0x3d, 0x55, 0x11, 0x54, 0xe2, 0x3b, 0xec,
4222         0x99, 0xc7, 0xc4, 0x21, 0x0c, 0xdb, 0x22, 0x2a, 0x58, 0x9e, 0x5a, 0x42, 0xaf, 0xc1, 0x46, 0xd2,
4223         0x13, 0xd2, 0x74, 0x97, 0x19, 0x7a, 0x6a, 0x79, 0x7a, 0xaf, 0xe3, 0xa9, 0x73, 0xda, 0xb7, 0x0a,
4224         0x80, 0xa1, 0xd7, 0xcd, 0x24, 0x93, 0x1d, 0xc0, 0x16, 0xc3, 0x38, 0x10, 0xfb, 0x2e, 0x09, 0x4e,
4225         0x7b, 0x98, 0x72, 0xb3, 0x49, 0x1d, 0x12, 0xa7, 0x4f, 0x89, 0x8d, 0x1f, 0x4f, 0xb3, 0x31, 0x01,
4226         0xd9, 0x36, 0xa6, 0x22, 0x18, 0x9b, 0x63, 0xe8, 0xa3, 0x2e, 0xad, 0x09, 0x5b, 0xd3, 0x19, 0x67,
4227         0xf8, 0x68, 0x05, 0x96, 0x53, 0xa0, 0xd8, 0x51, 0x15, 0x31, 0xef, 0xae, 0x76, 0xf5, 0x6c, 0x01,
4228         0xf3, 0x19, 0x2c, 0x84, 0xba, 0xd9, 0xde, 0xaf, 0xb7, 0x13, 0x33, 0x1e, 0x49, 0xcd, 0x18, 0x63,
4229         0xdb, 0xee, 0xea, 0x66, 0xb7, 0x61, 0x66, 0xda, 0x8c, 0x4a, 0xa8, 0x0b, 0x1c, 0xcd, 0x80, 0x6b,
4230         0x92, 0xee, 0xd9, 0xd5, 0x00, 0xf5, 0x4d, 0xc7, 0xe2, 0x96, 0xaa, 0x88, 0xb1, 0x0d, 0x4e, 0x2d,
4231         0x86, 0x1d, 0xb5, 0x84, 0x2e, 0xc1, 0x9c, 0x4f, 0xbd, 0x81, 0x5a, 0xd6, 0x7e, 0x5f, 0x81, 0x25,
4232         0x01, 0xde, 0xa1, 0x3a, 0xa6, 0x2e, 0x3f, 0x45, 0xdf, 0xcf, 0x4e, 0x30, 0x79, 0xa6, 0x9d, 0xe6,
4233         0xc8, 0xce, 0xb2, 0x46, 0xfe, 0x24, 0xbb, 0x0a, 0x8b, 0xfc, 0x39, 0xf6, 0xce, 0xb0, 0x79, 0x4c,
4234         0x78, 0xa0, 0x2a, 0xc2, 0xa3, 0x98, 0xb8, 0xa7, 0x1c, 0x63, 0x1a, 0x37, 0x95, 0xb4, 0x9f, 0x2a,
4235         0xb0, 0x2a, 0x84, 0xd4, 0x4f, 0x2d, 0xea, 0xe2, 0xd4, 0xb8, 0x34, 0xb2, 0xea, 0xdd, 0x9f, 0xaa,
4236         0xde, 0x38, 0x67, 0x56, 0xcd, 0x5f, 0xcc, 0x57, 0x73, 0x0b, 0xd6, 0x03, 0xf3, 0xe7, 0x45, 0x10,
4237         0x0a, 0xfb, 0x8e, 0xc5, 0xb1, 0xc9, 0xf0, 0xd7, 0x21, 0x11, 0xfe, 0x53, 0xd0, 0x1b, 0x70, 0x43,
4238         0x94, 0x94, 0x91, 0x6b, 0x4d, 0x86, 0x6d, 0xff, 0x0c, 0xb3, 0xc1, 0x88, 0xa0, 0xa4, 0xfd, 0xa6,
4239         0x02, 0x97, 0x3b, 0x7d, 0x8f, 0xf0, 0x8e, 0x51, 0x0b, 0xd0, 0xc7, 0x59, 0xa5, 0xdf, 0x94, 0x2a,
4240         0x7d, 0x4e, 0x9e, 0xd5, 0xb4, 0x9e, 0xaf, 0xe9, 0x25, 0x98, 0x0b, 0xd8, 0xf1, 0x03, 0x55, 0x49,
4241         0xbe, 0x76, 0xd5, 0x12, 0x5a, 0x82, 0x4b, 0xa2, 0xcd, 0xa2, 0xce, 0xae, 0x5a, 0xd6, 0xfe, 0x48,
4242         0x81, 0xf9, 0x96, 0x51, 0x3f, 0x6c, 0x16, 0xdb, 0x09, 0xbe, 0x0b, 0x2a, 0x35, 0x6c, 0xec, 0x79,
4243         0x71, 0xcb, 0x09, 0xc1, 0x2c, 0x89, 0x81, 0x13, 0xed, 0xe8, 0x40, 0x1e, 0x0c, 0x6f, 0x4b, 0x6d,
4244         0x8c, 0x74, 0x90, 0x07, 0xc0, 0x2b, 0xb0, 0x94, 0xee, 0xd5, 0x4c, 0x98, 0x6b, 0x14, 0x56, 0x78,
4245         0x17, 0x56, 0x71, 0xf7, 0xc8, 0xa8, 0xb6, 0xa4, 0x4a, 0x4b, 0xfb, 0xb4, 0x03, 0x80, 0x24, 0x3b,
4246         0x26, 0x01, 0x17, 0x71, 0x95, 0x70, 0xdc, 0x13, 0x9b, 0x82, 0x50, 0x5f, 0x9b, 0x51, 0x0d, 0x36,
4247         0x39, 0xee, 0x09, 0xfd, 0x63, 0x06, 0xad, 0x03, 0xcb, 0x99, 0x76, 0x54, 0x83, 0x65, 0xe2, 0x98,
4248         0xa3, 0xb6, 0x24, 0x39, 0x7a, 0x23, 0x07, 0xd2, 0x00, 0x12, 0x6d, 0xe8, 0xe2, 0x5b, 0xfb, 0xe1,
4249         0x50, 0x39, 0xf1, 0x87, 0x36, 0xe0, 0x52, 0x9c, 0x33, 0x24, 0xdb, 0xe1, 0xb2, 0x51, 0x11, 0x19,
4250         0x62, 0x73, 0x1f, 0xed, 0xc0, 0x7c, 0x74, 0xaa, 0x92, 0x6c, 0xd9, 0x5b, 0x52, 0x19, 0x75, 0x41,
4251         0x61, 0xc4, 0x84, 0x9a, 0x09, 0x5b, 0x42, 0x4a, 0xd5, 0xe6, 0xe4, 0x8c, 0xf0, 0x41, 0xcb, 0xe7,
4252         0xe4, 0x64, 0x20, 0xa4, 0x44, 0x6e, 0xa8, 0x66, 0xdd, 0xf0, 0x9e, 0x5c, 0x67, 0x29, 0xff, 0xd0,
4253         0x1f, 0xff, 0xa9, 0xc0, 0xba, 0x9c, 0x62, 0x86, 0x1d, 0x5f, 0xc0, 0x15, 0x2b, 0xa1, 0x37, 0xb0,
4254         0xd8, 0x8b, 0x67, 0x1e, 0x2c, 0x74, 0x03, 0xcc, 0xda, 0x9e, 0x45, 0xf1, 0x11, 0xb3, 0x4e, 0x4e,
4255         0x88, 0x5d, 0xcd, 0xb0, 0x1a, 0x63, 0x50, 0xe8, 0xd9, 0xe4, 0x14, 0x15, 0xd8, 0xbb, 0x17, 0x30,
4256         0x4e, 0x3e, 0x67, 0xdf, 0x80, 0xd7, 0x67, 0x92, 0x6b, 0x7f, 0xa6, 0xc0, 0xcd, 0xd9, 0xca, 0xa2,
4257         0xa7, 0xd9, 0xd8, 0xf0, 0xd1, 0x4b, 0x18, 0x9c, 0x0d, 0x18, 0xd5, 0xfc, 0x80, 0xb1, 0x04, 0x97,
4258         0x08, 0x8d, 0x9c, 0x94, 0x94, 0xbf, 0x0c, 0x9b, 0xd1, 0xaf, 0xc5, 0xa3, 0xe8, 0xf5, 0x27, 0x0a,
4259         0xac, 0x1f, 0xb6, 0x6a, 0x4f, 0xcf, 0x30, 0xf3, 0x7c, 0xcb, 0x49, 0x57, 0x59, 0x87, 0x59, 0x75,
4260         0x1f, 0x4c, 0xcb, 0x11, 0x25, 0xbc, 0x17, 0xde, 0x28, 0xae, 0x00, 0xf8, 0x09, 0x4c, 0x14, 0x75,
4261         0x11, 0x5c, 0x11, 0xa5, 0x70, 0xaa, 0xad, 0xa4, 0xfd, 0x73, 0x19, 0xd6, 0xeb, 0x8c, 0x70, 0x62,
4262         0x5b, 0xa2, 0xc8, 0xde, 0x27, 0x96, 0x4b, 0xfd, 0x80, 0x13, 0x3b, 0x5a, 0x87, 0x7d, 0xe6, 0xdb,
4263         0xd8, 0x09, 0x19, 0xae, 0xfb, 0x4e, 0xb1, 0x6a, 0x36, 0xcb, 0x82, 0x8e, 0x60, 0x25, 0x29, 0xae,
4264         0x09, 0x75, 0x9f, 0xe0, 0x20, 0xb0, 0xdc, 0xe1, 0x5a, 0xbb, 0x2b, 0x35, 0xfd, 0x68, 0x9c, 0xda,
4265         0x98, 0x04, 0x40, 0x47, 0x91, 0xc9, 0x89, 0x98, 0x91, 0xf2, 0xc9, 0xbc, 0xbc, 0x25, 0x5f, 0xc4,
4266         0x23, 0x3a, 0x43, 0xca, 0x8d, 0xbe, 0x86, 0x4d, 0xd2, 0x08, 0xe4, 0xce, 0x48, 0x2a, 0x8b, 0xbd,
4267         0x3c, 0xe8, 0x14, 0x8b, 0xd9, 0x6c, 0x44, 0xa1, 0xd1, 0x98, 0x8e, 0x3a, 0xb9, 0xb2, 0xe2, 0x7a,
4268         0x74, 0xf7, 0x22, 0x62, 0xa4, 0x2b, 0xeb, 0xef, 0x14, 0x58, 0x99, 0x70, 0x25, 0xaa, 0x65, 0x27,
4269         0xdf, 0xcf, 0x14, 0x1b, 0x81, 0xec, 0xbc, 0xfb, 0x2a, 0x7f, 0xde, 0xad, 0x03, 0x22, 0x94, 0x70,
4270         0x62, 0x71, 0x81, 0xdc, 0x8b, 0x51, 0x54, 0x45, 0xb4, 0x07, 0xa1, 0x6d, 0xe3, 0x20, 0x38, 0x09,
4271         0x3d, 0xd3, 0x0f, 0xb9, 0xed, 0xf7, 0xb0, 0x5a, 0x12, 0x48, 0x21, 0x95, 0xf4, 0x94, 0xb5, 0xdf,
4272         0x53, 0x60, 0x31, 0x3d, 0x44, 0x9f, 0x64, 0x0d, 0xb8, 0x9b, 0xe7, 0xa7, 0x0b, 0x2f, 0x19, 0x91,
4273         0xc0, 0xe3, 0x5f, 0xc2, 0x36, 0x8f, 0x13, 0x3e, 0xe2, 0x52, 0x9f, 0x09, 0x15, 0x01, 0x2a, 0x34,
4274         0x8a, 0x4e, 0x6a, 0x59, 0xeb, 0xc3, 0xcd, 0xd9, 0x23, 0x8e, 0x5a, 0xd9, 0x5d, 0xe0, 0xd1, 0x4b,
4275         0xcc, 0x1a, 0x33, 0xbd, 0x25, 0xfc, 0xbd, 0x02, 0x77, 0x0a, 0x90, 0xc7, 0xb9, 0x44, 0x7a, 0x41,
4276         0x28, 0x05, 0x17, 0x44, 0x96, 0x0d, 0x5d, 0x83, 0x79, 0xd2, 0x18, 0x16, 0xb2, 0xcb, 0xc6, 0x1c,
4277         0x11, 0x55, 0x5b, 0x0d, 0x16, 0xf9, 0xa0, 0x8f, 0x9f, 0x9e, 0x34, 0x18, 0xf3, 0xd9, 0xcc, 0xb5,
4278         0x76, 0x34, 0xa2, 0x33, 0xd2, 0x4c, 0xda, 0x6f, 0x2b, 0xb0, 0x98, 0xea, 0x2c, 0x36, 0x9e, 0x29,
4279         0x86, 0xec, 0x78, 0xd6, 0xf2, 0xc7, 0x33, 0x09, 0x79, 0x21, 0x75, 0x30, 0x0b, 0xb8, 0xef, 0x8b,
4280         0x30, 0xb8, 0x08, 0x0b, 0x3d, 0x12, 0x04, 0x84, 0xba, 0x6a, 0x49, 0x6c, 0x41, 0x33, 0xd7, 0x95,
4281         0xf6, 0xaf, 0x25, 0xb8, 0xd3, 0x71, 0x5b, 0xb5, 0xd1, 0x45, 0x83, 0xcf, 0x1c, 0x42, 0xa3, 0x88,
4282         0x9c, 0x0e, 0xec, 0x0f, 0xa0, 0x42, 0x0d, 0xb3, 0x7e, 0xd8, 0x4c, 0x9c, 0xbe, 0x35, 0x3d, 0x81,
4283         0x33, 0xe6, 0x69, 0x94, 0x4b, 0x7e, 0x02, 0x9b, 0xa1, 0x3e, 0x05, 0x2f, 0x49, 0xbd, 0xa6, 0x13,
4284         0xa0, 0x1f, 0xc1, 0xa6, 0x33, 0x95, 0xbb, 0x9c, 0x9c, 0x40, 0x8c, 0x87, 0xea, 0xda, 0x80, 0xe3,
4285         0x20, 0x76, 0xe2, 0x74, 0x6e, 0x64, 0xcb, 0x8f, 0xf8, 0x7f, 0x20, 0xcf, 0xbb, 0xf3, 0x9d, 0x23,
4286         0x0d, 0x51, 0xff, 0xad, 0xc0, 0xbb, 0x85, 0x79, 0xd1, 0x2e, 0x2c, 0x88, 0xa4, 0x70, 0xe4, 0xdf,
4287         0x4d, 0x79, 0xf6, 0x21, 0xdc, 0x5b, 0x21, 0x4e, 0x94, 0xfa, 0xfe, 0x81, 0x02, 0xef, 0x10, 0xc7,
4288         0x14, 0x42, 0xd2, 0xe0, 0xd5, 0x20, 0x20, 0x01, 0xb7, 0xa8, 0x8d, 0xc7, 0xfd, 0xbd, 0x38, 0xa5,
4289         0x56, 0x2e, 0x84, 0x60, 0xbc, 0x4d, 0x9c, 0x42, 0x84, 0xda, 0x5f, 0x2b, 0xf0, 0x56, 0x21, 0x4a,
4290         0xf4, 0x79, 0x76, 0x7d, 0x7c, 0xfa, 0xf2, 0xda, 0x65, 0x57, 0xce, 0xa7, 0xf9, 0x2b, 0xe7, 0x75,
4291         0xd8, 0xb4, 0x53, 0xa0, 0xd1, 0x21, 0xfa, 0xa8, 0x82, 0xd3, 0xfe, 0x50, 0x81, 0x2b, 0x86, 0x51,
4292         0x4f, 0x4a, 0x69, 0x51, 0xf9, 0xa3, 0x9f, 0xcd, 0x2a, 0xfb, 0xae, 0xfc, 0xd8, 0x21, 0xc3, 0x93,
4293         0xd5, 0x6a, 0xbf, 0x50, 0xed, 0x7b, 0x12, 0x7a, 0x9e, 0x69, 0x47, 0x10, 0x71, 0xf2, 0xe5, 0x60,
4294         0x8f, 0x5b, 0xc3, 0x96, 0x92, 0xf6, 0xb7, 0x65, 0xb8, 0xfe, 0xd8, 0xa2, 0x8e, 0x48, 0x73, 0x0c,
4295         0x1c, 0x70, 0x46, 0xa2, 0x03, 0x94, 0x28, 0x30, 0xdf, 0x82, 0xc5, 0x00, 0xb3, 0x33, 0x42, 0xdd,
4296         0xb6, 0xfe, 0xa4, 0x95, 0x94, 0x42, 0xe9, 0x26, 0xd4, 0x80, 0xab, 0xc2, 0xc8, 0x33, 0xcb, 0xc3,
4297         0x94, 0x8b, 0x96, 0x60, 0xe6, 0x69, 0x5e, 0x23, 0x22, 0x31, 0xc6, 0x79, 0x50, 0x03, 0x96, 0x4e,
4298         0x7c, 0x76, 0x4c, 0x1c, 0x07, 0xd3, 0xa3, 0xea, 0x30, 0x63, 0x96, 0x17, 0x75, 0x07, 0x29, 0x42,
4299         0x23, 0xc3, 0x96, 0x81, 0xd1, 0xab, 0xc3, 0x2c, 0x24, 0x07, 0x46, 0xcf, 0xc0, 0xe8, 0x55, 0x91,
4300         0x66, 0xa0, 0xf3, 0xff, 0x26, 0xe5, 0x98, 0x19, 0xd5, 0x23, 0x91, 0x6b, 0x4c, 0xbf, 0x0a, 0x3c,
4301         0x98, 0x20, 0x37, 0x24, 0x10, 0xe8, 0x87, 0xe3, 0x81, 0xa2, 0x12, 0x05, 0x0a, 0x79, 0x9a, 0x34,
4302         0x65, 0x50, 0xe4, 0x09, 0xcc, 0x4d, 0xa8, 0xc4, 0xbe, 0x45, 0xab, 0xe9, 0xcd, 0x74, 0x69, 0xb8,
4303         0x25, 0xea, 0xb0, 0x94, 0xf6, 0x9b, 0xd8, 0x49, 0xd2, 0x5b, 0xee, 0xdd, 0x5c, 0x4f, 0x67, 0x36,
4304         0xd8, 0x5f, 0x53, 0x60, 0x65, 0xa2, 0xb3, 0x58, 0xe9, 0xfc, 0x18, 0x96, 0x53, 0x43, 0x56, 0x1f,
4305         0x4e, 0x17, 0x2d, 0x4f, 0x81, 0x7a, 0x60, 0x64, 0x19, 0xb5, 0xb7, 0x60, 0x39, 0xd3, 0x5f, 0xc0,
4306         0x72, 0xfd, 0xc2, 0x96, 0xeb, 0xb3, 0x2c, 0xd7, 0x5f, 0xda, 0x72, 0xbd, 0xb0, 0xe5, 0x7a, 0xd6,
4307         0x72, 0x7d, 0xdc, 0x72, 0x7d, 0xba, 0xe5, 0xdf, 0x2a, 0x80, 0x26, 0x27, 0x26, 0xaa, 0x67, 0xe3,
4308         0xce, 0xbd, 0x82, 0x13, 0x3a, 0x1b, 0x7b, 0x9e, 0xe7, 0xc7, 0x9e, 0x05, 0x28, 0x5b, 0x9e, 0xa7,
4309         0x2a, 0xe8, 0x32, 0xcc, 0xbb, 0x98, 0x59, 0x54, 0x2d, 0x89, 0xcf, 0x90, 0x8b, 0xcf, 0xb2, 0x28,
4310         0x0a, 0x6d, 0xa7, 0x67, 0xed, 0xee, 0xec, 0xec, 0xa8, 0x73, 0x68, 0x05, 0x96, 0x23, 0x1a, 0x8b,
4311         0x3a, 0x31, 0xc1, 0x3c, 0x5a, 0x05, 0x75, 0x48, 0x70, 0xde, 0x5a, 0xd1, 0xfe, 0xa3, 0x04, 0x37,
4312         0x67, 0xaf, 0x0c, 0xf4, 0x1b, 0x0a, 0xdc, 0x21, 0x8e, 0xd9, 0x32, 0xd8, 0xa8, 0x9f, 0xd0, 0x46,
4313         0xbb, 0x63, 0x05, 0x1d, 0x6c, 0xfb, 0xd4, 0xb1, 0xd8, 0xc0, 0xa8, 0x1e, 0x25, 0x1b, 0xe3, 0xc3,
4314         0x29, 0x89, 0xc7, 0x6c, 0x66, 0x43, 0x23, 0x4e, 0x1e, 0x0d, 0xfa, 0x12, 0xd6, 0x88, 0x63, 0xd6,
4315         0x5b, 0x22, 0x23, 0x4b, 0xe9, 0x3a, 0x1c, 0x79, 0x79, 0x28, 0x99, 0x24, 0x37, 0x56, 0x89, 0x33,
4316         0xd9, 0x9a, 0xa0, 0x8f, 0x29, 0xf1, 0xf0, 0xb0, 0x33, 0xf3, 0xcd, 0xc2, 0x24, 0xb9, 0x40, 0x9f,
4317         0x6c, 0xd5, 0x7e, 0xaa, 0xc0, 0xad, 0x5c, 0x03, 0x3f, 0xcb, 0x4e, 0xa5, 0xef, 0xbd, 0x94, 0x2b,
4318         0xb3, 0x13, 0xeb, 0x20, 0x7f, 0x62, 0xdd, 0x81, 0x37, 0xe8, 0x39, 0x26, 0x76, 0x24, 0x90, 0xaa,
4319         0xa2, 0x3d, 0x03, 0x24, 0xf1, 0x59, 0xa1, 0xf3, 0xa6, 0x49, 0xbe, 0x74, 0x04, 0xf8, 0x2b, 0x05,
4320         0xd6, 0xe5, 0x14, 0xe8, 0x3a, 0x2c, 0xf4, 0xbd, 0x1e, 0x35, 0x9b, 0x4e, 0x12, 0x00, 0x2a, 0xe2,
4321         0xb7, 0xe9, 0x20, 0x1d, 0x16, 0xec, 0xf8, 0x5d, 0x53, 0xf2, 0xfe, 0x67, 0xef, 0x02, 0x82, 0xb7,
4322         0xeb, 0xad, 0x88, 0xd5, 0xa8, 0xd8, 0x54, 0xf4, 0x6b, 0x1f, 0xc1, 0x42, 0xd2, 0x34, 0xfb, 0xe9,
4323         0xc1, 0x09, 0x39, 0xc3, 0x87, 0x75, 0xf3, 0x3c, 0x76, 0xa8, 0x8a, 0xf6, 0x63, 0x05, 0xd0, 0xe4,
4324         0x60, 0x17, 0x0b, 0x09, 0x93, 0x7c, 0xd9, 0x91, 0x7b, 0x94, 0x3f, 0x72, 0x6b, 0xb0, 0x92, 0x1d,
4325         0xb9, 0x87, 0x87, 0x1d, 0x55, 0xd1, 0x7e, 0xa2, 0xc0, 0x46, 0xcb, 0xe8, 0x36, 0x3a, 0xd8, 0x0e,
4326         0x19, 0xe1, 0x83, 0xf3, 0x47, 0x0c, 0x04, 0x07, 0xe8, 0x03, 0x58, 0xa7, 0x06, 0xa6, 0x36, 0x1b,
4327         0x44, 0x0f, 0x0d, 0xaa, 0x9e, 0xeb, 0x33, 0xc2, 0x4f, 0x7b, 0xc3, 0xfb, 0xb4, 0x29, 0xbd, 0xe8,
4328         0xb1, 0x98, 0x25, 0x84, 0x72, 0xec, 0x0a, 0xc8, 0x36, 0xf3, 0x79, 0x7c, 0x33, 0x94, 0x02, 0x88,
4329         0x6b, 0x86, 0x3c, 0x32, 0xed, 0x77, 0x4a, 0xb0, 0xd9, 0x6d, 0x54, 0x5d, 0x97, 0x61, 0xd7, 0xe2,
4330         0x78, 0x74, 0xbd, 0x1b, 0xbd, 0x3a, 0xd0, 0xe1, 0x76, 0xd8, 0xb0, 0xe4, 0x9d, 0xc3, 0x87, 0x0a,
4331         0xc9, 0x93, 0x80, 0x7c, 0x42, 0xa1, 0xf5, 0x54, 0xa2, 0xf8, 0x75, 0x42, 0xf2, 0x50, 0x20, 0x8f,
4332         0x6c, 0xf2, 0xdd, 0x51, 0x79, 0xc6, 0xbb, 0xa3, 0x94, 0x79, 0x63, 0x57, 0xe0, 0xf2, 0x74, 0xe3,
4333         0x8f, 0x4b, 0x70, 0x3b, 0x97, 0x07, 0xfd, 0xaa, 0x02, 0xf7, 0xd2, 0x17, 0xd1, 0xc5, 0xfc, 0x94,
4334         0x77, 0x21, 0xfd, 0xde, 0xe8, 0x42, 0xba, 0x9b, 0xeb, 0xcf, 0x5f, 0x81, 0xf7, 0x0a, 0x69, 0x90,
4335         0xf2, 0x6d, 0x9e, 0xfc, 0x77, 0x0b, 0xc8, 0x8f, 0xe1, 0xb4, 0xdf, 0x52, 0x60, 0x79, 0x5f, 0x37,
4336         0x0f, 0x7c, 0xf6, 0xdc, 0x12, 0xa5, 0x81, 0x8b, 0x7e, 0x90, 0x5d, 0x69, 0xf2, 0x8b, 0xeb, 0x0c,
4337         0x4b, 0x76, 0x91, 0x7d, 0x92, 0xbf, 0xc8, 0x36, 0x61, 0xcd, 0xd1, 0xc5, 0xaa, 0x4f, 0x00, 0xda,
4338         0xcc, 0xef, 0xfb, 0x41, 0x54, 0x85, 0xfc, 0x44, 0x81, 0xb5, 0xfd, 0xb0, 0xef, 0x25, 0x77, 0x54,
4339         0xd5, 0xf8, 0x0c, 0x56, 0x54, 0x4e, 0x85, 0xde, 0x19, 0x49, 0x59, 0xb3, 0xfa, 0x7d, 0xaf, 0xd0,
4340         0x99, 0xd1, 0xf9, 0x59, 0x70, 0xfa, 0x64, 0xb8, 0xa4, 0xfd, 0x7b, 0x09, 0xee, 0x3c, 0xc1, 0xf9,
4341         0x67, 0x07, 0xdf, 0x87, 0xe5, 0xe8, 0x8a, 0xc5, 0xac, 0x63, 0xcf, 0x1b, 0x1e, 0xee, 0xcf, 0x2c,
4342         0x71, 0x17, 0x23, 0x7a, 0x41, 0xde, 0xdc, 0xff, 0x7f, 0x72, 0x8e, 0x50, 0xc0, 0x51, 0xd2, 0xa5,
4343         0xfb, 0x3f, 0x0a, 0xbc, 0x5b, 0x98, 0x17, 0x3d, 0x84, 0x4b, 0x51, 0x92, 0x51, 0xec, 0xa0, 0x66,
4344         0x41, 0xa4, 0x12, 0xa9, 0xa3, 0x04, 0x21, 0xe7, 0xd5, 0x8e, 0x12, 0x0a, 0x21, 0x18, 0x6f, 0x13,
4345         0xa7, 0x10, 0x61, 0x74, 0x94, 0x50, 0x88, 0xb2, 0xd8, 0x51, 0x42, 0x21, 0xa8, 0xff, 0xeb, 0xa3,
4346         0x84, 0x0f, 0x01, 0xea, 0x4f, 0xbb, 0xad, 0xa3, 0x08, 0x2f, 0xca, 0x39, 0xf6, 0xeb, 0x6d, 0xb3,
4347         0xd3, 0x1a, 0x5e, 0x71, 0x89, 0xdf, 0x4e, 0x0b, 0xa9, 0x50, 0x3e, 0x3d, 0x68, 0x25, 0x47, 0x92,
4348         0xe2, 0x53, 0x33, 0x01, 0x45, 0x8c, 0x91, 0xfc, 0x61, 0x08, 0x43, 0x6f, 0xc3, 0xd5, 0x04, 0x60,
4349         0xd8, 0x94, 0x00, 0x5d, 0x89, 0x81, 0xce, 0x09, 0x6f, 0xc1, 0xe2, 0xe9, 0x41, 0xeb, 0x89, 0xef,
4350         0x44, 0x7a, 0x26, 0xc0, 0xe9, 0x26, 0x6d, 0x00, 0x9b, 0x23, 0xcd, 0xda, 0x31, 0xa8, 0x17, 0x5d,
4351         0xda, 0x3f, 0x78, 0x94, 0x92, 0x33, 0x6c, 0xca, 0xca, 0x39, 0x27, 0xdc, 0x83, 0xb5, 0xd3, 0x83,
4352         0xd6, 0x89, 0xcf, 0xc6, 0x10, 0x12, 0x89, 0xab, 0xa3, 0xce, 0x51, 0x9f, 0xf6, 0x8f, 0x0a, 0x5c,
4353         0x6b, 0xbc, 0xe8, 0x63, 0x91, 0x56, 0x74, 0x1b, 0x35, 0x7c, 0x6a, 0x9d, 0x11, 0x3f, 0x64, 0xe8,
4354         0x4b, 0x50, 0x71, 0xd2, 0x3c, 0xbc, 0xc4, 0x4a, 0xe6, 0xb1, 0x3c, 0xc4, 0x8d, 0x30, 0x86, 0xe4,
4355         0xe7, 0x58, 0xc6, 0x04, 0x12, 0x7a, 0x06, 0x68, 0xd8, 0xf6, 0xf8, 0x69, 0x54, 0x29, 0x9d, 0x59,
4356         0xde, 0xcc, 0xec, 0xbe, 0x31, 0x41, 0x6e, 0x48, 0x20, 0xb4, 0x3f, 0x2f, 0xc3, 0x8d, 0x19, 0xaa,
4357         0xa0, 0x23, 0x58, 0x1f, 0x57, 0xa6, 0x8d, 0x19, 0xf1, 0x9d, 0x42, 0x97, 0x4e, 0x53, 0x78, 0x91,
4358         0x3e, 0x32, 0xa7, 0xe9, 0x78, 0x38, 0x41, 0x2c, 0xf2, 0x76, 0x52, 0xc2, 0x87, 0x7e, 0xac, 0xc0,
4359         0xdd, 0x38, 0xc4, 0x3c, 0x3d, 0x91, 0xd8, 0x30, 0x19, 0x36, 0xe5, 0xe5, 0x43, 0xa7, 0x10, 0x84,
4360         0x51, 0x50, 0x14, 0xfa, 0x52, 0x1e, 0x63, 0x3f, 0xbc, 0xe8, 0x6c, 0x90, 0xe7, 0x45, 0x6f, 0x82,
4361         0x96, 0xcf, 0xa3, 0x7d, 0xa3, 0x00, 0x9a, 0x9c, 0x08, 0xc5, 0xb2, 0xf0, 0x49, 0xbe, 0x6c, 0x7c,
4362         0xe1, 0xf9, 0xf1, 0xe5, 0x32, 0xcc, 0x07, 0xd8, 0x7e, 0xf0, 0x30, 0x2e, 0xcd, 0x03, 0x6c, 0xef,
4363         0xed, 0xc4, 0xa5, 0x79, 0x80, 0xed, 0x0f, 0x76, 0xd4, 0x72, 0xf2, 0xf9, 0x91, 0xa8, 0xcb, 0x01,
4364         0x2a, 0x82, 0x76, 0x77, 0x47, 0x9d, 0x1f, 0x7e, 0x3f, 0xda, 0x51, 0x2b, 0x68, 0x19, 0x2e, 0x7b,
4365         0x3e, 0x75, 0x4d, 0x4e, 0x7a, 0x58, 0x5d, 0xd0, 0xbe, 0x55, 0xe0, 0x6e, 0xb1, 0x81, 0x42, 0xcf,
4366         0xb2, 0x56, 0x56, 0x5f, 0x61, 0xd0, 0xb3, 0x96, 0x3f, 0xcd, 0xb7, 0xfc, 0x35, 0xd8, 0x08, 0xc2,
4367         0xe3, 0xc0, 0x66, 0x24, 0xaa, 0x16, 0x4c, 0x32, 0xc2, 0x52, 0x15, 0x74, 0x05, 0x20, 0xe0, 0x16,
4368         0x27, 0xd1, 0x7d, 0x46, 0xfc, 0x28, 0x68, 0xb3, 0x73, 0xd8, 0xaa, 0x99, 0x55, 0xc7, 0x21, 0x11,
4369         0x7d, 0x72, 0xd7, 0x17, 0x1d, 0xdf, 0xfe, 0x5c, 0xd6, 0x8e, 0xf7, 0xe5, 0x76, 0x4c, 0x63, 0xcf,
4370         0xaa, 0x7e, 0x94, 0xaf, 0xfa, 0x32, 0x5c, 0x0e, 0xa8, 0x69, 0x47, 0xaf, 0x8c, 0xe2, 0x73, 0x5c,
4371         0x51, 0xb4, 0x30, 0x13, 0xb7, 0x6a, 0xe6, 0xe3, 0xa7, 0x6a, 0x29, 0x69, 0x61, 0xd6, 0xb0, 0xa5,
4372         0x5c, 0xdb, 0xfb, 0x85, 0x07, 0x2e, 0x66, 0x8c, 0xf0, 0x6d, 0xff, 0x1e, 0xb3, 0xe8, 0xbd, 0xc0,
4373         0xde, 0xf6, 0x99, 0x7b, 0x9f, 0xdd, 0x67, 0xc4, 0xbe, 0xd7, 0xf7, 0xf8, 0xfd, 0x73, 0x8d, 0xef,
4374         0x9d, 0x6b, 0x7c, 0x5c, 0x89, 0x3e, 0xf7, 0xfe, 0x37, 0x00, 0x00, 0xff, 0xff, 0xdd, 0xfd, 0x24,
4375         0x20, 0x92, 0x33, 0x00, 0x00,
4376 }