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