Add Golang module files
[ric-plt/streaming-protobufs.git] / protogen / go / streaming_protobufs / secondary_rat_data_usage_report.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: secondary_rat_data_usage_report.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 SecondaryRATUsageReport_Item_SecondaryRATType int32
25
26 const (
27         SecondaryRATUsageReport_Item_protobuf_unspecified SecondaryRATUsageReport_Item_SecondaryRATType = 0
28         SecondaryRATUsageReport_Item_nr                   SecondaryRATUsageReport_Item_SecondaryRATType = 1
29 )
30
31 var SecondaryRATUsageReport_Item_SecondaryRATType_name = map[int32]string{
32         0: "protobuf_unspecified",
33         1: "nr",
34 }
35
36 var SecondaryRATUsageReport_Item_SecondaryRATType_value = map[string]int32{
37         "protobuf_unspecified": 0,
38         "nr":                   1,
39 }
40
41 func (x SecondaryRATUsageReport_Item_SecondaryRATType) String() string {
42         return proto.EnumName(SecondaryRATUsageReport_Item_SecondaryRATType_name, int32(x))
43 }
44
45 func (SecondaryRATUsageReport_Item_SecondaryRATType) EnumDescriptor() ([]byte, []int) {
46         return fileDescriptor_6cfaa22c59a9cea1, []int{4, 0}
47 }
48
49 type SecondaryRATDataUsageReport struct {
50         ProtocolIEs          *SecondaryRATDataUsageReport_IEs `protobuf:"bytes,1,opt,name=protocolIEs,proto3" json:"protocolIEs,omitempty"`
51         XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
52         XXX_unrecognized     []byte                           `json:"-"`
53         XXX_sizecache        int32                            `json:"-"`
54 }
55
56 func (m *SecondaryRATDataUsageReport) Reset()         { *m = SecondaryRATDataUsageReport{} }
57 func (m *SecondaryRATDataUsageReport) String() string { return proto.CompactTextString(m) }
58 func (*SecondaryRATDataUsageReport) ProtoMessage()    {}
59 func (*SecondaryRATDataUsageReport) Descriptor() ([]byte, []int) {
60         return fileDescriptor_6cfaa22c59a9cea1, []int{0}
61 }
62
63 func (m *SecondaryRATDataUsageReport) XXX_Unmarshal(b []byte) error {
64         return xxx_messageInfo_SecondaryRATDataUsageReport.Unmarshal(m, b)
65 }
66 func (m *SecondaryRATDataUsageReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
67         return xxx_messageInfo_SecondaryRATDataUsageReport.Marshal(b, m, deterministic)
68 }
69 func (m *SecondaryRATDataUsageReport) XXX_Merge(src proto.Message) {
70         xxx_messageInfo_SecondaryRATDataUsageReport.Merge(m, src)
71 }
72 func (m *SecondaryRATDataUsageReport) XXX_Size() int {
73         return xxx_messageInfo_SecondaryRATDataUsageReport.Size(m)
74 }
75 func (m *SecondaryRATDataUsageReport) XXX_DiscardUnknown() {
76         xxx_messageInfo_SecondaryRATDataUsageReport.DiscardUnknown(m)
77 }
78
79 var xxx_messageInfo_SecondaryRATDataUsageReport proto.InternalMessageInfo
80
81 func (m *SecondaryRATDataUsageReport) GetProtocolIEs() *SecondaryRATDataUsageReport_IEs {
82         if m != nil {
83                 return m.ProtocolIEs
84         }
85         return nil
86 }
87
88 type SecondaryRATDataUsageReport_IEs struct {
89         Id_MeNB_UE_X2AP_ID             uint32                       `protobuf:"varint,1,opt,name=id_MeNB_UE_X2AP_ID,json=idMeNBUEX2APID,proto3" json:"id_MeNB_UE_X2AP_ID,omitempty"`
90         Id_SgNB_UE_X2AP_ID             uint32                       `protobuf:"varint,2,opt,name=id_SgNB_UE_X2AP_ID,json=idSgNBUEX2APID,proto3" json:"id_SgNB_UE_X2AP_ID,omitempty"`
91         Id_SecondaryRATUsageReportList *SecondaryRATUsageReportList `protobuf:"bytes,3,opt,name=id_SecondaryRATUsageReportList,json=idSecondaryRATUsageReportList,proto3" json:"id_SecondaryRATUsageReportList,omitempty"`
92         Id_MeNB_UE_X2AP_ID_Extension   *wrappers.UInt32Value        `protobuf:"bytes,4,opt,name=id_MeNB_UE_X2AP_ID_Extension,json=idMeNBUEX2APIDExtension,proto3" json:"id_MeNB_UE_X2AP_ID_Extension,omitempty"`
93         XXX_NoUnkeyedLiteral           struct{}                     `json:"-"`
94         XXX_unrecognized               []byte                       `json:"-"`
95         XXX_sizecache                  int32                        `json:"-"`
96 }
97
98 func (m *SecondaryRATDataUsageReport_IEs) Reset()         { *m = SecondaryRATDataUsageReport_IEs{} }
99 func (m *SecondaryRATDataUsageReport_IEs) String() string { return proto.CompactTextString(m) }
100 func (*SecondaryRATDataUsageReport_IEs) ProtoMessage()    {}
101 func (*SecondaryRATDataUsageReport_IEs) Descriptor() ([]byte, []int) {
102         return fileDescriptor_6cfaa22c59a9cea1, []int{1}
103 }
104
105 func (m *SecondaryRATDataUsageReport_IEs) XXX_Unmarshal(b []byte) error {
106         return xxx_messageInfo_SecondaryRATDataUsageReport_IEs.Unmarshal(m, b)
107 }
108 func (m *SecondaryRATDataUsageReport_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
109         return xxx_messageInfo_SecondaryRATDataUsageReport_IEs.Marshal(b, m, deterministic)
110 }
111 func (m *SecondaryRATDataUsageReport_IEs) XXX_Merge(src proto.Message) {
112         xxx_messageInfo_SecondaryRATDataUsageReport_IEs.Merge(m, src)
113 }
114 func (m *SecondaryRATDataUsageReport_IEs) XXX_Size() int {
115         return xxx_messageInfo_SecondaryRATDataUsageReport_IEs.Size(m)
116 }
117 func (m *SecondaryRATDataUsageReport_IEs) XXX_DiscardUnknown() {
118         xxx_messageInfo_SecondaryRATDataUsageReport_IEs.DiscardUnknown(m)
119 }
120
121 var xxx_messageInfo_SecondaryRATDataUsageReport_IEs proto.InternalMessageInfo
122
123 func (m *SecondaryRATDataUsageReport_IEs) GetId_MeNB_UE_X2AP_ID() uint32 {
124         if m != nil {
125                 return m.Id_MeNB_UE_X2AP_ID
126         }
127         return 0
128 }
129
130 func (m *SecondaryRATDataUsageReport_IEs) GetId_SgNB_UE_X2AP_ID() uint32 {
131         if m != nil {
132                 return m.Id_SgNB_UE_X2AP_ID
133         }
134         return 0
135 }
136
137 func (m *SecondaryRATDataUsageReport_IEs) GetId_SecondaryRATUsageReportList() *SecondaryRATUsageReportList {
138         if m != nil {
139                 return m.Id_SecondaryRATUsageReportList
140         }
141         return nil
142 }
143
144 func (m *SecondaryRATDataUsageReport_IEs) GetId_MeNB_UE_X2AP_ID_Extension() *wrappers.UInt32Value {
145         if m != nil {
146                 return m.Id_MeNB_UE_X2AP_ID_Extension
147         }
148         return nil
149 }
150
151 type SecondaryRATUsageReportList struct {
152         Items                []*SecondaryRATUsageReport_ItemIEs `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
153         XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
154         XXX_unrecognized     []byte                             `json:"-"`
155         XXX_sizecache        int32                              `json:"-"`
156 }
157
158 func (m *SecondaryRATUsageReportList) Reset()         { *m = SecondaryRATUsageReportList{} }
159 func (m *SecondaryRATUsageReportList) String() string { return proto.CompactTextString(m) }
160 func (*SecondaryRATUsageReportList) ProtoMessage()    {}
161 func (*SecondaryRATUsageReportList) Descriptor() ([]byte, []int) {
162         return fileDescriptor_6cfaa22c59a9cea1, []int{2}
163 }
164
165 func (m *SecondaryRATUsageReportList) XXX_Unmarshal(b []byte) error {
166         return xxx_messageInfo_SecondaryRATUsageReportList.Unmarshal(m, b)
167 }
168 func (m *SecondaryRATUsageReportList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
169         return xxx_messageInfo_SecondaryRATUsageReportList.Marshal(b, m, deterministic)
170 }
171 func (m *SecondaryRATUsageReportList) XXX_Merge(src proto.Message) {
172         xxx_messageInfo_SecondaryRATUsageReportList.Merge(m, src)
173 }
174 func (m *SecondaryRATUsageReportList) XXX_Size() int {
175         return xxx_messageInfo_SecondaryRATUsageReportList.Size(m)
176 }
177 func (m *SecondaryRATUsageReportList) XXX_DiscardUnknown() {
178         xxx_messageInfo_SecondaryRATUsageReportList.DiscardUnknown(m)
179 }
180
181 var xxx_messageInfo_SecondaryRATUsageReportList proto.InternalMessageInfo
182
183 func (m *SecondaryRATUsageReportList) GetItems() []*SecondaryRATUsageReport_ItemIEs {
184         if m != nil {
185                 return m.Items
186         }
187         return nil
188 }
189
190 type SecondaryRATUsageReport_ItemIEs struct {
191         Id_SecondaryRATUsageReport_Item *SecondaryRATUsageReport_Item `protobuf:"bytes,1,opt,name=id_SecondaryRATUsageReport_Item,json=idSecondaryRATUsageReportItem,proto3" json:"id_SecondaryRATUsageReport_Item,omitempty"`
192         XXX_NoUnkeyedLiteral            struct{}                      `json:"-"`
193         XXX_unrecognized                []byte                        `json:"-"`
194         XXX_sizecache                   int32                         `json:"-"`
195 }
196
197 func (m *SecondaryRATUsageReport_ItemIEs) Reset()         { *m = SecondaryRATUsageReport_ItemIEs{} }
198 func (m *SecondaryRATUsageReport_ItemIEs) String() string { return proto.CompactTextString(m) }
199 func (*SecondaryRATUsageReport_ItemIEs) ProtoMessage()    {}
200 func (*SecondaryRATUsageReport_ItemIEs) Descriptor() ([]byte, []int) {
201         return fileDescriptor_6cfaa22c59a9cea1, []int{3}
202 }
203
204 func (m *SecondaryRATUsageReport_ItemIEs) XXX_Unmarshal(b []byte) error {
205         return xxx_messageInfo_SecondaryRATUsageReport_ItemIEs.Unmarshal(m, b)
206 }
207 func (m *SecondaryRATUsageReport_ItemIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
208         return xxx_messageInfo_SecondaryRATUsageReport_ItemIEs.Marshal(b, m, deterministic)
209 }
210 func (m *SecondaryRATUsageReport_ItemIEs) XXX_Merge(src proto.Message) {
211         xxx_messageInfo_SecondaryRATUsageReport_ItemIEs.Merge(m, src)
212 }
213 func (m *SecondaryRATUsageReport_ItemIEs) XXX_Size() int {
214         return xxx_messageInfo_SecondaryRATUsageReport_ItemIEs.Size(m)
215 }
216 func (m *SecondaryRATUsageReport_ItemIEs) XXX_DiscardUnknown() {
217         xxx_messageInfo_SecondaryRATUsageReport_ItemIEs.DiscardUnknown(m)
218 }
219
220 var xxx_messageInfo_SecondaryRATUsageReport_ItemIEs proto.InternalMessageInfo
221
222 func (m *SecondaryRATUsageReport_ItemIEs) GetId_SecondaryRATUsageReport_Item() *SecondaryRATUsageReport_Item {
223         if m != nil {
224                 return m.Id_SecondaryRATUsageReport_Item
225         }
226         return nil
227 }
228
229 type SecondaryRATUsageReport_Item struct {
230         E_RAB_ID             uint32                                        `protobuf:"varint,1,opt,name=e_RAB_ID,json=eRABID,proto3" json:"e_RAB_ID,omitempty"`
231         SecondaryRATType     SecondaryRATUsageReport_Item_SecondaryRATType `protobuf:"varint,2,opt,name=secondaryRATType,proto3,enum=streaming_protobufs.SecondaryRATUsageReport_Item_SecondaryRATType" json:"secondaryRATType,omitempty"`
232         E_RABUsageReportList *E_RABUsageReportList                         `protobuf:"bytes,3,opt,name=e_RABUsageReportList,json=eRABUsageReportList,proto3" json:"e_RABUsageReportList,omitempty"`
233         XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
234         XXX_unrecognized     []byte                                        `json:"-"`
235         XXX_sizecache        int32                                         `json:"-"`
236 }
237
238 func (m *SecondaryRATUsageReport_Item) Reset()         { *m = SecondaryRATUsageReport_Item{} }
239 func (m *SecondaryRATUsageReport_Item) String() string { return proto.CompactTextString(m) }
240 func (*SecondaryRATUsageReport_Item) ProtoMessage()    {}
241 func (*SecondaryRATUsageReport_Item) Descriptor() ([]byte, []int) {
242         return fileDescriptor_6cfaa22c59a9cea1, []int{4}
243 }
244
245 func (m *SecondaryRATUsageReport_Item) XXX_Unmarshal(b []byte) error {
246         return xxx_messageInfo_SecondaryRATUsageReport_Item.Unmarshal(m, b)
247 }
248 func (m *SecondaryRATUsageReport_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
249         return xxx_messageInfo_SecondaryRATUsageReport_Item.Marshal(b, m, deterministic)
250 }
251 func (m *SecondaryRATUsageReport_Item) XXX_Merge(src proto.Message) {
252         xxx_messageInfo_SecondaryRATUsageReport_Item.Merge(m, src)
253 }
254 func (m *SecondaryRATUsageReport_Item) XXX_Size() int {
255         return xxx_messageInfo_SecondaryRATUsageReport_Item.Size(m)
256 }
257 func (m *SecondaryRATUsageReport_Item) XXX_DiscardUnknown() {
258         xxx_messageInfo_SecondaryRATUsageReport_Item.DiscardUnknown(m)
259 }
260
261 var xxx_messageInfo_SecondaryRATUsageReport_Item proto.InternalMessageInfo
262
263 func (m *SecondaryRATUsageReport_Item) GetE_RAB_ID() uint32 {
264         if m != nil {
265                 return m.E_RAB_ID
266         }
267         return 0
268 }
269
270 func (m *SecondaryRATUsageReport_Item) GetSecondaryRATType() SecondaryRATUsageReport_Item_SecondaryRATType {
271         if m != nil {
272                 return m.SecondaryRATType
273         }
274         return SecondaryRATUsageReport_Item_protobuf_unspecified
275 }
276
277 func (m *SecondaryRATUsageReport_Item) GetE_RABUsageReportList() *E_RABUsageReportList {
278         if m != nil {
279                 return m.E_RABUsageReportList
280         }
281         return nil
282 }
283
284 type E_RABUsageReportList struct {
285         Items                []*E_RABUsageReport_ItemIEs `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
286         XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
287         XXX_unrecognized     []byte                      `json:"-"`
288         XXX_sizecache        int32                       `json:"-"`
289 }
290
291 func (m *E_RABUsageReportList) Reset()         { *m = E_RABUsageReportList{} }
292 func (m *E_RABUsageReportList) String() string { return proto.CompactTextString(m) }
293 func (*E_RABUsageReportList) ProtoMessage()    {}
294 func (*E_RABUsageReportList) Descriptor() ([]byte, []int) {
295         return fileDescriptor_6cfaa22c59a9cea1, []int{5}
296 }
297
298 func (m *E_RABUsageReportList) XXX_Unmarshal(b []byte) error {
299         return xxx_messageInfo_E_RABUsageReportList.Unmarshal(m, b)
300 }
301 func (m *E_RABUsageReportList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
302         return xxx_messageInfo_E_RABUsageReportList.Marshal(b, m, deterministic)
303 }
304 func (m *E_RABUsageReportList) XXX_Merge(src proto.Message) {
305         xxx_messageInfo_E_RABUsageReportList.Merge(m, src)
306 }
307 func (m *E_RABUsageReportList) XXX_Size() int {
308         return xxx_messageInfo_E_RABUsageReportList.Size(m)
309 }
310 func (m *E_RABUsageReportList) XXX_DiscardUnknown() {
311         xxx_messageInfo_E_RABUsageReportList.DiscardUnknown(m)
312 }
313
314 var xxx_messageInfo_E_RABUsageReportList proto.InternalMessageInfo
315
316 func (m *E_RABUsageReportList) GetItems() []*E_RABUsageReport_ItemIEs {
317         if m != nil {
318                 return m.Items
319         }
320         return nil
321 }
322
323 type E_RABUsageReport_ItemIEs struct {
324         Id_E_RABUsageReport_Item *E_RABUsageReport_Item `protobuf:"bytes,1,opt,name=id_E_RABUsageReport_Item,json=idERABUsageReportItem,proto3" json:"id_E_RABUsageReport_Item,omitempty"`
325         XXX_NoUnkeyedLiteral     struct{}               `json:"-"`
326         XXX_unrecognized         []byte                 `json:"-"`
327         XXX_sizecache            int32                  `json:"-"`
328 }
329
330 func (m *E_RABUsageReport_ItemIEs) Reset()         { *m = E_RABUsageReport_ItemIEs{} }
331 func (m *E_RABUsageReport_ItemIEs) String() string { return proto.CompactTextString(m) }
332 func (*E_RABUsageReport_ItemIEs) ProtoMessage()    {}
333 func (*E_RABUsageReport_ItemIEs) Descriptor() ([]byte, []int) {
334         return fileDescriptor_6cfaa22c59a9cea1, []int{6}
335 }
336
337 func (m *E_RABUsageReport_ItemIEs) XXX_Unmarshal(b []byte) error {
338         return xxx_messageInfo_E_RABUsageReport_ItemIEs.Unmarshal(m, b)
339 }
340 func (m *E_RABUsageReport_ItemIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
341         return xxx_messageInfo_E_RABUsageReport_ItemIEs.Marshal(b, m, deterministic)
342 }
343 func (m *E_RABUsageReport_ItemIEs) XXX_Merge(src proto.Message) {
344         xxx_messageInfo_E_RABUsageReport_ItemIEs.Merge(m, src)
345 }
346 func (m *E_RABUsageReport_ItemIEs) XXX_Size() int {
347         return xxx_messageInfo_E_RABUsageReport_ItemIEs.Size(m)
348 }
349 func (m *E_RABUsageReport_ItemIEs) XXX_DiscardUnknown() {
350         xxx_messageInfo_E_RABUsageReport_ItemIEs.DiscardUnknown(m)
351 }
352
353 var xxx_messageInfo_E_RABUsageReport_ItemIEs proto.InternalMessageInfo
354
355 func (m *E_RABUsageReport_ItemIEs) GetId_E_RABUsageReport_Item() *E_RABUsageReport_Item {
356         if m != nil {
357                 return m.Id_E_RABUsageReport_Item
358         }
359         return nil
360 }
361
362 type E_RABUsageReport_Item struct {
363         StartTimeStamp       uint64   `protobuf:"varint,1,opt,name=startTimeStamp,proto3" json:"startTimeStamp,omitempty"`
364         EndTimeStamp         uint64   `protobuf:"varint,2,opt,name=endTimeStamp,proto3" json:"endTimeStamp,omitempty"`
365         UsageCountUL         uint64   `protobuf:"varint,3,opt,name=usageCountUL,proto3" json:"usageCountUL,omitempty"`
366         UsageCountDL         uint64   `protobuf:"varint,4,opt,name=usageCountDL,proto3" json:"usageCountDL,omitempty"`
367         XXX_NoUnkeyedLiteral struct{} `json:"-"`
368         XXX_unrecognized     []byte   `json:"-"`
369         XXX_sizecache        int32    `json:"-"`
370 }
371
372 func (m *E_RABUsageReport_Item) Reset()         { *m = E_RABUsageReport_Item{} }
373 func (m *E_RABUsageReport_Item) String() string { return proto.CompactTextString(m) }
374 func (*E_RABUsageReport_Item) ProtoMessage()    {}
375 func (*E_RABUsageReport_Item) Descriptor() ([]byte, []int) {
376         return fileDescriptor_6cfaa22c59a9cea1, []int{7}
377 }
378
379 func (m *E_RABUsageReport_Item) XXX_Unmarshal(b []byte) error {
380         return xxx_messageInfo_E_RABUsageReport_Item.Unmarshal(m, b)
381 }
382 func (m *E_RABUsageReport_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
383         return xxx_messageInfo_E_RABUsageReport_Item.Marshal(b, m, deterministic)
384 }
385 func (m *E_RABUsageReport_Item) XXX_Merge(src proto.Message) {
386         xxx_messageInfo_E_RABUsageReport_Item.Merge(m, src)
387 }
388 func (m *E_RABUsageReport_Item) XXX_Size() int {
389         return xxx_messageInfo_E_RABUsageReport_Item.Size(m)
390 }
391 func (m *E_RABUsageReport_Item) XXX_DiscardUnknown() {
392         xxx_messageInfo_E_RABUsageReport_Item.DiscardUnknown(m)
393 }
394
395 var xxx_messageInfo_E_RABUsageReport_Item proto.InternalMessageInfo
396
397 func (m *E_RABUsageReport_Item) GetStartTimeStamp() uint64 {
398         if m != nil {
399                 return m.StartTimeStamp
400         }
401         return 0
402 }
403
404 func (m *E_RABUsageReport_Item) GetEndTimeStamp() uint64 {
405         if m != nil {
406                 return m.EndTimeStamp
407         }
408         return 0
409 }
410
411 func (m *E_RABUsageReport_Item) GetUsageCountUL() uint64 {
412         if m != nil {
413                 return m.UsageCountUL
414         }
415         return 0
416 }
417
418 func (m *E_RABUsageReport_Item) GetUsageCountDL() uint64 {
419         if m != nil {
420                 return m.UsageCountDL
421         }
422         return 0
423 }
424
425 func init() {
426         proto.RegisterEnum("streaming_protobufs.SecondaryRATUsageReport_Item_SecondaryRATType", SecondaryRATUsageReport_Item_SecondaryRATType_name, SecondaryRATUsageReport_Item_SecondaryRATType_value)
427         proto.RegisterType((*SecondaryRATDataUsageReport)(nil), "streaming_protobufs.SecondaryRATDataUsageReport")
428         proto.RegisterType((*SecondaryRATDataUsageReport_IEs)(nil), "streaming_protobufs.SecondaryRATDataUsageReport_IEs")
429         proto.RegisterType((*SecondaryRATUsageReportList)(nil), "streaming_protobufs.SecondaryRATUsageReportList")
430         proto.RegisterType((*SecondaryRATUsageReport_ItemIEs)(nil), "streaming_protobufs.SecondaryRATUsageReport_ItemIEs")
431         proto.RegisterType((*SecondaryRATUsageReport_Item)(nil), "streaming_protobufs.SecondaryRATUsageReport_Item")
432         proto.RegisterType((*E_RABUsageReportList)(nil), "streaming_protobufs.E_RABUsageReportList")
433         proto.RegisterType((*E_RABUsageReport_ItemIEs)(nil), "streaming_protobufs.E_RABUsageReport_ItemIEs")
434         proto.RegisterType((*E_RABUsageReport_Item)(nil), "streaming_protobufs.E_RABUsageReport_Item")
435 }
436
437 func init() {
438         proto.RegisterFile("secondary_rat_data_usage_report.proto", fileDescriptor_6cfaa22c59a9cea1)
439 }
440
441 var fileDescriptor_6cfaa22c59a9cea1 = []byte{
442         // 577 bytes of a gzipped FileDescriptorProto
443         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xef, 0x6e, 0xda, 0x3e,
444         0x14, 0xfd, 0x41, 0xfb, 0x43, 0xd3, 0xed, 0x86, 0x90, 0x4b, 0xb5, 0x68, 0x63, 0xed, 0x14, 0x69,
445         0xd3, 0x56, 0x89, 0xb0, 0x42, 0x5f, 0x00, 0x9a, 0x7c, 0xc8, 0xc4, 0xa6, 0xc9, 0x40, 0x35, 0xad,
446         0x93, 0x2c, 0x37, 0x71, 0x23, 0x4b, 0x90, 0x44, 0xb6, 0xa3, 0x8e, 0x4f, 0x7b, 0x91, 0xbd, 0xc1,
447         0x5e, 0x61, 0xef, 0xb0, 0x57, 0x9a, 0x62, 0xfe, 0x14, 0x43, 0x4a, 0xe9, 0x37, 0x74, 0xef, 0xb9,
448         0xe7, 0x5c, 0xdf, 0x73, 0x08, 0xbc, 0x91, 0x2c, 0x48, 0xe2, 0x90, 0x8a, 0x29, 0x11, 0x54, 0x91,
449         0x90, 0x2a, 0x4a, 0x32, 0x49, 0x23, 0x46, 0x04, 0x4b, 0x13, 0xa1, 0x9c, 0x54, 0x24, 0x2a, 0x41,
450         0x87, 0x52, 0x09, 0x46, 0x27, 0x3c, 0x8e, 0x88, 0x2e, 0x5c, 0x67, 0x37, 0xf2, 0xc5, 0x71, 0x94,
451         0x24, 0xd1, 0x98, 0xb5, 0x16, 0x95, 0xd6, 0xad, 0xa0, 0x69, 0xca, 0x84, 0x9c, 0x0d, 0xd9, 0x19,
452         0xbc, 0x1c, 0x2c, 0xd8, 0x71, 0x77, 0xe8, 0x52, 0x45, 0x47, 0x39, 0x35, 0xd6, 0xcc, 0xe8, 0x12,
453         0x0e, 0x34, 0x2e, 0x48, 0xc6, 0xbe, 0x27, 0xad, 0xd2, 0xeb, 0xd2, 0xbb, 0x83, 0xf6, 0xb9, 0x53,
454         0xa0, 0xe4, 0x6c, 0xa1, 0x21, 0xbe, 0x27, 0xf1, 0x2a, 0x91, 0xfd, 0xb7, 0x0c, 0x27, 0x0f, 0x0c,
455         0xa0, 0x53, 0x40, 0x3c, 0x24, 0x9f, 0xd8, 0xe7, 0x1e, 0x19, 0x79, 0xe4, 0x6b, 0xbb, 0xfb, 0x85,
456         0xf8, 0xae, 0x5e, 0xe1, 0x19, 0xae, 0xf2, 0x30, 0x6f, 0x8c, 0xbc, 0xbc, 0xec, 0xbb, 0x73, 0xec,
457         0x20, 0x32, 0xb1, 0xe5, 0x05, 0x36, 0x6f, 0x2c, 0xb1, 0xb7, 0x70, 0x9c, 0x63, 0x57, 0xd4, 0x57,
458         0x94, 0xfb, 0x5c, 0x2a, 0x6b, 0x4f, 0x3f, 0xf3, 0xc3, 0x83, 0xcf, 0x5c, 0x9b, 0xc3, 0xaf, 0x78,
459         0xb8, 0xa5, 0x8d, 0xae, 0xa0, 0xb1, 0xf9, 0x20, 0xe2, 0xfd, 0x50, 0x2c, 0x96, 0x3c, 0x89, 0xad,
460         0x7d, 0x2d, 0xdb, 0x70, 0x66, 0x96, 0x39, 0x0b, 0x4d, 0x67, 0xe4, 0xc7, 0xaa, 0xd3, 0xbe, 0xa4,
461         0xe3, 0x8c, 0xe1, 0xe7, 0xe6, 0xc3, 0x97, 0xc3, 0x36, 0x37, 0x8d, 0x5c, 0xd7, 0xfe, 0x08, 0xff,
462         0x73, 0xc5, 0x26, 0xb9, 0x85, 0x7b, 0x3b, 0x59, 0x68, 0xb8, 0xa1, 0xd8, 0x24, 0xb7, 0x70, 0x46,
463         0x61, 0xff, 0x2a, 0x99, 0xe6, 0x15, 0x40, 0xd1, 0x14, 0x4e, 0xee, 0x3f, 0xb2, 0x46, 0xcd, 0xc3,
464         0x74, 0xf6, 0xe8, 0x4d, 0xb6, 0x9c, 0x39, 0x6f, 0xdb, 0x7f, 0xca, 0xd0, 0xd8, 0x36, 0x8f, 0x2c,
465         0x78, 0xc2, 0x08, 0xee, 0xf6, 0xee, 0xe2, 0x54, 0x61, 0xb8, 0xdb, 0xf3, 0x5d, 0x14, 0x43, 0x4d,
466         0xae, 0x4c, 0x0e, 0xa7, 0x29, 0xd3, 0x21, 0xaa, 0xb6, 0x7b, 0x8f, 0x5e, 0xd3, 0x68, 0xe6, 0x4c,
467         0x78, 0x83, 0x1b, 0x7d, 0x87, 0xba, 0xde, 0xa4, 0x38, 0x80, 0xef, 0x0b, 0x35, 0xbd, 0x82, 0x01,
468         0x7c, 0xc8, 0x36, 0x8b, 0xf6, 0x39, 0xd4, 0xd6, 0x77, 0x40, 0x16, 0xd4, 0x17, 0x54, 0x24, 0x8b,
469         0x65, 0xca, 0x02, 0x7e, 0xc3, 0x59, 0x58, 0xfb, 0x0f, 0x55, 0xa0, 0x1c, 0x8b, 0x5a, 0xc9, 0xbe,
470         0x82, 0x7a, 0x91, 0x04, 0xba, 0x30, 0x13, 0xd4, 0xdc, 0x69, 0xb9, 0xf5, 0xe8, 0xfc, 0x04, 0xeb,
471         0x3e, 0x08, 0x0a, 0xc0, 0xe2, 0x21, 0x29, 0x6c, 0xcf, 0xb3, 0x72, 0xba, 0xbb, 0x26, 0x3e, 0xe2,
472         0xa1, 0x67, 0xd6, 0x75, 0x38, 0x7e, 0x97, 0xe0, 0xa8, 0x70, 0x00, 0xbd, 0x85, 0xaa, 0x54, 0x54,
473         0xa8, 0x21, 0x9f, 0xb0, 0x81, 0xa2, 0x93, 0x54, 0x8b, 0xee, 0xe3, 0xb5, 0x2a, 0xb2, 0xe1, 0x29,
474         0x8b, 0xc3, 0x3b, 0x54, 0x59, 0xa3, 0x8c, 0x5a, 0x8e, 0xd1, 0x1f, 0xe8, 0x8b, 0x24, 0x8b, 0xd5,
475         0xa8, 0xaf, 0xfd, 0xdc, 0xc7, 0x46, 0xcd, 0xc4, 0xb8, 0x7d, 0xfd, 0xef, 0x37, 0x30, 0x6e, 0xbf,
476         0xd7, 0xf9, 0x76, 0x16, 0x31, 0x21, 0xb8, 0x72, 0x92, 0xa6, 0xa0, 0x71, 0x53, 0x06, 0x4e, 0x22,
477         0xa2, 0x96, 0x68, 0x09, 0x1e, 0x34, 0xd3, 0xb1, 0x6a, 0x2d, 0xef, 0xd1, 0x5c, 0xde, 0xe3, 0xba,
478         0xa2, 0x7f, 0x76, 0xfe, 0x05, 0x00, 0x00, 0xff, 0xff, 0x68, 0x44, 0x27, 0x17, 0x37, 0x06, 0x00,
479         0x00,
480 }