Restructure directory and add SCG configuration Protobuf
[ric-plt/streaming-protobufs.git] / protogen / gopb / sgnb_modification_required.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: sgnb_modification_required.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 SgNBModificationRequired struct {
25         ProtocolIEs          *SgNBModificationRequired_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 *SgNBModificationRequired) Reset()         { *m = SgNBModificationRequired{} }
32 func (m *SgNBModificationRequired) String() string { return proto.CompactTextString(m) }
33 func (*SgNBModificationRequired) ProtoMessage()    {}
34 func (*SgNBModificationRequired) Descriptor() ([]byte, []int) {
35         return fileDescriptor_b508978406540b71, []int{0}
36 }
37
38 func (m *SgNBModificationRequired) XXX_Unmarshal(b []byte) error {
39         return xxx_messageInfo_SgNBModificationRequired.Unmarshal(m, b)
40 }
41 func (m *SgNBModificationRequired) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
42         return xxx_messageInfo_SgNBModificationRequired.Marshal(b, m, deterministic)
43 }
44 func (m *SgNBModificationRequired) XXX_Merge(src proto.Message) {
45         xxx_messageInfo_SgNBModificationRequired.Merge(m, src)
46 }
47 func (m *SgNBModificationRequired) XXX_Size() int {
48         return xxx_messageInfo_SgNBModificationRequired.Size(m)
49 }
50 func (m *SgNBModificationRequired) XXX_DiscardUnknown() {
51         xxx_messageInfo_SgNBModificationRequired.DiscardUnknown(m)
52 }
53
54 var xxx_messageInfo_SgNBModificationRequired proto.InternalMessageInfo
55
56 func (m *SgNBModificationRequired) GetProtocolIEs() *SgNBModificationRequired_IEs {
57         if m != nil {
58                 return m.ProtocolIEs
59         }
60         return nil
61 }
62
63 type SgNBModificationRequired_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_Cause                               *Cause                               `protobuf:"bytes,3,opt,name=id_Cause,json=idCause,proto3" json:"id_Cause,omitempty"`
67         Id_PDCPChangeIndication                *PDCPChangeIndication                `protobuf:"bytes,4,opt,name=id_PDCPChangeIndication,json=idPDCPChangeIndication,proto3" json:"id_PDCPChangeIndication,omitempty"`
68         Id_E_RABs_ToBeReleased_SgNBModReqdList *E_RABs_ToBeReleased_SgNBModReqdList `protobuf:"bytes,5,opt,name=id_E_RABs_ToBeReleased_SgNBModReqdList,json=idERABsToBeReleasedSgNBModReqdList,proto3" json:"id_E_RABs_ToBeReleased_SgNBModReqdList,omitempty"`
69         //The content of id_SgNBtoMeNBContainer has been specified in 3GPP 38.331 to be CG-Config.
70         Id_SgNBtoMeNBContainer                 *CG_Config                           `protobuf:"bytes,6,opt,name=id_SgNBtoMeNBContainer,json=idSgNBtoMeNBContainer,proto3" json:"id_SgNBtoMeNBContainer,omitempty"`
71         Id_MeNB_UE_X2AP_ID_Extension           *wrappers.UInt32Value                `protobuf:"bytes,7,opt,name=id_MeNB_UE_X2AP_ID_Extension,json=idMeNBUEX2APIDExtension,proto3" json:"id_MeNB_UE_X2AP_ID_Extension,omitempty"`
72         Id_E_RABs_ToBeModified_SgNBModReqdList *E_RABs_ToBeModified_SgNBModReqdList `protobuf:"bytes,8,opt,name=id_E_RABs_ToBeModified_SgNBModReqdList,json=idERABsToBeModifiedSgNBModReqdList,proto3" json:"id_E_RABs_ToBeModified_SgNBModReqdList,omitempty"`
73         Id_SgNBResourceCoordinationInformation *SgNBResourceCoordinationInformation `protobuf:"bytes,9,opt,name=id_SgNBResourceCoordinationInformation,json=idSgNBResourceCoordinationInformation,proto3" json:"id_SgNBResourceCoordinationInformation,omitempty"`
74         Id_RRCConfigIndication                 *RRC_Config_Ind                      `protobuf:"bytes,10,opt,name=id_RRCConfigIndication,json=idRRCConfigIndication,proto3" json:"id_RRCConfigIndication,omitempty"`
75         XXX_NoUnkeyedLiteral                   struct{}                             `json:"-"`
76         XXX_unrecognized                       []byte                               `json:"-"`
77         XXX_sizecache                          int32                                `json:"-"`
78 }
79
80 func (m *SgNBModificationRequired_IEs) Reset()         { *m = SgNBModificationRequired_IEs{} }
81 func (m *SgNBModificationRequired_IEs) String() string { return proto.CompactTextString(m) }
82 func (*SgNBModificationRequired_IEs) ProtoMessage()    {}
83 func (*SgNBModificationRequired_IEs) Descriptor() ([]byte, []int) {
84         return fileDescriptor_b508978406540b71, []int{1}
85 }
86
87 func (m *SgNBModificationRequired_IEs) XXX_Unmarshal(b []byte) error {
88         return xxx_messageInfo_SgNBModificationRequired_IEs.Unmarshal(m, b)
89 }
90 func (m *SgNBModificationRequired_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
91         return xxx_messageInfo_SgNBModificationRequired_IEs.Marshal(b, m, deterministic)
92 }
93 func (m *SgNBModificationRequired_IEs) XXX_Merge(src proto.Message) {
94         xxx_messageInfo_SgNBModificationRequired_IEs.Merge(m, src)
95 }
96 func (m *SgNBModificationRequired_IEs) XXX_Size() int {
97         return xxx_messageInfo_SgNBModificationRequired_IEs.Size(m)
98 }
99 func (m *SgNBModificationRequired_IEs) XXX_DiscardUnknown() {
100         xxx_messageInfo_SgNBModificationRequired_IEs.DiscardUnknown(m)
101 }
102
103 var xxx_messageInfo_SgNBModificationRequired_IEs proto.InternalMessageInfo
104
105 func (m *SgNBModificationRequired_IEs) GetId_MeNB_UE_X2AP_ID() uint32 {
106         if m != nil {
107                 return m.Id_MeNB_UE_X2AP_ID
108         }
109         return 0
110 }
111
112 func (m *SgNBModificationRequired_IEs) GetId_SgNB_UE_X2AP_ID() uint32 {
113         if m != nil {
114                 return m.Id_SgNB_UE_X2AP_ID
115         }
116         return 0
117 }
118
119 func (m *SgNBModificationRequired_IEs) GetId_Cause() *Cause {
120         if m != nil {
121                 return m.Id_Cause
122         }
123         return nil
124 }
125
126 func (m *SgNBModificationRequired_IEs) GetId_PDCPChangeIndication() *PDCPChangeIndication {
127         if m != nil {
128                 return m.Id_PDCPChangeIndication
129         }
130         return nil
131 }
132
133 func (m *SgNBModificationRequired_IEs) GetId_E_RABs_ToBeReleased_SgNBModReqdList() *E_RABs_ToBeReleased_SgNBModReqdList {
134         if m != nil {
135                 return m.Id_E_RABs_ToBeReleased_SgNBModReqdList
136         }
137         return nil
138 }
139
140 func (m *SgNBModificationRequired_IEs) GetId_SgNBtoMeNBContainer() *CG_Config {
141         if m != nil {
142                 return m.Id_SgNBtoMeNBContainer
143         }
144         return nil
145 }
146
147 func (m *SgNBModificationRequired_IEs) GetId_MeNB_UE_X2AP_ID_Extension() *wrappers.UInt32Value {
148         if m != nil {
149                 return m.Id_MeNB_UE_X2AP_ID_Extension
150         }
151         return nil
152 }
153
154 func (m *SgNBModificationRequired_IEs) GetId_E_RABs_ToBeModified_SgNBModReqdList() *E_RABs_ToBeModified_SgNBModReqdList {
155         if m != nil {
156                 return m.Id_E_RABs_ToBeModified_SgNBModReqdList
157         }
158         return nil
159 }
160
161 func (m *SgNBModificationRequired_IEs) GetId_SgNBResourceCoordinationInformation() *SgNBResourceCoordinationInformation {
162         if m != nil {
163                 return m.Id_SgNBResourceCoordinationInformation
164         }
165         return nil
166 }
167
168 func (m *SgNBModificationRequired_IEs) GetId_RRCConfigIndication() *RRC_Config_Ind {
169         if m != nil {
170                 return m.Id_RRCConfigIndication
171         }
172         return nil
173 }
174
175 type E_RABs_ToBeReleased_SgNBModReqdList struct {
176         Items                []*E_RABs_ToBeReleased_SgNBModReqd_ItemIEs `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
177         XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
178         XXX_unrecognized     []byte                                     `json:"-"`
179         XXX_sizecache        int32                                      `json:"-"`
180 }
181
182 func (m *E_RABs_ToBeReleased_SgNBModReqdList) Reset()         { *m = E_RABs_ToBeReleased_SgNBModReqdList{} }
183 func (m *E_RABs_ToBeReleased_SgNBModReqdList) String() string { return proto.CompactTextString(m) }
184 func (*E_RABs_ToBeReleased_SgNBModReqdList) ProtoMessage()    {}
185 func (*E_RABs_ToBeReleased_SgNBModReqdList) Descriptor() ([]byte, []int) {
186         return fileDescriptor_b508978406540b71, []int{2}
187 }
188
189 func (m *E_RABs_ToBeReleased_SgNBModReqdList) XXX_Unmarshal(b []byte) error {
190         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqdList.Unmarshal(m, b)
191 }
192 func (m *E_RABs_ToBeReleased_SgNBModReqdList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
193         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqdList.Marshal(b, m, deterministic)
194 }
195 func (m *E_RABs_ToBeReleased_SgNBModReqdList) XXX_Merge(src proto.Message) {
196         xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqdList.Merge(m, src)
197 }
198 func (m *E_RABs_ToBeReleased_SgNBModReqdList) XXX_Size() int {
199         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqdList.Size(m)
200 }
201 func (m *E_RABs_ToBeReleased_SgNBModReqdList) XXX_DiscardUnknown() {
202         xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqdList.DiscardUnknown(m)
203 }
204
205 var xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqdList proto.InternalMessageInfo
206
207 func (m *E_RABs_ToBeReleased_SgNBModReqdList) GetItems() []*E_RABs_ToBeReleased_SgNBModReqd_ItemIEs {
208         if m != nil {
209                 return m.Items
210         }
211         return nil
212 }
213
214 type E_RABs_ToBeReleased_SgNBModReqd_ItemIEs struct {
215         Id_E_RABs_ToBeReleased_SgNBModReqd_Item *E_RABs_ToBeReleased_SgNBModReqd_Item `protobuf:"bytes,1,opt,name=id_E_RABs_ToBeReleased_SgNBModReqd_Item,json=idERABsToBeReleasedSgNBModReqdItem,proto3" json:"id_E_RABs_ToBeReleased_SgNBModReqd_Item,omitempty"`
216         XXX_NoUnkeyedLiteral                    struct{}                              `json:"-"`
217         XXX_unrecognized                        []byte                                `json:"-"`
218         XXX_sizecache                           int32                                 `json:"-"`
219 }
220
221 func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) Reset() {
222         *m = E_RABs_ToBeReleased_SgNBModReqd_ItemIEs{}
223 }
224 func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) String() string { return proto.CompactTextString(m) }
225 func (*E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) ProtoMessage()    {}
226 func (*E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) Descriptor() ([]byte, []int) {
227         return fileDescriptor_b508978406540b71, []int{3}
228 }
229
230 func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) XXX_Unmarshal(b []byte) error {
231         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemIEs.Unmarshal(m, b)
232 }
233 func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
234         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemIEs.Marshal(b, m, deterministic)
235 }
236 func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) XXX_Merge(src proto.Message) {
237         xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemIEs.Merge(m, src)
238 }
239 func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) XXX_Size() int {
240         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemIEs.Size(m)
241 }
242 func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) XXX_DiscardUnknown() {
243         xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemIEs.DiscardUnknown(m)
244 }
245
246 var xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemIEs proto.InternalMessageInfo
247
248 func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) GetId_E_RABs_ToBeReleased_SgNBModReqd_Item() *E_RABs_ToBeReleased_SgNBModReqd_Item {
249         if m != nil {
250                 return m.Id_E_RABs_ToBeReleased_SgNBModReqd_Item
251         }
252         return nil
253 }
254
255 type E_RABs_ToBeReleased_SgNBModReqd_Item struct {
256         E_RAB_ID             uint32                                        `protobuf:"varint,1,opt,name=e_RAB_ID,json=eRABID,proto3" json:"e_RAB_ID,omitempty"`
257         Cause                *Cause                                        `protobuf:"bytes,2,opt,name=cause,proto3" json:"cause,omitempty"`
258         IE_Extensions        []*E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs `protobuf:"bytes,3,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
259         XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
260         XXX_unrecognized     []byte                                        `json:"-"`
261         XXX_sizecache        int32                                         `json:"-"`
262 }
263
264 func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) Reset()         { *m = E_RABs_ToBeReleased_SgNBModReqd_Item{} }
265 func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) String() string { return proto.CompactTextString(m) }
266 func (*E_RABs_ToBeReleased_SgNBModReqd_Item) ProtoMessage()    {}
267 func (*E_RABs_ToBeReleased_SgNBModReqd_Item) Descriptor() ([]byte, []int) {
268         return fileDescriptor_b508978406540b71, []int{4}
269 }
270
271 func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) XXX_Unmarshal(b []byte) error {
272         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_Item.Unmarshal(m, b)
273 }
274 func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
275         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_Item.Marshal(b, m, deterministic)
276 }
277 func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) XXX_Merge(src proto.Message) {
278         xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_Item.Merge(m, src)
279 }
280 func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) XXX_Size() int {
281         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_Item.Size(m)
282 }
283 func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) XXX_DiscardUnknown() {
284         xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_Item.DiscardUnknown(m)
285 }
286
287 var xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_Item proto.InternalMessageInfo
288
289 func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) GetE_RAB_ID() uint32 {
290         if m != nil {
291                 return m.E_RAB_ID
292         }
293         return 0
294 }
295
296 func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) GetCause() *Cause {
297         if m != nil {
298                 return m.Cause
299         }
300         return nil
301 }
302
303 func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) GetIE_Extensions() []*E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs {
304         if m != nil {
305                 return m.IE_Extensions
306         }
307         return nil
308 }
309
310 type E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs struct {
311         Id_RLCModeTransferred *RLCMode `protobuf:"bytes,1,opt,name=id_RLCMode_transferred,json=idRLCModeTransferred,proto3" json:"id_RLCMode_transferred,omitempty"`
312         XXX_NoUnkeyedLiteral  struct{} `json:"-"`
313         XXX_unrecognized      []byte   `json:"-"`
314         XXX_sizecache         int32    `json:"-"`
315 }
316
317 func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) Reset() {
318         *m = E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs{}
319 }
320 func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) String() string {
321         return proto.CompactTextString(m)
322 }
323 func (*E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) ProtoMessage() {}
324 func (*E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) Descriptor() ([]byte, []int) {
325         return fileDescriptor_b508978406540b71, []int{5}
326 }
327
328 func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) XXX_Unmarshal(b []byte) error {
329         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs.Unmarshal(m, b)
330 }
331 func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
332         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs.Marshal(b, m, deterministic)
333 }
334 func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) XXX_Merge(src proto.Message) {
335         xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs.Merge(m, src)
336 }
337 func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) XXX_Size() int {
338         return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs.Size(m)
339 }
340 func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) XXX_DiscardUnknown() {
341         xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs.DiscardUnknown(m)
342 }
343
344 var xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs proto.InternalMessageInfo
345
346 func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) GetId_RLCModeTransferred() *RLCMode {
347         if m != nil {
348                 return m.Id_RLCModeTransferred
349         }
350         return nil
351 }
352
353 type E_RABs_ToBeModified_SgNBModReqdList struct {
354         Items                []*E_RABs_ToBeModified_SgNBModReqd_ItemIEs `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
355         XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
356         XXX_unrecognized     []byte                                     `json:"-"`
357         XXX_sizecache        int32                                      `json:"-"`
358 }
359
360 func (m *E_RABs_ToBeModified_SgNBModReqdList) Reset()         { *m = E_RABs_ToBeModified_SgNBModReqdList{} }
361 func (m *E_RABs_ToBeModified_SgNBModReqdList) String() string { return proto.CompactTextString(m) }
362 func (*E_RABs_ToBeModified_SgNBModReqdList) ProtoMessage()    {}
363 func (*E_RABs_ToBeModified_SgNBModReqdList) Descriptor() ([]byte, []int) {
364         return fileDescriptor_b508978406540b71, []int{6}
365 }
366
367 func (m *E_RABs_ToBeModified_SgNBModReqdList) XXX_Unmarshal(b []byte) error {
368         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqdList.Unmarshal(m, b)
369 }
370 func (m *E_RABs_ToBeModified_SgNBModReqdList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
371         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqdList.Marshal(b, m, deterministic)
372 }
373 func (m *E_RABs_ToBeModified_SgNBModReqdList) XXX_Merge(src proto.Message) {
374         xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqdList.Merge(m, src)
375 }
376 func (m *E_RABs_ToBeModified_SgNBModReqdList) XXX_Size() int {
377         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqdList.Size(m)
378 }
379 func (m *E_RABs_ToBeModified_SgNBModReqdList) XXX_DiscardUnknown() {
380         xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqdList.DiscardUnknown(m)
381 }
382
383 var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqdList proto.InternalMessageInfo
384
385 func (m *E_RABs_ToBeModified_SgNBModReqdList) GetItems() []*E_RABs_ToBeModified_SgNBModReqd_ItemIEs {
386         if m != nil {
387                 return m.Items
388         }
389         return nil
390 }
391
392 type E_RABs_ToBeModified_SgNBModReqd_ItemIEs struct {
393         Id_E_RABs_ToBeModified_SgNBModReqd_Item *E_RABs_ToBeModified_SgNBModReqd_Item `protobuf:"bytes,1,opt,name=id_E_RABs_ToBeModified_SgNBModReqd_Item,json=idERABsToBeModifiedSgNBModReqdItem,proto3" json:"id_E_RABs_ToBeModified_SgNBModReqd_Item,omitempty"`
394         XXX_NoUnkeyedLiteral                    struct{}                              `json:"-"`
395         XXX_unrecognized                        []byte                                `json:"-"`
396         XXX_sizecache                           int32                                 `json:"-"`
397 }
398
399 func (m *E_RABs_ToBeModified_SgNBModReqd_ItemIEs) Reset() {
400         *m = E_RABs_ToBeModified_SgNBModReqd_ItemIEs{}
401 }
402 func (m *E_RABs_ToBeModified_SgNBModReqd_ItemIEs) String() string { return proto.CompactTextString(m) }
403 func (*E_RABs_ToBeModified_SgNBModReqd_ItemIEs) ProtoMessage()    {}
404 func (*E_RABs_ToBeModified_SgNBModReqd_ItemIEs) Descriptor() ([]byte, []int) {
405         return fileDescriptor_b508978406540b71, []int{7}
406 }
407
408 func (m *E_RABs_ToBeModified_SgNBModReqd_ItemIEs) XXX_Unmarshal(b []byte) error {
409         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemIEs.Unmarshal(m, b)
410 }
411 func (m *E_RABs_ToBeModified_SgNBModReqd_ItemIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
412         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemIEs.Marshal(b, m, deterministic)
413 }
414 func (m *E_RABs_ToBeModified_SgNBModReqd_ItemIEs) XXX_Merge(src proto.Message) {
415         xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemIEs.Merge(m, src)
416 }
417 func (m *E_RABs_ToBeModified_SgNBModReqd_ItemIEs) XXX_Size() int {
418         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemIEs.Size(m)
419 }
420 func (m *E_RABs_ToBeModified_SgNBModReqd_ItemIEs) XXX_DiscardUnknown() {
421         xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemIEs.DiscardUnknown(m)
422 }
423
424 var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemIEs proto.InternalMessageInfo
425
426 func (m *E_RABs_ToBeModified_SgNBModReqd_ItemIEs) GetId_E_RABs_ToBeModified_SgNBModReqd_Item() *E_RABs_ToBeModified_SgNBModReqd_Item {
427         if m != nil {
428                 return m.Id_E_RABs_ToBeModified_SgNBModReqd_Item
429         }
430         return nil
431 }
432
433 type E_RABs_ToBeModified_SgNBModReqd_Item struct {
434         E_RAB_ID                    uint32                       `protobuf:"varint,1,opt,name=e_RAB_ID,json=eRABID,proto3" json:"e_RAB_ID,omitempty"`
435         En_DC_ResourceConfiguration *EN_DC_ResourceConfiguration `protobuf:"bytes,2,opt,name=en_DC_ResourceConfiguration,json=enDCResourceConfiguration,proto3" json:"en_DC_ResourceConfiguration,omitempty"`
436         // Types that are valid to be assigned to ResourceConfiguration:
437         //      *E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPpresent
438         //      *E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPnotpresent
439         ResourceConfiguration isE_RABs_ToBeModified_SgNBModReqd_Item_ResourceConfiguration `protobuf_oneof:"resource_configuration"`
440         IE_Extensions         []*E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs                `protobuf:"bytes,5,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
441         XXX_NoUnkeyedLiteral  struct{}                                                     `json:"-"`
442         XXX_unrecognized      []byte                                                       `json:"-"`
443         XXX_sizecache         int32                                                        `json:"-"`
444 }
445
446 func (m *E_RABs_ToBeModified_SgNBModReqd_Item) Reset()         { *m = E_RABs_ToBeModified_SgNBModReqd_Item{} }
447 func (m *E_RABs_ToBeModified_SgNBModReqd_Item) String() string { return proto.CompactTextString(m) }
448 func (*E_RABs_ToBeModified_SgNBModReqd_Item) ProtoMessage()    {}
449 func (*E_RABs_ToBeModified_SgNBModReqd_Item) Descriptor() ([]byte, []int) {
450         return fileDescriptor_b508978406540b71, []int{8}
451 }
452
453 func (m *E_RABs_ToBeModified_SgNBModReqd_Item) XXX_Unmarshal(b []byte) error {
454         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_Item.Unmarshal(m, b)
455 }
456 func (m *E_RABs_ToBeModified_SgNBModReqd_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
457         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_Item.Marshal(b, m, deterministic)
458 }
459 func (m *E_RABs_ToBeModified_SgNBModReqd_Item) XXX_Merge(src proto.Message) {
460         xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_Item.Merge(m, src)
461 }
462 func (m *E_RABs_ToBeModified_SgNBModReqd_Item) XXX_Size() int {
463         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_Item.Size(m)
464 }
465 func (m *E_RABs_ToBeModified_SgNBModReqd_Item) XXX_DiscardUnknown() {
466         xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_Item.DiscardUnknown(m)
467 }
468
469 var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_Item proto.InternalMessageInfo
470
471 func (m *E_RABs_ToBeModified_SgNBModReqd_Item) GetE_RAB_ID() uint32 {
472         if m != nil {
473                 return m.E_RAB_ID
474         }
475         return 0
476 }
477
478 func (m *E_RABs_ToBeModified_SgNBModReqd_Item) GetEn_DC_ResourceConfiguration() *EN_DC_ResourceConfiguration {
479         if m != nil {
480                 return m.En_DC_ResourceConfiguration
481         }
482         return nil
483 }
484
485 type isE_RABs_ToBeModified_SgNBModReqd_Item_ResourceConfiguration interface {
486         isE_RABs_ToBeModified_SgNBModReqd_Item_ResourceConfiguration()
487 }
488
489 type E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPpresent struct {
490         SgNBPDCPpresent *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent `protobuf:"bytes,3,opt,name=sgNBPDCPpresent,proto3,oneof"`
491 }
492
493 type E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPnotpresent struct {
494         SgNBPDCPnotpresent *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent `protobuf:"bytes,4,opt,name=sgNBPDCPnotpresent,proto3,oneof"`
495 }
496
497 func (*E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPpresent) isE_RABs_ToBeModified_SgNBModReqd_Item_ResourceConfiguration() {
498 }
499
500 func (*E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPnotpresent) isE_RABs_ToBeModified_SgNBModReqd_Item_ResourceConfiguration() {
501 }
502
503 func (m *E_RABs_ToBeModified_SgNBModReqd_Item) GetResourceConfiguration() isE_RABs_ToBeModified_SgNBModReqd_Item_ResourceConfiguration {
504         if m != nil {
505                 return m.ResourceConfiguration
506         }
507         return nil
508 }
509
510 func (m *E_RABs_ToBeModified_SgNBModReqd_Item) GetSgNBPDCPpresent() *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent {
511         if x, ok := m.GetResourceConfiguration().(*E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPpresent); ok {
512                 return x.SgNBPDCPpresent
513         }
514         return nil
515 }
516
517 func (m *E_RABs_ToBeModified_SgNBModReqd_Item) GetSgNBPDCPnotpresent() *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent {
518         if x, ok := m.GetResourceConfiguration().(*E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPnotpresent); ok {
519                 return x.SgNBPDCPnotpresent
520         }
521         return nil
522 }
523
524 func (m *E_RABs_ToBeModified_SgNBModReqd_Item) GetIE_Extensions() []*E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs {
525         if m != nil {
526                 return m.IE_Extensions
527         }
528         return nil
529 }
530
531 // XXX_OneofWrappers is for the internal use of the proto package.
532 func (*E_RABs_ToBeModified_SgNBModReqd_Item) XXX_OneofWrappers() []interface{} {
533         return []interface{}{
534                 (*E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPpresent)(nil),
535                 (*E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPnotpresent)(nil),
536         }
537 }
538
539 type E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs struct {
540         XXX_NoUnkeyedLiteral struct{} `json:"-"`
541         XXX_unrecognized     []byte   `json:"-"`
542         XXX_sizecache        int32    `json:"-"`
543 }
544
545 func (m *E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs) Reset() {
546         *m = E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs{}
547 }
548 func (m *E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs) String() string {
549         return proto.CompactTextString(m)
550 }
551 func (*E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs) ProtoMessage() {}
552 func (*E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs) Descriptor() ([]byte, []int) {
553         return fileDescriptor_b508978406540b71, []int{9}
554 }
555
556 func (m *E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs) XXX_Unmarshal(b []byte) error {
557         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs.Unmarshal(m, b)
558 }
559 func (m *E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
560         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs.Marshal(b, m, deterministic)
561 }
562 func (m *E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs) XXX_Merge(src proto.Message) {
563         xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs.Merge(m, src)
564 }
565 func (m *E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs) XXX_Size() int {
566         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs.Size(m)
567 }
568 func (m *E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs) XXX_DiscardUnknown() {
569         xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs.DiscardUnknown(m)
570 }
571
572 var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs proto.InternalMessageInfo
573
574 type E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent struct {
575         Requested_MCG_E_RAB_Level_QoS_Parameters *E_RAB_Level_QoS_Parameters                              `protobuf:"bytes,1,opt,name=requested_MCG_E_RAB_Level_QoS_Parameters,json=requestedMCGERABLevelQoSParameters,proto3" json:"requested_MCG_E_RAB_Level_QoS_Parameters,omitempty"`
576         UL_Configuration                         *ULConfiguration                                         `protobuf:"bytes,2,opt,name=uL_Configuration,json=uLConfiguration,proto3" json:"uL_Configuration,omitempty"`
577         SgNB_UL_GTP_TEIDatPDCP                   *GTPtunnelEndpoint                                       `protobuf:"bytes,3,opt,name=sgNB_UL_GTP_TEIDatPDCP,json=sgNBULGTPTEIDatPDCP,proto3" json:"sgNB_UL_GTP_TEIDatPDCP,omitempty"`
578         S1_DL_GTP_TEIDatSgNB                     *GTPtunnelEndpoint                                       `protobuf:"bytes,4,opt,name=s1_DL_GTP_TEIDatSgNB,json=s1DLGTPTEIDatSgNB,proto3" json:"s1_DL_GTP_TEIDatSgNB,omitempty"`
579         IE_Extensions                            []*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs `protobuf:"bytes,5,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
580         XXX_NoUnkeyedLiteral                     struct{}                                                 `json:"-"`
581         XXX_unrecognized                         []byte                                                   `json:"-"`
582         XXX_sizecache                            int32                                                    `json:"-"`
583 }
584
585 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) Reset() {
586         *m = E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent{}
587 }
588 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) String() string {
589         return proto.CompactTextString(m)
590 }
591 func (*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) ProtoMessage() {}
592 func (*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) Descriptor() ([]byte, []int) {
593         return fileDescriptor_b508978406540b71, []int{10}
594 }
595
596 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) XXX_Unmarshal(b []byte) error {
597         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent.Unmarshal(m, b)
598 }
599 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
600         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent.Marshal(b, m, deterministic)
601 }
602 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) XXX_Merge(src proto.Message) {
603         xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent.Merge(m, src)
604 }
605 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) XXX_Size() int {
606         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent.Size(m)
607 }
608 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) XXX_DiscardUnknown() {
609         xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent.DiscardUnknown(m)
610 }
611
612 var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent proto.InternalMessageInfo
613
614 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) GetRequested_MCG_E_RAB_Level_QoS_Parameters() *E_RAB_Level_QoS_Parameters {
615         if m != nil {
616                 return m.Requested_MCG_E_RAB_Level_QoS_Parameters
617         }
618         return nil
619 }
620
621 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) GetUL_Configuration() *ULConfiguration {
622         if m != nil {
623                 return m.UL_Configuration
624         }
625         return nil
626 }
627
628 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) GetSgNB_UL_GTP_TEIDatPDCP() *GTPtunnelEndpoint {
629         if m != nil {
630                 return m.SgNB_UL_GTP_TEIDatPDCP
631         }
632         return nil
633 }
634
635 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) GetS1_DL_GTP_TEIDatSgNB() *GTPtunnelEndpoint {
636         if m != nil {
637                 return m.S1_DL_GTP_TEIDatSgNB
638         }
639         return nil
640 }
641
642 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) GetIE_Extensions() []*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs {
643         if m != nil {
644                 return m.IE_Extensions
645         }
646         return nil
647 }
648
649 type E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs struct {
650         IdULpDCPSnLength     *PDCPSnLength `protobuf:"bytes,1,opt,name=id_uLpDCPSnLength,json=idULpDCPSnLength,proto3" json:"id_uLpDCPSnLength,omitempty"`
651         IdDLPDCPSnLength     *PDCPSnLength `protobuf:"bytes,2,opt,name=id_dLPDCPSnLength,json=idDLPDCPSnLength,proto3" json:"id_dLPDCPSnLength,omitempty"`
652         IdNewDrb_IDReq       *TrueOpt      `protobuf:"bytes,3,opt,name=id_new_drb_ID_req,json=idNewDrbIDReq,proto3" json:"id_new_drb_ID_req,omitempty"`
653         XXX_NoUnkeyedLiteral struct{}      `json:"-"`
654         XXX_unrecognized     []byte        `json:"-"`
655         XXX_sizecache        int32         `json:"-"`
656 }
657
658 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) Reset() {
659         *m = E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs{}
660 }
661 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) String() string {
662         return proto.CompactTextString(m)
663 }
664 func (*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) ProtoMessage() {}
665 func (*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) Descriptor() ([]byte, []int) {
666         return fileDescriptor_b508978406540b71, []int{11}
667 }
668
669 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) XXX_Unmarshal(b []byte) error {
670         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs.Unmarshal(m, b)
671 }
672 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
673         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs.Marshal(b, m, deterministic)
674 }
675 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) XXX_Merge(src proto.Message) {
676         xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs.Merge(m, src)
677 }
678 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) XXX_Size() int {
679         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs.Size(m)
680 }
681 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) XXX_DiscardUnknown() {
682         xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs.DiscardUnknown(m)
683 }
684
685 var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs proto.InternalMessageInfo
686
687 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) GetIdULpDCPSnLength() *PDCPSnLength {
688         if m != nil {
689                 return m.IdULpDCPSnLength
690         }
691         return nil
692 }
693
694 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) GetIdDLPDCPSnLength() *PDCPSnLength {
695         if m != nil {
696                 return m.IdDLPDCPSnLength
697         }
698         return nil
699 }
700
701 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) GetIdNewDrb_IDReq() *TrueOpt {
702         if m != nil {
703                 return m.IdNewDrb_IDReq
704         }
705         return nil
706 }
707
708 type E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent struct {
709         SgNB_DL_GTP_TEIDatSCG          *GTPtunnelEndpoint                                          `protobuf:"bytes,1,opt,name=sgNB_DL_GTP_TEIDatSCG,json=sgNBDLGTPTEIDatSCG,proto3" json:"sgNB_DL_GTP_TEIDatSCG,omitempty"`
710         SecondarySgNB_DL_GTP_TEIDatSCG *GTPtunnelEndpoint                                          `protobuf:"bytes,2,opt,name=secondary_sgNB_DL_GTP_TEIDatSCG,json=secondarySgNBDLGTPTEIDatSCG,proto3" json:"secondary_sgNB_DL_GTP_TEIDatSCG,omitempty"`
711         IE_Extensions                  []*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs `protobuf:"bytes,3,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
712         XXX_NoUnkeyedLiteral           struct{}                                                    `json:"-"`
713         XXX_unrecognized               []byte                                                      `json:"-"`
714         XXX_sizecache                  int32                                                       `json:"-"`
715 }
716
717 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) Reset() {
718         *m = E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent{}
719 }
720 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) String() string {
721         return proto.CompactTextString(m)
722 }
723 func (*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) ProtoMessage() {}
724 func (*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) Descriptor() ([]byte, []int) {
725         return fileDescriptor_b508978406540b71, []int{12}
726 }
727
728 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) XXX_Unmarshal(b []byte) error {
729         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent.Unmarshal(m, b)
730 }
731 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
732         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent.Marshal(b, m, deterministic)
733 }
734 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) XXX_Merge(src proto.Message) {
735         xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent.Merge(m, src)
736 }
737 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) XXX_Size() int {
738         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent.Size(m)
739 }
740 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) XXX_DiscardUnknown() {
741         xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent.DiscardUnknown(m)
742 }
743
744 var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent proto.InternalMessageInfo
745
746 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) GetSgNB_DL_GTP_TEIDatSCG() *GTPtunnelEndpoint {
747         if m != nil {
748                 return m.SgNB_DL_GTP_TEIDatSCG
749         }
750         return nil
751 }
752
753 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) GetSecondarySgNB_DL_GTP_TEIDatSCG() *GTPtunnelEndpoint {
754         if m != nil {
755                 return m.SecondarySgNB_DL_GTP_TEIDatSCG
756         }
757         return nil
758 }
759
760 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) GetIE_Extensions() []*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs {
761         if m != nil {
762                 return m.IE_Extensions
763         }
764         return nil
765 }
766
767 type E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs struct {
768         Id_RLC_Status        *RLC_Status           `protobuf:"bytes,1,opt,name=id_RLC_Status,json=idRLCStatus,proto3" json:"id_RLC_Status,omitempty"`
769         IdLCID               *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=id_lCID,json=idLCID,proto3" json:"id_lCID,omitempty"`
770         XXX_NoUnkeyedLiteral struct{}              `json:"-"`
771         XXX_unrecognized     []byte                `json:"-"`
772         XXX_sizecache        int32                 `json:"-"`
773 }
774
775 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) Reset() {
776         *m = E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs{}
777 }
778 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) String() string {
779         return proto.CompactTextString(m)
780 }
781 func (*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) ProtoMessage() {}
782 func (*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) Descriptor() ([]byte, []int) {
783         return fileDescriptor_b508978406540b71, []int{13}
784 }
785
786 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) XXX_Unmarshal(b []byte) error {
787         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs.Unmarshal(m, b)
788 }
789 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
790         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs.Marshal(b, m, deterministic)
791 }
792 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) XXX_Merge(src proto.Message) {
793         xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs.Merge(m, src)
794 }
795 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) XXX_Size() int {
796         return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs.Size(m)
797 }
798 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) XXX_DiscardUnknown() {
799         xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs.DiscardUnknown(m)
800 }
801
802 var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs proto.InternalMessageInfo
803
804 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) GetId_RLC_Status() *RLC_Status {
805         if m != nil {
806                 return m.Id_RLC_Status
807         }
808         return nil
809 }
810
811 func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) GetIdLCID() *wrappers.UInt32Value {
812         if m != nil {
813                 return m.IdLCID
814         }
815         return nil
816 }
817
818 func init() {
819         proto.RegisterType((*SgNBModificationRequired)(nil), "streaming_protobufs.SgNBModificationRequired")
820         proto.RegisterType((*SgNBModificationRequired_IEs)(nil), "streaming_protobufs.SgNBModificationRequired_IEs")
821         proto.RegisterType((*E_RABs_ToBeReleased_SgNBModReqdList)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBModReqdList")
822         proto.RegisterType((*E_RABs_ToBeReleased_SgNBModReqd_ItemIEs)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBModReqd_ItemIEs")
823         proto.RegisterType((*E_RABs_ToBeReleased_SgNBModReqd_Item)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBModReqd_Item")
824         proto.RegisterType((*E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs")
825         proto.RegisterType((*E_RABs_ToBeModified_SgNBModReqdList)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReqdList")
826         proto.RegisterType((*E_RABs_ToBeModified_SgNBModReqd_ItemIEs)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReqd_ItemIEs")
827         proto.RegisterType((*E_RABs_ToBeModified_SgNBModReqd_Item)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReqd_Item")
828         proto.RegisterType((*E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs")
829         proto.RegisterType((*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent")
830         proto.RegisterType((*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs")
831         proto.RegisterType((*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent")
832         proto.RegisterType((*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs")
833 }
834
835 func init() { proto.RegisterFile("sgnb_modification_required.proto", fileDescriptor_b508978406540b71) }
836
837 var fileDescriptor_b508978406540b71 = []byte{
838         // 1230 bytes of a gzipped FileDescriptorProto
839         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xdf, 0x72, 0x13, 0xb7,
840         0x17, 0xc6, 0x81, 0x24, 0xfc, 0x94, 0x5f, 0x0a, 0x08, 0x08, 0x2e, 0x64, 0x80, 0x1a, 0x0a, 0x94,
841         0x69, 0x6c, 0x12, 0x86, 0x19, 0x3a, 0xd3, 0x99, 0x0e, 0xde, 0xdd, 0x9a, 0xed, 0xd8, 0xc6, 0xc8,
842         0x76, 0xff, 0xc0, 0x85, 0x66, 0x6d, 0x29, 0x8b, 0x66, 0x6c, 0x69, 0xa3, 0xd5, 0x16, 0x72, 0xd7,
843         0x9b, 0xde, 0x75, 0xda, 0x47, 0xe0, 0x19, 0x7a, 0xd3, 0x8b, 0xbe, 0x45, 0xef, 0xfa, 0x1a, 0x7d,
844         0x83, 0x8e, 0xb4, 0xeb, 0x7f, 0x89, 0x1c, 0x6f, 0x5c, 0xee, 0xd6, 0xda, 0xef, 0x7c, 0xe7, 0xe8,
845         0x9c, 0xef, 0x9c, 0x3d, 0x06, 0xb7, 0xe3, 0x90, 0xf7, 0xf0, 0x50, 0x10, 0xb6, 0xcf, 0xfa, 0x81,
846         0x62, 0x82, 0x63, 0x49, 0x0f, 0x12, 0x26, 0x29, 0x29, 0x47, 0x52, 0x28, 0x01, 0x2f, 0xc7, 0x4a,
847         0xd2, 0x60, 0xc8, 0x78, 0x88, 0xcd, 0x41, 0x2f, 0xd9, 0x8f, 0xaf, 0xdf, 0x0c, 0x85, 0x08, 0x07,
848         0xb4, 0x32, 0x3a, 0xa9, 0xbc, 0x95, 0x41, 0x14, 0x51, 0x19, 0xa7, 0x46, 0xd7, 0x61, 0x5f, 0x0c,
849         0x87, 0x82, 0x63, 0x75, 0x18, 0xd1, 0xd1, 0xd9, 0xb5, 0x77, 0x7b, 0x41, 0x84, 0x2d, 0x2f, 0x2e,
850         0x4b, 0xd9, 0xc7, 0xfd, 0x10, 0xf7, 0x05, 0xdf, 0x67, 0x61, 0x76, 0x78, 0x89, 0x4a, 0x29, 0x24,
851         0xee, 0x07, 0x49, 0x4c, 0xd3, 0xa3, 0x92, 0x00, 0xc5, 0x76, 0xd8, 0xac, 0x36, 0xa6, 0x82, 0x45,
852         0x59, 0xac, 0xb0, 0x0d, 0x36, 0x0c, 0xa8, 0x2f, 0x06, 0xbe, 0x17, 0x17, 0x0b, 0xb7, 0x0b, 0x0f,
853         0x36, 0xf6, 0x76, 0xcb, 0x96, 0xd8, 0xcb, 0xf3, 0x38, 0xb0, 0xef, 0xc5, 0x68, 0x9a, 0xa5, 0xf4,
854         0xd7, 0x3a, 0xd8, 0x3e, 0x09, 0x0d, 0x1f, 0x02, 0xc8, 0x08, 0x6e, 0xd0, 0x66, 0x15, 0x77, 0x3d,
855         0xfc, 0xfd, 0xde, 0xb3, 0x16, 0xf6, 0x5d, 0xe3, 0x7c, 0x13, 0x7d, 0xc4, 0x88, 0x7e, 0xd1, 0xf5,
856         0xf4, 0xb1, 0xef, 0x66, 0x58, 0x4d, 0x37, 0x8d, 0x5d, 0x19, 0x61, 0xf5, 0x8b, 0x31, 0xf6, 0x09,
857         0x38, 0xcf, 0x08, 0x76, 0xf4, 0xdd, 0x8b, 0x67, 0xcd, 0x55, 0xae, 0x5b, 0xaf, 0x62, 0x10, 0x68,
858         0x9d, 0x11, 0xf3, 0x00, 0x7b, 0xe0, 0x1a, 0x23, 0xb8, 0xe5, 0x3a, 0x2d, 0xe7, 0x4d, 0xc0, 0x43,
859         0xea, 0x73, 0x92, 0x45, 0x5d, 0x3c, 0x67, 0x58, 0x3e, 0xb3, 0xb2, 0xd8, 0x0c, 0xd0, 0x16, 0x23,
860         0xb6, 0x73, 0xf8, 0x4b, 0x01, 0xdc, 0x63, 0x04, 0x7b, 0x18, 0x3d, 0xab, 0xc6, 0xb8, 0x23, 0xaa,
861         0x14, 0xd1, 0x01, 0x0d, 0x62, 0x9a, 0xde, 0xad, 0x21, 0x08, 0xa2, 0x07, 0xa4, 0xce, 0x62, 0x55,
862         0x5c, 0x35, 0x3e, 0x9f, 0x5a, 0x7d, 0xe6, 0xb0, 0x47, 0x25, 0x46, 0x3c, 0x8d, 0x9a, 0x06, 0x1d,
863         0xc1, 0xc0, 0x2e, 0xd8, 0xca, 0xb2, 0xaa, 0x84, 0x4e, 0xb7, 0x23, 0xb8, 0x0a, 0x18, 0xa7, 0xb2,
864         0xb8, 0x66, 0xbc, 0xdf, 0xb4, 0xe7, 0xad, 0x86, 0x1d, 0x23, 0x36, 0x74, 0x35, 0xcd, 0xfc, 0x11,
865         0x63, 0xf8, 0x1a, 0x6c, 0x1f, 0x2f, 0x2c, 0xf6, 0xde, 0x29, 0xca, 0x63, 0x9d, 0xce, 0x75, 0x43,
866         0xbe, 0x5d, 0x4e, 0xdb, 0xa0, 0x3c, 0x62, 0x2e, 0x77, 0x7d, 0xae, 0x1e, 0xef, 0x7d, 0x1b, 0x0c,
867         0x12, 0x8a, 0xae, 0xcd, 0x0a, 0x60, 0x6c, 0x6c, 0x49, 0x61, 0x2a, 0x30, 0x4b, 0x0a, 0xcf, 0xe7,
868         0x4b, 0xe1, 0x3c, 0xfb, 0x99, 0x14, 0x8e, 0x40, 0x47, 0x53, 0xf8, 0x5b, 0x1a, 0x8e, 0x3e, 0x46,
869         0x34, 0x16, 0x89, 0xec, 0x53, 0x47, 0x08, 0x49, 0x18, 0x37, 0x15, 0xf7, 0xf9, 0xbe, 0x90, 0xc3,
870         0x54, 0x45, 0xff, 0x3b, 0x21, 0x9c, 0x1c, 0xf6, 0xe8, 0xd3, 0x34, 0xdb, 0x0b, 0x60, 0xf0, 0x95,
871         0x29, 0x2a, 0x42, 0x4e, 0x5a, 0xa4, 0x29, 0x19, 0x03, 0x13, 0xc0, 0x1d, 0x6b, 0x00, 0x08, 0x39,
872         0x59, 0x55, 0xb1, 0xcf, 0x89, 0xae, 0xac, 0x85, 0xa1, 0x74, 0x08, 0xee, 0xe4, 0xd0, 0x1e, 0x44,
873         0x60, 0x95, 0x29, 0x3a, 0xd4, 0x93, 0xe4, 0xec, 0x83, 0x8d, 0xbd, 0x2f, 0x97, 0x11, 0x31, 0xf6,
874         0x15, 0x1d, 0xea, 0xa1, 0x92, 0x52, 0x95, 0xfe, 0x2c, 0x80, 0xfb, 0x39, 0x4d, 0xe0, 0xaf, 0x05,
875         0x70, 0x7f, 0x71, 0x9b, 0x19, 0x78, 0x36, 0xec, 0xbe, 0x58, 0x3a, 0xc4, 0x45, 0x8d, 0xa6, 0x31,
876         0xa5, 0xbf, 0x0b, 0xe0, 0x6e, 0x1e, 0x32, 0x58, 0x04, 0xe7, 0xa9, 0xc6, 0x4d, 0x26, 0xe1, 0x1a,
877         0x45, 0xcf, 0xaa, 0xbe, 0x0b, 0x1f, 0x81, 0x55, 0x33, 0xce, 0xcd, 0xd0, 0x3b, 0x79, 0xa4, 0xa5,
878         0x40, 0x48, 0xc0, 0x26, 0xf3, 0x26, 0x6d, 0x17, 0x17, 0xcf, 0x9a, 0x6a, 0x7c, 0xb5, 0xf4, 0x55,
879         0xbd, 0x77, 0x4a, 0x17, 0xe4, 0xff, 0xcc, 0x9b, 0x90, 0x96, 0x7e, 0x2a, 0x80, 0x87, 0xf9, 0x8d,
880         0x21, 0x4a, 0xd5, 0x59, 0x77, 0x1a, 0x82, 0x50, 0xac, 0x64, 0xc0, 0xe3, 0x7d, 0x2a, 0x25, 0x25,
881         0x59, 0x21, 0xb6, 0xed, 0xea, 0x4c, 0xf1, 0xe8, 0x0a, 0x23, 0xd9, 0x63, 0x67, 0x62, 0x79, 0x44,
882         0x95, 0xf3, 0xda, 0xf9, 0xd4, 0xaa, 0xb4, 0x11, 0x2d, 0x50, 0xe5, 0x49, 0x26, 0x16, 0x55, 0xce,
883         0x85, 0xe7, 0x55, 0xe5, 0x5c, 0x82, 0x45, 0xb3, 0xcb, 0xa8, 0xf2, 0xfd, 0xb9, 0x19, 0x55, 0xce,
884         0x25, 0x3b, 0x41, 0x95, 0x11, 0xb8, 0x41, 0x39, 0x76, 0x1d, 0x3c, 0x99, 0x4a, 0x7a, 0x64, 0x24,
885         0x32, 0x9d, 0x38, 0xa9, 0x56, 0x1f, 0xd9, 0xaf, 0xd1, 0x9c, 0x6b, 0x87, 0x3e, 0xa6, 0xdc, 0x75,
886         0xac, 0xaf, 0x60, 0x04, 0x2e, 0xc4, 0x61, 0xb3, 0xaa, 0x3f, 0xaf, 0x91, 0xa4, 0x31, 0xe5, 0x2a,
887         0xfb, 0xc8, 0xbb, 0x4b, 0x25, 0xab, 0x3d, 0xcb, 0xf5, 0xfc, 0x0c, 0x3a, 0x4a, 0x0f, 0x0f, 0x01,
888         0x1c, 0x1d, 0x71, 0xa1, 0x46, 0x4e, 0xd3, 0x9d, 0xa0, 0xf6, 0x9f, 0x9c, 0x4e, 0xe8, 0x9e, 0x9f,
889         0x41, 0x16, 0x27, 0xc7, 0x5b, 0x78, 0x35, 0x5f, 0x0b, 0xcf, 0x2d, 0xa5, 0xad, 0x85, 0xab, 0x45,
890         0xb0, 0x25, 0xb3, 0x5c, 0x67, 0x6b, 0x64, 0x96, 0xec, 0xd2, 0xe7, 0x33, 0xbd, 0xbd, 0x80, 0xb5,
891         0xf4, 0xfb, 0x39, 0x50, 0x39, 0x65, 0xbe, 0xe1, 0xcf, 0x05, 0xf0, 0x40, 0xef, 0xcc, 0x34, 0x56,
892         0x94, 0xe0, 0x86, 0x53, 0x4b, 0xfb, 0x03, 0xd7, 0xe9, 0x8f, 0x74, 0x80, 0x5f, 0x8a, 0x36, 0x6e,
893         0x05, 0x32, 0x18, 0x52, 0x45, 0xe5, 0x68, 0x31, 0xad, 0xcc, 0xbf, 0xbd, 0xd5, 0x0c, 0x95, 0xc6,
894         0x0e, 0x1a, 0x4e, 0x4d, 0x77, 0x85, 0x41, 0xbd, 0x14, 0xed, 0x09, 0x06, 0xbe, 0x00, 0x17, 0x93,
895         0x3a, 0xb6, 0xa9, 0xf7, 0xae, 0xd5, 0x5d, 0xb7, 0x3e, 0xab, 0xd8, 0x0b, 0xc9, 0xec, 0x01, 0x7c,
896         0x0d, 0xb6, 0x62, 0xb3, 0xae, 0xd6, 0x71, 0xad, 0xd3, 0xc2, 0x1d, 0xcf, 0x77, 0x03, 0xa5, 0x6f,
897         0x9e, 0xc9, 0xf5, 0x9e, 0x95, 0xb6, 0xd6, 0x69, 0xa9, 0x84, 0x73, 0x3a, 0xf0, 0x38, 0x89, 0x04,
898         0xe3, 0x0a, 0x5d, 0xd6, 0x2c, 0xdd, 0x7a, 0xad, 0xd3, 0x9a, 0x50, 0xc0, 0xef, 0xc0, 0x95, 0x78,
899         0x17, 0xbb, 0xd3, 0xd4, 0x3a, 0xb1, 0x99, 0x28, 0xf3, 0x52, 0x5f, 0x8a, 0x77, 0xdd, 0x09, 0xb1,
900         0x26, 0x80, 0xc2, 0x2e, 0xb8, 0x6f, 0x3e, 0x44, 0x6f, 0x59, 0x3f, 0x1f, 0xef, 0x57, 0xc0, 0x93,
901         0xa5, 0x78, 0x60, 0x13, 0x5c, 0x62, 0x04, 0x27, 0xf5, 0xc8, 0x75, 0x5a, 0x6d, 0x5e, 0xa7, 0x3c,
902         0x54, 0x6f, 0x32, 0x85, 0x7c, 0x32, 0x77, 0x53, 0x1f, 0x01, 0xd1, 0x45, 0x46, 0xba, 0x33, 0xa6,
903         0x19, 0x1f, 0xa9, 0x4f, 0xc3, 0x32, 0x09, 0xe4, 0xe3, 0x73, 0x67, 0x4c, 0xe1, 0xd7, 0x86, 0x8f,
904         0xd3, 0xb7, 0x98, 0xc8, 0x9e, 0x5e, 0x80, 0x25, 0x3d, 0xc8, 0x6a, 0x6f, 0xff, 0xc8, 0x75, 0x64,
905         0x42, 0x5f, 0x44, 0x0a, 0x6d, 0x32, 0xd2, 0xa4, 0x6f, 0x5d, 0xd9, 0xf3, 0x5d, 0x44, 0x0f, 0x4a,
906         0xff, 0xac, 0x80, 0xbd, 0xd3, 0x0f, 0x14, 0xf8, 0x03, 0xb8, 0x6a, 0xf4, 0x37, 0x2b, 0x12, 0xa7,
907         0x96, 0xa5, 0x28, 0xaf, 0x46, 0xcc, 0x54, 0x9a, 0x56, 0x89, 0x53, 0x83, 0x03, 0x70, 0x2b, 0xa6,
908         0x7d, 0xc1, 0x49, 0x20, 0x0f, 0xb1, 0xdd, 0xc9, 0xca, 0xa9, 0x9c, 0xdc, 0x18, 0xd3, 0xb5, 0x8f,
909         0x7b, 0x93, 0xf6, 0x35, 0xa6, 0xf1, 0x81, 0x26, 0xaf, 0x55, 0x95, 0x7f, 0x14, 0xc0, 0xd3, 0x65,
910         0xa9, 0xa0, 0x03, 0x36, 0xd3, 0x15, 0x07, 0xb7, 0x55, 0xa0, 0x92, 0xd1, 0xd8, 0xba, 0x35, 0x6f,
911         0xb3, 0xc9, 0x60, 0x68, 0xc3, 0x2c, 0x37, 0xe9, 0x0f, 0xf8, 0x04, 0xac, 0x33, 0x82, 0x07, 0x4e,
912         0xf6, 0x2f, 0x77, 0xd1, 0xdf, 0xa5, 0x35, 0x46, 0xea, 0x8e, 0xef, 0x56, 0x1f, 0xbf, 0xda, 0x0d,
913         0xa9, 0x94, 0x4c, 0x95, 0xc5, 0x8e, 0x0c, 0xf8, 0x4e, 0xdc, 0x2f, 0x0b, 0x19, 0x56, 0x64, 0x45,
914         0xb2, 0xfe, 0x4e, 0x34, 0x50, 0x95, 0x71, 0x0c, 0x3b, 0xe3, 0x18, 0x7a, 0x6b, 0xe6, 0xf1, 0xf1,
915         0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x7c, 0x5a, 0x38, 0x43, 0xcf, 0x10, 0x00, 0x00,
916 }