e2sm

package
v0.6.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2020 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthE2Sm        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowE2Sm          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupE2Sm = fmt.Errorf("proto: unexpected end of group")
)
View Source
var RanFunctionID_name = map[int32]string{
	0: "RAN_FUNCTION_ID_INVALID",
	1: "RAN_FUNCTION_ID_L2_MEAS",
}
View Source
var RanFunctionID_value = map[string]int32{
	"RAN_FUNCTION_ID_INVALID": 0,
	"RAN_FUNCTION_ID_L2_MEAS": 1,
}

Functions

This section is empty.

Types

type RanFunctionID

type RanFunctionID int32

-- ************************************************************** -- Following IE defined in E2SM -- ************************************************************** RANfunctionDefinition ::= OCTET STRING

RANfunctionID ::= INTEGER (0..4095)

RANfunctionRevision ::= INTEGER (0..4095)

const (
	RanFunctionID_RAN_FUNCTION_ID_INVALID RanFunctionID = 0
	RanFunctionID_RAN_FUNCTION_ID_L2_MEAS RanFunctionID = 1
)

func (RanFunctionID) EnumDescriptor

func (RanFunctionID) EnumDescriptor() ([]byte, []int)

func (RanFunctionID) String

func (x RanFunctionID) String() string

type RicControlHeader

type RicControlHeader struct {
	MessageType sb.MessageType `protobuf:"varint,1,opt,name=messageType,proto3,enum=interface.e2.MessageType" json:"messageType,omitempty"`
	Ecgi        *sb.ECGI       `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	Crnti       []string       `protobuf:"bytes,3,rep,name=crnti,proto3" json:"crnti,omitempty"`
}

RICcontrolHeader ::= OCTET STRING

func (*RicControlHeader) Descriptor

func (*RicControlHeader) Descriptor() ([]byte, []int)

func (*RicControlHeader) GetCrnti added in v0.6.0

func (m *RicControlHeader) GetCrnti() []string

func (*RicControlHeader) GetEcgi added in v0.6.0

func (m *RicControlHeader) GetEcgi() *sb.ECGI

func (*RicControlHeader) GetMessageType

func (m *RicControlHeader) GetMessageType() sb.MessageType

func (*RicControlHeader) Marshal

func (m *RicControlHeader) Marshal() (dAtA []byte, err error)

func (*RicControlHeader) MarshalTo

func (m *RicControlHeader) MarshalTo(dAtA []byte) (int, error)

func (*RicControlHeader) MarshalToSizedBuffer

func (m *RicControlHeader) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicControlHeader) ProtoMessage

func (*RicControlHeader) ProtoMessage()

func (*RicControlHeader) Reset

func (m *RicControlHeader) Reset()

func (*RicControlHeader) Size

func (m *RicControlHeader) Size() (n int)

func (*RicControlHeader) String

func (m *RicControlHeader) String() string

func (*RicControlHeader) Unmarshal

func (m *RicControlHeader) Unmarshal(dAtA []byte) error

func (*RicControlHeader) XXX_DiscardUnknown

func (m *RicControlHeader) XXX_DiscardUnknown()

func (*RicControlHeader) XXX_Marshal

func (m *RicControlHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RicControlHeader) XXX_Merge

func (m *RicControlHeader) XXX_Merge(src proto.Message)

func (*RicControlHeader) XXX_Size

func (m *RicControlHeader) XXX_Size() int

func (*RicControlHeader) XXX_Unmarshal

func (m *RicControlHeader) XXX_Unmarshal(b []byte) error

type RicControlMessage

type RicControlMessage struct {
	// Types that are valid to be assigned to S:
	//	*RicControlMessage_RRMConfig
	//	*RicControlMessage_HORequest
	//	*RicControlMessage_CellConfigRequest
	//	*RicControlMessage_L2MeasConfig
	S isRicControlMessage_S `protobuf_oneof:"s"`
}

-- ************************************************************** -- Following IE defined in E2SM -- ************************************************************** RICcontrolMessage ::= OCTET STRING

func (*RicControlMessage) Descriptor

func (*RicControlMessage) Descriptor() ([]byte, []int)

func (*RicControlMessage) GetCellConfigRequest

func (m *RicControlMessage) GetCellConfigRequest() *sb.CellConfigRequest

func (*RicControlMessage) GetHORequest

func (m *RicControlMessage) GetHORequest() *sb.HORequest

func (*RicControlMessage) GetL2MeasConfig added in v0.6.1

func (m *RicControlMessage) GetL2MeasConfig() *sb.L2MeasConfig

func (*RicControlMessage) GetRRMConfig

func (m *RicControlMessage) GetRRMConfig() *sb.RRMConfig

func (*RicControlMessage) GetS

func (m *RicControlMessage) GetS() isRicControlMessage_S

func (*RicControlMessage) Marshal

func (m *RicControlMessage) Marshal() (dAtA []byte, err error)

func (*RicControlMessage) MarshalTo

func (m *RicControlMessage) MarshalTo(dAtA []byte) (int, error)

func (*RicControlMessage) MarshalToSizedBuffer

func (m *RicControlMessage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicControlMessage) ProtoMessage

func (*RicControlMessage) ProtoMessage()

func (*RicControlMessage) Reset

func (m *RicControlMessage) Reset()

func (*RicControlMessage) Size

func (m *RicControlMessage) Size() (n int)

func (*RicControlMessage) String

func (m *RicControlMessage) String() string

func (*RicControlMessage) Unmarshal

func (m *RicControlMessage) Unmarshal(dAtA []byte) error

func (*RicControlMessage) XXX_DiscardUnknown

func (m *RicControlMessage) XXX_DiscardUnknown()

func (*RicControlMessage) XXX_Marshal

func (m *RicControlMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RicControlMessage) XXX_Merge

func (m *RicControlMessage) XXX_Merge(src proto.Message)

func (*RicControlMessage) XXX_OneofWrappers

func (*RicControlMessage) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*RicControlMessage) XXX_Size

func (m *RicControlMessage) XXX_Size() int

func (*RicControlMessage) XXX_Unmarshal

func (m *RicControlMessage) XXX_Unmarshal(b []byte) error

type RicControlMessage_CellConfigRequest

type RicControlMessage_CellConfigRequest struct {
	CellConfigRequest *sb.CellConfigRequest `protobuf:"bytes,3,opt,name=cellConfigRequest,proto3,oneof" json:"cellConfigRequest,omitempty"`
}

func (*RicControlMessage_CellConfigRequest) MarshalTo

func (m *RicControlMessage_CellConfigRequest) MarshalTo(dAtA []byte) (int, error)

func (*RicControlMessage_CellConfigRequest) MarshalToSizedBuffer

func (m *RicControlMessage_CellConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicControlMessage_CellConfigRequest) Size

type RicControlMessage_HORequest

type RicControlMessage_HORequest struct {
	HORequest *sb.HORequest `protobuf:"bytes,2,opt,name=hORequest,proto3,oneof" json:"hORequest,omitempty"`
}

func (*RicControlMessage_HORequest) MarshalTo

func (m *RicControlMessage_HORequest) MarshalTo(dAtA []byte) (int, error)

func (*RicControlMessage_HORequest) MarshalToSizedBuffer

func (m *RicControlMessage_HORequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicControlMessage_HORequest) Size

func (m *RicControlMessage_HORequest) Size() (n int)

type RicControlMessage_L2MeasConfig added in v0.6.1

type RicControlMessage_L2MeasConfig struct {
	L2MeasConfig *sb.L2MeasConfig `protobuf:"bytes,4,opt,name=l2MeasConfig,proto3,oneof" json:"l2MeasConfig,omitempty"`
}

func (*RicControlMessage_L2MeasConfig) MarshalTo added in v0.6.1

func (m *RicControlMessage_L2MeasConfig) MarshalTo(dAtA []byte) (int, error)

func (*RicControlMessage_L2MeasConfig) MarshalToSizedBuffer added in v0.6.1

func (m *RicControlMessage_L2MeasConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicControlMessage_L2MeasConfig) Size added in v0.6.1

func (m *RicControlMessage_L2MeasConfig) Size() (n int)

type RicControlMessage_RRMConfig

type RicControlMessage_RRMConfig struct {
	RRMConfig *sb.RRMConfig `protobuf:"bytes,1,opt,name=rRMConfig,proto3,oneof" json:"rRMConfig,omitempty"`
}

func (*RicControlMessage_RRMConfig) MarshalTo

func (m *RicControlMessage_RRMConfig) MarshalTo(dAtA []byte) (int, error)

func (*RicControlMessage_RRMConfig) MarshalToSizedBuffer

func (m *RicControlMessage_RRMConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicControlMessage_RRMConfig) Size

func (m *RicControlMessage_RRMConfig) Size() (n int)

type RicControlOutcome

type RicControlOutcome struct {
	// Types that are valid to be assigned to S:
	//	*RicControlOutcome_HOComplete
	//	*RicControlOutcome_HOFailure
	//	*RicControlOutcome_RRMConfigStatus
	//	*RicControlOutcome_CellConfigReport
	S isRicControlOutcome_S `protobuf_oneof:"s"`
}

func (*RicControlOutcome) Descriptor

func (*RicControlOutcome) Descriptor() ([]byte, []int)

func (*RicControlOutcome) GetCellConfigReport

func (m *RicControlOutcome) GetCellConfigReport() *sb.CellConfigReport

func (*RicControlOutcome) GetHOComplete

func (m *RicControlOutcome) GetHOComplete() *sb.HOComplete

func (*RicControlOutcome) GetHOFailure

func (m *RicControlOutcome) GetHOFailure() *sb.HOFailure

func (*RicControlOutcome) GetRRMConfigStatus

func (m *RicControlOutcome) GetRRMConfigStatus() *sb.RRMConfigStatus

func (*RicControlOutcome) GetS

func (m *RicControlOutcome) GetS() isRicControlOutcome_S

func (*RicControlOutcome) Marshal

func (m *RicControlOutcome) Marshal() (dAtA []byte, err error)

func (*RicControlOutcome) MarshalTo

func (m *RicControlOutcome) MarshalTo(dAtA []byte) (int, error)

func (*RicControlOutcome) MarshalToSizedBuffer

func (m *RicControlOutcome) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicControlOutcome) ProtoMessage

func (*RicControlOutcome) ProtoMessage()

func (*RicControlOutcome) Reset

func (m *RicControlOutcome) Reset()

func (*RicControlOutcome) Size

func (m *RicControlOutcome) Size() (n int)

func (*RicControlOutcome) String

func (m *RicControlOutcome) String() string

func (*RicControlOutcome) Unmarshal

func (m *RicControlOutcome) Unmarshal(dAtA []byte) error

func (*RicControlOutcome) XXX_DiscardUnknown

func (m *RicControlOutcome) XXX_DiscardUnknown()

func (*RicControlOutcome) XXX_Marshal

func (m *RicControlOutcome) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RicControlOutcome) XXX_Merge

func (m *RicControlOutcome) XXX_Merge(src proto.Message)

func (*RicControlOutcome) XXX_OneofWrappers

func (*RicControlOutcome) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*RicControlOutcome) XXX_Size

func (m *RicControlOutcome) XXX_Size() int

func (*RicControlOutcome) XXX_Unmarshal

func (m *RicControlOutcome) XXX_Unmarshal(b []byte) error

type RicControlOutcome_CellConfigReport

type RicControlOutcome_CellConfigReport struct {
	CellConfigReport *sb.CellConfigReport `protobuf:"bytes,4,opt,name=cellConfigReport,proto3,oneof" json:"cellConfigReport,omitempty"`
}

func (*RicControlOutcome_CellConfigReport) MarshalTo

func (m *RicControlOutcome_CellConfigReport) MarshalTo(dAtA []byte) (int, error)

func (*RicControlOutcome_CellConfigReport) MarshalToSizedBuffer

func (m *RicControlOutcome_CellConfigReport) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicControlOutcome_CellConfigReport) Size

type RicControlOutcome_HOComplete

type RicControlOutcome_HOComplete struct {
	HOComplete *sb.HOComplete `protobuf:"bytes,1,opt,name=hOComplete,proto3,oneof" json:"hOComplete,omitempty"`
}

func (*RicControlOutcome_HOComplete) MarshalTo

func (m *RicControlOutcome_HOComplete) MarshalTo(dAtA []byte) (int, error)

func (*RicControlOutcome_HOComplete) MarshalToSizedBuffer

func (m *RicControlOutcome_HOComplete) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicControlOutcome_HOComplete) Size

func (m *RicControlOutcome_HOComplete) Size() (n int)

type RicControlOutcome_HOFailure

type RicControlOutcome_HOFailure struct {
	HOFailure *sb.HOFailure `protobuf:"bytes,2,opt,name=hOFailure,proto3,oneof" json:"hOFailure,omitempty"`
}

func (*RicControlOutcome_HOFailure) MarshalTo

func (m *RicControlOutcome_HOFailure) MarshalTo(dAtA []byte) (int, error)

func (*RicControlOutcome_HOFailure) MarshalToSizedBuffer

func (m *RicControlOutcome_HOFailure) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicControlOutcome_HOFailure) Size

func (m *RicControlOutcome_HOFailure) Size() (n int)

type RicControlOutcome_RRMConfigStatus

type RicControlOutcome_RRMConfigStatus struct {
	RRMConfigStatus *sb.RRMConfigStatus `protobuf:"bytes,3,opt,name=rRMConfigStatus,proto3,oneof" json:"rRMConfigStatus,omitempty"`
}

func (*RicControlOutcome_RRMConfigStatus) MarshalTo

func (m *RicControlOutcome_RRMConfigStatus) MarshalTo(dAtA []byte) (int, error)

func (*RicControlOutcome_RRMConfigStatus) MarshalToSizedBuffer

func (m *RicControlOutcome_RRMConfigStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicControlOutcome_RRMConfigStatus) Size

func (m *RicControlOutcome_RRMConfigStatus) Size() (n int)

type RicEventTriggerDefinition

type RicEventTriggerDefinition struct {
	// Types that are valid to be assigned to S:
	//	*RicEventTriggerDefinition_L2MeasConfig
	S isRicEventTriggerDefinition_S `protobuf_oneof:"s"`
}

-- ************************************************************** -- Following IE defined in E2SM -- ************************************************************** RICeventTriggerDefinition ::= OCTET STRING

func (*RicEventTriggerDefinition) Descriptor

func (*RicEventTriggerDefinition) Descriptor() ([]byte, []int)

func (*RicEventTriggerDefinition) GetL2MeasConfig

func (m *RicEventTriggerDefinition) GetL2MeasConfig() *sb.L2MeasConfig

func (*RicEventTriggerDefinition) GetS

func (m *RicEventTriggerDefinition) GetS() isRicEventTriggerDefinition_S

func (*RicEventTriggerDefinition) Marshal

func (m *RicEventTriggerDefinition) Marshal() (dAtA []byte, err error)

func (*RicEventTriggerDefinition) MarshalTo

func (m *RicEventTriggerDefinition) MarshalTo(dAtA []byte) (int, error)

func (*RicEventTriggerDefinition) MarshalToSizedBuffer

func (m *RicEventTriggerDefinition) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicEventTriggerDefinition) ProtoMessage

func (*RicEventTriggerDefinition) ProtoMessage()

func (*RicEventTriggerDefinition) Reset

func (m *RicEventTriggerDefinition) Reset()

func (*RicEventTriggerDefinition) Size

func (m *RicEventTriggerDefinition) Size() (n int)

func (*RicEventTriggerDefinition) String

func (m *RicEventTriggerDefinition) String() string

func (*RicEventTriggerDefinition) Unmarshal

func (m *RicEventTriggerDefinition) Unmarshal(dAtA []byte) error

func (*RicEventTriggerDefinition) XXX_DiscardUnknown

func (m *RicEventTriggerDefinition) XXX_DiscardUnknown()

func (*RicEventTriggerDefinition) XXX_Marshal

func (m *RicEventTriggerDefinition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RicEventTriggerDefinition) XXX_Merge

func (m *RicEventTriggerDefinition) XXX_Merge(src proto.Message)

func (*RicEventTriggerDefinition) XXX_OneofWrappers

func (*RicEventTriggerDefinition) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*RicEventTriggerDefinition) XXX_Size

func (m *RicEventTriggerDefinition) XXX_Size() int

func (*RicEventTriggerDefinition) XXX_Unmarshal

func (m *RicEventTriggerDefinition) XXX_Unmarshal(b []byte) error

type RicEventTriggerDefinition_L2MeasConfig

type RicEventTriggerDefinition_L2MeasConfig struct {
	L2MeasConfig *sb.L2MeasConfig `protobuf:"bytes,1,opt,name=l2MeasConfig,proto3,oneof" json:"l2MeasConfig,omitempty"`
}

func (*RicEventTriggerDefinition_L2MeasConfig) MarshalTo

func (m *RicEventTriggerDefinition_L2MeasConfig) MarshalTo(dAtA []byte) (int, error)

func (*RicEventTriggerDefinition_L2MeasConfig) MarshalToSizedBuffer

func (m *RicEventTriggerDefinition_L2MeasConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicEventTriggerDefinition_L2MeasConfig) Size

type RicIndicationHeader

type RicIndicationHeader struct {
	MessageType sb.MessageType `protobuf:"varint,1,opt,name=messageType,proto3,enum=interface.e2.MessageType" json:"messageType,omitempty"`
}

-- ************************************************************** -- Following IE defined in E2SM -- ************************************************************** RICindicationHeader ::= OCTET STRING RICindicationMessage ::= OCTET STRING

func (*RicIndicationHeader) Descriptor

func (*RicIndicationHeader) Descriptor() ([]byte, []int)

func (*RicIndicationHeader) GetMessageType

func (m *RicIndicationHeader) GetMessageType() sb.MessageType

func (*RicIndicationHeader) Marshal

func (m *RicIndicationHeader) Marshal() (dAtA []byte, err error)

func (*RicIndicationHeader) MarshalTo

func (m *RicIndicationHeader) MarshalTo(dAtA []byte) (int, error)

func (*RicIndicationHeader) MarshalToSizedBuffer

func (m *RicIndicationHeader) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicIndicationHeader) ProtoMessage

func (*RicIndicationHeader) ProtoMessage()

func (*RicIndicationHeader) Reset

func (m *RicIndicationHeader) Reset()

func (*RicIndicationHeader) Size

func (m *RicIndicationHeader) Size() (n int)

func (*RicIndicationHeader) String

func (m *RicIndicationHeader) String() string

func (*RicIndicationHeader) Unmarshal

func (m *RicIndicationHeader) Unmarshal(dAtA []byte) error

func (*RicIndicationHeader) XXX_DiscardUnknown

func (m *RicIndicationHeader) XXX_DiscardUnknown()

func (*RicIndicationHeader) XXX_Marshal

func (m *RicIndicationHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RicIndicationHeader) XXX_Merge

func (m *RicIndicationHeader) XXX_Merge(src proto.Message)

func (*RicIndicationHeader) XXX_Size

func (m *RicIndicationHeader) XXX_Size() int

func (*RicIndicationHeader) XXX_Unmarshal

func (m *RicIndicationHeader) XXX_Unmarshal(b []byte) error

type RicIndicationMessage

type RicIndicationMessage struct {
	// Types that are valid to be assigned to S:
	//	*RicIndicationMessage_RadioMeasReportPerUE
	//	*RicIndicationMessage_UEAdmissionRequest
	//	*RicIndicationMessage_UEReleaseInd
	//	*RicIndicationMessage_RadioMeasReportPerCell
	//	*RicIndicationMessage_CellConfigReport
	S isRicIndicationMessage_S `protobuf_oneof:"s"`
}

func (*RicIndicationMessage) Descriptor

func (*RicIndicationMessage) Descriptor() ([]byte, []int)

func (*RicIndicationMessage) GetCellConfigReport added in v0.6.0

func (m *RicIndicationMessage) GetCellConfigReport() *sb.CellConfigReport

func (*RicIndicationMessage) GetRadioMeasReportPerCell added in v0.6.0

func (m *RicIndicationMessage) GetRadioMeasReportPerCell() *sb.RadioMeasReportPerCell

func (*RicIndicationMessage) GetRadioMeasReportPerUE

func (m *RicIndicationMessage) GetRadioMeasReportPerUE() *sb.RadioMeasReportPerUE

func (*RicIndicationMessage) GetS

func (m *RicIndicationMessage) GetS() isRicIndicationMessage_S

func (*RicIndicationMessage) GetUEAdmissionRequest

func (m *RicIndicationMessage) GetUEAdmissionRequest() *sb.UEAdmissionRequest

func (*RicIndicationMessage) GetUEReleaseInd

func (m *RicIndicationMessage) GetUEReleaseInd() *sb.UEReleaseInd

func (*RicIndicationMessage) Marshal

func (m *RicIndicationMessage) Marshal() (dAtA []byte, err error)

func (*RicIndicationMessage) MarshalTo

func (m *RicIndicationMessage) MarshalTo(dAtA []byte) (int, error)

func (*RicIndicationMessage) MarshalToSizedBuffer

func (m *RicIndicationMessage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicIndicationMessage) ProtoMessage

func (*RicIndicationMessage) ProtoMessage()

func (*RicIndicationMessage) Reset

func (m *RicIndicationMessage) Reset()

func (*RicIndicationMessage) Size

func (m *RicIndicationMessage) Size() (n int)

func (*RicIndicationMessage) String

func (m *RicIndicationMessage) String() string

func (*RicIndicationMessage) Unmarshal

func (m *RicIndicationMessage) Unmarshal(dAtA []byte) error

func (*RicIndicationMessage) XXX_DiscardUnknown

func (m *RicIndicationMessage) XXX_DiscardUnknown()

func (*RicIndicationMessage) XXX_Marshal

func (m *RicIndicationMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RicIndicationMessage) XXX_Merge

func (m *RicIndicationMessage) XXX_Merge(src proto.Message)

func (*RicIndicationMessage) XXX_OneofWrappers

func (*RicIndicationMessage) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*RicIndicationMessage) XXX_Size

func (m *RicIndicationMessage) XXX_Size() int

func (*RicIndicationMessage) XXX_Unmarshal

func (m *RicIndicationMessage) XXX_Unmarshal(b []byte) error

type RicIndicationMessage_CellConfigReport added in v0.6.0

type RicIndicationMessage_CellConfigReport struct {
	CellConfigReport *sb.CellConfigReport `protobuf:"bytes,5,opt,name=cellConfigReport,proto3,oneof" json:"cellConfigReport,omitempty"`
}

func (*RicIndicationMessage_CellConfigReport) MarshalTo added in v0.6.0

func (m *RicIndicationMessage_CellConfigReport) MarshalTo(dAtA []byte) (int, error)

func (*RicIndicationMessage_CellConfigReport) MarshalToSizedBuffer added in v0.6.0

func (m *RicIndicationMessage_CellConfigReport) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicIndicationMessage_CellConfigReport) Size added in v0.6.0

type RicIndicationMessage_RadioMeasReportPerCell added in v0.6.0

type RicIndicationMessage_RadioMeasReportPerCell struct {
	RadioMeasReportPerCell *sb.RadioMeasReportPerCell `protobuf:"bytes,4,opt,name=radioMeasReportPerCell,proto3,oneof" json:"radioMeasReportPerCell,omitempty"`
}

func (*RicIndicationMessage_RadioMeasReportPerCell) MarshalTo added in v0.6.0

func (*RicIndicationMessage_RadioMeasReportPerCell) MarshalToSizedBuffer added in v0.6.0

func (m *RicIndicationMessage_RadioMeasReportPerCell) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicIndicationMessage_RadioMeasReportPerCell) Size added in v0.6.0

type RicIndicationMessage_RadioMeasReportPerUE

type RicIndicationMessage_RadioMeasReportPerUE struct {
	RadioMeasReportPerUE *sb.RadioMeasReportPerUE `protobuf:"bytes,1,opt,name=radioMeasReportPerUE,proto3,oneof" json:"radioMeasReportPerUE,omitempty"`
}

func (*RicIndicationMessage_RadioMeasReportPerUE) MarshalTo

func (m *RicIndicationMessage_RadioMeasReportPerUE) MarshalTo(dAtA []byte) (int, error)

func (*RicIndicationMessage_RadioMeasReportPerUE) MarshalToSizedBuffer

func (m *RicIndicationMessage_RadioMeasReportPerUE) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicIndicationMessage_RadioMeasReportPerUE) Size

type RicIndicationMessage_UEAdmissionRequest

type RicIndicationMessage_UEAdmissionRequest struct {
	UEAdmissionRequest *sb.UEAdmissionRequest `protobuf:"bytes,2,opt,name=uEAdmissionRequest,proto3,oneof" json:"uEAdmissionRequest,omitempty"`
}

func (*RicIndicationMessage_UEAdmissionRequest) MarshalTo

func (m *RicIndicationMessage_UEAdmissionRequest) MarshalTo(dAtA []byte) (int, error)

func (*RicIndicationMessage_UEAdmissionRequest) MarshalToSizedBuffer

func (m *RicIndicationMessage_UEAdmissionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicIndicationMessage_UEAdmissionRequest) Size

type RicIndicationMessage_UEReleaseInd

type RicIndicationMessage_UEReleaseInd struct {
	UEReleaseInd *sb.UEReleaseInd `protobuf:"bytes,3,opt,name=uEReleaseInd,proto3,oneof" json:"uEReleaseInd,omitempty"`
}

func (*RicIndicationMessage_UEReleaseInd) MarshalTo

func (m *RicIndicationMessage_UEReleaseInd) MarshalTo(dAtA []byte) (int, error)

func (*RicIndicationMessage_UEReleaseInd) MarshalToSizedBuffer

func (m *RicIndicationMessage_UEReleaseInd) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RicIndicationMessage_UEReleaseInd) Size

func (m *RicIndicationMessage_UEReleaseInd) Size() (n int)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL