Move Golang Protobuf source code to new directory
[ric-plt/streaming-protobufs.git] / protogen / gopb / rrc_reconfiguration_complete.pb.go
diff --git a/protogen/gopb/rrc_reconfiguration_complete.pb.go b/protogen/gopb/rrc_reconfiguration_complete.pb.go
deleted file mode 100644 (file)
index 4acae5f..0000000
+++ /dev/null
@@ -1,217 +0,0 @@
-// Code generated by protoc-gen-go. DO NOT EDIT.
-// source: rrc_reconfiguration_complete.proto
-
-package streaming_protobufs
-
-import (
-       fmt "fmt"
-       proto "github.com/golang/protobuf/proto"
-       wrappers "github.com/golang/protobuf/ptypes/wrappers"
-       math "math"
-)
-
-// Reference imports to suppress errors if they are not otherwise used.
-var _ = proto.Marshal
-var _ = fmt.Errorf
-var _ = math.Inf
-
-// This is a compile-time assertion to ensure that this generated file
-// is compatible with the proto package it is being compiled against.
-// A compilation error at this line likely means your copy of the
-// proto package needs to be updated.
-const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
-
-type RRCReconfigurationComplete struct {
-       Rrc_TransactionIdentifier uint32 `protobuf:"varint,1,opt,name=rrc_TransactionIdentifier,json=rrcTransactionIdentifier,proto3" json:"rrc_TransactionIdentifier,omitempty"`
-       // Types that are valid to be assigned to CriticalExtensions:
-       //      *RRCReconfigurationComplete_RrcReconfigurationComplete
-       CriticalExtensions   isRRCReconfigurationComplete_CriticalExtensions `protobuf_oneof:"criticalExtensions"`
-       XXX_NoUnkeyedLiteral struct{}                                        `json:"-"`
-       XXX_unrecognized     []byte                                          `json:"-"`
-       XXX_sizecache        int32                                           `json:"-"`
-}
-
-func (m *RRCReconfigurationComplete) Reset()         { *m = RRCReconfigurationComplete{} }
-func (m *RRCReconfigurationComplete) String() string { return proto.CompactTextString(m) }
-func (*RRCReconfigurationComplete) ProtoMessage()    {}
-func (*RRCReconfigurationComplete) Descriptor() ([]byte, []int) {
-       return fileDescriptor_2ea132bd2fd8a231, []int{0}
-}
-
-func (m *RRCReconfigurationComplete) XXX_Unmarshal(b []byte) error {
-       return xxx_messageInfo_RRCReconfigurationComplete.Unmarshal(m, b)
-}
-func (m *RRCReconfigurationComplete) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-       return xxx_messageInfo_RRCReconfigurationComplete.Marshal(b, m, deterministic)
-}
-func (m *RRCReconfigurationComplete) XXX_Merge(src proto.Message) {
-       xxx_messageInfo_RRCReconfigurationComplete.Merge(m, src)
-}
-func (m *RRCReconfigurationComplete) XXX_Size() int {
-       return xxx_messageInfo_RRCReconfigurationComplete.Size(m)
-}
-func (m *RRCReconfigurationComplete) XXX_DiscardUnknown() {
-       xxx_messageInfo_RRCReconfigurationComplete.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_RRCReconfigurationComplete proto.InternalMessageInfo
-
-func (m *RRCReconfigurationComplete) GetRrc_TransactionIdentifier() uint32 {
-       if m != nil {
-               return m.Rrc_TransactionIdentifier
-       }
-       return 0
-}
-
-type isRRCReconfigurationComplete_CriticalExtensions interface {
-       isRRCReconfigurationComplete_CriticalExtensions()
-}
-
-type RRCReconfigurationComplete_RrcReconfigurationComplete struct {
-       RrcReconfigurationComplete *RRCReconfigurationComplete_IEs `protobuf:"bytes,2,opt,name=rrcReconfigurationComplete,proto3,oneof"`
-}
-
-func (*RRCReconfigurationComplete_RrcReconfigurationComplete) isRRCReconfigurationComplete_CriticalExtensions() {
-}
-
-func (m *RRCReconfigurationComplete) GetCriticalExtensions() isRRCReconfigurationComplete_CriticalExtensions {
-       if m != nil {
-               return m.CriticalExtensions
-       }
-       return nil
-}
-
-func (m *RRCReconfigurationComplete) GetRrcReconfigurationComplete() *RRCReconfigurationComplete_IEs {
-       if x, ok := m.GetCriticalExtensions().(*RRCReconfigurationComplete_RrcReconfigurationComplete); ok {
-               return x.RrcReconfigurationComplete
-       }
-       return nil
-}
-
-// XXX_OneofWrappers is for the internal use of the proto package.
-func (*RRCReconfigurationComplete) XXX_OneofWrappers() []interface{} {
-       return []interface{}{
-               (*RRCReconfigurationComplete_RrcReconfigurationComplete)(nil),
-       }
-}
-
-type RRCReconfigurationComplete_IEs struct {
-       LateNonCriticalExtension *wrappers.BytesValue                 `protobuf:"bytes,1,opt,name=lateNonCriticalExtension,proto3" json:"lateNonCriticalExtension,omitempty"`
-       NonCriticalExtension     *RRCReconfigurationCompleteV1530_IEs `protobuf:"bytes,2,opt,name=nonCriticalExtension,proto3" json:"nonCriticalExtension,omitempty"`
-       XXX_NoUnkeyedLiteral     struct{}                             `json:"-"`
-       XXX_unrecognized         []byte                               `json:"-"`
-       XXX_sizecache            int32                                `json:"-"`
-}
-
-func (m *RRCReconfigurationComplete_IEs) Reset()         { *m = RRCReconfigurationComplete_IEs{} }
-func (m *RRCReconfigurationComplete_IEs) String() string { return proto.CompactTextString(m) }
-func (*RRCReconfigurationComplete_IEs) ProtoMessage()    {}
-func (*RRCReconfigurationComplete_IEs) Descriptor() ([]byte, []int) {
-       return fileDescriptor_2ea132bd2fd8a231, []int{1}
-}
-
-func (m *RRCReconfigurationComplete_IEs) XXX_Unmarshal(b []byte) error {
-       return xxx_messageInfo_RRCReconfigurationComplete_IEs.Unmarshal(m, b)
-}
-func (m *RRCReconfigurationComplete_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-       return xxx_messageInfo_RRCReconfigurationComplete_IEs.Marshal(b, m, deterministic)
-}
-func (m *RRCReconfigurationComplete_IEs) XXX_Merge(src proto.Message) {
-       xxx_messageInfo_RRCReconfigurationComplete_IEs.Merge(m, src)
-}
-func (m *RRCReconfigurationComplete_IEs) XXX_Size() int {
-       return xxx_messageInfo_RRCReconfigurationComplete_IEs.Size(m)
-}
-func (m *RRCReconfigurationComplete_IEs) XXX_DiscardUnknown() {
-       xxx_messageInfo_RRCReconfigurationComplete_IEs.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_RRCReconfigurationComplete_IEs proto.InternalMessageInfo
-
-func (m *RRCReconfigurationComplete_IEs) GetLateNonCriticalExtension() *wrappers.BytesValue {
-       if m != nil {
-               return m.LateNonCriticalExtension
-       }
-       return nil
-}
-
-func (m *RRCReconfigurationComplete_IEs) GetNonCriticalExtension() *RRCReconfigurationCompleteV1530_IEs {
-       if m != nil {
-               return m.NonCriticalExtension
-       }
-       return nil
-}
-
-type RRCReconfigurationCompleteV1530_IEs struct {
-       UplinkTxDirectCurrentList *UplinkTxDirectCurrentList `protobuf:"bytes,1,opt,name=uplinkTxDirectCurrentList,proto3" json:"uplinkTxDirectCurrentList,omitempty"`
-       XXX_NoUnkeyedLiteral      struct{}                   `json:"-"`
-       XXX_unrecognized          []byte                     `json:"-"`
-       XXX_sizecache             int32                      `json:"-"`
-}
-
-func (m *RRCReconfigurationCompleteV1530_IEs) Reset()         { *m = RRCReconfigurationCompleteV1530_IEs{} }
-func (m *RRCReconfigurationCompleteV1530_IEs) String() string { return proto.CompactTextString(m) }
-func (*RRCReconfigurationCompleteV1530_IEs) ProtoMessage()    {}
-func (*RRCReconfigurationCompleteV1530_IEs) Descriptor() ([]byte, []int) {
-       return fileDescriptor_2ea132bd2fd8a231, []int{2}
-}
-
-func (m *RRCReconfigurationCompleteV1530_IEs) XXX_Unmarshal(b []byte) error {
-       return xxx_messageInfo_RRCReconfigurationCompleteV1530_IEs.Unmarshal(m, b)
-}
-func (m *RRCReconfigurationCompleteV1530_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-       return xxx_messageInfo_RRCReconfigurationCompleteV1530_IEs.Marshal(b, m, deterministic)
-}
-func (m *RRCReconfigurationCompleteV1530_IEs) XXX_Merge(src proto.Message) {
-       xxx_messageInfo_RRCReconfigurationCompleteV1530_IEs.Merge(m, src)
-}
-func (m *RRCReconfigurationCompleteV1530_IEs) XXX_Size() int {
-       return xxx_messageInfo_RRCReconfigurationCompleteV1530_IEs.Size(m)
-}
-func (m *RRCReconfigurationCompleteV1530_IEs) XXX_DiscardUnknown() {
-       xxx_messageInfo_RRCReconfigurationCompleteV1530_IEs.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_RRCReconfigurationCompleteV1530_IEs proto.InternalMessageInfo
-
-func (m *RRCReconfigurationCompleteV1530_IEs) GetUplinkTxDirectCurrentList() *UplinkTxDirectCurrentList {
-       if m != nil {
-               return m.UplinkTxDirectCurrentList
-       }
-       return nil
-}
-
-func init() {
-       proto.RegisterType((*RRCReconfigurationComplete)(nil), "streaming_protobufs.RRCReconfigurationComplete")
-       proto.RegisterType((*RRCReconfigurationComplete_IEs)(nil), "streaming_protobufs.RRCReconfigurationComplete_IEs")
-       proto.RegisterType((*RRCReconfigurationCompleteV1530_IEs)(nil), "streaming_protobufs.RRCReconfigurationComplete_v1530_IEs")
-}
-
-func init() { proto.RegisterFile("rrc_reconfiguration_complete.proto", fileDescriptor_2ea132bd2fd8a231) }
-
-var fileDescriptor_2ea132bd2fd8a231 = []byte{
-       // 362 bytes of a gzipped FileDescriptorProto
-       0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x90, 0xcf, 0x6b, 0xdb, 0x30,
-       0x14, 0xc7, 0xe7, 0x1d, 0x76, 0x50, 0xd8, 0xc5, 0x0b, 0xc3, 0xf1, 0x20, 0x04, 0xb3, 0x43, 0x2e,
-       0x96, 0x97, 0x98, 0x1d, 0xc6, 0x6e, 0xf1, 0x02, 0x0b, 0x8c, 0x1d, 0x44, 0xda, 0x42, 0x2f, 0x46,
-       0x51, 0x5f, 0x8c, 0xa8, 0x2c, 0x99, 0x27, 0xb9, 0x4d, 0xfe, 0x8f, 0xfe, 0x8d, 0xa5, 0x7f, 0x46,
-       0x71, 0x7e, 0x41, 0x8b, 0x1d, 0xda, 0x9b, 0x78, 0xe2, 0xf3, 0xf9, 0x7e, 0xdf, 0x23, 0x11, 0xa2,
-       0xc8, 0x11, 0x84, 0xd1, 0x6b, 0x59, 0xd4, 0xc8, 0x9d, 0x34, 0x3a, 0x17, 0xa6, 0xac, 0x14, 0x38,
-       0xa0, 0x15, 0x1a, 0x67, 0xfc, 0x2f, 0xd6, 0x21, 0xf0, 0x52, 0xea, 0x22, 0xdf, 0x0d, 0x56, 0xf5,
-       0xda, 0x86, 0xc3, 0xc2, 0x98, 0x42, 0x41, 0x72, 0x9c, 0x24, 0xf7, 0xc8, 0xab, 0x0a, 0xd0, 0xee,
-       0xa1, 0xf0, 0x6b, 0x23, 0x16, 0xa6, 0x2c, 0x8d, 0xce, 0xdd, 0xb6, 0x82, 0xc3, 0x3c, 0x7a, 0xf4,
-       0x48, 0xc8, 0x58, 0xc6, 0x5e, 0x46, 0x66, 0x87, 0x44, 0xff, 0x37, 0x19, 0x34, 0xe0, 0x12, 0xb9,
-       0xb6, 0x5c, 0x34, 0x5f, 0x8b, 0x1b, 0xd0, 0x4e, 0xae, 0x25, 0x60, 0xe0, 0x8d, 0xbc, 0xf1, 0x67,
-       0x16, 0x20, 0x8a, 0xd6, 0x7f, 0xbf, 0x26, 0x21, 0xa2, 0xe8, 0x50, 0x07, 0x1f, 0x47, 0xde, 0xb8,
-       0x37, 0x4d, 0x69, 0xcb, 0x36, 0xb4, 0xbb, 0x51, 0xbe, 0x98, 0xdb, 0xbf, 0x1f, 0xd8, 0x19, 0xf1,
-       0xac, 0x4f, 0x7c, 0x81, 0xd2, 0x49, 0xc1, 0xd5, 0x7c, 0xe3, 0x40, 0x5b, 0x69, 0xb4, 0x8d, 0x9e,
-       0x3c, 0x32, 0x3c, 0xaf, 0xf5, 0xaf, 0x48, 0xa0, 0xb8, 0x83, 0xff, 0x46, 0x67, 0xaf, 0xf9, 0xdd,
-       0xae, 0xbd, 0xe9, 0x37, 0xba, 0x3f, 0x33, 0x3d, 0x56, 0xa5, 0xb3, 0xad, 0x03, 0x7b, 0xc9, 0x55,
-       0x0d, 0xac, 0x13, 0xf6, 0x4b, 0xd2, 0xd7, 0x6d, 0xd2, 0xfd, 0x09, 0x7e, 0xbd, 0xf7, 0x04, 0x77,
-       0x93, 0x9f, 0xe9, 0x8f, 0xa6, 0x31, 0x6b, 0xd5, 0x46, 0x0f, 0x1e, 0xf9, 0xfe, 0x16, 0xdc, 0x57,
-       0x64, 0x50, 0x57, 0x4a, 0xea, 0xdb, 0xe5, 0xe6, 0x8f, 0x44, 0x10, 0x2e, 0xab, 0x11, 0x41, 0xbb,
-       0x7f, 0xd2, 0xba, 0xc3, 0xc6, 0xb4, 0xb5, 0xdc, 0x45, 0x17, 0xc5, 0xba, 0x85, 0xb3, 0xf4, 0x7a,
-       0x52, 0x00, 0xa2, 0x74, 0xd4, 0xc4, 0xc8, 0x75, 0x6c, 0x05, 0x35, 0x58, 0x24, 0x98, 0xa0, 0x14,
-       0x71, 0xa5, 0x5c, 0x72, 0x4a, 0x8a, 0x4f, 0x49, 0xab, 0x4f, 0xbb, 0x67, 0xfa, 0x1c, 0x00, 0x00,
-       0xff, 0xff, 0xca, 0x01, 0xfe, 0xe0, 0x19, 0x03, 0x00, 0x00,
-}