Add Golang module files
[ric-plt/streaming-protobufs.git] / protogen / go / streaming_protobufs / sgnb_change_confirm.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: sgnb_change_confirm.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 SgNBChangeConfirm struct {
25         ProtocolIEs          *SgNBChangeConfirm_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 *SgNBChangeConfirm) Reset()         { *m = SgNBChangeConfirm{} }
32 func (m *SgNBChangeConfirm) String() string { return proto.CompactTextString(m) }
33 func (*SgNBChangeConfirm) ProtoMessage()    {}
34 func (*SgNBChangeConfirm) Descriptor() ([]byte, []int) {
35         return fileDescriptor_24e9ce018b2c24b5, []int{0}
36 }
37
38 func (m *SgNBChangeConfirm) XXX_Unmarshal(b []byte) error {
39         return xxx_messageInfo_SgNBChangeConfirm.Unmarshal(m, b)
40 }
41 func (m *SgNBChangeConfirm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
42         return xxx_messageInfo_SgNBChangeConfirm.Marshal(b, m, deterministic)
43 }
44 func (m *SgNBChangeConfirm) XXX_Merge(src proto.Message) {
45         xxx_messageInfo_SgNBChangeConfirm.Merge(m, src)
46 }
47 func (m *SgNBChangeConfirm) XXX_Size() int {
48         return xxx_messageInfo_SgNBChangeConfirm.Size(m)
49 }
50 func (m *SgNBChangeConfirm) XXX_DiscardUnknown() {
51         xxx_messageInfo_SgNBChangeConfirm.DiscardUnknown(m)
52 }
53
54 var xxx_messageInfo_SgNBChangeConfirm proto.InternalMessageInfo
55
56 func (m *SgNBChangeConfirm) GetProtocolIEs() *SgNBChangeConfirm_IEs {
57         if m != nil {
58                 return m.ProtocolIEs
59         }
60         return nil
61 }
62
63 type SgNBChangeConfirm_IEs struct {
64         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"`
65         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"`
66         Id_E_RABs_ToBeReleased_SgNBChaConfList *E_RABs_ToBeReleased_SgNBChaConfList `protobuf:"bytes,3,opt,name=id_E_RABs_ToBeReleased_SgNBChaConfList,json=idERABsToBeReleasedSgNBChaConfList,proto3" json:"id_E_RABs_ToBeReleased_SgNBChaConfList,omitempty"`
67         Id_CriticalityDiagnostics              *CriticalityDiagnostics              `protobuf:"bytes,4,opt,name=id_CriticalityDiagnostics,json=idCriticalityDiagnostics,proto3" json:"id_CriticalityDiagnostics,omitempty"`
68         Id_MeNB_UE_X2AP_ID_Extension           *wrappers.UInt32Value                `protobuf:"bytes,5,opt,name=id_MeNB_UE_X2AP_ID_Extension,json=idMeNBUEX2APIDExtension,proto3" json:"id_MeNB_UE_X2AP_ID_Extension,omitempty"`
69         XXX_NoUnkeyedLiteral                   struct{}                             `json:"-"`
70         XXX_unrecognized                       []byte                               `json:"-"`
71         XXX_sizecache                          int32                                `json:"-"`
72 }
73
74 func (m *SgNBChangeConfirm_IEs) Reset()         { *m = SgNBChangeConfirm_IEs{} }
75 func (m *SgNBChangeConfirm_IEs) String() string { return proto.CompactTextString(m) }
76 func (*SgNBChangeConfirm_IEs) ProtoMessage()    {}
77 func (*SgNBChangeConfirm_IEs) Descriptor() ([]byte, []int) {
78         return fileDescriptor_24e9ce018b2c24b5, []int{1}
79 }
80
81 func (m *SgNBChangeConfirm_IEs) XXX_Unmarshal(b []byte) error {
82         return xxx_messageInfo_SgNBChangeConfirm_IEs.Unmarshal(m, b)
83 }
84 func (m *SgNBChangeConfirm_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
85         return xxx_messageInfo_SgNBChangeConfirm_IEs.Marshal(b, m, deterministic)
86 }
87 func (m *SgNBChangeConfirm_IEs) XXX_Merge(src proto.Message) {
88         xxx_messageInfo_SgNBChangeConfirm_IEs.Merge(m, src)
89 }
90 func (m *SgNBChangeConfirm_IEs) XXX_Size() int {
91         return xxx_messageInfo_SgNBChangeConfirm_IEs.Size(m)
92 }
93 func (m *SgNBChangeConfirm_IEs) XXX_DiscardUnknown() {
94         xxx_messageInfo_SgNBChangeConfirm_IEs.DiscardUnknown(m)
95 }
96
97 var xxx_messageInfo_SgNBChangeConfirm_IEs proto.InternalMessageInfo
98
99 func (m *SgNBChangeConfirm_IEs) GetId_MeNB_UE_X2AP_ID() uint32 {
100         if m != nil {
101                 return m.Id_MeNB_UE_X2AP_ID
102         }
103         return 0
104 }
105
106 func (m *SgNBChangeConfirm_IEs) GetId_SgNB_UE_X2AP_ID() uint32 {
107         if m != nil {
108                 return m.Id_SgNB_UE_X2AP_ID
109         }
110         return 0
111 }
112
113 func (m *SgNBChangeConfirm_IEs) GetId_E_RABs_ToBeReleased_SgNBChaConfList() *E_RABs_ToBeReleased_SgNBChaConfList {
114         if m != nil {
115                 return m.Id_E_RABs_ToBeReleased_SgNBChaConfList
116         }
117         return nil
118 }
119
120 func (m *SgNBChangeConfirm_IEs) GetId_CriticalityDiagnostics() *CriticalityDiagnostics {
121         if m != nil {
122                 return m.Id_CriticalityDiagnostics
123         }
124         return nil
125 }
126
127 func (m *SgNBChangeConfirm_IEs) GetId_MeNB_UE_X2AP_ID_Extension() *wrappers.UInt32Value {
128         if m != nil {
129                 return m.Id_MeNB_UE_X2AP_ID_Extension
130         }
131         return nil
132 }
133
134 type E_RABs_ToBeReleased_SgNBChaConfList struct {
135         Items                []*E_RABs_ToBeReleased_SgNBChaConf_ItemIEs `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
136         XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
137         XXX_unrecognized     []byte                                     `json:"-"`
138         XXX_sizecache        int32                                      `json:"-"`
139 }
140
141 func (m *E_RABs_ToBeReleased_SgNBChaConfList) Reset()         { *m = E_RABs_ToBeReleased_SgNBChaConfList{} }
142 func (m *E_RABs_ToBeReleased_SgNBChaConfList) String() string { return proto.CompactTextString(m) }
143 func (*E_RABs_ToBeReleased_SgNBChaConfList) ProtoMessage()    {}
144 func (*E_RABs_ToBeReleased_SgNBChaConfList) Descriptor() ([]byte, []int) {
145         return fileDescriptor_24e9ce018b2c24b5, []int{2}
146 }
147
148 func (m *E_RABs_ToBeReleased_SgNBChaConfList) XXX_Unmarshal(b []byte) error {
149         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConfList.Unmarshal(m, b)
150 }
151 func (m *E_RABs_ToBeReleased_SgNBChaConfList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
152         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConfList.Marshal(b, m, deterministic)
153 }
154 func (m *E_RABs_ToBeReleased_SgNBChaConfList) XXX_Merge(src proto.Message) {
155         xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConfList.Merge(m, src)
156 }
157 func (m *E_RABs_ToBeReleased_SgNBChaConfList) XXX_Size() int {
158         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConfList.Size(m)
159 }
160 func (m *E_RABs_ToBeReleased_SgNBChaConfList) XXX_DiscardUnknown() {
161         xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConfList.DiscardUnknown(m)
162 }
163
164 var xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConfList proto.InternalMessageInfo
165
166 func (m *E_RABs_ToBeReleased_SgNBChaConfList) GetItems() []*E_RABs_ToBeReleased_SgNBChaConf_ItemIEs {
167         if m != nil {
168                 return m.Items
169         }
170         return nil
171 }
172
173 type E_RABs_ToBeReleased_SgNBChaConf_ItemIEs struct {
174         Id_E_RABs_ToBeReleased_SgNBChaConf_Item *E_RABs_ToBeReleased_SgNBChaConf_Item `protobuf:"bytes,1,opt,name=id_E_RABs_ToBeReleased_SgNBChaConf_Item,json=idERABsToBeReleasedSgNBChaConfItem,proto3" json:"id_E_RABs_ToBeReleased_SgNBChaConf_Item,omitempty"`
175         XXX_NoUnkeyedLiteral                    struct{}                              `json:"-"`
176         XXX_unrecognized                        []byte                                `json:"-"`
177         XXX_sizecache                           int32                                 `json:"-"`
178 }
179
180 func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) Reset() {
181         *m = E_RABs_ToBeReleased_SgNBChaConf_ItemIEs{}
182 }
183 func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) String() string { return proto.CompactTextString(m) }
184 func (*E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) ProtoMessage()    {}
185 func (*E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) Descriptor() ([]byte, []int) {
186         return fileDescriptor_24e9ce018b2c24b5, []int{3}
187 }
188
189 func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) XXX_Unmarshal(b []byte) error {
190         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemIEs.Unmarshal(m, b)
191 }
192 func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
193         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemIEs.Marshal(b, m, deterministic)
194 }
195 func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) XXX_Merge(src proto.Message) {
196         xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemIEs.Merge(m, src)
197 }
198 func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) XXX_Size() int {
199         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemIEs.Size(m)
200 }
201 func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) XXX_DiscardUnknown() {
202         xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemIEs.DiscardUnknown(m)
203 }
204
205 var xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemIEs proto.InternalMessageInfo
206
207 func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) GetId_E_RABs_ToBeReleased_SgNBChaConf_Item() *E_RABs_ToBeReleased_SgNBChaConf_Item {
208         if m != nil {
209                 return m.Id_E_RABs_ToBeReleased_SgNBChaConf_Item
210         }
211         return nil
212 }
213
214 type E_RABs_ToBeReleased_SgNBChaConf_Item struct {
215         E_RAB_ID                    uint32                       `protobuf:"varint,1,opt,name=e_RAB_ID,json=eRABID,proto3" json:"e_RAB_ID,omitempty"`
216         En_DC_ResourceConfiguration *EN_DC_ResourceConfiguration `protobuf:"bytes,2,opt,name=en_DC_ResourceConfiguration,json=enDCResourceConfiguration,proto3" json:"en_DC_ResourceConfiguration,omitempty"`
217         // Types that are valid to be assigned to ResourceConfiguration:
218         //      *E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPpresent
219         //      *E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPnotpresent
220         ResourceConfiguration isE_RABs_ToBeReleased_SgNBChaConf_Item_ResourceConfiguration `protobuf_oneof:"resource_configuration"`
221         IE_Extensions         []*E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs                `protobuf:"bytes,5,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
222         XXX_NoUnkeyedLiteral  struct{}                                                     `json:"-"`
223         XXX_unrecognized      []byte                                                       `json:"-"`
224         XXX_sizecache         int32                                                        `json:"-"`
225 }
226
227 func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) Reset()         { *m = E_RABs_ToBeReleased_SgNBChaConf_Item{} }
228 func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) String() string { return proto.CompactTextString(m) }
229 func (*E_RABs_ToBeReleased_SgNBChaConf_Item) ProtoMessage()    {}
230 func (*E_RABs_ToBeReleased_SgNBChaConf_Item) Descriptor() ([]byte, []int) {
231         return fileDescriptor_24e9ce018b2c24b5, []int{4}
232 }
233
234 func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) XXX_Unmarshal(b []byte) error {
235         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_Item.Unmarshal(m, b)
236 }
237 func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
238         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_Item.Marshal(b, m, deterministic)
239 }
240 func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) XXX_Merge(src proto.Message) {
241         xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_Item.Merge(m, src)
242 }
243 func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) XXX_Size() int {
244         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_Item.Size(m)
245 }
246 func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) XXX_DiscardUnknown() {
247         xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_Item.DiscardUnknown(m)
248 }
249
250 var xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_Item proto.InternalMessageInfo
251
252 func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) GetE_RAB_ID() uint32 {
253         if m != nil {
254                 return m.E_RAB_ID
255         }
256         return 0
257 }
258
259 func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) GetEn_DC_ResourceConfiguration() *EN_DC_ResourceConfiguration {
260         if m != nil {
261                 return m.En_DC_ResourceConfiguration
262         }
263         return nil
264 }
265
266 type isE_RABs_ToBeReleased_SgNBChaConf_Item_ResourceConfiguration interface {
267         isE_RABs_ToBeReleased_SgNBChaConf_Item_ResourceConfiguration()
268 }
269
270 type E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPpresent struct {
271         SgNBPDCPpresent *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent `protobuf:"bytes,3,opt,name=sgNBPDCPpresent,proto3,oneof"`
272 }
273
274 type E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPnotpresent struct {
275         SgNBPDCPnotpresent *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent `protobuf:"bytes,4,opt,name=sgNBPDCPnotpresent,proto3,oneof"`
276 }
277
278 func (*E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPpresent) isE_RABs_ToBeReleased_SgNBChaConf_Item_ResourceConfiguration() {
279 }
280
281 func (*E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPnotpresent) isE_RABs_ToBeReleased_SgNBChaConf_Item_ResourceConfiguration() {
282 }
283
284 func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) GetResourceConfiguration() isE_RABs_ToBeReleased_SgNBChaConf_Item_ResourceConfiguration {
285         if m != nil {
286                 return m.ResourceConfiguration
287         }
288         return nil
289 }
290
291 func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) GetSgNBPDCPpresent() *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent {
292         if x, ok := m.GetResourceConfiguration().(*E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPpresent); ok {
293                 return x.SgNBPDCPpresent
294         }
295         return nil
296 }
297
298 func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) GetSgNBPDCPnotpresent() *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent {
299         if x, ok := m.GetResourceConfiguration().(*E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPnotpresent); ok {
300                 return x.SgNBPDCPnotpresent
301         }
302         return nil
303 }
304
305 func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) GetIE_Extensions() []*E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs {
306         if m != nil {
307                 return m.IE_Extensions
308         }
309         return nil
310 }
311
312 // XXX_OneofWrappers is for the internal use of the proto package.
313 func (*E_RABs_ToBeReleased_SgNBChaConf_Item) XXX_OneofWrappers() []interface{} {
314         return []interface{}{
315                 (*E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPpresent)(nil),
316                 (*E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPnotpresent)(nil),
317         }
318 }
319
320 type E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs struct {
321         XXX_NoUnkeyedLiteral struct{} `json:"-"`
322         XXX_unrecognized     []byte   `json:"-"`
323         XXX_sizecache        int32    `json:"-"`
324 }
325
326 func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs) Reset() {
327         *m = E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs{}
328 }
329 func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs) String() string {
330         return proto.CompactTextString(m)
331 }
332 func (*E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs) ProtoMessage() {}
333 func (*E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs) Descriptor() ([]byte, []int) {
334         return fileDescriptor_24e9ce018b2c24b5, []int{5}
335 }
336
337 func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs) XXX_Unmarshal(b []byte) error {
338         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs.Unmarshal(m, b)
339 }
340 func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
341         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs.Marshal(b, m, deterministic)
342 }
343 func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs) XXX_Merge(src proto.Message) {
344         xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs.Merge(m, src)
345 }
346 func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs) XXX_Size() int {
347         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs.Size(m)
348 }
349 func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs) XXX_DiscardUnknown() {
350         xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs.DiscardUnknown(m)
351 }
352
353 var xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs proto.InternalMessageInfo
354
355 type E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent struct {
356         UL_GTPtunnelEndpoint *GTPtunnelEndpoint                                       `protobuf:"bytes,1,opt,name=uL_GTPtunnelEndpoint,json=uLGTPtunnelEndpoint,proto3" json:"uL_GTPtunnelEndpoint,omitempty"`
357         DL_GTPtunnelEndpoint *GTPtunnelEndpoint                                       `protobuf:"bytes,2,opt,name=dL_GTPtunnelEndpoint,json=dLGTPtunnelEndpoint,proto3" json:"dL_GTPtunnelEndpoint,omitempty"`
358         IE_Extensions        []*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs `protobuf:"bytes,3,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
359         XXX_NoUnkeyedLiteral struct{}                                                 `json:"-"`
360         XXX_unrecognized     []byte                                                   `json:"-"`
361         XXX_sizecache        int32                                                    `json:"-"`
362 }
363
364 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) Reset() {
365         *m = E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent{}
366 }
367 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) String() string {
368         return proto.CompactTextString(m)
369 }
370 func (*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) ProtoMessage() {}
371 func (*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) Descriptor() ([]byte, []int) {
372         return fileDescriptor_24e9ce018b2c24b5, []int{6}
373 }
374
375 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) XXX_Unmarshal(b []byte) error {
376         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent.Unmarshal(m, b)
377 }
378 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
379         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent.Marshal(b, m, deterministic)
380 }
381 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) XXX_Merge(src proto.Message) {
382         xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent.Merge(m, src)
383 }
384 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) XXX_Size() int {
385         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent.Size(m)
386 }
387 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) XXX_DiscardUnknown() {
388         xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent.DiscardUnknown(m)
389 }
390
391 var xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent proto.InternalMessageInfo
392
393 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) GetUL_GTPtunnelEndpoint() *GTPtunnelEndpoint {
394         if m != nil {
395                 return m.UL_GTPtunnelEndpoint
396         }
397         return nil
398 }
399
400 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) GetDL_GTPtunnelEndpoint() *GTPtunnelEndpoint {
401         if m != nil {
402                 return m.DL_GTPtunnelEndpoint
403         }
404         return nil
405 }
406
407 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) GetIE_Extensions() []*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs {
408         if m != nil {
409                 return m.IE_Extensions
410         }
411         return nil
412 }
413
414 type E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs struct {
415         XXX_NoUnkeyedLiteral struct{} `json:"-"`
416         XXX_unrecognized     []byte   `json:"-"`
417         XXX_sizecache        int32    `json:"-"`
418 }
419
420 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs) Reset() {
421         *m = E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs{}
422 }
423 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs) String() string {
424         return proto.CompactTextString(m)
425 }
426 func (*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs) ProtoMessage() {}
427 func (*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs) Descriptor() ([]byte, []int) {
428         return fileDescriptor_24e9ce018b2c24b5, []int{7}
429 }
430
431 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs) XXX_Unmarshal(b []byte) error {
432         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs.Unmarshal(m, b)
433 }
434 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
435         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs.Marshal(b, m, deterministic)
436 }
437 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs) XXX_Merge(src proto.Message) {
438         xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs.Merge(m, src)
439 }
440 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs) XXX_Size() int {
441         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs.Size(m)
442 }
443 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs) XXX_DiscardUnknown() {
444         xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs.DiscardUnknown(m)
445 }
446
447 var xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs proto.InternalMessageInfo
448
449 type E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent struct {
450         IE_Extensions        []*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs `protobuf:"bytes,1,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
451         XXX_NoUnkeyedLiteral struct{}                                                    `json:"-"`
452         XXX_unrecognized     []byte                                                      `json:"-"`
453         XXX_sizecache        int32                                                       `json:"-"`
454 }
455
456 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) Reset() {
457         *m = E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent{}
458 }
459 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) String() string {
460         return proto.CompactTextString(m)
461 }
462 func (*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) ProtoMessage() {}
463 func (*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) Descriptor() ([]byte, []int) {
464         return fileDescriptor_24e9ce018b2c24b5, []int{8}
465 }
466
467 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) XXX_Unmarshal(b []byte) error {
468         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent.Unmarshal(m, b)
469 }
470 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
471         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent.Marshal(b, m, deterministic)
472 }
473 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) XXX_Merge(src proto.Message) {
474         xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent.Merge(m, src)
475 }
476 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) XXX_Size() int {
477         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent.Size(m)
478 }
479 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) XXX_DiscardUnknown() {
480         xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent.DiscardUnknown(m)
481 }
482
483 var xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent proto.InternalMessageInfo
484
485 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) GetIE_Extensions() []*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs {
486         if m != nil {
487                 return m.IE_Extensions
488         }
489         return nil
490 }
491
492 type E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs struct {
493         XXX_NoUnkeyedLiteral struct{} `json:"-"`
494         XXX_unrecognized     []byte   `json:"-"`
495         XXX_sizecache        int32    `json:"-"`
496 }
497
498 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs) Reset() {
499         *m = E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs{}
500 }
501 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs) String() string {
502         return proto.CompactTextString(m)
503 }
504 func (*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs) ProtoMessage() {}
505 func (*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs) Descriptor() ([]byte, []int) {
506         return fileDescriptor_24e9ce018b2c24b5, []int{9}
507 }
508
509 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs) XXX_Unmarshal(b []byte) error {
510         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs.Unmarshal(m, b)
511 }
512 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
513         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs.Marshal(b, m, deterministic)
514 }
515 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs) XXX_Merge(src proto.Message) {
516         xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs.Merge(m, src)
517 }
518 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs) XXX_Size() int {
519         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs.Size(m)
520 }
521 func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs) XXX_DiscardUnknown() {
522         xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs.DiscardUnknown(m)
523 }
524
525 var xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs proto.InternalMessageInfo
526
527 func init() {
528         proto.RegisterType((*SgNBChangeConfirm)(nil), "streaming_protobufs.SgNBChangeConfirm")
529         proto.RegisterType((*SgNBChangeConfirm_IEs)(nil), "streaming_protobufs.SgNBChangeConfirm_IEs")
530         proto.RegisterType((*E_RABs_ToBeReleased_SgNBChaConfList)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBChaConfList")
531         proto.RegisterType((*E_RABs_ToBeReleased_SgNBChaConf_ItemIEs)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBChaConf_ItemIEs")
532         proto.RegisterType((*E_RABs_ToBeReleased_SgNBChaConf_Item)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBChaConf_Item")
533         proto.RegisterType((*E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs")
534         proto.RegisterType((*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent")
535         proto.RegisterType((*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs")
536         proto.RegisterType((*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent")
537         proto.RegisterType((*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs")
538 }
539
540 func init() { proto.RegisterFile("sgnb_change_confirm.proto", fileDescriptor_24e9ce018b2c24b5) }
541
542 var fileDescriptor_24e9ce018b2c24b5 = []byte{
543         // 698 bytes of a gzipped FileDescriptorProto
544         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xdd, 0x4e, 0x13, 0x4d,
545         0x18, 0xa6, 0x2d, 0x90, 0x2f, 0xc3, 0xc7, 0xf7, 0xc5, 0x41, 0x65, 0x41, 0x62, 0xcc, 0x6a, 0x80,
546         0xa0, 0xdd, 0x6a, 0x89, 0x11, 0x8d, 0x89, 0x61, 0xbb, 0x1b, 0xa8, 0x29, 0x4d, 0x33, 0x80, 0xf1,
547         0xe7, 0x60, 0xb2, 0xec, 0x0e, 0xcb, 0x24, 0xdb, 0x99, 0xcd, 0xcc, 0x6c, 0xa4, 0xf7, 0x60, 0xbc,
548         0x05, 0x4f, 0xbd, 0x06, 0xcf, 0xbd, 0x07, 0x2f, 0xc7, 0xec, 0x6e, 0xb7, 0x85, 0x76, 0x0c, 0xa5,
549         0x72, 0xb6, 0x99, 0xf7, 0x79, 0x9f, 0xe7, 0xfd, 0x79, 0xde, 0x05, 0x2b, 0x32, 0x64, 0x27, 0xd8,
550         0x3f, 0xf3, 0x58, 0x48, 0xb0, 0xcf, 0xd9, 0x29, 0x15, 0x5d, 0x2b, 0x16, 0x5c, 0x71, 0xb8, 0x24,
551         0x95, 0x20, 0x5e, 0x97, 0xb2, 0x10, 0x67, 0x0f, 0x27, 0xc9, 0xa9, 0x5c, 0xbd, 0x1f, 0x72, 0x1e,
552         0x46, 0xa4, 0x56, 0xbc, 0xd4, 0x3e, 0x0b, 0x2f, 0x8e, 0x89, 0x90, 0x79, 0xd2, 0xea, 0xf2, 0x79,
553         0xdd, 0x8b, 0xb1, 0xcf, 0xbb, 0x5d, 0xce, 0xb0, 0xea, 0xc5, 0xa4, 0x1f, 0x30, 0x3d, 0x70, 0xeb,
554         0x30, 0x6c, 0xdb, 0x8d, 0x4c, 0xa9, 0x91, 0x0b, 0xc1, 0x16, 0x58, 0xc8, 0xa2, 0x3e, 0x8f, 0x9a,
555         0xae, 0x34, 0x4a, 0x0f, 0x4a, 0x9b, 0x0b, 0xf5, 0x2d, 0x4b, 0x23, 0x6c, 0x8d, 0x25, 0xe3, 0xa6,
556         0x2b, 0xd1, 0xc5, 0x74, 0xf3, 0x67, 0x05, 0xdc, 0xd1, 0xc2, 0xe0, 0x16, 0x80, 0x34, 0xc0, 0x07,
557         0xa4, 0x6d, 0xe3, 0x63, 0x17, 0xbf, 0xaf, 0xef, 0x76, 0x70, 0xd3, 0xc9, 0xe4, 0x16, 0xd1, 0x7f,
558         0x34, 0x48, 0x03, 0xc7, 0x6e, 0xfa, 0xdc, 0x74, 0xfa, 0xd8, 0x94, 0xe7, 0x22, 0xb6, 0x5c, 0x60,
559         0xd3, 0xc0, 0x00, 0xfb, 0xa5, 0x04, 0xd6, 0x69, 0x80, 0x5d, 0x8c, 0x76, 0x6d, 0x89, 0x8f, 0xb8,
560         0x4d, 0x10, 0x89, 0x88, 0x27, 0x49, 0x4e, 0xd0, 0x38, 0xf3, 0xd2, 0x2a, 0x5a, 0x54, 0x2a, 0xa3,
561         0x92, 0xf5, 0xb6, 0xa3, 0xed, 0x6d, 0x82, 0x7c, 0x64, 0xd2, 0xc0, 0x4d, 0x51, 0x17, 0x41, 0x23,
562         0x18, 0x78, 0x06, 0x56, 0x68, 0x80, 0x1b, 0x82, 0x2a, 0xea, 0x7b, 0x11, 0x55, 0x3d, 0x87, 0x7a,
563         0x21, 0xe3, 0x52, 0x51, 0x5f, 0x1a, 0xb3, 0x59, 0x01, 0x8f, 0xb5, 0x05, 0xe8, 0x53, 0x90, 0x41,
564         0x03, 0x7d, 0x04, 0x7e, 0x02, 0x6b, 0xe3, 0x03, 0xc5, 0xee, 0xb9, 0x22, 0x4c, 0x52, 0xce, 0x8c,
565         0xb9, 0x4c, 0x6c, 0xcd, 0xca, 0xdd, 0x62, 0x15, 0x4a, 0xd6, 0x71, 0x93, 0xa9, 0xed, 0xfa, 0x3b,
566         0x2f, 0x4a, 0x08, 0x5a, 0xbe, 0x3c, 0xf8, 0x41, 0xb2, 0xd9, 0x03, 0x0f, 0x27, 0x98, 0x08, 0x44,
567         0x60, 0x8e, 0x2a, 0xd2, 0x4d, 0x6d, 0x53, 0xd9, 0x5c, 0xa8, 0xbf, 0x9e, 0x66, 0xb4, 0xb8, 0xa9,
568         0x48, 0x37, 0x35, 0x52, 0x4e, 0x65, 0xfe, 0x28, 0x81, 0x8d, 0x09, 0x53, 0xe0, 0xd7, 0x12, 0xd8,
569         0xb8, 0x7a, 0xf9, 0x19, 0xbc, 0xef, 0xec, 0x97, 0x53, 0x97, 0x78, 0xd5, 0xfa, 0x53, 0x8c, 0xf9,
570         0x6d, 0x16, 0x3c, 0x9a, 0x84, 0x0c, 0x1a, 0xe0, 0x1f, 0x92, 0xe2, 0x86, 0x47, 0x30, 0x4f, 0xd0,
571         0xae, 0xdd, 0x74, 0x60, 0x0c, 0xee, 0x11, 0x86, 0x9d, 0x06, 0x46, 0x44, 0xf2, 0x44, 0xf8, 0xf9,
572         0x15, 0x85, 0x89, 0xf0, 0x54, 0xba, 0xd6, 0x72, 0xd6, 0xc6, 0x53, 0x7d, 0x1b, 0xed, 0x3f, 0xe6,
573         0xa1, 0x15, 0xc2, 0x9c, 0x86, 0x36, 0x04, 0x63, 0xf0, 0xbf, 0x0c, 0xdb, 0x76, 0xc7, 0x69, 0x74,
574         0x62, 0x41, 0x24, 0x61, 0xc5, 0xa9, 0x38, 0x53, 0x0d, 0xeb, 0xf0, 0x32, 0xd7, 0xfe, 0x0c, 0x1a,
575         0xa5, 0x87, 0x3d, 0x00, 0x8b, 0x27, 0xc6, 0x55, 0x21, 0x9a, 0x9f, 0xc7, 0xde, 0x5f, 0x89, 0x0e,
576         0xe9, 0xf6, 0x67, 0x90, 0x46, 0x04, 0x06, 0x60, 0x91, 0xba, 0xc3, 0x33, 0x91, 0xc6, 0x5c, 0x66,
577         0xdd, 0x37, 0x53, 0xfb, 0xc2, 0x3d, 0x57, 0xa9, 0x7b, 0xff, 0xa5, 0xee, 0x90, 0xd4, 0x36, 0xc0,
578         0x5d, 0xd1, 0x9f, 0x75, 0xfe, 0x4b, 0x2f, 0x86, 0x6d, 0x3e, 0x01, 0x5b, 0x93, 0xb3, 0x9a, 0xbf,
579         0xca, 0xa0, 0x76, 0xcd, 0x79, 0xc3, 0x0f, 0xe0, 0x76, 0xd2, 0xc2, 0x7b, 0x47, 0x1d, 0x95, 0x30,
580         0x46, 0x22, 0x97, 0x05, 0x31, 0xa7, 0x4c, 0xf5, 0x0f, 0x60, 0x5d, 0xdb, 0xe8, 0x18, 0x1a, 0x2d,
581         0x25, 0xad, 0xb1, 0xc7, 0x94, 0x3a, 0xd0, 0x51, 0x97, 0xaf, 0x47, 0x1d, 0x68, 0xa8, 0xf9, 0xe8,
582         0x5e, 0x2a, 0xd9, 0x5e, 0xde, 0xde, 0x84, 0x05, 0x75, 0x2b, 0x32, 0x5f, 0x80, 0xe7, 0x53, 0xd1,
583         0x98, 0xdf, 0x4b, 0xa0, 0x7e, 0x7d, 0x3b, 0x42, 0x31, 0xda, 0x60, 0xfe, 0xcf, 0x3c, 0xb8, 0x21,
584         0xbb, 0x6b, 0x7b, 0x7c, 0x05, 0x76, 0xa6, 0x65, 0xb2, 0xb7, 0x3f, 0x3e, 0x0b, 0x89, 0x10, 0x54,
585         0x59, 0xbc, 0x2a, 0x3c, 0x56, 0x95, 0xbe, 0xc5, 0x45, 0x58, 0x13, 0x35, 0x41, 0xfd, 0x6a, 0x1c,
586         0xa9, 0xda, 0xa0, 0xee, 0xea, 0xa0, 0xee, 0x93, 0xf9, 0xec, 0x73, 0xfb, 0x77, 0x00, 0x00, 0x00,
587         0xff, 0xff, 0xdb, 0x86, 0x99, 0xc6, 0xd4, 0x08, 0x00, 0x00,
588 }