Restructure directory and add SCG configuration Protobuf
[ric-plt/streaming-protobufs.git] / protogen / gopb / rrc_failure_information.pb.go
diff --git a/protogen/gopb/rrc_failure_information.pb.go b/protogen/gopb/rrc_failure_information.pb.go
new file mode 100644 (file)
index 0000000..af7d8d9
--- /dev/null
@@ -0,0 +1,225 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// source: rrc_failure_information.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 FailureInfoRLC_Bearer_FailureType int32
+
+const (
+       FailureInfoRLC_Bearer_protobuf_unspecified FailureInfoRLC_Bearer_FailureType = 0
+       FailureInfoRLC_Bearer_duplication          FailureInfoRLC_Bearer_FailureType = 1
+)
+
+var FailureInfoRLC_Bearer_FailureType_name = map[int32]string{
+       0: "protobuf_unspecified",
+       1: "duplication",
+}
+
+var FailureInfoRLC_Bearer_FailureType_value = map[string]int32{
+       "protobuf_unspecified": 0,
+       "duplication":          1,
+}
+
+func (x FailureInfoRLC_Bearer_FailureType) String() string {
+       return proto.EnumName(FailureInfoRLC_Bearer_FailureType_name, int32(x))
+}
+
+func (FailureInfoRLC_Bearer_FailureType) EnumDescriptor() ([]byte, []int) {
+       return fileDescriptor_8706d2675dadf926, []int{2, 0}
+}
+
+type FailureInformation struct {
+       FailureInformation   *FailureInformation_IEs `protobuf:"bytes,1,opt,name=failureInformation,proto3" json:"failureInformation,omitempty"`
+       XXX_NoUnkeyedLiteral struct{}                `json:"-"`
+       XXX_unrecognized     []byte                  `json:"-"`
+       XXX_sizecache        int32                   `json:"-"`
+}
+
+func (m *FailureInformation) Reset()         { *m = FailureInformation{} }
+func (m *FailureInformation) String() string { return proto.CompactTextString(m) }
+func (*FailureInformation) ProtoMessage()    {}
+func (*FailureInformation) Descriptor() ([]byte, []int) {
+       return fileDescriptor_8706d2675dadf926, []int{0}
+}
+
+func (m *FailureInformation) XXX_Unmarshal(b []byte) error {
+       return xxx_messageInfo_FailureInformation.Unmarshal(m, b)
+}
+func (m *FailureInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+       return xxx_messageInfo_FailureInformation.Marshal(b, m, deterministic)
+}
+func (m *FailureInformation) XXX_Merge(src proto.Message) {
+       xxx_messageInfo_FailureInformation.Merge(m, src)
+}
+func (m *FailureInformation) XXX_Size() int {
+       return xxx_messageInfo_FailureInformation.Size(m)
+}
+func (m *FailureInformation) XXX_DiscardUnknown() {
+       xxx_messageInfo_FailureInformation.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_FailureInformation proto.InternalMessageInfo
+
+func (m *FailureInformation) GetFailureInformation() *FailureInformation_IEs {
+       if m != nil {
+               return m.FailureInformation
+       }
+       return nil
+}
+
+type FailureInformation_IEs struct {
+       FailureInfoRLC_Bearer    *FailureInfoRLC_Bearer `protobuf:"bytes,1,opt,name=failureInfoRLC_Bearer,json=failureInfoRLCBearer,proto3" json:"failureInfoRLC_Bearer,omitempty"`
+       LateNonCriticalExtension *wrappers.BytesValue   `protobuf:"bytes,2,opt,name=lateNonCriticalExtension,proto3" json:"lateNonCriticalExtension,omitempty"`
+       XXX_NoUnkeyedLiteral     struct{}               `json:"-"`
+       XXX_unrecognized         []byte                 `json:"-"`
+       XXX_sizecache            int32                  `json:"-"`
+}
+
+func (m *FailureInformation_IEs) Reset()         { *m = FailureInformation_IEs{} }
+func (m *FailureInformation_IEs) String() string { return proto.CompactTextString(m) }
+func (*FailureInformation_IEs) ProtoMessage()    {}
+func (*FailureInformation_IEs) Descriptor() ([]byte, []int) {
+       return fileDescriptor_8706d2675dadf926, []int{1}
+}
+
+func (m *FailureInformation_IEs) XXX_Unmarshal(b []byte) error {
+       return xxx_messageInfo_FailureInformation_IEs.Unmarshal(m, b)
+}
+func (m *FailureInformation_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+       return xxx_messageInfo_FailureInformation_IEs.Marshal(b, m, deterministic)
+}
+func (m *FailureInformation_IEs) XXX_Merge(src proto.Message) {
+       xxx_messageInfo_FailureInformation_IEs.Merge(m, src)
+}
+func (m *FailureInformation_IEs) XXX_Size() int {
+       return xxx_messageInfo_FailureInformation_IEs.Size(m)
+}
+func (m *FailureInformation_IEs) XXX_DiscardUnknown() {
+       xxx_messageInfo_FailureInformation_IEs.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_FailureInformation_IEs proto.InternalMessageInfo
+
+func (m *FailureInformation_IEs) GetFailureInfoRLC_Bearer() *FailureInfoRLC_Bearer {
+       if m != nil {
+               return m.FailureInfoRLC_Bearer
+       }
+       return nil
+}
+
+func (m *FailureInformation_IEs) GetLateNonCriticalExtension() *wrappers.BytesValue {
+       if m != nil {
+               return m.LateNonCriticalExtension
+       }
+       return nil
+}
+
+type FailureInfoRLC_Bearer struct {
+       CellGroupId            uint32                            `protobuf:"varint,1,opt,name=cellGroupId,proto3" json:"cellGroupId,omitempty"`
+       LogicalChannelIdentity uint32                            `protobuf:"varint,2,opt,name=logicalChannelIdentity,proto3" json:"logicalChannelIdentity,omitempty"`
+       FailureType            FailureInfoRLC_Bearer_FailureType `protobuf:"varint,3,opt,name=failureType,proto3,enum=streaming_protobufs.FailureInfoRLC_Bearer_FailureType" json:"failureType,omitempty"`
+       XXX_NoUnkeyedLiteral   struct{}                          `json:"-"`
+       XXX_unrecognized       []byte                            `json:"-"`
+       XXX_sizecache          int32                             `json:"-"`
+}
+
+func (m *FailureInfoRLC_Bearer) Reset()         { *m = FailureInfoRLC_Bearer{} }
+func (m *FailureInfoRLC_Bearer) String() string { return proto.CompactTextString(m) }
+func (*FailureInfoRLC_Bearer) ProtoMessage()    {}
+func (*FailureInfoRLC_Bearer) Descriptor() ([]byte, []int) {
+       return fileDescriptor_8706d2675dadf926, []int{2}
+}
+
+func (m *FailureInfoRLC_Bearer) XXX_Unmarshal(b []byte) error {
+       return xxx_messageInfo_FailureInfoRLC_Bearer.Unmarshal(m, b)
+}
+func (m *FailureInfoRLC_Bearer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+       return xxx_messageInfo_FailureInfoRLC_Bearer.Marshal(b, m, deterministic)
+}
+func (m *FailureInfoRLC_Bearer) XXX_Merge(src proto.Message) {
+       xxx_messageInfo_FailureInfoRLC_Bearer.Merge(m, src)
+}
+func (m *FailureInfoRLC_Bearer) XXX_Size() int {
+       return xxx_messageInfo_FailureInfoRLC_Bearer.Size(m)
+}
+func (m *FailureInfoRLC_Bearer) XXX_DiscardUnknown() {
+       xxx_messageInfo_FailureInfoRLC_Bearer.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_FailureInfoRLC_Bearer proto.InternalMessageInfo
+
+func (m *FailureInfoRLC_Bearer) GetCellGroupId() uint32 {
+       if m != nil {
+               return m.CellGroupId
+       }
+       return 0
+}
+
+func (m *FailureInfoRLC_Bearer) GetLogicalChannelIdentity() uint32 {
+       if m != nil {
+               return m.LogicalChannelIdentity
+       }
+       return 0
+}
+
+func (m *FailureInfoRLC_Bearer) GetFailureType() FailureInfoRLC_Bearer_FailureType {
+       if m != nil {
+               return m.FailureType
+       }
+       return FailureInfoRLC_Bearer_protobuf_unspecified
+}
+
+func init() {
+       proto.RegisterEnum("streaming_protobufs.FailureInfoRLC_Bearer_FailureType", FailureInfoRLC_Bearer_FailureType_name, FailureInfoRLC_Bearer_FailureType_value)
+       proto.RegisterType((*FailureInformation)(nil), "streaming_protobufs.FailureInformation")
+       proto.RegisterType((*FailureInformation_IEs)(nil), "streaming_protobufs.FailureInformation_IEs")
+       proto.RegisterType((*FailureInfoRLC_Bearer)(nil), "streaming_protobufs.FailureInfoRLC_Bearer")
+}
+
+func init() { proto.RegisterFile("rrc_failure_information.proto", fileDescriptor_8706d2675dadf926) }
+
+var fileDescriptor_8706d2675dadf926 = []byte{
+       // 370 bytes of a gzipped FileDescriptorProto
+       0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xc1, 0xca, 0xd3, 0x40,
+       0x14, 0x85, 0xcd, 0x2f, 0xb8, 0x98, 0xf0, 0xeb, 0xcf, 0xd8, 0x96, 0xa0, 0x28, 0x25, 0xab, 0xa2,
+       0x64, 0x82, 0x2d, 0x14, 0xd7, 0x2d, 0x55, 0x02, 0xe2, 0x22, 0x88, 0x8a, 0x2e, 0xc2, 0x34, 0xb9,
+       0x89, 0x03, 0xd3, 0x99, 0xf1, 0xce, 0x04, 0xed, 0x03, 0xf8, 0x82, 0x3e, 0x91, 0x34, 0x69, 0xda,
+       0x48, 0x53, 0x74, 0x17, 0xce, 0xcd, 0xf9, 0xce, 0xb9, 0x77, 0xc8, 0x33, 0xc4, 0x3c, 0x2b, 0xb9,
+       0x90, 0x35, 0x42, 0x26, 0x54, 0xa9, 0x71, 0xc7, 0x9d, 0xd0, 0x8a, 0x19, 0xd4, 0x4e, 0xd3, 0xc7,
+       0xd6, 0x21, 0xf0, 0x9d, 0x50, 0x55, 0xd6, 0x08, 0xdb, 0xba, 0xb4, 0x4f, 0x9e, 0x57, 0x5a, 0x57,
+       0x12, 0xe2, 0x4e, 0x89, 0x7f, 0x20, 0x37, 0x06, 0xd0, 0xb6, 0xa6, 0xf0, 0x3b, 0xa1, 0x6f, 0x5a,
+       0x62, 0x72, 0x06, 0xd2, 0xaf, 0x84, 0x96, 0x17, 0x6a, 0xe0, 0x4d, 0xbd, 0x99, 0x3f, 0x7f, 0xc9,
+       0x06, 0x72, 0xd8, 0x25, 0x24, 0x4b, 0x36, 0x36, 0x1d, 0xc0, 0x84, 0xbf, 0x3d, 0x32, 0x19, 0xfe,
+       0x9d, 0x66, 0x64, 0xdc, 0x33, 0xa4, 0xef, 0xd6, 0xd9, 0x0a, 0x38, 0x02, 0x1e, 0xa3, 0x5f, 0xfc,
+       0x2b, 0xfa, 0xec, 0x48, 0x47, 0x7f, 0x83, 0x5a, 0x95, 0x7e, 0x22, 0x81, 0xe4, 0x0e, 0xde, 0x6b,
+       0xb5, 0x46, 0xe1, 0x44, 0xce, 0xe5, 0xe6, 0xa7, 0x03, 0x65, 0x0f, 0xeb, 0xdd, 0x34, 0x19, 0x4f,
+       0x59, 0x7b, 0x31, 0xd6, 0x05, 0xb0, 0xd5, 0xde, 0x81, 0xfd, 0xc8, 0x65, 0x0d, 0xe9, 0x55, 0x73,
+       0xf8, 0xeb, 0x86, 0x8c, 0x07, 0x8b, 0xd0, 0x29, 0xf1, 0x73, 0x90, 0xf2, 0x2d, 0xea, 0xda, 0x24,
+       0x45, 0xb3, 0xc9, 0x6d, 0xda, 0x97, 0xe8, 0x92, 0x4c, 0xa4, 0xae, 0x0e, 0xbc, 0xf5, 0x37, 0xae,
+       0x14, 0xc8, 0xa4, 0x00, 0xe5, 0x84, 0xdb, 0x37, 0x95, 0x6e, 0xd3, 0x2b, 0x53, 0xfa, 0x99, 0xf8,
+       0xc7, 0x25, 0x3f, 0xec, 0x0d, 0x04, 0xf7, 0xa7, 0xde, 0xec, 0xe1, 0x7c, 0xf9, 0xff, 0x37, 0xea,
+       0xd4, 0x83, 0x3b, 0xed, 0xa3, 0xc2, 0xd7, 0xc4, 0xef, 0xcd, 0x68, 0x40, 0x46, 0x1d, 0x2a, 0xab,
+       0x95, 0x35, 0x90, 0x8b, 0x52, 0x40, 0x71, 0x77, 0x8f, 0x3e, 0x22, 0x7e, 0x51, 0x1b, 0x29, 0xf2,
+       0xe6, 0x0d, 0xef, 0xbc, 0xd5, 0xe2, 0xcb, 0xab, 0x0a, 0x10, 0x85, 0x63, 0x3a, 0x42, 0xae, 0x22,
+       0x9b, 0x33, 0x8d, 0x55, 0x8c, 0x31, 0x8a, 0x3c, 0x32, 0xd2, 0xc5, 0xa7, 0x76, 0xd1, 0xa9, 0xdd,
+       0xf6, 0x41, 0xf3, 0xb9, 0xf8, 0x13, 0x00, 0x00, 0xff, 0xff, 0x75, 0x7b, 0x53, 0x54, 0xe1, 0x02,
+       0x00, 0x00,
+}