Move Golang Protobuf source code to new directory
[ric-plt/streaming-protobufs.git] / protogen / go / streaming_protobufs / rrc_reconfiguration_complete.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: rrc_reconfiguration_complete.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 RRCReconfigurationComplete struct {
25         Rrc_TransactionIdentifier uint32 `protobuf:"varint,1,opt,name=rrc_TransactionIdentifier,json=rrcTransactionIdentifier,proto3" json:"rrc_TransactionIdentifier,omitempty"`
26         // Types that are valid to be assigned to CriticalExtensions:
27         //      *RRCReconfigurationComplete_RrcReconfigurationComplete
28         CriticalExtensions   isRRCReconfigurationComplete_CriticalExtensions `protobuf_oneof:"criticalExtensions"`
29         XXX_NoUnkeyedLiteral struct{}                                        `json:"-"`
30         XXX_unrecognized     []byte                                          `json:"-"`
31         XXX_sizecache        int32                                           `json:"-"`
32 }
33
34 func (m *RRCReconfigurationComplete) Reset()         { *m = RRCReconfigurationComplete{} }
35 func (m *RRCReconfigurationComplete) String() string { return proto.CompactTextString(m) }
36 func (*RRCReconfigurationComplete) ProtoMessage()    {}
37 func (*RRCReconfigurationComplete) Descriptor() ([]byte, []int) {
38         return fileDescriptor_2ea132bd2fd8a231, []int{0}
39 }
40
41 func (m *RRCReconfigurationComplete) XXX_Unmarshal(b []byte) error {
42         return xxx_messageInfo_RRCReconfigurationComplete.Unmarshal(m, b)
43 }
44 func (m *RRCReconfigurationComplete) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
45         return xxx_messageInfo_RRCReconfigurationComplete.Marshal(b, m, deterministic)
46 }
47 func (m *RRCReconfigurationComplete) XXX_Merge(src proto.Message) {
48         xxx_messageInfo_RRCReconfigurationComplete.Merge(m, src)
49 }
50 func (m *RRCReconfigurationComplete) XXX_Size() int {
51         return xxx_messageInfo_RRCReconfigurationComplete.Size(m)
52 }
53 func (m *RRCReconfigurationComplete) XXX_DiscardUnknown() {
54         xxx_messageInfo_RRCReconfigurationComplete.DiscardUnknown(m)
55 }
56
57 var xxx_messageInfo_RRCReconfigurationComplete proto.InternalMessageInfo
58
59 func (m *RRCReconfigurationComplete) GetRrc_TransactionIdentifier() uint32 {
60         if m != nil {
61                 return m.Rrc_TransactionIdentifier
62         }
63         return 0
64 }
65
66 type isRRCReconfigurationComplete_CriticalExtensions interface {
67         isRRCReconfigurationComplete_CriticalExtensions()
68 }
69
70 type RRCReconfigurationComplete_RrcReconfigurationComplete struct {
71         RrcReconfigurationComplete *RRCReconfigurationComplete_IEs `protobuf:"bytes,2,opt,name=rrcReconfigurationComplete,proto3,oneof"`
72 }
73
74 func (*RRCReconfigurationComplete_RrcReconfigurationComplete) isRRCReconfigurationComplete_CriticalExtensions() {
75 }
76
77 func (m *RRCReconfigurationComplete) GetCriticalExtensions() isRRCReconfigurationComplete_CriticalExtensions {
78         if m != nil {
79                 return m.CriticalExtensions
80         }
81         return nil
82 }
83
84 func (m *RRCReconfigurationComplete) GetRrcReconfigurationComplete() *RRCReconfigurationComplete_IEs {
85         if x, ok := m.GetCriticalExtensions().(*RRCReconfigurationComplete_RrcReconfigurationComplete); ok {
86                 return x.RrcReconfigurationComplete
87         }
88         return nil
89 }
90
91 // XXX_OneofWrappers is for the internal use of the proto package.
92 func (*RRCReconfigurationComplete) XXX_OneofWrappers() []interface{} {
93         return []interface{}{
94                 (*RRCReconfigurationComplete_RrcReconfigurationComplete)(nil),
95         }
96 }
97
98 type RRCReconfigurationComplete_IEs struct {
99         LateNonCriticalExtension *wrappers.BytesValue                 `protobuf:"bytes,1,opt,name=lateNonCriticalExtension,proto3" json:"lateNonCriticalExtension,omitempty"`
100         NonCriticalExtension     *RRCReconfigurationCompleteV1530_IEs `protobuf:"bytes,2,opt,name=nonCriticalExtension,proto3" json:"nonCriticalExtension,omitempty"`
101         XXX_NoUnkeyedLiteral     struct{}                             `json:"-"`
102         XXX_unrecognized         []byte                               `json:"-"`
103         XXX_sizecache            int32                                `json:"-"`
104 }
105
106 func (m *RRCReconfigurationComplete_IEs) Reset()         { *m = RRCReconfigurationComplete_IEs{} }
107 func (m *RRCReconfigurationComplete_IEs) String() string { return proto.CompactTextString(m) }
108 func (*RRCReconfigurationComplete_IEs) ProtoMessage()    {}
109 func (*RRCReconfigurationComplete_IEs) Descriptor() ([]byte, []int) {
110         return fileDescriptor_2ea132bd2fd8a231, []int{1}
111 }
112
113 func (m *RRCReconfigurationComplete_IEs) XXX_Unmarshal(b []byte) error {
114         return xxx_messageInfo_RRCReconfigurationComplete_IEs.Unmarshal(m, b)
115 }
116 func (m *RRCReconfigurationComplete_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
117         return xxx_messageInfo_RRCReconfigurationComplete_IEs.Marshal(b, m, deterministic)
118 }
119 func (m *RRCReconfigurationComplete_IEs) XXX_Merge(src proto.Message) {
120         xxx_messageInfo_RRCReconfigurationComplete_IEs.Merge(m, src)
121 }
122 func (m *RRCReconfigurationComplete_IEs) XXX_Size() int {
123         return xxx_messageInfo_RRCReconfigurationComplete_IEs.Size(m)
124 }
125 func (m *RRCReconfigurationComplete_IEs) XXX_DiscardUnknown() {
126         xxx_messageInfo_RRCReconfigurationComplete_IEs.DiscardUnknown(m)
127 }
128
129 var xxx_messageInfo_RRCReconfigurationComplete_IEs proto.InternalMessageInfo
130
131 func (m *RRCReconfigurationComplete_IEs) GetLateNonCriticalExtension() *wrappers.BytesValue {
132         if m != nil {
133                 return m.LateNonCriticalExtension
134         }
135         return nil
136 }
137
138 func (m *RRCReconfigurationComplete_IEs) GetNonCriticalExtension() *RRCReconfigurationCompleteV1530_IEs {
139         if m != nil {
140                 return m.NonCriticalExtension
141         }
142         return nil
143 }
144
145 type RRCReconfigurationCompleteV1530_IEs struct {
146         UplinkTxDirectCurrentList *UplinkTxDirectCurrentList `protobuf:"bytes,1,opt,name=uplinkTxDirectCurrentList,proto3" json:"uplinkTxDirectCurrentList,omitempty"`
147         XXX_NoUnkeyedLiteral      struct{}                   `json:"-"`
148         XXX_unrecognized          []byte                     `json:"-"`
149         XXX_sizecache             int32                      `json:"-"`
150 }
151
152 func (m *RRCReconfigurationCompleteV1530_IEs) Reset()         { *m = RRCReconfigurationCompleteV1530_IEs{} }
153 func (m *RRCReconfigurationCompleteV1530_IEs) String() string { return proto.CompactTextString(m) }
154 func (*RRCReconfigurationCompleteV1530_IEs) ProtoMessage()    {}
155 func (*RRCReconfigurationCompleteV1530_IEs) Descriptor() ([]byte, []int) {
156         return fileDescriptor_2ea132bd2fd8a231, []int{2}
157 }
158
159 func (m *RRCReconfigurationCompleteV1530_IEs) XXX_Unmarshal(b []byte) error {
160         return xxx_messageInfo_RRCReconfigurationCompleteV1530_IEs.Unmarshal(m, b)
161 }
162 func (m *RRCReconfigurationCompleteV1530_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
163         return xxx_messageInfo_RRCReconfigurationCompleteV1530_IEs.Marshal(b, m, deterministic)
164 }
165 func (m *RRCReconfigurationCompleteV1530_IEs) XXX_Merge(src proto.Message) {
166         xxx_messageInfo_RRCReconfigurationCompleteV1530_IEs.Merge(m, src)
167 }
168 func (m *RRCReconfigurationCompleteV1530_IEs) XXX_Size() int {
169         return xxx_messageInfo_RRCReconfigurationCompleteV1530_IEs.Size(m)
170 }
171 func (m *RRCReconfigurationCompleteV1530_IEs) XXX_DiscardUnknown() {
172         xxx_messageInfo_RRCReconfigurationCompleteV1530_IEs.DiscardUnknown(m)
173 }
174
175 var xxx_messageInfo_RRCReconfigurationCompleteV1530_IEs proto.InternalMessageInfo
176
177 func (m *RRCReconfigurationCompleteV1530_IEs) GetUplinkTxDirectCurrentList() *UplinkTxDirectCurrentList {
178         if m != nil {
179                 return m.UplinkTxDirectCurrentList
180         }
181         return nil
182 }
183
184 func init() {
185         proto.RegisterType((*RRCReconfigurationComplete)(nil), "streaming_protobufs.RRCReconfigurationComplete")
186         proto.RegisterType((*RRCReconfigurationComplete_IEs)(nil), "streaming_protobufs.RRCReconfigurationComplete_IEs")
187         proto.RegisterType((*RRCReconfigurationCompleteV1530_IEs)(nil), "streaming_protobufs.RRCReconfigurationComplete_v1530_IEs")
188 }
189
190 func init() { proto.RegisterFile("rrc_reconfiguration_complete.proto", fileDescriptor_2ea132bd2fd8a231) }
191
192 var fileDescriptor_2ea132bd2fd8a231 = []byte{
193         // 362 bytes of a gzipped FileDescriptorProto
194         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x90, 0xcf, 0x6b, 0xdb, 0x30,
195         0x14, 0xc7, 0xe7, 0x1d, 0x76, 0x50, 0xd8, 0xc5, 0x0b, 0xc3, 0xf1, 0x20, 0x04, 0xb3, 0x43, 0x2e,
196         0x96, 0x97, 0x98, 0x1d, 0xc6, 0x6e, 0xf1, 0x02, 0x0b, 0x8c, 0x1d, 0x44, 0xda, 0x42, 0x2f, 0x46,
197         0x51, 0x5f, 0x8c, 0xa8, 0x2c, 0x99, 0x27, 0xb9, 0x4d, 0xfe, 0x8f, 0xfe, 0x8d, 0xa5, 0x7f, 0x46,
198         0x71, 0x7e, 0x41, 0x8b, 0x1d, 0xda, 0x9b, 0x78, 0xe2, 0xf3, 0xf9, 0x7e, 0xdf, 0x23, 0x11, 0xa2,
199         0xc8, 0x11, 0x84, 0xd1, 0x6b, 0x59, 0xd4, 0xc8, 0x9d, 0x34, 0x3a, 0x17, 0xa6, 0xac, 0x14, 0x38,
200         0xa0, 0x15, 0x1a, 0x67, 0xfc, 0x2f, 0xd6, 0x21, 0xf0, 0x52, 0xea, 0x22, 0xdf, 0x0d, 0x56, 0xf5,
201         0xda, 0x86, 0xc3, 0xc2, 0x98, 0x42, 0x41, 0x72, 0x9c, 0x24, 0xf7, 0xc8, 0xab, 0x0a, 0xd0, 0xee,
202         0xa1, 0xf0, 0x6b, 0x23, 0x16, 0xa6, 0x2c, 0x8d, 0xce, 0xdd, 0xb6, 0x82, 0xc3, 0x3c, 0x7a, 0xf4,
203         0x48, 0xc8, 0x58, 0xc6, 0x5e, 0x46, 0x66, 0x87, 0x44, 0xff, 0x37, 0x19, 0x34, 0xe0, 0x12, 0xb9,
204         0xb6, 0x5c, 0x34, 0x5f, 0x8b, 0x1b, 0xd0, 0x4e, 0xae, 0x25, 0x60, 0xe0, 0x8d, 0xbc, 0xf1, 0x67,
205         0x16, 0x20, 0x8a, 0xd6, 0x7f, 0xbf, 0x26, 0x21, 0xa2, 0xe8, 0x50, 0x07, 0x1f, 0x47, 0xde, 0xb8,
206         0x37, 0x4d, 0x69, 0xcb, 0x36, 0xb4, 0xbb, 0x51, 0xbe, 0x98, 0xdb, 0xbf, 0x1f, 0xd8, 0x19, 0xf1,
207         0xac, 0x4f, 0x7c, 0x81, 0xd2, 0x49, 0xc1, 0xd5, 0x7c, 0xe3, 0x40, 0x5b, 0x69, 0xb4, 0x8d, 0x9e,
208         0x3c, 0x32, 0x3c, 0xaf, 0xf5, 0xaf, 0x48, 0xa0, 0xb8, 0x83, 0xff, 0x46, 0x67, 0xaf, 0xf9, 0xdd,
209         0xae, 0xbd, 0xe9, 0x37, 0xba, 0x3f, 0x33, 0x3d, 0x56, 0xa5, 0xb3, 0xad, 0x03, 0x7b, 0xc9, 0x55,
210         0x0d, 0xac, 0x13, 0xf6, 0x4b, 0xd2, 0xd7, 0x6d, 0xd2, 0xfd, 0x09, 0x7e, 0xbd, 0xf7, 0x04, 0x77,
211         0x93, 0x9f, 0xe9, 0x8f, 0xa6, 0x31, 0x6b, 0xd5, 0x46, 0x0f, 0x1e, 0xf9, 0xfe, 0x16, 0xdc, 0x57,
212         0x64, 0x50, 0x57, 0x4a, 0xea, 0xdb, 0xe5, 0xe6, 0x8f, 0x44, 0x10, 0x2e, 0xab, 0x11, 0x41, 0xbb,
213         0x7f, 0xd2, 0xba, 0xc3, 0xc6, 0xb4, 0xb5, 0xdc, 0x45, 0x17, 0xc5, 0xba, 0x85, 0xb3, 0xf4, 0x7a,
214         0x52, 0x00, 0xa2, 0x74, 0xd4, 0xc4, 0xc8, 0x75, 0x6c, 0x05, 0x35, 0x58, 0x24, 0x98, 0xa0, 0x14,
215         0x71, 0xa5, 0x5c, 0x72, 0x4a, 0x8a, 0x4f, 0x49, 0xab, 0x4f, 0xbb, 0x67, 0xfa, 0x1c, 0x00, 0x00,
216         0xff, 0xff, 0xca, 0x01, 0xfe, 0xe0, 0x19, 0x03, 0x00, 0x00,
217 }