X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=protocol%2Fgrpc%2Fricmsgcommrpc%2Frc%2Frc.pb.go;h=967ff8818eaff5c5414d5163f393cd30ec2ff405;hb=HEAD;hp=18fbde22b789f82979648a413d321dd721be4f08;hpb=21b61dd76570beb43afc74289296e831914d9060;p=ric-app%2Frc.git diff --git a/protocol/grpc/ricmsgcommrpc/rc/rc.pb.go b/protocol/grpc/ricmsgcommrpc/rc/rc.pb.go index 18fbde2..967ff88 100644 --- a/protocol/grpc/ricmsgcommrpc/rc/rc.pb.go +++ b/protocol/grpc/ricmsgcommrpc/rc/rc.pb.go @@ -1,16 +1,32 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. +// Code generated by protoc-gen-go. // source: rc.proto - +// DO NOT EDIT! + +/* +Package rc is a generated protocol buffer package. + +It is generated from these files: + rc.proto + +It has these top-level messages: + RICE2APHeader + RICControlHeader + UeId + GNBUEID + Guami + RICControlMessage + RicControlGrpcReq + RicControlGrpcRsp +*/ package rc +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" + import ( - context "context" - fmt "fmt" - proto "github.com/golang/protobuf/proto" + context "golang.org/x/net/context" grpc "google.golang.org/grpc" - codes "google.golang.org/grpc/codes" - status "google.golang.org/grpc/status" - math "math" ) // Reference imports to suppress errors if they are not otherwise used. @@ -22,7 +38,7 @@ var _ = math.Inf // 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 +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package type RICControlCellTypeEnum int32 @@ -37,7 +53,6 @@ var RICControlCellTypeEnum_name = map[int32]string{ 1: "RIC_CONTROL_NR_CELL", 2: "RIC_CONTROL_EUTRAN_CELL", } - var RICControlCellTypeEnum_value = map[string]int32{ "RIC_CONTROL_CELL_UNKWON": 0, "RIC_CONTROL_NR_CELL": 1, @@ -47,10 +62,7 @@ var RICControlCellTypeEnum_value = map[string]int32{ func (x RICControlCellTypeEnum) String() string { return proto.EnumName(RICControlCellTypeEnum_name, int32(x)) } - -func (RICControlCellTypeEnum) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_a4fc9282119cff7c, []int{0} -} +func (RICControlCellTypeEnum) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } type RICControlAckEnum int32 @@ -67,7 +79,6 @@ var RICControlAckEnum_name = map[int32]string{ 2: "RIC_CONTROL_ACK", 3: "RIC_CONTROL_NACK", } - var RICControlAckEnum_value = map[string]int32{ "RIC_CONTROL_ACK_UNKWON": 0, "RIC_CONTROL_NO_ACK": 1, @@ -78,43 +89,17 @@ var RICControlAckEnum_value = map[string]int32{ func (x RICControlAckEnum) String() string { return proto.EnumName(RICControlAckEnum_name, int32(x)) } - -func (RICControlAckEnum) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_a4fc9282119cff7c, []int{1} -} +func (RICControlAckEnum) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } type RICE2APHeader struct { - RanFuncId int64 `protobuf:"varint,1,opt,name=RanFuncId,proto3" json:"RanFuncId,omitempty"` - RICRequestorID int64 `protobuf:"varint,2,opt,name=RICRequestorID,proto3" json:"RICRequestorID,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + RanFuncId int64 `protobuf:"varint,1,opt,name=RanFuncId" json:"RanFuncId,omitempty"` + RICRequestorID int64 `protobuf:"varint,2,opt,name=RICRequestorID" json:"RICRequestorID,omitempty"` } -func (m *RICE2APHeader) Reset() { *m = RICE2APHeader{} } -func (m *RICE2APHeader) String() string { return proto.CompactTextString(m) } -func (*RICE2APHeader) ProtoMessage() {} -func (*RICE2APHeader) Descriptor() ([]byte, []int) { - return fileDescriptor_a4fc9282119cff7c, []int{0} -} - -func (m *RICE2APHeader) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_RICE2APHeader.Unmarshal(m, b) -} -func (m *RICE2APHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_RICE2APHeader.Marshal(b, m, deterministic) -} -func (m *RICE2APHeader) XXX_Merge(src proto.Message) { - xxx_messageInfo_RICE2APHeader.Merge(m, src) -} -func (m *RICE2APHeader) XXX_Size() int { - return xxx_messageInfo_RICE2APHeader.Size(m) -} -func (m *RICE2APHeader) XXX_DiscardUnknown() { - xxx_messageInfo_RICE2APHeader.DiscardUnknown(m) -} - -var xxx_messageInfo_RICE2APHeader proto.InternalMessageInfo +func (m *RICE2APHeader) Reset() { *m = RICE2APHeader{} } +func (m *RICE2APHeader) String() string { return proto.CompactTextString(m) } +func (*RICE2APHeader) ProtoMessage() {} +func (*RICE2APHeader) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } func (m *RICE2APHeader) GetRanFuncId() int64 { if m != nil { @@ -131,92 +116,142 @@ func (m *RICE2APHeader) GetRICRequestorID() int64 { } type RICControlHeader struct { - ControlStyle int64 `protobuf:"varint,1,opt,name=ControlStyle,proto3" json:"ControlStyle,omitempty"` - ControlActionId int64 `protobuf:"varint,2,opt,name=ControlActionId,proto3" json:"ControlActionId,omitempty"` - UEID string `protobuf:"bytes,3,opt,name=UEID,proto3" json:"UEID,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + ControlStyle int64 `protobuf:"varint,1,opt,name=ControlStyle" json:"ControlStyle,omitempty"` + ControlActionId int64 `protobuf:"varint,2,opt,name=ControlActionId" json:"ControlActionId,omitempty"` + UEID *UeId `protobuf:"bytes,3,opt,name=UEID" json:"UEID,omitempty"` } -func (m *RICControlHeader) Reset() { *m = RICControlHeader{} } -func (m *RICControlHeader) String() string { return proto.CompactTextString(m) } -func (*RICControlHeader) ProtoMessage() {} -func (*RICControlHeader) Descriptor() ([]byte, []int) { - return fileDescriptor_a4fc9282119cff7c, []int{1} +func (m *RICControlHeader) Reset() { *m = RICControlHeader{} } +func (m *RICControlHeader) String() string { return proto.CompactTextString(m) } +func (*RICControlHeader) ProtoMessage() {} +func (*RICControlHeader) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } + +func (m *RICControlHeader) GetControlStyle() int64 { + if m != nil { + return m.ControlStyle + } + return 0 } -func (m *RICControlHeader) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_RICControlHeader.Unmarshal(m, b) +func (m *RICControlHeader) GetControlActionId() int64 { + if m != nil { + return m.ControlActionId + } + return 0 } -func (m *RICControlHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_RICControlHeader.Marshal(b, m, deterministic) + +func (m *RICControlHeader) GetUEID() *UeId { + if m != nil { + return m.UEID + } + return nil } -func (m *RICControlHeader) XXX_Merge(src proto.Message) { - xxx_messageInfo_RICControlHeader.Merge(m, src) + +type UeId struct { + GnbUEID *GNBUEID `protobuf:"bytes,1,opt,name=GnbUEID" json:"GnbUEID,omitempty"` } -func (m *RICControlHeader) XXX_Size() int { - return xxx_messageInfo_RICControlHeader.Size(m) + +func (m *UeId) Reset() { *m = UeId{} } +func (m *UeId) String() string { return proto.CompactTextString(m) } +func (*UeId) ProtoMessage() {} +func (*UeId) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } + +func (m *UeId) GetGnbUEID() *GNBUEID { + if m != nil { + return m.GnbUEID + } + return nil } -func (m *RICControlHeader) XXX_DiscardUnknown() { - xxx_messageInfo_RICControlHeader.DiscardUnknown(m) + +type GNBUEID struct { + AmfUENGAPID int64 `protobuf:"varint,1,opt,name=amfUENGAPID" json:"amfUENGAPID,omitempty"` + Guami *Guami `protobuf:"bytes,2,opt,name=guami" json:"guami,omitempty"` + GNBCUUEF1APID []int64 `protobuf:"varint,3,rep,packed,name=gNBCUUEF1APID" json:"gNBCUUEF1APID,omitempty"` + GNBCUCPUEE1APID []int64 `protobuf:"varint,4,rep,packed,name=gNBCUCPUEE1APID" json:"gNBCUCPUEE1APID,omitempty"` } -var xxx_messageInfo_RICControlHeader proto.InternalMessageInfo +func (m *GNBUEID) Reset() { *m = GNBUEID{} } +func (m *GNBUEID) String() string { return proto.CompactTextString(m) } +func (*GNBUEID) ProtoMessage() {} +func (*GNBUEID) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} } -func (m *RICControlHeader) GetControlStyle() int64 { +func (m *GNBUEID) GetAmfUENGAPID() int64 { if m != nil { - return m.ControlStyle + return m.AmfUENGAPID } return 0 } -func (m *RICControlHeader) GetControlActionId() int64 { +func (m *GNBUEID) GetGuami() *Guami { if m != nil { - return m.ControlActionId + return m.Guami } - return 0 + return nil } -func (m *RICControlHeader) GetUEID() string { +func (m *GNBUEID) GetGNBCUUEF1APID() []int64 { if m != nil { - return m.UEID + return m.GNBCUUEF1APID } - return "" + return nil } -type RICControlMessage struct { - RICControlCellTypeVal RICControlCellTypeEnum `protobuf:"varint,1,opt,name=RICControlCellTypeVal,proto3,enum=rc.RICControlCellTypeEnum" json:"RICControlCellTypeVal,omitempty"` - TargetCellID string `protobuf:"bytes,2,opt,name=TargetCellID,proto3" json:"TargetCellID,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +func (m *GNBUEID) GetGNBCUCPUEE1APID() []int64 { + if m != nil { + return m.GNBCUCPUEE1APID + } + return nil } -func (m *RICControlMessage) Reset() { *m = RICControlMessage{} } -func (m *RICControlMessage) String() string { return proto.CompactTextString(m) } -func (*RICControlMessage) ProtoMessage() {} -func (*RICControlMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_a4fc9282119cff7c, []int{2} +type Guami struct { + PLMNIdentity string `protobuf:"bytes,1,opt,name=pLMNIdentity" json:"pLMNIdentity,omitempty"` + AMFRegionID string `protobuf:"bytes,2,opt,name=aMFRegionID" json:"aMFRegionID,omitempty"` + AMFSetID string `protobuf:"bytes,3,opt,name=aMFSetID" json:"aMFSetID,omitempty"` + AMFPointer string `protobuf:"bytes,4,opt,name=aMFPointer" json:"aMFPointer,omitempty"` } -func (m *RICControlMessage) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_RICControlMessage.Unmarshal(m, b) +func (m *Guami) Reset() { *m = Guami{} } +func (m *Guami) String() string { return proto.CompactTextString(m) } +func (*Guami) ProtoMessage() {} +func (*Guami) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} } + +func (m *Guami) GetPLMNIdentity() string { + if m != nil { + return m.PLMNIdentity + } + return "" } -func (m *RICControlMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_RICControlMessage.Marshal(b, m, deterministic) + +func (m *Guami) GetAMFRegionID() string { + if m != nil { + return m.AMFRegionID + } + return "" } -func (m *RICControlMessage) XXX_Merge(src proto.Message) { - xxx_messageInfo_RICControlMessage.Merge(m, src) + +func (m *Guami) GetAMFSetID() string { + if m != nil { + return m.AMFSetID + } + return "" } -func (m *RICControlMessage) XXX_Size() int { - return xxx_messageInfo_RICControlMessage.Size(m) + +func (m *Guami) GetAMFPointer() string { + if m != nil { + return m.AMFPointer + } + return "" } -func (m *RICControlMessage) XXX_DiscardUnknown() { - xxx_messageInfo_RICControlMessage.DiscardUnknown(m) + +type RICControlMessage struct { + RICControlCellTypeVal RICControlCellTypeEnum `protobuf:"varint,1,opt,name=RICControlCellTypeVal,enum=rc.RICControlCellTypeEnum" json:"RICControlCellTypeVal,omitempty"` + TargetCellID string `protobuf:"bytes,2,opt,name=TargetCellID" json:"TargetCellID,omitempty"` } -var xxx_messageInfo_RICControlMessage proto.InternalMessageInfo +func (m *RICControlMessage) Reset() { *m = RICControlMessage{} } +func (m *RICControlMessage) String() string { return proto.CompactTextString(m) } +func (*RICControlMessage) ProtoMessage() {} +func (*RICControlMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} } func (m *RICControlMessage) GetRICControlCellTypeVal() RICControlCellTypeEnum { if m != nil { @@ -232,44 +267,21 @@ func (m *RICControlMessage) GetTargetCellID() string { return "" } -//RicControl GRPC Req +// RicControl GRPC Req type RicControlGrpcReq struct { - E2NodeID string `protobuf:"bytes,1,opt,name=e2NodeID,proto3" json:"e2NodeID,omitempty"` - PlmnID string `protobuf:"bytes,2,opt,name=plmnID,proto3" json:"plmnID,omitempty"` - RanName string `protobuf:"bytes,3,opt,name=ranName,proto3" json:"ranName,omitempty"` - RICE2APHeaderData *RICE2APHeader `protobuf:"bytes,4,opt,name=RICE2APHeaderData,proto3" json:"RICE2APHeaderData,omitempty"` - RICControlHeaderData *RICControlHeader `protobuf:"bytes,5,opt,name=RICControlHeaderData,proto3" json:"RICControlHeaderData,omitempty"` - RICControlMessageData *RICControlMessage `protobuf:"bytes,6,opt,name=RICControlMessageData,proto3" json:"RICControlMessageData,omitempty"` - RICControlAckReqVal RICControlAckEnum `protobuf:"varint,7,opt,name=RICControlAckReqVal,proto3,enum=rc.RICControlAckEnum" json:"RICControlAckReqVal,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *RicControlGrpcReq) Reset() { *m = RicControlGrpcReq{} } -func (m *RicControlGrpcReq) String() string { return proto.CompactTextString(m) } -func (*RicControlGrpcReq) ProtoMessage() {} -func (*RicControlGrpcReq) Descriptor() ([]byte, []int) { - return fileDescriptor_a4fc9282119cff7c, []int{3} -} - -func (m *RicControlGrpcReq) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_RicControlGrpcReq.Unmarshal(m, b) -} -func (m *RicControlGrpcReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_RicControlGrpcReq.Marshal(b, m, deterministic) -} -func (m *RicControlGrpcReq) XXX_Merge(src proto.Message) { - xxx_messageInfo_RicControlGrpcReq.Merge(m, src) -} -func (m *RicControlGrpcReq) XXX_Size() int { - return xxx_messageInfo_RicControlGrpcReq.Size(m) -} -func (m *RicControlGrpcReq) XXX_DiscardUnknown() { - xxx_messageInfo_RicControlGrpcReq.DiscardUnknown(m) + E2NodeID string `protobuf:"bytes,1,opt,name=e2NodeID" json:"e2NodeID,omitempty"` + PlmnID string `protobuf:"bytes,2,opt,name=plmnID" json:"plmnID,omitempty"` + RanName string `protobuf:"bytes,3,opt,name=ranName" json:"ranName,omitempty"` + RICE2APHeaderData *RICE2APHeader `protobuf:"bytes,4,opt,name=RICE2APHeaderData" json:"RICE2APHeaderData,omitempty"` + RICControlHeaderData *RICControlHeader `protobuf:"bytes,5,opt,name=RICControlHeaderData" json:"RICControlHeaderData,omitempty"` + RICControlMessageData *RICControlMessage `protobuf:"bytes,6,opt,name=RICControlMessageData" json:"RICControlMessageData,omitempty"` + RICControlAckReqVal RICControlAckEnum `protobuf:"varint,7,opt,name=RICControlAckReqVal,enum=rc.RICControlAckEnum" json:"RICControlAckReqVal,omitempty"` } -var xxx_messageInfo_RicControlGrpcReq proto.InternalMessageInfo +func (m *RicControlGrpcReq) Reset() { *m = RicControlGrpcReq{} } +func (m *RicControlGrpcReq) String() string { return proto.CompactTextString(m) } +func (*RicControlGrpcReq) ProtoMessage() {} +func (*RicControlGrpcReq) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{6} } func (m *RicControlGrpcReq) GetE2NodeID() string { if m != nil { @@ -320,39 +332,16 @@ func (m *RicControlGrpcReq) GetRICControlAckReqVal() RICControlAckEnum { return RICControlAckEnum_RIC_CONTROL_ACK_UNKWON } -//RicControlGrpc Rsp +// RicControlGrpc Rsp type RicControlGrpcRsp struct { - RspCode int32 `protobuf:"varint,1,opt,name=rspCode,proto3" json:"rspCode,omitempty"` - Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + RspCode int32 `protobuf:"varint,1,opt,name=rspCode" json:"rspCode,omitempty"` + Description string `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"` } -func (m *RicControlGrpcRsp) Reset() { *m = RicControlGrpcRsp{} } -func (m *RicControlGrpcRsp) String() string { return proto.CompactTextString(m) } -func (*RicControlGrpcRsp) ProtoMessage() {} -func (*RicControlGrpcRsp) Descriptor() ([]byte, []int) { - return fileDescriptor_a4fc9282119cff7c, []int{4} -} - -func (m *RicControlGrpcRsp) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_RicControlGrpcRsp.Unmarshal(m, b) -} -func (m *RicControlGrpcRsp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_RicControlGrpcRsp.Marshal(b, m, deterministic) -} -func (m *RicControlGrpcRsp) XXX_Merge(src proto.Message) { - xxx_messageInfo_RicControlGrpcRsp.Merge(m, src) -} -func (m *RicControlGrpcRsp) XXX_Size() int { - return xxx_messageInfo_RicControlGrpcRsp.Size(m) -} -func (m *RicControlGrpcRsp) XXX_DiscardUnknown() { - xxx_messageInfo_RicControlGrpcRsp.DiscardUnknown(m) -} - -var xxx_messageInfo_RicControlGrpcRsp proto.InternalMessageInfo +func (m *RicControlGrpcRsp) Reset() { *m = RicControlGrpcRsp{} } +func (m *RicControlGrpcRsp) String() string { return proto.CompactTextString(m) } +func (*RicControlGrpcRsp) ProtoMessage() {} +func (*RicControlGrpcRsp) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} } func (m *RicControlGrpcRsp) GetRspCode() int32 { if m != nil { @@ -369,52 +358,16 @@ func (m *RicControlGrpcRsp) GetDescription() string { } func init() { - proto.RegisterEnum("rc.RICControlCellTypeEnum", RICControlCellTypeEnum_name, RICControlCellTypeEnum_value) - proto.RegisterEnum("rc.RICControlAckEnum", RICControlAckEnum_name, RICControlAckEnum_value) proto.RegisterType((*RICE2APHeader)(nil), "rc.RICE2APHeader") proto.RegisterType((*RICControlHeader)(nil), "rc.RICControlHeader") + proto.RegisterType((*UeId)(nil), "rc.UeId") + proto.RegisterType((*GNBUEID)(nil), "rc.gNBUEID") + proto.RegisterType((*Guami)(nil), "rc.Guami") proto.RegisterType((*RICControlMessage)(nil), "rc.RICControlMessage") proto.RegisterType((*RicControlGrpcReq)(nil), "rc.RicControlGrpcReq") proto.RegisterType((*RicControlGrpcRsp)(nil), "rc.RicControlGrpcRsp") -} - -func init() { proto.RegisterFile("rc.proto", fileDescriptor_a4fc9282119cff7c) } - -var fileDescriptor_a4fc9282119cff7c = []byte{ - // 527 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x54, 0x4d, 0x6f, 0xda, 0x40, - 0x10, 0xad, 0x21, 0x5f, 0x4c, 0xda, 0x84, 0x4c, 0x08, 0x41, 0x34, 0x07, 0xe4, 0x43, 0x85, 0x72, - 0xe0, 0x40, 0x7f, 0x40, 0x65, 0x2d, 0x34, 0xb1, 0x20, 0x26, 0x1a, 0xa0, 0x39, 0x22, 0x77, 0xbd, - 0x42, 0x08, 0x63, 0x9b, 0xb5, 0xa9, 0x94, 0x6b, 0x6f, 0xfd, 0xd7, 0x95, 0x97, 0x0d, 0x06, 0xe3, - 0x1b, 0xf3, 0x66, 0xde, 0x9b, 0x9d, 0x79, 0x83, 0xe1, 0x42, 0xf2, 0x4e, 0x24, 0xc3, 0x24, 0xc4, - 0x92, 0xe4, 0xe6, 0x14, 0xbe, 0x90, 0xcd, 0xfa, 0x5d, 0xeb, 0xf5, 0x59, 0xb8, 0x9e, 0x90, 0xf8, - 0x00, 0x15, 0x72, 0x83, 0x9f, 0x9b, 0x80, 0xdb, 0x5e, 0xc3, 0x68, 0x19, 0xed, 0x32, 0x65, 0x00, - 0x7e, 0x83, 0x2b, 0xb2, 0x19, 0x89, 0xf5, 0x46, 0xc4, 0x49, 0x28, 0xed, 0x5e, 0xa3, 0xa4, 0x4a, - 0x72, 0xa8, 0x99, 0x40, 0x95, 0x6c, 0xc6, 0xc2, 0x20, 0x91, 0xa1, 0xaf, 0x95, 0x4d, 0xf8, 0xac, - 0x81, 0x71, 0xf2, 0xee, 0x0b, 0x2d, 0x7e, 0x80, 0x61, 0x1b, 0xae, 0x75, 0x6c, 0xf1, 0x64, 0x11, - 0x06, 0xb6, 0xa7, 0x1b, 0xe4, 0x61, 0x44, 0x38, 0x99, 0xf6, 0xed, 0x5e, 0xa3, 0xdc, 0x32, 0xda, - 0x15, 0x52, 0xbf, 0xcd, 0x7f, 0x06, 0xdc, 0x64, 0x6d, 0x5f, 0x44, 0x1c, 0xbb, 0x73, 0x81, 0xaf, - 0x70, 0x97, 0x81, 0x4c, 0xf8, 0xfe, 0xe4, 0x3d, 0x12, 0xbf, 0x5c, 0x5f, 0x3d, 0xe0, 0xaa, 0xdb, - 0xec, 0x48, 0xde, 0x39, 0x2e, 0xe8, 0x07, 0x9b, 0x15, 0x15, 0x13, 0xd3, 0x49, 0x26, 0xae, 0x9c, - 0x8b, 0x24, 0x05, 0xf5, 0x0e, 0x2a, 0x74, 0x80, 0x99, 0x7f, 0xcb, 0x70, 0x43, 0x0b, 0xae, 0xd9, - 0x4f, 0x32, 0xe2, 0x24, 0xd6, 0xd8, 0x84, 0x0b, 0xd1, 0x75, 0x42, 0x4f, 0xd8, 0x3d, 0xd5, 0xbe, - 0x42, 0xbb, 0x18, 0xeb, 0x70, 0x16, 0xf9, 0xab, 0x60, 0xa7, 0xa7, 0x23, 0x6c, 0xc0, 0xb9, 0x74, - 0x03, 0xc7, 0x5d, 0x09, 0x3d, 0xec, 0x47, 0x88, 0x3f, 0xd4, 0xb8, 0x99, 0x79, 0x3d, 0x37, 0x71, - 0x1b, 0x27, 0x2d, 0xa3, 0x7d, 0xd9, 0xbd, 0xd1, 0x53, 0x65, 0x49, 0x3a, 0xae, 0xc5, 0x67, 0xa8, - 0xe5, 0x6d, 0x52, 0x1a, 0xa7, 0x4a, 0xa3, 0x76, 0xb8, 0x19, 0x2d, 0x53, 0xc8, 0xc0, 0xc1, 0xfe, - 0x92, 0xf5, 0xe6, 0x95, 0xd4, 0x99, 0x92, 0xba, 0x3b, 0x94, 0xd2, 0x05, 0x54, 0xcc, 0xc1, 0x27, - 0xb8, 0xcd, 0x12, 0x16, 0x5f, 0x92, 0x58, 0xa7, 0x7e, 0x9d, 0x2b, 0xbf, 0x72, 0x52, 0x16, 0x5f, - 0x2a, 0xab, 0x8a, 0x18, 0xe6, 0xe8, 0xc8, 0x83, 0x38, 0x52, 0xfb, 0x8c, 0x23, 0x16, 0x7a, 0xdb, - 0x13, 0x3c, 0xa5, 0x8f, 0x10, 0x5b, 0x70, 0xe9, 0x89, 0x98, 0xcb, 0x45, 0x94, 0x1e, 0x99, 0xb6, - 0x61, 0x1f, 0x7a, 0x5c, 0x42, 0xbd, 0xf8, 0x54, 0xf0, 0x2b, 0xdc, 0x93, 0xcd, 0x66, 0x6c, 0xe4, - 0x4c, 0x68, 0x34, 0x9c, 0xb1, 0xfe, 0x70, 0x38, 0x9b, 0x3a, 0x83, 0xb7, 0x91, 0x53, 0xfd, 0x84, - 0xf7, 0x6a, 0xa0, 0x5d, 0xd2, 0x21, 0x95, 0xaf, 0x1a, 0x79, 0x56, 0x7f, 0x3a, 0x21, 0xcb, 0xd9, - 0x26, 0x4b, 0x8f, 0x72, 0xff, 0x9a, 0xf5, 0x9c, 0xd8, 0x54, 0x2f, 0xd8, 0x31, 0x2c, 0x36, 0xc8, - 0xda, 0xd4, 0x01, 0x0f, 0xda, 0x8c, 0xd2, 0x74, 0xd5, 0xc0, 0x5b, 0xb8, 0xce, 0x71, 0xaa, 0x25, - 0xac, 0xa9, 0xbf, 0x68, 0x56, 0x9c, 0xa2, 0xe5, 0xee, 0x1b, 0x9c, 0xbf, 0xc4, 0x73, 0x16, 0xae, - 0x56, 0x38, 0x84, 0x87, 0xb1, 0x08, 0xbc, 0xec, 0x09, 0x24, 0xd6, 0x63, 0x21, 0xff, 0x2c, 0xb8, - 0x48, 0x57, 0x89, 0x5b, 0x23, 0xf2, 0x27, 0xde, 0x2c, 0x82, 0xe3, 0xe8, 0xf7, 0x99, 0xfa, 0xe6, - 0x7c, 0xff, 0x1f, 0x00, 0x00, 0xff, 0xff, 0xd2, 0xb8, 0xbb, 0xfc, 0x7f, 0x04, 0x00, 0x00, + proto.RegisterEnum("rc.RICControlCellTypeEnum", RICControlCellTypeEnum_name, RICControlCellTypeEnum_value) + proto.RegisterEnum("rc.RICControlAckEnum", RICControlAckEnum_name, RICControlAckEnum_value) } // Reference imports to suppress errors if they are not otherwise used. @@ -425,11 +378,10 @@ var _ grpc.ClientConn // is compatible with the grpc package it is being compiled against. const _ = grpc.SupportPackageIsVersion4 -// MsgCommClient is the client API for MsgComm service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. +// Client API for MsgComm service + type MsgCommClient interface { - //gRPC call to Send RICControlReqServiceGrpc + // gRPC call to Send RICControlReqServiceGrpc SendRICControlReqServiceGrpc(ctx context.Context, in *RicControlGrpcReq, opts ...grpc.CallOption) (*RicControlGrpcRsp, error) } @@ -443,27 +395,20 @@ func NewMsgCommClient(cc *grpc.ClientConn) MsgCommClient { func (c *msgCommClient) SendRICControlReqServiceGrpc(ctx context.Context, in *RicControlGrpcReq, opts ...grpc.CallOption) (*RicControlGrpcRsp, error) { out := new(RicControlGrpcRsp) - err := c.cc.Invoke(ctx, "/rc.MsgComm/SendRICControlReqServiceGrpc", in, out, opts...) + err := grpc.Invoke(ctx, "/rc.MsgComm/SendRICControlReqServiceGrpc", in, out, c.cc, opts...) if err != nil { return nil, err } return out, nil } -// MsgCommServer is the server API for MsgComm service. +// Server API for MsgComm service + type MsgCommServer interface { - //gRPC call to Send RICControlReqServiceGrpc + // gRPC call to Send RICControlReqServiceGrpc SendRICControlReqServiceGrpc(context.Context, *RicControlGrpcReq) (*RicControlGrpcRsp, error) } -// UnimplementedMsgCommServer can be embedded to have forward compatible implementations. -type UnimplementedMsgCommServer struct { -} - -func (*UnimplementedMsgCommServer) SendRICControlReqServiceGrpc(ctx context.Context, req *RicControlGrpcReq) (*RicControlGrpcRsp, error) { - return nil, status.Errorf(codes.Unimplemented, "method SendRICControlReqServiceGrpc not implemented") -} - func RegisterMsgCommServer(s *grpc.Server, srv MsgCommServer) { s.RegisterService(&_MsgComm_serviceDesc, srv) } @@ -498,3 +443,53 @@ var _MsgComm_serviceDesc = grpc.ServiceDesc{ Streams: []grpc.StreamDesc{}, Metadata: "rc.proto", } + +func init() { proto.RegisterFile("rc.proto", fileDescriptor0) } + +var fileDescriptor0 = []byte{ + // 692 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x94, 0xcd, 0x6e, 0xda, 0x40, + 0x10, 0xc7, 0x6b, 0x0c, 0x21, 0x0c, 0x4d, 0x42, 0x36, 0x5f, 0x88, 0x46, 0x2d, 0xb2, 0xda, 0x0a, + 0x45, 0x6a, 0xa4, 0xd2, 0x07, 0xa8, 0x88, 0x63, 0x88, 0x15, 0x30, 0x68, 0xc0, 0xcd, 0x31, 0x72, + 0xec, 0x2d, 0x42, 0xc1, 0x1f, 0xac, 0x4d, 0xa5, 0x5c, 0x7a, 0xe8, 0xad, 0xef, 0xd0, 0x87, 0xad, + 0x76, 0x59, 0x30, 0x76, 0x38, 0xce, 0x6f, 0x3e, 0x76, 0xe6, 0x3f, 0xbb, 0x0b, 0xfb, 0xcc, 0xbd, + 0x8e, 0x58, 0x98, 0x84, 0xa4, 0xc0, 0x5c, 0xcd, 0x86, 0x03, 0x34, 0x75, 0xa3, 0xdd, 0x19, 0xdd, + 0x51, 0xc7, 0xa3, 0x8c, 0x5c, 0x42, 0x05, 0x9d, 0xa0, 0xbb, 0x0c, 0x5c, 0xd3, 0xab, 0x2b, 0x4d, + 0xa5, 0xa5, 0x62, 0x0a, 0xc8, 0x67, 0x38, 0x44, 0x53, 0x47, 0xba, 0x58, 0xd2, 0x38, 0x09, 0x99, + 0x79, 0x5b, 0x2f, 0x88, 0x90, 0x1c, 0xd5, 0x7e, 0x43, 0x0d, 0x4d, 0x5d, 0x0f, 0x83, 0x84, 0x85, + 0x73, 0x59, 0x59, 0x83, 0xb7, 0x12, 0x8c, 0x93, 0x97, 0x39, 0x95, 0xc5, 0x33, 0x8c, 0xb4, 0xe0, + 0x48, 0xda, 0x1d, 0x37, 0x99, 0x85, 0x81, 0xe9, 0xc9, 0x03, 0xf2, 0x98, 0x5c, 0x42, 0xd1, 0x36, + 0xcc, 0xdb, 0xba, 0xda, 0x54, 0x5a, 0xd5, 0xf6, 0xfe, 0x35, 0x73, 0xaf, 0x6d, 0x6a, 0x7a, 0x28, + 0xa8, 0xf6, 0x05, 0x8a, 0xdc, 0x22, 0x9f, 0xa0, 0xdc, 0x0b, 0x9e, 0x44, 0xa0, 0x22, 0x02, 0xab, + 0x3c, 0x70, 0x6a, 0xdd, 0x70, 0x84, 0x6b, 0x9f, 0xf6, 0x4f, 0x81, 0xb2, 0x84, 0xa4, 0x09, 0x55, + 0xc7, 0xff, 0x69, 0x1b, 0x56, 0xaf, 0x33, 0x92, 0x69, 0x2a, 0x6e, 0x23, 0xf2, 0x01, 0x4a, 0xd3, + 0xa5, 0xe3, 0xcf, 0x44, 0x6b, 0xd5, 0x76, 0x85, 0x97, 0xec, 0x71, 0x80, 0x2b, 0x4e, 0x3e, 0xc2, + 0xc1, 0xd4, 0xba, 0xd1, 0x6d, 0xdb, 0xe8, 0x7e, 0x15, 0x45, 0xd4, 0xa6, 0xda, 0x52, 0x31, 0x0b, + 0xf9, 0xac, 0x02, 0xe8, 0x23, 0xdb, 0x30, 0x56, 0x71, 0x45, 0x11, 0x97, 0xc7, 0xda, 0x5f, 0x05, + 0x4a, 0xe2, 0x00, 0xae, 0x61, 0xd4, 0x1f, 0x58, 0xa6, 0x47, 0x83, 0x64, 0x96, 0xbc, 0x88, 0xee, + 0x2a, 0x98, 0x61, 0x62, 0x80, 0x41, 0x17, 0xe9, 0x94, 0x0b, 0xb5, 0x5a, 0x50, 0x05, 0xb7, 0x11, + 0x69, 0xc0, 0xbe, 0x33, 0xe8, 0x8e, 0x69, 0x22, 0xf5, 0xab, 0xe0, 0xc6, 0x26, 0xef, 0x01, 0x9c, + 0x41, 0x77, 0x14, 0xce, 0x82, 0x84, 0xb2, 0x7a, 0x51, 0x78, 0xb7, 0x08, 0xef, 0xe5, 0x38, 0x5d, + 0xed, 0x80, 0xc6, 0xb1, 0x33, 0xa5, 0x64, 0x04, 0x67, 0x29, 0xd4, 0xe9, 0x7c, 0x3e, 0x79, 0x89, + 0xe8, 0x0f, 0x67, 0x2e, 0x1a, 0x3c, 0x6c, 0x37, 0xb8, 0x44, 0xaf, 0x03, 0x8c, 0x60, 0xe9, 0xe3, + 0xee, 0x44, 0x3e, 0xe9, 0xc4, 0x61, 0x53, 0x9a, 0x70, 0xb8, 0x19, 0x23, 0xc3, 0xb4, 0x3f, 0x2a, + 0x1c, 0xe3, 0xcc, 0x95, 0xd9, 0x3d, 0x16, 0xb9, 0x48, 0x17, 0x7c, 0x3a, 0xda, 0xb6, 0x42, 0x8f, + 0xca, 0xed, 0x55, 0x70, 0x63, 0x93, 0x73, 0xd8, 0x8b, 0xe6, 0x7e, 0x2a, 0x8b, 0xb4, 0x48, 0x1d, + 0xca, 0xcc, 0x09, 0x2c, 0xc7, 0xa7, 0x52, 0x90, 0xb5, 0x49, 0xbe, 0x8b, 0x71, 0xd3, 0x07, 0x72, + 0xeb, 0x24, 0x8e, 0x90, 0xa5, 0xda, 0x3e, 0x96, 0x53, 0xa5, 0x4e, 0x7c, 0x1d, 0x4b, 0xee, 0xe0, + 0x34, 0xff, 0x14, 0x44, 0x8d, 0x92, 0xa8, 0x71, 0x9a, 0x55, 0x46, 0x96, 0xd9, 0x99, 0x41, 0xee, + 0xb7, 0x45, 0x96, 0xca, 0x8b, 0x52, 0x7b, 0xa2, 0xd4, 0x59, 0xb6, 0x94, 0x0c, 0xc0, 0xdd, 0x39, + 0xa4, 0x07, 0x27, 0xa9, 0xa3, 0xe3, 0x3e, 0x23, 0x5d, 0xf0, 0x7d, 0x95, 0xc5, 0xbe, 0x72, 0xa5, + 0x3a, 0xee, 0xb3, 0x58, 0xd5, 0xae, 0x0c, 0x6d, 0xf8, 0x6a, 0x07, 0x71, 0x24, 0xf4, 0x8c, 0x23, + 0x3d, 0xf4, 0x56, 0xcf, 0xbc, 0x84, 0x6b, 0x93, 0xdf, 0x4e, 0x8f, 0xc6, 0x2e, 0x9b, 0x45, 0xfc, + 0x21, 0xaf, 0x6f, 0xe7, 0x16, 0xba, 0x7a, 0x86, 0xf3, 0xdd, 0x57, 0x85, 0xbc, 0x83, 0x0b, 0x34, + 0xf5, 0x47, 0x7d, 0x68, 0x4d, 0x70, 0xd8, 0x7f, 0xd4, 0x8d, 0x7e, 0xff, 0xd1, 0xb6, 0xee, 0x1f, + 0x86, 0x56, 0xed, 0x0d, 0xb9, 0x10, 0x03, 0x6d, 0x9c, 0x16, 0x0a, 0x7f, 0x4d, 0xc9, 0x67, 0x19, + 0xf6, 0x04, 0x3b, 0xd6, 0xca, 0x59, 0xb8, 0x62, 0xdb, 0xb7, 0x59, 0xce, 0x49, 0x1a, 0xa2, 0x83, + 0x4d, 0x46, 0x47, 0xbf, 0x4f, 0x8f, 0x39, 0x07, 0x92, 0x39, 0x66, 0xc8, 0xdd, 0x35, 0x85, 0x9c, + 0xc0, 0x51, 0x2e, 0xa7, 0x56, 0x20, 0xa7, 0xe2, 0x1b, 0x4c, 0x83, 0x39, 0x55, 0xdb, 0x0f, 0x50, + 0x1e, 0xc4, 0x53, 0x3d, 0xf4, 0x7d, 0xd2, 0x87, 0xcb, 0x31, 0x0d, 0xbc, 0xb4, 0x05, 0xa4, 0x8b, + 0x31, 0x65, 0xbf, 0x66, 0x2e, 0xe5, 0x52, 0x92, 0xd5, 0x22, 0xf2, 0x57, 0xbc, 0xb1, 0x0b, 0xc7, + 0xd1, 0xd3, 0x9e, 0xf8, 0xd7, 0xbf, 0xfd, 0x0f, 0x00, 0x00, 0xff, 0xff, 0xfb, 0x53, 0x8b, 0xc3, + 0xe3, 0x05, 0x00, 0x00, +}