Add Golang module files
[ric-plt/streaming-protobufs.git] / protogen / go / streaming_protobufs / sn_status_transfer.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: sn_status_transfer.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 SNStatusTransfer struct {
25         ProtocolIEs          *SNStatusTransfer_IEs `protobuf:"bytes,1,opt,name=protocolIEs,proto3" json:"protocolIEs,omitempty"`
26         XXX_NoUnkeyedLiteral struct{}              `json:"-"`
27         XXX_unrecognized     []byte                `json:"-"`
28         XXX_sizecache        int32                 `json:"-"`
29 }
30
31 func (m *SNStatusTransfer) Reset()         { *m = SNStatusTransfer{} }
32 func (m *SNStatusTransfer) String() string { return proto.CompactTextString(m) }
33 func (*SNStatusTransfer) ProtoMessage()    {}
34 func (*SNStatusTransfer) Descriptor() ([]byte, []int) {
35         return fileDescriptor_325298a0fb8d8e66, []int{0}
36 }
37
38 func (m *SNStatusTransfer) XXX_Unmarshal(b []byte) error {
39         return xxx_messageInfo_SNStatusTransfer.Unmarshal(m, b)
40 }
41 func (m *SNStatusTransfer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
42         return xxx_messageInfo_SNStatusTransfer.Marshal(b, m, deterministic)
43 }
44 func (m *SNStatusTransfer) XXX_Merge(src proto.Message) {
45         xxx_messageInfo_SNStatusTransfer.Merge(m, src)
46 }
47 func (m *SNStatusTransfer) XXX_Size() int {
48         return xxx_messageInfo_SNStatusTransfer.Size(m)
49 }
50 func (m *SNStatusTransfer) XXX_DiscardUnknown() {
51         xxx_messageInfo_SNStatusTransfer.DiscardUnknown(m)
52 }
53
54 var xxx_messageInfo_SNStatusTransfer proto.InternalMessageInfo
55
56 func (m *SNStatusTransfer) GetProtocolIEs() *SNStatusTransfer_IEs {
57         if m != nil {
58                 return m.ProtocolIEs
59         }
60         return nil
61 }
62
63 type SNStatusTransfer_IEs struct {
64         Id_OldENB_UE_X2AP_ID                   uint32                               `protobuf:"varint,1,opt,name=id_Old_eNB_UE_X2AP_ID,json=idOldENBUEX2APID,proto3" json:"id_Old_eNB_UE_X2AP_ID,omitempty"`
65         Id_NewENB_UE_X2AP_ID                   uint32                               `protobuf:"varint,2,opt,name=id_New_eNB_UE_X2AP_ID,json=idNewENBUEX2APID,proto3" json:"id_New_eNB_UE_X2AP_ID,omitempty"`
66         Id_E_RABs_SubjectToStatusTransfer_List *E_RABs_SubjectToStatusTransfer_List `protobuf:"bytes,3,opt,name=id_E_RABs_SubjectToStatusTransfer_List,json=idERABsSubjectToStatusTransferList,proto3" json:"id_E_RABs_SubjectToStatusTransfer_List,omitempty"`
67         Id_OldENB_UE_X2AP_ID_Extension         *wrappers.UInt32Value                `protobuf:"bytes,4,opt,name=id_Old_eNB_UE_X2AP_ID_Extension,json=idOldENBUEX2APIDExtension,proto3" json:"id_Old_eNB_UE_X2AP_ID_Extension,omitempty"`
68         Id_NewENB_UE_X2AP_ID_Extension         *wrappers.UInt32Value                `protobuf:"bytes,5,opt,name=id_New_eNB_UE_X2AP_ID_Extension,json=idNewENBUEX2APIDExtension,proto3" json:"id_New_eNB_UE_X2AP_ID_Extension,omitempty"`
69         Id_SgNB_UE_X2AP_ID                     *wrappers.UInt32Value                `protobuf:"bytes,6,opt,name=id_SgNB_UE_X2AP_ID,json=idSgNBUEX2APID,proto3" json:"id_SgNB_UE_X2AP_ID,omitempty"`
70         XXX_NoUnkeyedLiteral                   struct{}                             `json:"-"`
71         XXX_unrecognized                       []byte                               `json:"-"`
72         XXX_sizecache                          int32                                `json:"-"`
73 }
74
75 func (m *SNStatusTransfer_IEs) Reset()         { *m = SNStatusTransfer_IEs{} }
76 func (m *SNStatusTransfer_IEs) String() string { return proto.CompactTextString(m) }
77 func (*SNStatusTransfer_IEs) ProtoMessage()    {}
78 func (*SNStatusTransfer_IEs) Descriptor() ([]byte, []int) {
79         return fileDescriptor_325298a0fb8d8e66, []int{1}
80 }
81
82 func (m *SNStatusTransfer_IEs) XXX_Unmarshal(b []byte) error {
83         return xxx_messageInfo_SNStatusTransfer_IEs.Unmarshal(m, b)
84 }
85 func (m *SNStatusTransfer_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
86         return xxx_messageInfo_SNStatusTransfer_IEs.Marshal(b, m, deterministic)
87 }
88 func (m *SNStatusTransfer_IEs) XXX_Merge(src proto.Message) {
89         xxx_messageInfo_SNStatusTransfer_IEs.Merge(m, src)
90 }
91 func (m *SNStatusTransfer_IEs) XXX_Size() int {
92         return xxx_messageInfo_SNStatusTransfer_IEs.Size(m)
93 }
94 func (m *SNStatusTransfer_IEs) XXX_DiscardUnknown() {
95         xxx_messageInfo_SNStatusTransfer_IEs.DiscardUnknown(m)
96 }
97
98 var xxx_messageInfo_SNStatusTransfer_IEs proto.InternalMessageInfo
99
100 func (m *SNStatusTransfer_IEs) GetId_OldENB_UE_X2AP_ID() uint32 {
101         if m != nil {
102                 return m.Id_OldENB_UE_X2AP_ID
103         }
104         return 0
105 }
106
107 func (m *SNStatusTransfer_IEs) GetId_NewENB_UE_X2AP_ID() uint32 {
108         if m != nil {
109                 return m.Id_NewENB_UE_X2AP_ID
110         }
111         return 0
112 }
113
114 func (m *SNStatusTransfer_IEs) GetId_E_RABs_SubjectToStatusTransfer_List() *E_RABs_SubjectToStatusTransfer_List {
115         if m != nil {
116                 return m.Id_E_RABs_SubjectToStatusTransfer_List
117         }
118         return nil
119 }
120
121 func (m *SNStatusTransfer_IEs) GetId_OldENB_UE_X2AP_ID_Extension() *wrappers.UInt32Value {
122         if m != nil {
123                 return m.Id_OldENB_UE_X2AP_ID_Extension
124         }
125         return nil
126 }
127
128 func (m *SNStatusTransfer_IEs) GetId_NewENB_UE_X2AP_ID_Extension() *wrappers.UInt32Value {
129         if m != nil {
130                 return m.Id_NewENB_UE_X2AP_ID_Extension
131         }
132         return nil
133 }
134
135 func (m *SNStatusTransfer_IEs) GetId_SgNB_UE_X2AP_ID() *wrappers.UInt32Value {
136         if m != nil {
137                 return m.Id_SgNB_UE_X2AP_ID
138         }
139         return nil
140 }
141
142 type E_RABs_SubjectToStatusTransfer_List struct {
143         Items                []*E_RABs_SubjectToStatusTransfer_ItemIEs `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
144         XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
145         XXX_unrecognized     []byte                                    `json:"-"`
146         XXX_sizecache        int32                                     `json:"-"`
147 }
148
149 func (m *E_RABs_SubjectToStatusTransfer_List) Reset()         { *m = E_RABs_SubjectToStatusTransfer_List{} }
150 func (m *E_RABs_SubjectToStatusTransfer_List) String() string { return proto.CompactTextString(m) }
151 func (*E_RABs_SubjectToStatusTransfer_List) ProtoMessage()    {}
152 func (*E_RABs_SubjectToStatusTransfer_List) Descriptor() ([]byte, []int) {
153         return fileDescriptor_325298a0fb8d8e66, []int{2}
154 }
155
156 func (m *E_RABs_SubjectToStatusTransfer_List) XXX_Unmarshal(b []byte) error {
157         return xxx_messageInfo_E_RABs_SubjectToStatusTransfer_List.Unmarshal(m, b)
158 }
159 func (m *E_RABs_SubjectToStatusTransfer_List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
160         return xxx_messageInfo_E_RABs_SubjectToStatusTransfer_List.Marshal(b, m, deterministic)
161 }
162 func (m *E_RABs_SubjectToStatusTransfer_List) XXX_Merge(src proto.Message) {
163         xxx_messageInfo_E_RABs_SubjectToStatusTransfer_List.Merge(m, src)
164 }
165 func (m *E_RABs_SubjectToStatusTransfer_List) XXX_Size() int {
166         return xxx_messageInfo_E_RABs_SubjectToStatusTransfer_List.Size(m)
167 }
168 func (m *E_RABs_SubjectToStatusTransfer_List) XXX_DiscardUnknown() {
169         xxx_messageInfo_E_RABs_SubjectToStatusTransfer_List.DiscardUnknown(m)
170 }
171
172 var xxx_messageInfo_E_RABs_SubjectToStatusTransfer_List proto.InternalMessageInfo
173
174 func (m *E_RABs_SubjectToStatusTransfer_List) GetItems() []*E_RABs_SubjectToStatusTransfer_ItemIEs {
175         if m != nil {
176                 return m.Items
177         }
178         return nil
179 }
180
181 type E_RABs_SubjectToStatusTransfer_ItemIEs struct {
182         Id_E_RABs_SubjectToStatusTransfer_Item *E_RABs_SubjectToStatusTransfer_Item `protobuf:"bytes,1,opt,name=id_E_RABs_SubjectToStatusTransfer_Item,json=idERABsSubjectToStatusTransferItem,proto3" json:"id_E_RABs_SubjectToStatusTransfer_Item,omitempty"`
183         XXX_NoUnkeyedLiteral                   struct{}                             `json:"-"`
184         XXX_unrecognized                       []byte                               `json:"-"`
185         XXX_sizecache                          int32                                `json:"-"`
186 }
187
188 func (m *E_RABs_SubjectToStatusTransfer_ItemIEs) Reset() {
189         *m = E_RABs_SubjectToStatusTransfer_ItemIEs{}
190 }
191 func (m *E_RABs_SubjectToStatusTransfer_ItemIEs) String() string { return proto.CompactTextString(m) }
192 func (*E_RABs_SubjectToStatusTransfer_ItemIEs) ProtoMessage()    {}
193 func (*E_RABs_SubjectToStatusTransfer_ItemIEs) Descriptor() ([]byte, []int) {
194         return fileDescriptor_325298a0fb8d8e66, []int{3}
195 }
196
197 func (m *E_RABs_SubjectToStatusTransfer_ItemIEs) XXX_Unmarshal(b []byte) error {
198         return xxx_messageInfo_E_RABs_SubjectToStatusTransfer_ItemIEs.Unmarshal(m, b)
199 }
200 func (m *E_RABs_SubjectToStatusTransfer_ItemIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
201         return xxx_messageInfo_E_RABs_SubjectToStatusTransfer_ItemIEs.Marshal(b, m, deterministic)
202 }
203 func (m *E_RABs_SubjectToStatusTransfer_ItemIEs) XXX_Merge(src proto.Message) {
204         xxx_messageInfo_E_RABs_SubjectToStatusTransfer_ItemIEs.Merge(m, src)
205 }
206 func (m *E_RABs_SubjectToStatusTransfer_ItemIEs) XXX_Size() int {
207         return xxx_messageInfo_E_RABs_SubjectToStatusTransfer_ItemIEs.Size(m)
208 }
209 func (m *E_RABs_SubjectToStatusTransfer_ItemIEs) XXX_DiscardUnknown() {
210         xxx_messageInfo_E_RABs_SubjectToStatusTransfer_ItemIEs.DiscardUnknown(m)
211 }
212
213 var xxx_messageInfo_E_RABs_SubjectToStatusTransfer_ItemIEs proto.InternalMessageInfo
214
215 func (m *E_RABs_SubjectToStatusTransfer_ItemIEs) GetId_E_RABs_SubjectToStatusTransfer_Item() *E_RABs_SubjectToStatusTransfer_Item {
216         if m != nil {
217                 return m.Id_E_RABs_SubjectToStatusTransfer_Item
218         }
219         return nil
220 }
221
222 type E_RABs_SubjectToStatusTransfer_Item struct {
223         E_RAB_ID                  uint32                                       `protobuf:"varint,1,opt,name=e_RAB_ID,json=eRABID,proto3" json:"e_RAB_ID,omitempty"`
224         ReceiveStatusofULPDCPSDUs *wrappers.BytesValue                         `protobuf:"bytes,2,opt,name=receiveStatusofULPDCPSDUs,proto3" json:"receiveStatusofULPDCPSDUs,omitempty"`
225         UL_COUNTvalue             *COUNTvalue                                  `protobuf:"bytes,3,opt,name=uL_COUNTvalue,json=uLCOUNTvalue,proto3" json:"uL_COUNTvalue,omitempty"`
226         DL_COUNTvalue             *COUNTvalue                                  `protobuf:"bytes,4,opt,name=dL_COUNTvalue,json=dLCOUNTvalue,proto3" json:"dL_COUNTvalue,omitempty"`
227         IE_Extensions             []*E_RABs_SubjectToStatusTransfer_ItemExtIEs `protobuf:"bytes,5,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
228         XXX_NoUnkeyedLiteral      struct{}                                     `json:"-"`
229         XXX_unrecognized          []byte                                       `json:"-"`
230         XXX_sizecache             int32                                        `json:"-"`
231 }
232
233 func (m *E_RABs_SubjectToStatusTransfer_Item) Reset()         { *m = E_RABs_SubjectToStatusTransfer_Item{} }
234 func (m *E_RABs_SubjectToStatusTransfer_Item) String() string { return proto.CompactTextString(m) }
235 func (*E_RABs_SubjectToStatusTransfer_Item) ProtoMessage()    {}
236 func (*E_RABs_SubjectToStatusTransfer_Item) Descriptor() ([]byte, []int) {
237         return fileDescriptor_325298a0fb8d8e66, []int{4}
238 }
239
240 func (m *E_RABs_SubjectToStatusTransfer_Item) XXX_Unmarshal(b []byte) error {
241         return xxx_messageInfo_E_RABs_SubjectToStatusTransfer_Item.Unmarshal(m, b)
242 }
243 func (m *E_RABs_SubjectToStatusTransfer_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
244         return xxx_messageInfo_E_RABs_SubjectToStatusTransfer_Item.Marshal(b, m, deterministic)
245 }
246 func (m *E_RABs_SubjectToStatusTransfer_Item) XXX_Merge(src proto.Message) {
247         xxx_messageInfo_E_RABs_SubjectToStatusTransfer_Item.Merge(m, src)
248 }
249 func (m *E_RABs_SubjectToStatusTransfer_Item) XXX_Size() int {
250         return xxx_messageInfo_E_RABs_SubjectToStatusTransfer_Item.Size(m)
251 }
252 func (m *E_RABs_SubjectToStatusTransfer_Item) XXX_DiscardUnknown() {
253         xxx_messageInfo_E_RABs_SubjectToStatusTransfer_Item.DiscardUnknown(m)
254 }
255
256 var xxx_messageInfo_E_RABs_SubjectToStatusTransfer_Item proto.InternalMessageInfo
257
258 func (m *E_RABs_SubjectToStatusTransfer_Item) GetE_RAB_ID() uint32 {
259         if m != nil {
260                 return m.E_RAB_ID
261         }
262         return 0
263 }
264
265 func (m *E_RABs_SubjectToStatusTransfer_Item) GetReceiveStatusofULPDCPSDUs() *wrappers.BytesValue {
266         if m != nil {
267                 return m.ReceiveStatusofULPDCPSDUs
268         }
269         return nil
270 }
271
272 func (m *E_RABs_SubjectToStatusTransfer_Item) GetUL_COUNTvalue() *COUNTvalue {
273         if m != nil {
274                 return m.UL_COUNTvalue
275         }
276         return nil
277 }
278
279 func (m *E_RABs_SubjectToStatusTransfer_Item) GetDL_COUNTvalue() *COUNTvalue {
280         if m != nil {
281                 return m.DL_COUNTvalue
282         }
283         return nil
284 }
285
286 func (m *E_RABs_SubjectToStatusTransfer_Item) GetIE_Extensions() []*E_RABs_SubjectToStatusTransfer_ItemExtIEs {
287         if m != nil {
288                 return m.IE_Extensions
289         }
290         return nil
291 }
292
293 type E_RABs_SubjectToStatusTransfer_ItemExtIEs struct {
294         Id_ReceiveStatusOfULPDCPSDUsExtended        *wrappers.BytesValue       `protobuf:"bytes,1,opt,name=id_ReceiveStatusOfULPDCPSDUsExtended,json=idReceiveStatusOfULPDCPSDUsExtended,proto3" json:"id_ReceiveStatusOfULPDCPSDUsExtended,omitempty"`
295         Id_ULCOUNTValueExtended                     *COUNTValueExtended        `protobuf:"bytes,2,opt,name=id_ULCOUNTValueExtended,json=idULCOUNTValueExtended,proto3" json:"id_ULCOUNTValueExtended,omitempty"`
296         Id_DLCOUNTValueExtended                     *COUNTValueExtended        `protobuf:"bytes,3,opt,name=id_DLCOUNTValueExtended,json=idDLCOUNTValueExtended,proto3" json:"id_DLCOUNTValueExtended,omitempty"`
297         Id_ReceiveStatusOfULPDCPSDUsPDCP_SNlength18 *wrappers.BytesValue       `protobuf:"bytes,4,opt,name=id_ReceiveStatusOfULPDCPSDUsPDCP_SNlength18,json=idReceiveStatusOfULPDCPSDUsPDCPSNlength18,proto3" json:"id_ReceiveStatusOfULPDCPSDUsPDCP_SNlength18,omitempty"`
298         Id_ULCOUNTValuePDCP_SNlength18              *COUNTvaluePDCP_SNlength18 `protobuf:"bytes,5,opt,name=id_ULCOUNTValuePDCP_SNlength18,json=idULCOUNTValuePDCPSNlength18,proto3" json:"id_ULCOUNTValuePDCP_SNlength18,omitempty"`
299         Id_DLCOUNTValuePDCP_SNlength18              *COUNTvaluePDCP_SNlength18 `protobuf:"bytes,6,opt,name=id_DLCOUNTValuePDCP_SNlength18,json=idDLCOUNTValuePDCPSNlength18,proto3" json:"id_DLCOUNTValuePDCP_SNlength18,omitempty"`
300         XXX_NoUnkeyedLiteral                        struct{}                   `json:"-"`
301         XXX_unrecognized                            []byte                     `json:"-"`
302         XXX_sizecache                               int32                      `json:"-"`
303 }
304
305 func (m *E_RABs_SubjectToStatusTransfer_ItemExtIEs) Reset() {
306         *m = E_RABs_SubjectToStatusTransfer_ItemExtIEs{}
307 }
308 func (m *E_RABs_SubjectToStatusTransfer_ItemExtIEs) String() string { return proto.CompactTextString(m) }
309 func (*E_RABs_SubjectToStatusTransfer_ItemExtIEs) ProtoMessage()    {}
310 func (*E_RABs_SubjectToStatusTransfer_ItemExtIEs) Descriptor() ([]byte, []int) {
311         return fileDescriptor_325298a0fb8d8e66, []int{5}
312 }
313
314 func (m *E_RABs_SubjectToStatusTransfer_ItemExtIEs) XXX_Unmarshal(b []byte) error {
315         return xxx_messageInfo_E_RABs_SubjectToStatusTransfer_ItemExtIEs.Unmarshal(m, b)
316 }
317 func (m *E_RABs_SubjectToStatusTransfer_ItemExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
318         return xxx_messageInfo_E_RABs_SubjectToStatusTransfer_ItemExtIEs.Marshal(b, m, deterministic)
319 }
320 func (m *E_RABs_SubjectToStatusTransfer_ItemExtIEs) XXX_Merge(src proto.Message) {
321         xxx_messageInfo_E_RABs_SubjectToStatusTransfer_ItemExtIEs.Merge(m, src)
322 }
323 func (m *E_RABs_SubjectToStatusTransfer_ItemExtIEs) XXX_Size() int {
324         return xxx_messageInfo_E_RABs_SubjectToStatusTransfer_ItemExtIEs.Size(m)
325 }
326 func (m *E_RABs_SubjectToStatusTransfer_ItemExtIEs) XXX_DiscardUnknown() {
327         xxx_messageInfo_E_RABs_SubjectToStatusTransfer_ItemExtIEs.DiscardUnknown(m)
328 }
329
330 var xxx_messageInfo_E_RABs_SubjectToStatusTransfer_ItemExtIEs proto.InternalMessageInfo
331
332 func (m *E_RABs_SubjectToStatusTransfer_ItemExtIEs) GetId_ReceiveStatusOfULPDCPSDUsExtended() *wrappers.BytesValue {
333         if m != nil {
334                 return m.Id_ReceiveStatusOfULPDCPSDUsExtended
335         }
336         return nil
337 }
338
339 func (m *E_RABs_SubjectToStatusTransfer_ItemExtIEs) GetId_ULCOUNTValueExtended() *COUNTValueExtended {
340         if m != nil {
341                 return m.Id_ULCOUNTValueExtended
342         }
343         return nil
344 }
345
346 func (m *E_RABs_SubjectToStatusTransfer_ItemExtIEs) GetId_DLCOUNTValueExtended() *COUNTValueExtended {
347         if m != nil {
348                 return m.Id_DLCOUNTValueExtended
349         }
350         return nil
351 }
352
353 func (m *E_RABs_SubjectToStatusTransfer_ItemExtIEs) GetId_ReceiveStatusOfULPDCPSDUsPDCP_SNlength18() *wrappers.BytesValue {
354         if m != nil {
355                 return m.Id_ReceiveStatusOfULPDCPSDUsPDCP_SNlength18
356         }
357         return nil
358 }
359
360 func (m *E_RABs_SubjectToStatusTransfer_ItemExtIEs) GetId_ULCOUNTValuePDCP_SNlength18() *COUNTvaluePDCP_SNlength18 {
361         if m != nil {
362                 return m.Id_ULCOUNTValuePDCP_SNlength18
363         }
364         return nil
365 }
366
367 func (m *E_RABs_SubjectToStatusTransfer_ItemExtIEs) GetId_DLCOUNTValuePDCP_SNlength18() *COUNTvaluePDCP_SNlength18 {
368         if m != nil {
369                 return m.Id_DLCOUNTValuePDCP_SNlength18
370         }
371         return nil
372 }
373
374 func init() {
375         proto.RegisterType((*SNStatusTransfer)(nil), "streaming_protobufs.SNStatusTransfer")
376         proto.RegisterType((*SNStatusTransfer_IEs)(nil), "streaming_protobufs.SNStatusTransfer_IEs")
377         proto.RegisterType((*E_RABs_SubjectToStatusTransfer_List)(nil), "streaming_protobufs.E_RABs_SubjectToStatusTransfer_List")
378         proto.RegisterType((*E_RABs_SubjectToStatusTransfer_ItemIEs)(nil), "streaming_protobufs.E_RABs_SubjectToStatusTransfer_ItemIEs")
379         proto.RegisterType((*E_RABs_SubjectToStatusTransfer_Item)(nil), "streaming_protobufs.E_RABs_SubjectToStatusTransfer_Item")
380         proto.RegisterType((*E_RABs_SubjectToStatusTransfer_ItemExtIEs)(nil), "streaming_protobufs.E_RABs_SubjectToStatusTransfer_ItemExtIEs")
381 }
382
383 func init() { proto.RegisterFile("sn_status_transfer.proto", fileDescriptor_325298a0fb8d8e66) }
384
385 var fileDescriptor_325298a0fb8d8e66 = []byte{
386         // 683 bytes of a gzipped FileDescriptorProto
387         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0xdb, 0x4e, 0xdb, 0x3e,
388         0x1c, 0x56, 0xff, 0xa5, 0xd5, 0x5f, 0x2e, 0x4c, 0xc8, 0x3b, 0x50, 0x18, 0x82, 0x29, 0x4c, 0x0c,
389         0x34, 0x35, 0x15, 0xe5, 0x06, 0x69, 0xd2, 0x24, 0x4a, 0x22, 0x2d, 0x5a, 0x95, 0xb2, 0x94, 0x4c,
390         0xdb, 0x6e, 0x4c, 0x88, 0x4d, 0xe6, 0x29, 0x4d, 0x2a, 0xdb, 0xa5, 0x45, 0x7b, 0x84, 0xed, 0x76,
391         0xcf, 0xb2, 0x57, 0xd8, 0x63, 0x4d, 0x4e, 0xd2, 0x53, 0x48, 0xdb, 0xac, 0x57, 0x69, 0xe3, 0xef,
392         0x60, 0x7f, 0xbf, 0xcf, 0x01, 0x55, 0x1e, 0x20, 0x2e, 0x1c, 0xd1, 0xe7, 0x48, 0x30, 0x27, 0xe0,
393         0xb7, 0x84, 0xa9, 0x3d, 0x16, 0x8a, 0x10, 0x3e, 0xe6, 0x82, 0x11, 0xa7, 0x4b, 0x03, 0x0f, 0x45,
394         0x2f, 0x6e, 0xfa, 0xb7, 0x7c, 0x67, 0xcf, 0x0b, 0x43, 0xcf, 0x27, 0xf5, 0xd1, 0x9b, 0xfa, 0x80,
395         0x39, 0xbd, 0x1e, 0x61, 0x3c, 0x26, 0xed, 0x6c, 0x0d, 0x1b, 0x4e, 0x0f, 0xb9, 0x61, 0xb7, 0x1b,
396         0x06, 0x48, 0xdc, 0xf7, 0x48, 0xb2, 0xa0, 0x20, 0xb0, 0xd9, 0x31, 0x3b, 0x91, 0xd1, 0x55, 0xe2,
397         0x03, 0xdf, 0x83, 0x4a, 0xb4, 0xe8, 0x86, 0xbe, 0xa1, 0xf3, 0x6a, 0xe1, 0x45, 0xe1, 0xa8, 0xd2,
398         0x38, 0x56, 0x33, 0x7c, 0xd5, 0x34, 0x17, 0x19, 0x3a, 0xb7, 0xa6, 0xd9, 0xca, 0xaf, 0x35, 0xf0,
399         0x24, 0x0b, 0x05, 0xeb, 0xe0, 0x29, 0xc5, 0xa8, 0xed, 0x63, 0x44, 0xcc, 0x26, 0xb2, 0x75, 0xf4,
400         0xa9, 0x71, 0x7e, 0x89, 0x0c, 0x2d, 0xf2, 0xdb, 0xb0, 0x36, 0x29, 0x6e, 0xfb, 0x58, 0x37, 0x9b,
401         0xb6, 0x2e, 0x17, 0x0c, 0x2d, 0x21, 0x98, 0x64, 0x90, 0x26, 0xfc, 0x37, 0x22, 0x98, 0x64, 0x30,
402         0x4d, 0xf8, 0x59, 0x00, 0x87, 0x14, 0x23, 0x1d, 0x59, 0xe7, 0x4d, 0x8e, 0x3a, 0xfd, 0x9b, 0x6f,
403         0xc4, 0x15, 0x57, 0x61, 0x6a, 0x2f, 0x2d, 0xca, 0x45, 0xb5, 0x18, 0x9d, 0xf1, 0x2c, 0xf3, 0x8c,
404         0x39, 0xf8, 0x96, 0x42, 0xb1, 0x2e, 0x51, 0x73, 0x40, 0x12, 0x03, 0xaf, 0xc1, 0x7e, 0xe6, 0x81,
405         0x91, 0x3e, 0x14, 0x24, 0xe0, 0x34, 0x0c, 0xaa, 0x6b, 0xd1, 0x36, 0x76, 0xd5, 0x78, 0x9a, 0xea,
406         0x68, 0x0f, 0xaa, 0x6d, 0x04, 0xe2, 0xb4, 0xf1, 0xd1, 0xf1, 0xfb, 0xc4, 0xda, 0x4e, 0x07, 0x33,
407         0xa6, 0x27, 0x0e, 0x0f, 0x13, 0x9a, 0x72, 0x28, 0xe5, 0x73, 0x98, 0x4d, 0x72, 0xe2, 0xf0, 0x0e,
408         0x40, 0x8a, 0x51, 0xc7, 0x9b, 0x1d, 0x40, 0x39, 0x87, 0xe8, 0x23, 0x8a, 0x25, 0x6d, 0x24, 0xa9,
409         0x0c, 0xc1, 0x41, 0x8e, 0x60, 0xe1, 0x07, 0x50, 0xa2, 0x82, 0x74, 0x65, 0x0b, 0x8b, 0x47, 0x95,
410         0xc6, 0x9b, 0x55, 0x26, 0x64, 0x08, 0xd2, 0x95, 0xbd, 0x8c, 0x95, 0x94, 0xdf, 0x05, 0x70, 0x98,
411         0x8f, 0x91, 0xb3, 0x41, 0x12, 0x9d, 0xdc, 0x92, 0xb3, 0x55, 0xf7, 0xb7, 0xac, 0x41, 0x12, 0xa3,
412         0xfc, 0x28, 0x2e, 0x0d, 0x4d, 0xe2, 0x60, 0x15, 0xfc, 0x4f, 0x24, 0x6c, 0x72, 0x9b, 0xca, 0xc4,
413         0x3a, 0x6f, 0x1a, 0x1a, 0xfc, 0x0c, 0xb6, 0x19, 0x71, 0x09, 0xbd, 0x23, 0x31, 0x2f, 0xbc, 0xb5,
414         0x5b, 0x97, 0xda, 0xc5, 0x65, 0x47, 0xb3, 0x79, 0x74, 0x8f, 0x2a, 0x8d, 0xe7, 0x0f, 0xc6, 0xd8,
415         0xbc, 0x17, 0x84, 0x27, 0xd5, 0x98, 0xcb, 0x86, 0x1a, 0xd8, 0xe8, 0xb7, 0xd0, 0x45, 0xdb, 0x36,
416         0xaf, 0xee, 0x24, 0x36, 0xb9, 0x53, 0xfb, 0x99, 0x89, 0x4c, 0x60, 0xd6, 0x7a, 0xbf, 0x35, 0xf9,
417         0x27, 0x55, 0xf0, 0x8c, 0xca, 0x5a, 0x4e, 0x15, 0x3c, 0xad, 0xe2, 0x82, 0x0d, 0xaa, 0x4f, 0x5a,
418         0xcf, 0xab, 0xa5, 0xa8, 0x3d, 0x6f, 0x57, 0x9d, 0x8e, 0x3e, 0x14, 0xb2, 0x40, 0xeb, 0x54, 0x9f,
419         0x68, 0x2a, 0x7f, 0x4a, 0xe0, 0x38, 0x37, 0x17, 0x06, 0xe0, 0x25, 0xc5, 0xc8, 0x9a, 0x8e, 0xaf,
420         0x3d, 0x15, 0x5f, 0xa4, 0x8b, 0x09, 0x4e, 0x7a, 0xb4, 0x70, 0x08, 0x07, 0x14, 0x2f, 0xd5, 0x81,
421         0xd7, 0x60, 0x8b, 0x62, 0x64, 0xc7, 0xa9, 0x44, 0xbc, 0xb1, 0x45, 0x3c, 0xe7, 0x57, 0xf3, 0x23,
422         0x9d, 0x81, 0x5b, 0xcf, 0x28, 0xce, 0x92, 0x49, 0x1c, 0xb4, 0x2c, 0x87, 0xe2, 0x3f, 0x3b, 0x64,
423         0xc9, 0xc0, 0xef, 0xe0, 0xf5, 0xa2, 0xcc, 0xe4, 0x13, 0x75, 0x4c, 0x9f, 0x04, 0x9e, 0xf8, 0x7a,
424         0x72, 0x96, 0x54, 0x65, 0x61, 0x74, 0xc7, 0x0b, 0xa2, 0x8b, 0x9e, 0x63, 0x35, 0x28, 0xc0, 0x5e,
425         0x2a, 0xc0, 0xb4, 0x5f, 0xfc, 0x2d, 0x55, 0x97, 0x54, 0x33, 0xc5, 0xb2, 0x76, 0x67, 0xe3, 0xcc,
426         0x74, 0xd5, 0x16, 0xb8, 0x96, 0x57, 0x75, 0xd5, 0xe6, 0xba, 0x36, 0x4f, 0xbf, 0x9c, 0x78, 0x84,
427         0x31, 0x2a, 0xd4, 0xb0, 0xc6, 0x9c, 0xa0, 0xc6, 0x5d, 0x35, 0x64, 0x5e, 0x9d, 0xd5, 0x19, 0x75,
428         0x6b, 0x3d, 0x5f, 0xd4, 0xc7, 0x66, 0xb5, 0xb1, 0xd9, 0x4d, 0x39, 0xfa, 0x79, 0xfa, 0x37, 0x00,
429         0x00, 0xff, 0xff, 0x73, 0x72, 0x1f, 0xf7, 0xab, 0x08, 0x00, 0x00,
430 }