sb

package
v0.6.7 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2020 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthE2Interface        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowE2Interface          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupE2Interface = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthE2Ap        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowE2Ap          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupE2Ap = fmt.Errorf("proto: unexpected end of group")
)
View Source
var AdmEstCause_name = map[int32]string{
	0: "EMERGENCY",
	1: "HIGHHP_ACCESS",
	2: "MT_ACCESS",
	3: "MO_SIGNALLING",
	4: "MO_DATA",
}
View Source
var AdmEstCause_value = map[string]int32{
	"EMERGENCY":     0,
	"HIGHHP_ACCESS": 1,
	"MT_ACCESS":     2,
	"MO_SIGNALLING": 3,
	"MO_DATA":       4,
}
View Source
var CACapClassDl_name = map[int32]string{
	0: "CACAP_CLASSDL_A",
	1: "CACAP_CLASSDL_B",
	2: "CACAP_CLASSDL_C",
	3: "CACAP_CLASSDL_D",
	4: "CACAP_CLASSDL_E",
	5: "CACAP_CLASSDL_F",
}
View Source
var CACapClassDl_value = map[string]int32{
	"CACAP_CLASSDL_A": 0,
	"CACAP_CLASSDL_B": 1,
	"CACAP_CLASSDL_C": 2,
	"CACAP_CLASSDL_D": 3,
	"CACAP_CLASSDL_E": 4,
	"CACAP_CLASSDL_F": 5,
}
View Source
var CACapClassUl_name = map[int32]string{
	0: "CACAP_CLASSUL_A",
	1: "CACAP_CLASSUL_B",
	2: "CACAP_CLASSUL_C",
	3: "CACAP_CLASSUL_D",
	4: "CACAP_CLASSUL_E",
	5: "CACAP_CLASSUL_F",
}
View Source
var CACapClassUl_value = map[string]int32{
	"CACAP_CLASSUL_A": 0,
	"CACAP_CLASSUL_B": 1,
	"CACAP_CLASSUL_C": 2,
	"CACAP_CLASSUL_D": 3,
	"CACAP_CLASSUL_E": 4,
	"CACAP_CLASSUL_F": 5,
}
View Source
var CADirection_name = map[int32]string{
	0: "CADIRECTION_DL",
	1: "CADIRECTION_UL",
	2: "CADIRECTION_BOTH",
}
View Source
var CADirection_value = map[string]int32{
	"CADIRECTION_DL":   0,
	"CADIRECTION_UL":   1,
	"CADIRECTION_BOTH": 2,
}
View Source
var Criticality_name = map[int32]string{
	0: "REJECT",
	1: "IGNORE",
	2: "NOTIFY",
}
View Source
var Criticality_value = map[string]int32{
	"REJECT": 0,
	"IGNORE": 1,
	"NOTIFY": 2,
}
View Source
var DCCapDrbType_name = map[int32]string{
	0: "DCCAP_DRBTYPE_SUPPORTED",
}
View Source
var DCCapDrbType_value = map[string]int32{
	"DCCAP_DRBTYPE_SUPPORTED": 0,
}
View Source
var ERABDirection_name = map[int32]string{
	0: "DL",
	1: "UL",
	2: "BOTH",
}
View Source
var ERABDirection_value = map[string]int32{
	"DL":   0,
	"UL":   1,
	"BOTH": 2,
}
View Source
var ERABType_name = map[int32]string{
	0: "ERAB_DEFAULT",
	1: "ERAB_DEDICATED",
}
View Source
var ERABType_value = map[string]int32{
	"ERAB_DEFAULT":   0,
	"ERAB_DEDICATED": 1,
}
View Source
var L2MeasReportInterval_name = map[int32]string{
	0:  "NO_REPORT",
	1:  "MS_10",
	2:  "MS_50",
	3:  "MS_100",
	4:  "MS_200",
	5:  "MS_500",
	6:  "MS_1024",
	7:  "S_10",
	8:  "MIN_1",
	9:  "MIN_2",
	10: "MIN_5",
}
View Source
var L2MeasReportInterval_value = map[string]int32{
	"NO_REPORT": 0,
	"MS_10":     1,
	"MS_50":     2,
	"MS_100":    3,
	"MS_200":    4,
	"MS_500":    5,
	"MS_1024":   6,
	"S_10":      7,
	"MIN_1":     8,
	"MIN_2":     9,
	"MIN_5":     10,
}
View Source
var MeasIdActionPR_name = map[int32]string{
	0: "MEAS_ID_ACTION_PR_NOTHING",
	1: "MEAS_ID_ACTION_PR_ADDMEASID",
	2: "MEAS_ID_ACTION_PR_DELMEASID",
	3: "MEAS_ID_ACTION_PR_HOTOTARGET",
}
View Source
var MeasIdActionPR_value = map[string]int32{
	"MEAS_ID_ACTION_PR_NOTHING":    0,
	"MEAS_ID_ACTION_PR_ADDMEASID":  1,
	"MEAS_ID_ACTION_PR_DELMEASID":  2,
	"MEAS_ID_ACTION_PR_HOTOTARGET": 3,
}
View Source
var MessageType_name = map[int32]string{
	0:  "UNKNOWN_MESSAGE",
	1:  "CELL_CONFIG_REQUEST",
	2:  "CELL_CONFIG_REPORT",
	3:  "UE_ADMISSION_REQUEST",
	4:  "UE_ADMISSION_RESPONSE",
	5:  "UE_ADMISSION_STATUS",
	6:  "UE_CONTEXT_UPDATE",
	7:  "UE_RECONFIG_IND",
	8:  "UE_RELEASE_IND",
	9:  "BEARER_ADMISSION_REQUEST",
	10: "BEARER_ADMISSION_RESPONSE",
	11: "BEARER_ADMISSION_STATUS",
	12: "BEARER_RELEASE_IND",
	13: "HO_REQUEST",
	14: "HO_FAILURE",
	15: "HO_COMPLETE",
	16: "RXSIG_MEAS_REPORT",
	17: "L2_MEAS_CONFIG",
	18: "RADIO_MEAS_REPORT_PER_UE",
	19: "RADIO_MEAS_REPORT_PER_CELL",
	20: "SCHED_MEAS_REPORT_PER_UE",
	21: "SCHED_MEAS_REPORT_PER_CELL",
	22: "PDCP_MEAS_REPORT_PER_UE",
	23: "UE_CAPABILITY_INFO",
	24: "UE_CAPABILITY_ENQUIRY",
	25: "SCELL_ADD",
	26: "SCELL_ADD_STATUS",
	27: "SCELL_DELETE",
	28: "RRM_CONFIG",
	29: "RRM_CONFIG_STATUS",
	30: "SENB_ADD",
	31: "SENB_ADD_STATUS",
	32: "SENB_DELETE",
	33: "TRAFFIC_SPLIT_CONFIG",
	34: "HO_CAUSE",
	35: "RRC_MEAS_CONFIG",
}
View Source
var MessageType_value = map[string]int32{
	"UNKNOWN_MESSAGE":            0,
	"CELL_CONFIG_REQUEST":        1,
	"CELL_CONFIG_REPORT":         2,
	"UE_ADMISSION_REQUEST":       3,
	"UE_ADMISSION_RESPONSE":      4,
	"UE_ADMISSION_STATUS":        5,
	"UE_CONTEXT_UPDATE":          6,
	"UE_RECONFIG_IND":            7,
	"UE_RELEASE_IND":             8,
	"BEARER_ADMISSION_REQUEST":   9,
	"BEARER_ADMISSION_RESPONSE":  10,
	"BEARER_ADMISSION_STATUS":    11,
	"BEARER_RELEASE_IND":         12,
	"HO_REQUEST":                 13,
	"HO_FAILURE":                 14,
	"HO_COMPLETE":                15,
	"RXSIG_MEAS_REPORT":          16,
	"L2_MEAS_CONFIG":             17,
	"RADIO_MEAS_REPORT_PER_UE":   18,
	"RADIO_MEAS_REPORT_PER_CELL": 19,
	"SCHED_MEAS_REPORT_PER_UE":   20,
	"SCHED_MEAS_REPORT_PER_CELL": 21,
	"PDCP_MEAS_REPORT_PER_UE":    22,
	"UE_CAPABILITY_INFO":         23,
	"UE_CAPABILITY_ENQUIRY":      24,
	"SCELL_ADD":                  25,
	"SCELL_ADD_STATUS":           26,
	"SCELL_DELETE":               27,
	"RRM_CONFIG":                 28,
	"RRM_CONFIG_STATUS":          29,
	"SENB_ADD":                   30,
	"SENB_ADD_STATUS":            31,
	"SENB_DELETE":                32,
	"TRAFFIC_SPLIT_CONFIG":       33,
	"HO_CAUSE":                   34,
	"RRC_MEAS_CONFIG":            35,
}
View Source
var PerParamReportIntervalMs_name = map[int32]string{
	0:  "PER_PARAM_MS_120",
	1:  "PER_PARAM_MS_240",
	2:  "PER_PARAM_MS_480",
	3:  "PER_PARAM_MS_640",
	4:  "PER_PARAM_MS_1024",
	5:  "PER_PARAM_MS_2048",
	6:  "PER_PARAM_MS_5120",
	7:  "PER_PARAM_MS_10240",
	8:  "PER_PARAM_MIN_1",
	9:  "PER_PARAM_MIN_6",
	10: "PER_PARAM_MIN_12",
	11: "PER_PARAM_MIN_30",
	12: "PER_PARAM_MIN_60",
}
View Source
var PerParamReportIntervalMs_value = map[string]int32{
	"PER_PARAM_MS_120":   0,
	"PER_PARAM_MS_240":   1,
	"PER_PARAM_MS_480":   2,
	"PER_PARAM_MS_640":   3,
	"PER_PARAM_MS_1024":  4,
	"PER_PARAM_MS_2048":  5,
	"PER_PARAM_MS_5120":  6,
	"PER_PARAM_MS_10240": 7,
	"PER_PARAM_MIN_1":    8,
	"PER_PARAM_MIN_6":    9,
	"PER_PARAM_MIN_12":   10,
	"PER_PARAM_MIN_30":   11,
	"PER_PARAM_MIN_60":   12,
}
View Source
var Presence_name = map[int32]string{
	0: "OPTIONAL",
	1: "CONDITIONAL",
	2: "MANDATORY",
}
View Source
var Presence_value = map[string]int32{
	"OPTIONAL":    0,
	"CONDITIONAL": 1,
	"MANDATORY":   2,
}
View Source
var ProcedureCode_name = map[int32]string{
	0: "PC_INVALID",
	1: "E2_SETUP",
	2: "ERROR_INDICATION",
	3: "RESET",
	4: "RIC_CONTROL",
	5: "RIC_INDICATION",
	6: "RIC_SERVICE_QUERY",
	7: "RIC_SERVICE_UPDATE",
	8: "RIC_SUBSCRIPTION",
	9: "RIC_SUBSCRIPTION_DELETE",
}
View Source
var ProcedureCode_value = map[string]int32{
	"PC_INVALID":              0,
	"E2_SETUP":                1,
	"ERROR_INDICATION":        2,
	"RESET":                   3,
	"RIC_CONTROL":             4,
	"RIC_INDICATION":          5,
	"RIC_SERVICE_QUERY":       6,
	"RIC_SERVICE_UPDATE":      7,
	"RIC_SUBSCRIPTION":        8,
	"RIC_SUBSCRIPTION_DELETE": 9,
}
View Source
var ProtocolIEId_name = map[int32]string{
	0:  "UNDEFINED",
	1:  "CAUSE",
	2:  "CRITICALITY_DIAGNOSTICS",
	3:  "GLOBAL_E2_NODE_ID",
	4:  "GLOBAL_RIC_ID",
	5:  "RAN_FUNCTION_ID",
	6:  "RAN_FUNCTION_ID_ITEM",
	7:  "RAN_FUNCTION_IE_CAUSE_ITEM",
	8:  "RAN_FUNCTION_ITEM",
	9:  "RAN_FUNCTIONS_ACCEPTED",
	10: "RAN_FUNCTIONS_ADDED",
	11: "RAN_FUNCTIONS_DELETED",
	12: "RAN_FUNCTIONS_MODIFIED",
	13: "RAN_FUNCTIONS_REJECTED",
	14: "RIC_ACTION_ADMITTED_ITEM",
	15: "RIC_ACTION_ID",
	16: "RIC_ACTION_NOT_ADMITTED_ITEM",
	17: "RIC_ACTIONS_ADMITTED",
	18: "RIC_ACTIONS_NOT_ADMITTED",
	19: "RIC_ACTION_TO_BE_SETUP_ITEM",
	20: "RIC_CALL_PROCESS_ID",
	21: "RIC_CONTROL_ACK_REQUEST",
	22: "RIC_CONTROL_HEADER",
	23: "RIC_CONTROL_MESSAGE",
	24: "RIC_CONTROL_STATUS",
	25: "RIC_INDICATION_HEADER",
	26: "RIC_INDICATION_MESSAGE",
	27: "RIC_INDICATION_SN",
	28: "RIC_INDICATION_TYPE",
	29: "RIC_REQUEST_ID",
	30: "RIC_SUBSCRIPTION_DETAILS",
	31: "TIME_TO_WAIT",
	32: "RIC_CONTROL_OUTCOME",
}
View Source
var ProtocolIEId_value = map[string]int32{
	"UNDEFINED":                    0,
	"CAUSE":                        1,
	"CRITICALITY_DIAGNOSTICS":      2,
	"GLOBAL_E2_NODE_ID":            3,
	"GLOBAL_RIC_ID":                4,
	"RAN_FUNCTION_ID":              5,
	"RAN_FUNCTION_ID_ITEM":         6,
	"RAN_FUNCTION_IE_CAUSE_ITEM":   7,
	"RAN_FUNCTION_ITEM":            8,
	"RAN_FUNCTIONS_ACCEPTED":       9,
	"RAN_FUNCTIONS_ADDED":          10,
	"RAN_FUNCTIONS_DELETED":        11,
	"RAN_FUNCTIONS_MODIFIED":       12,
	"RAN_FUNCTIONS_REJECTED":       13,
	"RIC_ACTION_ADMITTED_ITEM":     14,
	"RIC_ACTION_ID":                15,
	"RIC_ACTION_NOT_ADMITTED_ITEM": 16,
	"RIC_ACTIONS_ADMITTED":         17,
	"RIC_ACTIONS_NOT_ADMITTED":     18,
	"RIC_ACTION_TO_BE_SETUP_ITEM":  19,
	"RIC_CALL_PROCESS_ID":          20,
	"RIC_CONTROL_ACK_REQUEST":      21,
	"RIC_CONTROL_HEADER":           22,
	"RIC_CONTROL_MESSAGE":          23,
	"RIC_CONTROL_STATUS":           24,
	"RIC_INDICATION_HEADER":        25,
	"RIC_INDICATION_MESSAGE":       26,
	"RIC_INDICATION_SN":            27,
	"RIC_INDICATION_TYPE":          28,
	"RIC_REQUEST_ID":               29,
	"RIC_SUBSCRIPTION_DETAILS":     30,
	"TIME_TO_WAIT":                 31,
	"RIC_CONTROL_OUTCOME":          32,
}
View Source
var ReconfigCause_name = map[int32]string{
	0: "RECONFIG_RLF",
	1: "RECONFIG_HO_FAIL",
	2: "RECONFIG_OTHERS",
}
View Source
var ReconfigCause_value = map[string]int32{
	"RECONFIG_RLF":     0,
	"RECONFIG_HO_FAIL": 1,
	"RECONFIG_OTHERS":  2,
}
View Source
var ReleaseCause_name = map[int32]string{
	0: "RELEASE_INACTIVITY",
	1: "RELEASE_RLF",
	2: "RELEASE_OTHERS",
}
View Source
var ReleaseCause_value = map[string]int32{
	"RELEASE_INACTIVITY": 0,
	"RELEASE_RLF":        1,
	"RELEASE_OTHERS":     2,
}
View Source
var ReportParamPR_name = map[int32]string{
	0: "REPORT_PARAM_PR_NOTHING",
	1: "REPORT_PARAM_PR_PER_PARAM",
	2: "REPORT_PARAM_PR_A1PARAM",
	3: "REPORT_PARAM_PR_A2PARAM",
	4: "REPORT_PARAM_PR_A3PARAM",
	5: "REPORT_PARAM_PR_A4PARAM",
	6: "REPORT_PARAM_PR_A5PARAM",
	7: "REPORT_PARAM_PR_A6PARAM",
}
View Source
var ReportParamPR_value = map[string]int32{
	"REPORT_PARAM_PR_NOTHING":   0,
	"REPORT_PARAM_PR_PER_PARAM": 1,
	"REPORT_PARAM_PR_A1PARAM":   2,
	"REPORT_PARAM_PR_A2PARAM":   3,
	"REPORT_PARAM_PR_A3PARAM":   4,
	"REPORT_PARAM_PR_A4PARAM":   5,
	"REPORT_PARAM_PR_A5PARAM":   6,
	"REPORT_PARAM_PR_A6PARAM":   7,
}
View Source
var ReportQuality_name = map[int32]string{
	0: "RQ_SAME",
	1: "RQ_BOTH",
}
View Source
var ReportQuality_value = map[string]int32{
	"RQ_SAME": 0,
	"RQ_BOTH": 1,
}
View Source
var SuccessOrFailure_name = map[int32]string{
	0: "SUCCESS",
	1: "FAILURE",
}
View Source
var SuccessOrFailure_value = map[string]int32{
	"SUCCESS": 0,
	"FAILURE": 1,
}
View Source
var ThresholdEUTRAPR_name = map[int32]string{
	0: "THRESHOLD_EUTRA_PR_NOTHING",
	1: "THRESHOLD_EUTRA_PR_RSRP",
	2: "THRESHOLD_EUTRA_PR_RSRQ",
}
View Source
var ThresholdEUTRAPR_value = map[string]int32{
	"THRESHOLD_EUTRA_PR_NOTHING": 0,
	"THRESHOLD_EUTRA_PR_RSRP":    1,
	"THRESHOLD_EUTRA_PR_RSRQ":    2,
}
View Source
var TimeToTrigger_name = map[int32]string{
	0:  "TTT_MS0",
	1:  "TTT_MS40",
	2:  "TTT_MS64",
	3:  "TTT_MS80",
	4:  "TTT_MS100",
	5:  "TTT_MS128",
	6:  "TTT_MS160",
	7:  "TTT_MS256",
	8:  "TTT_MS320",
	9:  "TTT_MS480",
	10: "TTT_MS512",
	11: "TTT_MS640",
	12: "TTT_MS1024",
	13: "TTT_MS1280",
	14: "TTT_MS2560",
	15: "TTT_MS5120",
}
View Source
var TimeToTrigger_value = map[string]int32{
	"TTT_MS0":    0,
	"TTT_MS40":   1,
	"TTT_MS64":   2,
	"TTT_MS80":   3,
	"TTT_MS100":  4,
	"TTT_MS128":  5,
	"TTT_MS160":  6,
	"TTT_MS256":  7,
	"TTT_MS320":  8,
	"TTT_MS480":  9,
	"TTT_MS512":  10,
	"TTT_MS640":  11,
	"TTT_MS1024": 12,
	"TTT_MS1280": 13,
	"TTT_MS2560": 14,
	"TTT_MS5120": 15,
}
View Source
var TriggerQuantity_name = map[int32]string{
	0: "TQ_RSRP",
	1: "TQ_RSRQ",
}
View Source
var TriggerQuantity_value = map[string]int32{
	"TQ_RSRP": 0,
	"TQ_RSRQ": 1,
}
View Source
var TriggeringMessage_name = map[int32]string{
	0: "INITIATING_MESSAGE",
	1: "SUCCESSFUL_OUTCOME",
	2: "UNSUCCESSFULL_OUTCOME",
}
View Source
var TriggeringMessage_value = map[string]int32{
	"INITIATING_MESSAGE":    0,
	"SUCCESSFUL_OUTCOME":    1,
	"UNSUCCESSFULL_OUTCOME": 2,
}
View Source
var XICICPA_name = map[int32]string{
	0: "XICIC_PA_DB_MINUS6",
	1: "XICIC_PA_DB_MINUX4DOT77",
	2: "XICIC_PA_DB_MINUS3",
	3: "XICIC_PA_DB_MINUS1DOT77",
	4: "XICIC_PA_DB_0",
	5: "XICIC_PA_DB_1",
	6: "XICIC_PA_DB_2",
	7: "XICIC_PA_DB_3",
}
View Source
var XICICPA_value = map[string]int32{
	"XICIC_PA_DB_MINUS6":      0,
	"XICIC_PA_DB_MINUX4DOT77": 1,
	"XICIC_PA_DB_MINUS3":      2,
	"XICIC_PA_DB_MINUS1DOT77": 3,
	"XICIC_PA_DB_0":           4,
	"XICIC_PA_DB_1":           5,
	"XICIC_PA_DB_2":           6,
	"XICIC_PA_DB_3":           7,
}

Functions

func NewID

func NewID(messageType MessageType, plmnid, ecid, crnti string) string

NewID creates a new message identifier

Types

type A1Param

type A1Param struct {
	A1Threshold *ThreasholdEUTRA `protobuf:"bytes,1,opt,name=a1Threshold,proto3" json:"a1Threshold,omitempty"`
}

func (*A1Param) Descriptor

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

func (*A1Param) GetA1Threshold

func (m *A1Param) GetA1Threshold() *ThreasholdEUTRA

func (*A1Param) Marshal

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

func (*A1Param) MarshalTo

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

func (*A1Param) MarshalToSizedBuffer

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

func (*A1Param) ProtoMessage

func (*A1Param) ProtoMessage()

func (*A1Param) Reset

func (m *A1Param) Reset()

func (*A1Param) Size

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

func (*A1Param) String

func (m *A1Param) String() string

func (*A1Param) Unmarshal

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

func (*A1Param) XXX_DiscardUnknown

func (m *A1Param) XXX_DiscardUnknown()

func (*A1Param) XXX_Marshal

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

func (*A1Param) XXX_Merge

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

func (*A1Param) XXX_Size

func (m *A1Param) XXX_Size() int

func (*A1Param) XXX_Unmarshal

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

type A2Param

type A2Param struct {
	A2Threshold *ThreasholdEUTRA `protobuf:"bytes,1,opt,name=a2Threshold,proto3" json:"a2Threshold,omitempty"`
}

func (*A2Param) Descriptor

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

func (*A2Param) GetA2Threshold

func (m *A2Param) GetA2Threshold() *ThreasholdEUTRA

func (*A2Param) Marshal

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

func (*A2Param) MarshalTo

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

func (*A2Param) MarshalToSizedBuffer

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

func (*A2Param) ProtoMessage

func (*A2Param) ProtoMessage()

func (*A2Param) Reset

func (m *A2Param) Reset()

func (*A2Param) Size

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

func (*A2Param) String

func (m *A2Param) String() string

func (*A2Param) Unmarshal

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

func (*A2Param) XXX_DiscardUnknown

func (m *A2Param) XXX_DiscardUnknown()

func (*A2Param) XXX_Marshal

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

func (*A2Param) XXX_Merge

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

func (*A2Param) XXX_Size

func (m *A2Param) XXX_Size() int

func (*A2Param) XXX_Unmarshal

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

type A3Param

type A3Param struct {
	A3Offset string `protobuf:"bytes,1,opt,name=a3Offset,proto3" json:"a3Offset,omitempty"`
}

func (*A3Param) Descriptor

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

func (*A3Param) GetA3Offset

func (m *A3Param) GetA3Offset() string

func (*A3Param) Marshal

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

func (*A3Param) MarshalTo

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

func (*A3Param) MarshalToSizedBuffer

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

func (*A3Param) ProtoMessage

func (*A3Param) ProtoMessage()

func (*A3Param) Reset

func (m *A3Param) Reset()

func (*A3Param) Size

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

func (*A3Param) String

func (m *A3Param) String() string

func (*A3Param) Unmarshal

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

func (*A3Param) XXX_DiscardUnknown

func (m *A3Param) XXX_DiscardUnknown()

func (*A3Param) XXX_Marshal

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

func (*A3Param) XXX_Merge

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

func (*A3Param) XXX_Size

func (m *A3Param) XXX_Size() int

func (*A3Param) XXX_Unmarshal

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

type A4Param

type A4Param struct {
	A4Threshold *ThreasholdEUTRA `protobuf:"bytes,1,opt,name=a4Threshold,proto3" json:"a4Threshold,omitempty"`
}

func (*A4Param) Descriptor

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

func (*A4Param) GetA4Threshold

func (m *A4Param) GetA4Threshold() *ThreasholdEUTRA

func (*A4Param) Marshal

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

func (*A4Param) MarshalTo

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

func (*A4Param) MarshalToSizedBuffer

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

func (*A4Param) ProtoMessage

func (*A4Param) ProtoMessage()

func (*A4Param) Reset

func (m *A4Param) Reset()

func (*A4Param) Size

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

func (*A4Param) String

func (m *A4Param) String() string

func (*A4Param) Unmarshal

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

func (*A4Param) XXX_DiscardUnknown

func (m *A4Param) XXX_DiscardUnknown()

func (*A4Param) XXX_Marshal

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

func (*A4Param) XXX_Merge

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

func (*A4Param) XXX_Size

func (m *A4Param) XXX_Size() int

func (*A4Param) XXX_Unmarshal

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

type A5Param

type A5Param struct {
	A5Threshold1 *ThreasholdEUTRA `protobuf:"bytes,1,opt,name=a5Threshold1,proto3" json:"a5Threshold1,omitempty"`
	A5Threshold2 *ThreasholdEUTRA `protobuf:"bytes,2,opt,name=a5Threshold2,proto3" json:"a5Threshold2,omitempty"`
}

func (*A5Param) Descriptor

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

func (*A5Param) GetA5Threshold1

func (m *A5Param) GetA5Threshold1() *ThreasholdEUTRA

func (*A5Param) GetA5Threshold2

func (m *A5Param) GetA5Threshold2() *ThreasholdEUTRA

func (*A5Param) Marshal

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

func (*A5Param) MarshalTo

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

func (*A5Param) MarshalToSizedBuffer

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

func (*A5Param) ProtoMessage

func (*A5Param) ProtoMessage()

func (*A5Param) Reset

func (m *A5Param) Reset()

func (*A5Param) Size

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

func (*A5Param) String

func (m *A5Param) String() string

func (*A5Param) Unmarshal

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

func (*A5Param) XXX_DiscardUnknown

func (m *A5Param) XXX_DiscardUnknown()

func (*A5Param) XXX_Marshal

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

func (*A5Param) XXX_Merge

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

func (*A5Param) XXX_Size

func (m *A5Param) XXX_Size() int

func (*A5Param) XXX_Unmarshal

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

type A6Param

type A6Param struct {
	A6Offset string `protobuf:"bytes,1,opt,name=a6Offset,proto3" json:"a6Offset,omitempty"`
}

func (*A6Param) Descriptor

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

func (*A6Param) GetA6Offset

func (m *A6Param) GetA6Offset() string

func (*A6Param) Marshal

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

func (*A6Param) MarshalTo

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

func (*A6Param) MarshalToSizedBuffer

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

func (*A6Param) ProtoMessage

func (*A6Param) ProtoMessage()

func (*A6Param) Reset

func (m *A6Param) Reset()

func (*A6Param) Size

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

func (*A6Param) String

func (m *A6Param) String() string

func (*A6Param) Unmarshal

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

func (*A6Param) XXX_DiscardUnknown

func (m *A6Param) XXX_DiscardUnknown()

func (*A6Param) XXX_Marshal

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

func (*A6Param) XXX_Merge

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

func (*A6Param) XXX_Size

func (m *A6Param) XXX_Size() int

func (*A6Param) XXX_Unmarshal

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

type AddMeasId

type AddMeasId struct {
	AddMeasId []string `protobuf:"bytes,1,rep,name=addMeasId,proto3" json:"addMeasId,omitempty"`
}

func (*AddMeasId) Descriptor

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

func (*AddMeasId) GetAddMeasId

func (m *AddMeasId) GetAddMeasId() []string

func (*AddMeasId) Marshal

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

func (*AddMeasId) MarshalTo

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

func (*AddMeasId) MarshalToSizedBuffer

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

func (*AddMeasId) ProtoMessage

func (*AddMeasId) ProtoMessage()

func (*AddMeasId) Reset

func (m *AddMeasId) Reset()

func (*AddMeasId) Size

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

func (*AddMeasId) String

func (m *AddMeasId) String() string

func (*AddMeasId) Unmarshal

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

func (*AddMeasId) XXX_DiscardUnknown

func (m *AddMeasId) XXX_DiscardUnknown()

func (*AddMeasId) XXX_Marshal

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

func (*AddMeasId) XXX_Merge

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

func (*AddMeasId) XXX_Size

func (m *AddMeasId) XXX_Size() int

func (*AddMeasId) XXX_Unmarshal

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

type AdmEstCause

type AdmEstCause int32
const (
	AdmEstCause_EMERGENCY     AdmEstCause = 0
	AdmEstCause_HIGHHP_ACCESS AdmEstCause = 1
	AdmEstCause_MT_ACCESS     AdmEstCause = 2
	AdmEstCause_MO_SIGNALLING AdmEstCause = 3
	AdmEstCause_MO_DATA       AdmEstCause = 4
)

func (AdmEstCause) EnumDescriptor

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

func (AdmEstCause) String

func (x AdmEstCause) String() string

type BearerAdmissionRequest

type BearerAdmissionRequest struct {
	Crnti        string            `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	Ecgi         *ECGI             `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	UeAmbr       *UEAMBR           `protobuf:"bytes,3,opt,name=ueAmbr,proto3" json:"ueAmbr,omitempty"`
	NumErabsList uint32            `protobuf:"varint,4,opt,name=numErabsList,proto3" json:"numErabsList,omitempty"`
	ErabsParams  []*ERABParamsItem `protobuf:"bytes,5,rep,name=erabsParams,proto3" json:"erabsParams,omitempty"`
}

BearerAdmissionRequest message

func (*BearerAdmissionRequest) Descriptor

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

func (*BearerAdmissionRequest) GetCrnti

func (m *BearerAdmissionRequest) GetCrnti() string

func (*BearerAdmissionRequest) GetEcgi

func (m *BearerAdmissionRequest) GetEcgi() *ECGI

func (*BearerAdmissionRequest) GetErabsParams

func (m *BearerAdmissionRequest) GetErabsParams() []*ERABParamsItem

func (*BearerAdmissionRequest) GetNumErabsList

func (m *BearerAdmissionRequest) GetNumErabsList() uint32

func (*BearerAdmissionRequest) GetUeAmbr

func (m *BearerAdmissionRequest) GetUeAmbr() *UEAMBR

func (*BearerAdmissionRequest) Marshal

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

func (*BearerAdmissionRequest) MarshalTo

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

func (*BearerAdmissionRequest) MarshalToSizedBuffer

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

func (*BearerAdmissionRequest) ProtoMessage

func (*BearerAdmissionRequest) ProtoMessage()

func (*BearerAdmissionRequest) Reset

func (m *BearerAdmissionRequest) Reset()

func (*BearerAdmissionRequest) Size

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

func (*BearerAdmissionRequest) String

func (m *BearerAdmissionRequest) String() string

func (*BearerAdmissionRequest) Unmarshal

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

func (*BearerAdmissionRequest) XXX_DiscardUnknown

func (m *BearerAdmissionRequest) XXX_DiscardUnknown()

func (*BearerAdmissionRequest) XXX_Marshal

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

func (*BearerAdmissionRequest) XXX_Merge

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

func (*BearerAdmissionRequest) XXX_Size

func (m *BearerAdmissionRequest) XXX_Size() int

func (*BearerAdmissionRequest) XXX_Unmarshal

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

type BearerAdmissionResponse

type BearerAdmissionResponse struct {
	Crnti        string              `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	Ecgi         *ECGI               `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	NumErabsList uint32              `protobuf:"varint,3,opt,name=numErabsList,proto3" json:"numErabsList,omitempty"`
	ErabResponse []*ERABResponseItem `protobuf:"bytes,4,rep,name=erabResponse,proto3" json:"erabResponse,omitempty"`
}

BearerAdmissionResponse message

func (*BearerAdmissionResponse) Descriptor

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

func (*BearerAdmissionResponse) GetCrnti

func (m *BearerAdmissionResponse) GetCrnti() string

func (*BearerAdmissionResponse) GetEcgi

func (m *BearerAdmissionResponse) GetEcgi() *ECGI

func (*BearerAdmissionResponse) GetErabResponse

func (m *BearerAdmissionResponse) GetErabResponse() []*ERABResponseItem

func (*BearerAdmissionResponse) GetNumErabsList

func (m *BearerAdmissionResponse) GetNumErabsList() uint32

func (*BearerAdmissionResponse) Marshal

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

func (*BearerAdmissionResponse) MarshalTo

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

func (*BearerAdmissionResponse) MarshalToSizedBuffer

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

func (*BearerAdmissionResponse) ProtoMessage

func (*BearerAdmissionResponse) ProtoMessage()

func (*BearerAdmissionResponse) Reset

func (m *BearerAdmissionResponse) Reset()

func (*BearerAdmissionResponse) Size

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

func (*BearerAdmissionResponse) String

func (m *BearerAdmissionResponse) String() string

func (*BearerAdmissionResponse) Unmarshal

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

func (*BearerAdmissionResponse) XXX_DiscardUnknown

func (m *BearerAdmissionResponse) XXX_DiscardUnknown()

func (*BearerAdmissionResponse) XXX_Marshal

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

func (*BearerAdmissionResponse) XXX_Merge

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

func (*BearerAdmissionResponse) XXX_Size

func (m *BearerAdmissionResponse) XXX_Size() int

func (*BearerAdmissionResponse) XXX_Unmarshal

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

type BearerAdmissionStatus

type BearerAdmissionStatus struct {
	Crnti        string              `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	Ecgi         *ECGI               `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	NumErabsList uint32              `protobuf:"varint,3,opt,name=numErabsList,proto3" json:"numErabsList,omitempty"`
	ErabStatus   []*ERABResponseItem `protobuf:"bytes,4,rep,name=erabStatus,proto3" json:"erabStatus,omitempty"`
}

BearerAdmissionStatus message

func (*BearerAdmissionStatus) Descriptor

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

func (*BearerAdmissionStatus) GetCrnti

func (m *BearerAdmissionStatus) GetCrnti() string

func (*BearerAdmissionStatus) GetEcgi

func (m *BearerAdmissionStatus) GetEcgi() *ECGI

func (*BearerAdmissionStatus) GetErabStatus

func (m *BearerAdmissionStatus) GetErabStatus() []*ERABResponseItem

func (*BearerAdmissionStatus) GetNumErabsList

func (m *BearerAdmissionStatus) GetNumErabsList() uint32

func (*BearerAdmissionStatus) Marshal

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

func (*BearerAdmissionStatus) MarshalTo

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

func (*BearerAdmissionStatus) MarshalToSizedBuffer

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

func (*BearerAdmissionStatus) ProtoMessage

func (*BearerAdmissionStatus) ProtoMessage()

func (*BearerAdmissionStatus) Reset

func (m *BearerAdmissionStatus) Reset()

func (*BearerAdmissionStatus) Size

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

func (*BearerAdmissionStatus) String

func (m *BearerAdmissionStatus) String() string

func (*BearerAdmissionStatus) Unmarshal

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

func (*BearerAdmissionStatus) XXX_DiscardUnknown

func (m *BearerAdmissionStatus) XXX_DiscardUnknown()

func (*BearerAdmissionStatus) XXX_Marshal

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

func (*BearerAdmissionStatus) XXX_Merge

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

func (*BearerAdmissionStatus) XXX_Size

func (m *BearerAdmissionStatus) XXX_Size() int

func (*BearerAdmissionStatus) XXX_Unmarshal

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

type BearerReleaseInd

type BearerReleaseInd struct {
	Crnti        string   `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	Ecgi         *ECGI    `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	NumErabsList uint32   `protobuf:"varint,3,opt,name=numErabsList,proto3" json:"numErabsList,omitempty"`
	ErabIds      []string `protobuf:"bytes,4,rep,name=erabIds,proto3" json:"erabIds,omitempty"`
}

BearerReleaseInd message

func (*BearerReleaseInd) Descriptor

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

func (*BearerReleaseInd) GetCrnti

func (m *BearerReleaseInd) GetCrnti() string

func (*BearerReleaseInd) GetEcgi

func (m *BearerReleaseInd) GetEcgi() *ECGI

func (*BearerReleaseInd) GetErabIds

func (m *BearerReleaseInd) GetErabIds() []string

func (*BearerReleaseInd) GetNumErabsList

func (m *BearerReleaseInd) GetNumErabsList() uint32

func (*BearerReleaseInd) Marshal

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

func (*BearerReleaseInd) MarshalTo

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

func (*BearerReleaseInd) MarshalToSizedBuffer

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

func (*BearerReleaseInd) ProtoMessage

func (*BearerReleaseInd) ProtoMessage()

func (*BearerReleaseInd) Reset

func (m *BearerReleaseInd) Reset()

func (*BearerReleaseInd) Size

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

func (*BearerReleaseInd) String

func (m *BearerReleaseInd) String() string

func (*BearerReleaseInd) Unmarshal

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

func (*BearerReleaseInd) XXX_DiscardUnknown

func (m *BearerReleaseInd) XXX_DiscardUnknown()

func (*BearerReleaseInd) XXX_Marshal

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

func (*BearerReleaseInd) XXX_Merge

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

func (*BearerReleaseInd) XXX_Size

func (m *BearerReleaseInd) XXX_Size() int

func (*BearerReleaseInd) XXX_Unmarshal

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

type CACap

type CACap struct {
	Band              string       `protobuf:"bytes,1,opt,name=band,proto3" json:"band,omitempty"`
	Caclassdl         CACapClassDl `protobuf:"varint,2,opt,name=caclassdl,proto3,enum=interface.e2.CACapClassDl" json:"caclassdl,omitempty"`
	Caclassul         CACapClassUl `protobuf:"varint,3,opt,name=caclassul,proto3,enum=interface.e2.CACapClassUl" json:"caclassul,omitempty"`
	CrossCarrierSched string       `protobuf:"bytes,4,opt,name=crossCarrierSched,proto3" json:"crossCarrierSched,omitempty"`
}

func (*CACap) Descriptor

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

func (*CACap) GetBand

func (m *CACap) GetBand() string

func (*CACap) GetCaclassdl

func (m *CACap) GetCaclassdl() CACapClassDl

func (*CACap) GetCaclassul

func (m *CACap) GetCaclassul() CACapClassUl

func (*CACap) GetCrossCarrierSched

func (m *CACap) GetCrossCarrierSched() string

func (*CACap) Marshal

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

func (*CACap) MarshalTo

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

func (*CACap) MarshalToSizedBuffer

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

func (*CACap) ProtoMessage

func (*CACap) ProtoMessage()

func (*CACap) Reset

func (m *CACap) Reset()

func (*CACap) Size

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

func (*CACap) String

func (m *CACap) String() string

func (*CACap) Unmarshal

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

func (*CACap) XXX_DiscardUnknown

func (m *CACap) XXX_DiscardUnknown()

func (*CACap) XXX_Marshal

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

func (*CACap) XXX_Merge

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

func (*CACap) XXX_Size

func (m *CACap) XXX_Size() int

func (*CACap) XXX_Unmarshal

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

type CACapClassDl

type CACapClassDl int32
const (
	CACapClassDl_CACAP_CLASSDL_A CACapClassDl = 0
	CACapClassDl_CACAP_CLASSDL_B CACapClassDl = 1
	CACapClassDl_CACAP_CLASSDL_C CACapClassDl = 2
	CACapClassDl_CACAP_CLASSDL_D CACapClassDl = 3
	CACapClassDl_CACAP_CLASSDL_E CACapClassDl = 4
	CACapClassDl_CACAP_CLASSDL_F CACapClassDl = 5
)

func (CACapClassDl) EnumDescriptor

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

func (CACapClassDl) String

func (x CACapClassDl) String() string

type CACapClassUl

type CACapClassUl int32
const (
	CACapClassUl_CACAP_CLASSUL_A CACapClassUl = 0
	CACapClassUl_CACAP_CLASSUL_B CACapClassUl = 1
	CACapClassUl_CACAP_CLASSUL_C CACapClassUl = 2
	CACapClassUl_CACAP_CLASSUL_D CACapClassUl = 3
	CACapClassUl_CACAP_CLASSUL_E CACapClassUl = 4
	CACapClassUl_CACAP_CLASSUL_F CACapClassUl = 5
)

func (CACapClassUl) EnumDescriptor

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

func (CACapClassUl) String

func (x CACapClassUl) String() string

type CADirection

type CADirection int32
const (
	CADirection_CADIRECTION_DL   CADirection = 0
	CADirection_CADIRECTION_UL   CADirection = 1
	CADirection_CADIRECTION_BOTH CADirection = 2
)

func (CADirection) EnumDescriptor

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

func (CADirection) String

func (x CADirection) String() string

type CandScell

type CandScell struct {
	Pci      uint32 `protobuf:"varint,1,opt,name=pci,proto3" json:"pci,omitempty"`
	EarfcnDl string `protobuf:"bytes,2,opt,name=earfcnDl,proto3" json:"earfcnDl,omitempty"`
	Ecgi     *ECGI  `protobuf:"bytes,3,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
}

func (*CandScell) Descriptor

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

func (*CandScell) GetEarfcnDl

func (m *CandScell) GetEarfcnDl() string

func (*CandScell) GetEcgi

func (m *CandScell) GetEcgi() *ECGI

func (*CandScell) GetPci

func (m *CandScell) GetPci() uint32

func (*CandScell) Marshal

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

func (*CandScell) MarshalTo

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

func (*CandScell) MarshalToSizedBuffer

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

func (*CandScell) ProtoMessage

func (*CandScell) ProtoMessage()

func (*CandScell) Reset

func (m *CandScell) Reset()

func (*CandScell) Size

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

func (*CandScell) String

func (m *CandScell) String() string

func (*CandScell) Unmarshal

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

func (*CandScell) XXX_DiscardUnknown

func (m *CandScell) XXX_DiscardUnknown()

func (*CandScell) XXX_Marshal

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

func (*CandScell) XXX_Merge

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

func (*CandScell) XXX_Size

func (m *CandScell) XXX_Size() int

func (*CandScell) XXX_Unmarshal

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

type CellConfigReport

type CellConfigReport struct {
	Ecgi                   *ECGI        `protobuf:"bytes,1,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	Pci                    uint32       `protobuf:"varint,2,opt,name=pci,proto3" json:"pci,omitempty"`
	CandScells             []*CandScell `protobuf:"bytes,3,rep,name=candScells,proto3" json:"candScells,omitempty"`
	EarfcnDl               string       `protobuf:"bytes,4,opt,name=earfcnDl,proto3" json:"earfcnDl,omitempty"`
	EarfcnUl               string       `protobuf:"bytes,5,opt,name=earfcnUl,proto3" json:"earfcnUl,omitempty"`
	RbsPerTtiDl            uint32       `protobuf:"varint,6,opt,name=rbsPerTtiDl,proto3" json:"rbsPerTtiDl,omitempty"`
	RbsPerTtiUl            uint32       `protobuf:"varint,7,opt,name=rbsPerTtiUl,proto3" json:"rbsPerTtiUl,omitempty"`
	NumTxAntenna           uint32       `protobuf:"varint,8,opt,name=numTxAntenna,proto3" json:"numTxAntenna,omitempty"`
	DuplexMode             string       `protobuf:"bytes,9,opt,name=duplexMode,proto3" json:"duplexMode,omitempty"`
	MaxNumConnectedUes     uint32       `protobuf:"varint,10,opt,name=maxNumConnectedUes,proto3" json:"maxNumConnectedUes,omitempty"`
	MaxNumConnectedBearers uint32       `protobuf:"varint,11,opt,name=maxNumConnectedBearers,proto3" json:"maxNumConnectedBearers,omitempty"`
	MaxNumUesSchedPerTtiDl uint32       `protobuf:"varint,12,opt,name=maxNumUesSchedPerTtiDl,proto3" json:"maxNumUesSchedPerTtiDl,omitempty"`
	MaxNumUesSchedPerTtiUl uint32       `protobuf:"varint,13,opt,name=maxNumUesSchedPerTtiUl,proto3" json:"maxNumUesSchedPerTtiUl,omitempty"`
	DlfsSchedEnable        string       `protobuf:"bytes,14,opt,name=dlfsSchedEnable,proto3" json:"dlfsSchedEnable,omitempty"`
}

CellConfigReport message

func (*CellConfigReport) Descriptor

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

func (*CellConfigReport) GetCandScells

func (m *CellConfigReport) GetCandScells() []*CandScell

func (*CellConfigReport) GetDlfsSchedEnable

func (m *CellConfigReport) GetDlfsSchedEnable() string

func (*CellConfigReport) GetDuplexMode

func (m *CellConfigReport) GetDuplexMode() string

func (*CellConfigReport) GetEarfcnDl

func (m *CellConfigReport) GetEarfcnDl() string

func (*CellConfigReport) GetEarfcnUl

func (m *CellConfigReport) GetEarfcnUl() string

func (*CellConfigReport) GetEcgi

func (m *CellConfigReport) GetEcgi() *ECGI

func (*CellConfigReport) GetMaxNumConnectedBearers

func (m *CellConfigReport) GetMaxNumConnectedBearers() uint32

func (*CellConfigReport) GetMaxNumConnectedUes

func (m *CellConfigReport) GetMaxNumConnectedUes() uint32

func (*CellConfigReport) GetMaxNumUesSchedPerTtiDl

func (m *CellConfigReport) GetMaxNumUesSchedPerTtiDl() uint32

func (*CellConfigReport) GetMaxNumUesSchedPerTtiUl

func (m *CellConfigReport) GetMaxNumUesSchedPerTtiUl() uint32

func (*CellConfigReport) GetNumTxAntenna

func (m *CellConfigReport) GetNumTxAntenna() uint32

func (*CellConfigReport) GetPci

func (m *CellConfigReport) GetPci() uint32

func (*CellConfigReport) GetRbsPerTtiDl

func (m *CellConfigReport) GetRbsPerTtiDl() uint32

func (*CellConfigReport) GetRbsPerTtiUl

func (m *CellConfigReport) GetRbsPerTtiUl() uint32

func (*CellConfigReport) Marshal

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

func (*CellConfigReport) MarshalTo

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

func (*CellConfigReport) MarshalToSizedBuffer

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

func (*CellConfigReport) ProtoMessage

func (*CellConfigReport) ProtoMessage()

func (*CellConfigReport) Reset

func (m *CellConfigReport) Reset()

func (*CellConfigReport) Size

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

func (*CellConfigReport) String

func (m *CellConfigReport) String() string

func (*CellConfigReport) Unmarshal

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

func (*CellConfigReport) XXX_DiscardUnknown

func (m *CellConfigReport) XXX_DiscardUnknown()

func (*CellConfigReport) XXX_Marshal

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

func (*CellConfigReport) XXX_Merge

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

func (*CellConfigReport) XXX_Size

func (m *CellConfigReport) XXX_Size() int

func (*CellConfigReport) XXX_Unmarshal

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

type CellConfigRequest

type CellConfigRequest struct {
	Ecgi *ECGI `protobuf:"bytes,1,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
}

CellConfigRequest message

func (*CellConfigRequest) Descriptor

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

func (*CellConfigRequest) GetEcgi

func (m *CellConfigRequest) GetEcgi() *ECGI

func (*CellConfigRequest) Marshal

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

func (*CellConfigRequest) MarshalTo

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

func (*CellConfigRequest) MarshalToSizedBuffer

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

func (*CellConfigRequest) ProtoMessage

func (*CellConfigRequest) ProtoMessage()

func (*CellConfigRequest) Reset

func (m *CellConfigRequest) Reset()

func (*CellConfigRequest) Size

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

func (*CellConfigRequest) String

func (m *CellConfigRequest) String() string

func (*CellConfigRequest) Unmarshal

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

func (*CellConfigRequest) XXX_DiscardUnknown

func (m *CellConfigRequest) XXX_DiscardUnknown()

func (*CellConfigRequest) XXX_Marshal

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

func (*CellConfigRequest) XXX_Merge

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

func (*CellConfigRequest) XXX_Size

func (m *CellConfigRequest) XXX_Size() int

func (*CellConfigRequest) XXX_Unmarshal

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

type Criticality

type Criticality int32
const (
	Criticality_REJECT Criticality = 0
	Criticality_IGNORE Criticality = 1
	Criticality_NOTIFY Criticality = 2
)

func (Criticality) EnumDescriptor

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

func (Criticality) String

func (x Criticality) String() string

type DCCap

type DCCap struct {
	DrbTypeSplit DCCapDrbType `protobuf:"varint,1,opt,name=drbTypeSplit,proto3,enum=interface.e2.DCCapDrbType" json:"drbTypeSplit,omitempty"`
}

func (*DCCap) Descriptor

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

func (*DCCap) GetDrbTypeSplit

func (m *DCCap) GetDrbTypeSplit() DCCapDrbType

func (*DCCap) Marshal

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

func (*DCCap) MarshalTo

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

func (*DCCap) MarshalToSizedBuffer

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

func (*DCCap) ProtoMessage

func (*DCCap) ProtoMessage()

func (*DCCap) Reset

func (m *DCCap) Reset()

func (*DCCap) Size

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

func (*DCCap) String

func (m *DCCap) String() string

func (*DCCap) Unmarshal

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

func (*DCCap) XXX_DiscardUnknown

func (m *DCCap) XXX_DiscardUnknown()

func (*DCCap) XXX_Marshal

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

func (*DCCap) XXX_Merge

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

func (*DCCap) XXX_Size

func (m *DCCap) XXX_Size() int

func (*DCCap) XXX_Unmarshal

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

type DCCapDrbType

type DCCapDrbType int32
const (
	DCCapDrbType_DCCAP_DRBTYPE_SUPPORTED DCCapDrbType = 0
)

func (DCCapDrbType) EnumDescriptor

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

func (DCCapDrbType) String

func (x DCCapDrbType) String() string

type DelMeasId

type DelMeasId struct {
	DelMeasId []string `protobuf:"bytes,1,rep,name=delMeasId,proto3" json:"delMeasId,omitempty"`
}

func (*DelMeasId) Descriptor

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

func (*DelMeasId) GetDelMeasId

func (m *DelMeasId) GetDelMeasId() []string

func (*DelMeasId) Marshal

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

func (*DelMeasId) MarshalTo

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

func (*DelMeasId) MarshalToSizedBuffer

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

func (*DelMeasId) ProtoMessage

func (*DelMeasId) ProtoMessage()

func (*DelMeasId) Reset

func (m *DelMeasId) Reset()

func (*DelMeasId) Size

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

func (*DelMeasId) String

func (m *DelMeasId) String() string

func (*DelMeasId) Unmarshal

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

func (*DelMeasId) XXX_DiscardUnknown

func (m *DelMeasId) XXX_DiscardUnknown()

func (*DelMeasId) XXX_Marshal

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

func (*DelMeasId) XXX_Merge

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

func (*DelMeasId) XXX_Size

func (m *DelMeasId) XXX_Size() int

func (*DelMeasId) XXX_Unmarshal

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

type E2ApProtocolIE

type E2ApProtocolIE struct {
	Id          ProtocolIEId `protobuf:"varint,1,opt,name=id,proto3,enum=interface.e2ap.ProtocolIEId" json:"id,omitempty"`
	Criticality Criticality  `protobuf:"varint,2,opt,name=criticality,proto3,enum=interface.e2ap.Criticality" json:"criticality,omitempty"`
	// value
	Presence Presence `protobuf:"varint,3,opt,name=presence,proto3,enum=interface.e2ap.Presence" json:"presence,omitempty"`
}

func (*E2ApProtocolIE) Descriptor

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

func (*E2ApProtocolIE) GetCriticality

func (m *E2ApProtocolIE) GetCriticality() Criticality

func (*E2ApProtocolIE) GetId

func (m *E2ApProtocolIE) GetId() ProtocolIEId

func (*E2ApProtocolIE) GetPresence

func (m *E2ApProtocolIE) GetPresence() Presence

func (*E2ApProtocolIE) Marshal

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

func (*E2ApProtocolIE) MarshalTo

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

func (*E2ApProtocolIE) MarshalToSizedBuffer

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

func (*E2ApProtocolIE) ProtoMessage

func (*E2ApProtocolIE) ProtoMessage()

func (*E2ApProtocolIE) Reset

func (m *E2ApProtocolIE) Reset()

func (*E2ApProtocolIE) Size

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

func (*E2ApProtocolIE) String

func (m *E2ApProtocolIE) String() string

func (*E2ApProtocolIE) Unmarshal

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

func (*E2ApProtocolIE) XXX_DiscardUnknown

func (m *E2ApProtocolIE) XXX_DiscardUnknown()

func (*E2ApProtocolIE) XXX_Marshal

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

func (*E2ApProtocolIE) XXX_Merge

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

func (*E2ApProtocolIE) XXX_Size

func (m *E2ApProtocolIE) XXX_Size() int

func (*E2ApProtocolIE) XXX_Unmarshal

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

type E2ApProtocolIEsPair

type E2ApProtocolIEsPair struct {
	Id               ProtocolIEId `protobuf:"varint,1,opt,name=id,proto3,enum=interface.e2ap.ProtocolIEId" json:"id,omitempty"`
	FirstCriticality Criticality  `protobuf:"varint,2,opt,name=firstCriticality,proto3,enum=interface.e2ap.Criticality" json:"firstCriticality,omitempty"`
	// firstValue = 3;
	SecondCriticality Criticality `protobuf:"varint,4,opt,name=secondCriticality,proto3,enum=interface.e2ap.Criticality" json:"secondCriticality,omitempty"`
	// secondValue = 5;
	Presence Presence `protobuf:"varint,6,opt,name=presence,proto3,enum=interface.e2ap.Presence" json:"presence,omitempty"`
}

func (*E2ApProtocolIEsPair) Descriptor

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

func (*E2ApProtocolIEsPair) GetFirstCriticality

func (m *E2ApProtocolIEsPair) GetFirstCriticality() Criticality

func (*E2ApProtocolIEsPair) GetId

func (m *E2ApProtocolIEsPair) GetId() ProtocolIEId

func (*E2ApProtocolIEsPair) GetPresence

func (m *E2ApProtocolIEsPair) GetPresence() Presence

func (*E2ApProtocolIEsPair) GetSecondCriticality

func (m *E2ApProtocolIEsPair) GetSecondCriticality() Criticality

func (*E2ApProtocolIEsPair) Marshal

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

func (*E2ApProtocolIEsPair) MarshalTo

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

func (*E2ApProtocolIEsPair) MarshalToSizedBuffer

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

func (*E2ApProtocolIEsPair) ProtoMessage

func (*E2ApProtocolIEsPair) ProtoMessage()

func (*E2ApProtocolIEsPair) Reset

func (m *E2ApProtocolIEsPair) Reset()

func (*E2ApProtocolIEsPair) Size

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

func (*E2ApProtocolIEsPair) String

func (m *E2ApProtocolIEsPair) String() string

func (*E2ApProtocolIEsPair) Unmarshal

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

func (*E2ApProtocolIEsPair) XXX_DiscardUnknown

func (m *E2ApProtocolIEsPair) XXX_DiscardUnknown()

func (*E2ApProtocolIEsPair) XXX_Marshal

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

func (*E2ApProtocolIEsPair) XXX_Merge

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

func (*E2ApProtocolIEsPair) XXX_Size

func (m *E2ApProtocolIEsPair) XXX_Size() int

func (*E2ApProtocolIEsPair) XXX_Unmarshal

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

type ECGI

type ECGI struct {
	PlmnId string `protobuf:"bytes,1,opt,name=plmnId,proto3" json:"plmnId,omitempty"`
	Ecid   string `protobuf:"bytes,2,opt,name=ecid,proto3" json:"ecid,omitempty"`
}

func (*ECGI) Descriptor

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

func (*ECGI) GetEcid

func (m *ECGI) GetEcid() string

func (*ECGI) GetPlmnId

func (m *ECGI) GetPlmnId() string

func (*ECGI) Marshal

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

func (*ECGI) MarshalTo

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

func (*ECGI) MarshalToSizedBuffer

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

func (*ECGI) ProtoMessage

func (*ECGI) ProtoMessage()

func (*ECGI) Reset

func (m *ECGI) Reset()

func (*ECGI) Size

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

func (*ECGI) String

func (m *ECGI) String() string

func (*ECGI) Unmarshal

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

func (*ECGI) XXX_DiscardUnknown

func (m *ECGI) XXX_DiscardUnknown()

func (*ECGI) XXX_Marshal

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

func (*ECGI) XXX_Merge

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

func (*ECGI) XXX_Size

func (m *ECGI) XXX_Size() int

func (*ECGI) XXX_Unmarshal

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

type ERABDirection

type ERABDirection int32
const (
	ERABDirection_DL   ERABDirection = 0
	ERABDirection_UL   ERABDirection = 1
	ERABDirection_BOTH ERABDirection = 2
)

func (ERABDirection) EnumDescriptor

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

func (ERABDirection) String

func (x ERABDirection) String() string

type ERABParamsItem

type ERABParamsItem struct {
	Id        string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Direction ERABDirection `protobuf:"varint,2,opt,name=direction,proto3,enum=interface.e2.ERABDirection" json:"direction,omitempty"`
	Type      ERABType      `protobuf:"varint,3,opt,name=type,proto3,enum=interface.e2.ERABType" json:"type,omitempty"`
	Qci       string        `protobuf:"bytes,4,opt,name=qci,proto3" json:"qci,omitempty"`
	Arp       uint32        `protobuf:"varint,5,opt,name=arp,proto3" json:"arp,omitempty"`
	GbrDl     string        `protobuf:"bytes,6,opt,name=gbrDl,proto3" json:"gbrDl,omitempty"`
	GbrUl     string        `protobuf:"bytes,7,opt,name=gbrUl,proto3" json:"gbrUl,omitempty"`
	MbrDl     string        `protobuf:"bytes,8,opt,name=mbrDl,proto3" json:"mbrDl,omitempty"`
	MbrUl     string        `protobuf:"bytes,9,opt,name=mbrUl,proto3" json:"mbrUl,omitempty"`
}

func (*ERABParamsItem) Descriptor

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

func (*ERABParamsItem) GetArp

func (m *ERABParamsItem) GetArp() uint32

func (*ERABParamsItem) GetDirection

func (m *ERABParamsItem) GetDirection() ERABDirection

func (*ERABParamsItem) GetGbrDl

func (m *ERABParamsItem) GetGbrDl() string

func (*ERABParamsItem) GetGbrUl

func (m *ERABParamsItem) GetGbrUl() string

func (*ERABParamsItem) GetId

func (m *ERABParamsItem) GetId() string

func (*ERABParamsItem) GetMbrDl

func (m *ERABParamsItem) GetMbrDl() string

func (*ERABParamsItem) GetMbrUl

func (m *ERABParamsItem) GetMbrUl() string

func (*ERABParamsItem) GetQci

func (m *ERABParamsItem) GetQci() string

func (*ERABParamsItem) GetType

func (m *ERABParamsItem) GetType() ERABType

func (*ERABParamsItem) Marshal

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

func (*ERABParamsItem) MarshalTo

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

func (*ERABParamsItem) MarshalToSizedBuffer

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

func (*ERABParamsItem) ProtoMessage

func (*ERABParamsItem) ProtoMessage()

func (*ERABParamsItem) Reset

func (m *ERABParamsItem) Reset()

func (*ERABParamsItem) Size

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

func (*ERABParamsItem) String

func (m *ERABParamsItem) String() string

func (*ERABParamsItem) Unmarshal

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

func (*ERABParamsItem) XXX_DiscardUnknown

func (m *ERABParamsItem) XXX_DiscardUnknown()

func (*ERABParamsItem) XXX_Marshal

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

func (*ERABParamsItem) XXX_Merge

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

func (*ERABParamsItem) XXX_Size

func (m *ERABParamsItem) XXX_Size() int

func (*ERABParamsItem) XXX_Unmarshal

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

type ERABResponseItem

type ERABResponseItem struct {
	Id       string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Decision SuccessOrFailure `protobuf:"varint,2,opt,name=decision,proto3,enum=interface.e2.SuccessOrFailure" json:"decision,omitempty"`
}

func (*ERABResponseItem) Descriptor

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

func (*ERABResponseItem) GetDecision

func (m *ERABResponseItem) GetDecision() SuccessOrFailure

func (*ERABResponseItem) GetId

func (m *ERABResponseItem) GetId() string

func (*ERABResponseItem) Marshal

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

func (*ERABResponseItem) MarshalTo

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

func (*ERABResponseItem) MarshalToSizedBuffer

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

func (*ERABResponseItem) ProtoMessage

func (*ERABResponseItem) ProtoMessage()

func (*ERABResponseItem) Reset

func (m *ERABResponseItem) Reset()

func (*ERABResponseItem) Size

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

func (*ERABResponseItem) String

func (m *ERABResponseItem) String() string

func (*ERABResponseItem) Unmarshal

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

func (*ERABResponseItem) XXX_DiscardUnknown

func (m *ERABResponseItem) XXX_DiscardUnknown()

func (*ERABResponseItem) XXX_Marshal

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

func (*ERABResponseItem) XXX_Merge

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

func (*ERABResponseItem) XXX_Size

func (m *ERABResponseItem) XXX_Size() int

func (*ERABResponseItem) XXX_Unmarshal

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

type ERABType

type ERABType int32
const (
	ERABType_ERAB_DEFAULT   ERABType = 0
	ERABType_ERAB_DEDICATED ERABType = 1
)

func (ERABType) EnumDescriptor

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

func (ERABType) String

func (x ERABType) String() string

type Endpoint

type Endpoint string

Endpoint - a type for K8s endpoints

type HOCause

type HOCause struct {
	Crnti     string         `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	EcgiS     *ECGI          `protobuf:"bytes,2,opt,name=ecgiS,proto3" json:"ecgiS,omitempty"`
	EcgiT     *ECGI          `protobuf:"bytes,3,opt,name=ecgiT,proto3" json:"ecgiT,omitempty"`
	HoCause   string         `protobuf:"bytes,4,opt,name=hoCause,proto3" json:"hoCause,omitempty"`
	HoTrigger []*RXSigReport `protobuf:"bytes,5,rep,name=hoTrigger,proto3" json:"hoTrigger,omitempty"`
}

HOCause message

func (*HOCause) Descriptor

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

func (*HOCause) GetCrnti

func (m *HOCause) GetCrnti() string

func (*HOCause) GetEcgiS

func (m *HOCause) GetEcgiS() *ECGI

func (*HOCause) GetEcgiT

func (m *HOCause) GetEcgiT() *ECGI

func (*HOCause) GetHoCause

func (m *HOCause) GetHoCause() string

func (*HOCause) GetHoTrigger

func (m *HOCause) GetHoTrigger() []*RXSigReport

func (*HOCause) Marshal

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

func (*HOCause) MarshalTo

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

func (*HOCause) MarshalToSizedBuffer

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

func (*HOCause) ProtoMessage

func (*HOCause) ProtoMessage()

func (*HOCause) Reset

func (m *HOCause) Reset()

func (*HOCause) Size

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

func (*HOCause) String

func (m *HOCause) String() string

func (*HOCause) Unmarshal

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

func (*HOCause) XXX_DiscardUnknown

func (m *HOCause) XXX_DiscardUnknown()

func (*HOCause) XXX_Marshal

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

func (*HOCause) XXX_Merge

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

func (*HOCause) XXX_Size

func (m *HOCause) XXX_Size() int

func (*HOCause) XXX_Unmarshal

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

type HOComplete

type HOComplete struct {
	CrntiNew string `protobuf:"bytes,1,opt,name=crntiNew,proto3" json:"crntiNew,omitempty"`
	EcgiS    *ECGI  `protobuf:"bytes,2,opt,name=ecgiS,proto3" json:"ecgiS,omitempty"`
	EcgiT    *ECGI  `protobuf:"bytes,3,opt,name=ecgiT,proto3" json:"ecgiT,omitempty"`
}

HOComplete message

func (*HOComplete) Descriptor

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

func (*HOComplete) GetCrntiNew

func (m *HOComplete) GetCrntiNew() string

func (*HOComplete) GetEcgiS

func (m *HOComplete) GetEcgiS() *ECGI

func (*HOComplete) GetEcgiT

func (m *HOComplete) GetEcgiT() *ECGI

func (*HOComplete) Marshal

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

func (*HOComplete) MarshalTo

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

func (*HOComplete) MarshalToSizedBuffer

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

func (*HOComplete) ProtoMessage

func (*HOComplete) ProtoMessage()

func (*HOComplete) Reset

func (m *HOComplete) Reset()

func (*HOComplete) Size

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

func (*HOComplete) String

func (m *HOComplete) String() string

func (*HOComplete) Unmarshal

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

func (*HOComplete) XXX_DiscardUnknown

func (m *HOComplete) XXX_DiscardUnknown()

func (*HOComplete) XXX_Marshal

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

func (*HOComplete) XXX_Merge

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

func (*HOComplete) XXX_Size

func (m *HOComplete) XXX_Size() int

func (*HOComplete) XXX_Unmarshal

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

type HOFailure

type HOFailure struct {
	Crnti          string `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	EcgiS          *ECGI  `protobuf:"bytes,2,opt,name=ecgiS,proto3" json:"ecgiS,omitempty"`
	HoFailureCause string `protobuf:"bytes,3,opt,name=hoFailureCause,proto3" json:"hoFailureCause,omitempty"`
}

HOFailure message

func (*HOFailure) Descriptor

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

func (*HOFailure) GetCrnti

func (m *HOFailure) GetCrnti() string

func (*HOFailure) GetEcgiS

func (m *HOFailure) GetEcgiS() *ECGI

func (*HOFailure) GetHoFailureCause

func (m *HOFailure) GetHoFailureCause() string

func (*HOFailure) Marshal

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

func (*HOFailure) MarshalTo

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

func (*HOFailure) MarshalToSizedBuffer

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

func (*HOFailure) ProtoMessage

func (*HOFailure) ProtoMessage()

func (*HOFailure) Reset

func (m *HOFailure) Reset()

func (*HOFailure) Size

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

func (*HOFailure) String

func (m *HOFailure) String() string

func (*HOFailure) Unmarshal

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

func (*HOFailure) XXX_DiscardUnknown

func (m *HOFailure) XXX_DiscardUnknown()

func (*HOFailure) XXX_Marshal

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

func (*HOFailure) XXX_Merge

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

func (*HOFailure) XXX_Size

func (m *HOFailure) XXX_Size() int

func (*HOFailure) XXX_Unmarshal

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

type HORequest

type HORequest struct {
	Crnti  string   `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	EcgiS  *ECGI    `protobuf:"bytes,2,opt,name=ecgiS,proto3" json:"ecgiS,omitempty"`
	EcgiT  *ECGI    `protobuf:"bytes,3,opt,name=ecgiT,proto3" json:"ecgiT,omitempty"`
	Crntis []string `protobuf:"bytes,4,rep,name=crntis,proto3" json:"crntis,omitempty"`
}

HORequest message

func (*HORequest) Descriptor

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

func (*HORequest) GetCrnti

func (m *HORequest) GetCrnti() string

func (*HORequest) GetCrntis added in v0.6.1

func (m *HORequest) GetCrntis() []string

func (*HORequest) GetEcgiS

func (m *HORequest) GetEcgiS() *ECGI

func (*HORequest) GetEcgiT

func (m *HORequest) GetEcgiT() *ECGI

func (*HORequest) Marshal

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

func (*HORequest) MarshalTo

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

func (*HORequest) MarshalToSizedBuffer

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

func (*HORequest) ProtoMessage

func (*HORequest) ProtoMessage()

func (*HORequest) Reset

func (m *HORequest) Reset()

func (*HORequest) Size

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

func (*HORequest) String

func (m *HORequest) String() string

func (*HORequest) Unmarshal

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

func (*HORequest) XXX_DiscardUnknown

func (m *HORequest) XXX_DiscardUnknown()

func (*HORequest) XXX_Marshal

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

func (*HORequest) XXX_Merge

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

func (*HORequest) XXX_Size

func (m *HORequest) XXX_Size() int

func (*HORequest) XXX_Unmarshal

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

type L2MeasConfig

type L2MeasConfig struct {
	RadioMeasReportPerUe   L2MeasReportInterval `` /* 133-byte string literal not displayed */
	RadioMeasReportPerCell L2MeasReportInterval `` /* 137-byte string literal not displayed */
	SchedMeasReportPerUe   L2MeasReportInterval `` /* 133-byte string literal not displayed */
	SchedMeasReportPerCell L2MeasReportInterval `` /* 137-byte string literal not displayed */
	PdcpMeasReportPerUe    L2MeasReportInterval `` /* 131-byte string literal not displayed */
}

func (*L2MeasConfig) Descriptor

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

func (*L2MeasConfig) GetPdcpMeasReportPerUe added in v0.6.2

func (m *L2MeasConfig) GetPdcpMeasReportPerUe() L2MeasReportInterval

func (*L2MeasConfig) GetRadioMeasReportPerCell added in v0.6.2

func (m *L2MeasConfig) GetRadioMeasReportPerCell() L2MeasReportInterval

func (*L2MeasConfig) GetRadioMeasReportPerUe added in v0.6.2

func (m *L2MeasConfig) GetRadioMeasReportPerUe() L2MeasReportInterval

func (*L2MeasConfig) GetSchedMeasReportPerCell added in v0.6.2

func (m *L2MeasConfig) GetSchedMeasReportPerCell() L2MeasReportInterval

func (*L2MeasConfig) GetSchedMeasReportPerUe added in v0.6.2

func (m *L2MeasConfig) GetSchedMeasReportPerUe() L2MeasReportInterval

func (*L2MeasConfig) Marshal

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

func (*L2MeasConfig) MarshalTo

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

func (*L2MeasConfig) MarshalToSizedBuffer

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

func (*L2MeasConfig) ProtoMessage

func (*L2MeasConfig) ProtoMessage()

func (*L2MeasConfig) Reset

func (m *L2MeasConfig) Reset()

func (*L2MeasConfig) Size

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

func (*L2MeasConfig) String

func (m *L2MeasConfig) String() string

func (*L2MeasConfig) Unmarshal

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

func (*L2MeasConfig) XXX_DiscardUnknown

func (m *L2MeasConfig) XXX_DiscardUnknown()

func (*L2MeasConfig) XXX_Marshal

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

func (*L2MeasConfig) XXX_Merge

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

func (*L2MeasConfig) XXX_Size

func (m *L2MeasConfig) XXX_Size() int

func (*L2MeasConfig) XXX_Unmarshal

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

type L2MeasReportInterval added in v0.6.2

type L2MeasReportInterval int32
const (
	L2MeasReportInterval_NO_REPORT L2MeasReportInterval = 0
	L2MeasReportInterval_MS_10     L2MeasReportInterval = 1
	L2MeasReportInterval_MS_50     L2MeasReportInterval = 2
	L2MeasReportInterval_MS_100    L2MeasReportInterval = 3
	L2MeasReportInterval_MS_200    L2MeasReportInterval = 4
	L2MeasReportInterval_MS_500    L2MeasReportInterval = 5
	L2MeasReportInterval_MS_1024   L2MeasReportInterval = 6
	L2MeasReportInterval_S_10      L2MeasReportInterval = 7
	L2MeasReportInterval_MIN_1     L2MeasReportInterval = 8
	L2MeasReportInterval_MIN_2     L2MeasReportInterval = 9
	L2MeasReportInterval_MIN_5     L2MeasReportInterval = 10
)

func (L2MeasReportInterval) EnumDescriptor added in v0.6.2

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

func (L2MeasReportInterval) String added in v0.6.2

func (x L2MeasReportInterval) String() string

type MeasCell

type MeasCell struct {
	Pci                  uint32 `protobuf:"varint,1,opt,name=pci,proto3" json:"pci,omitempty"`
	CellIndividualOffset string `protobuf:"bytes,2,opt,name=cellIndividualOffset,proto3" json:"cellIndividualOffset,omitempty"`
}

func (*MeasCell) Descriptor

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

func (*MeasCell) GetCellIndividualOffset

func (m *MeasCell) GetCellIndividualOffset() string

func (*MeasCell) GetPci

func (m *MeasCell) GetPci() uint32

func (*MeasCell) Marshal

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

func (*MeasCell) MarshalTo

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

func (*MeasCell) MarshalToSizedBuffer

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

func (*MeasCell) ProtoMessage

func (*MeasCell) ProtoMessage()

func (*MeasCell) Reset

func (m *MeasCell) Reset()

func (*MeasCell) Size

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

func (*MeasCell) String

func (m *MeasCell) String() string

func (*MeasCell) Unmarshal

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

func (*MeasCell) XXX_DiscardUnknown

func (m *MeasCell) XXX_DiscardUnknown()

func (*MeasCell) XXX_Marshal

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

func (*MeasCell) XXX_Merge

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

func (*MeasCell) XXX_Size

func (m *MeasCell) XXX_Size() int

func (*MeasCell) XXX_Unmarshal

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

type MeasID

type MeasID struct {
	MeasObjectId   string        `protobuf:"bytes,1,opt,name=measObjectId,proto3" json:"measObjectId,omitempty"`
	ReportConfigId string        `protobuf:"bytes,2,opt,name=reportConfigId,proto3" json:"reportConfigId,omitempty"`
	Action         *MeasIdAction `protobuf:"bytes,3,opt,name=action,proto3" json:"action,omitempty"`
}

func (*MeasID) Descriptor

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

func (*MeasID) GetAction

func (m *MeasID) GetAction() *MeasIdAction

func (*MeasID) GetMeasObjectId

func (m *MeasID) GetMeasObjectId() string

func (*MeasID) GetReportConfigId

func (m *MeasID) GetReportConfigId() string

func (*MeasID) Marshal

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

func (*MeasID) MarshalTo

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

func (*MeasID) MarshalToSizedBuffer

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

func (*MeasID) ProtoMessage

func (*MeasID) ProtoMessage()

func (*MeasID) Reset

func (m *MeasID) Reset()

func (*MeasID) Size

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

func (*MeasID) String

func (m *MeasID) String() string

func (*MeasID) Unmarshal

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

func (*MeasID) XXX_DiscardUnknown

func (m *MeasID) XXX_DiscardUnknown()

func (*MeasID) XXX_Marshal

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

func (*MeasID) XXX_Merge

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

func (*MeasID) XXX_Size

func (m *MeasID) XXX_Size() int

func (*MeasID) XXX_Unmarshal

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

type MeasIdAction

type MeasIdAction struct {
	Present MeasIdActionPR      `protobuf:"varint,1,opt,name=present,proto3,enum=interface.e2.MeasIdActionPR" json:"present,omitempty"`
	Choice  *MeasIdActionChoice `protobuf:"bytes,2,opt,name=choice,proto3" json:"choice,omitempty"`
}

func (*MeasIdAction) Descriptor

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

func (*MeasIdAction) GetChoice

func (m *MeasIdAction) GetChoice() *MeasIdActionChoice

func (*MeasIdAction) GetPresent

func (m *MeasIdAction) GetPresent() MeasIdActionPR

func (*MeasIdAction) Marshal

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

func (*MeasIdAction) MarshalTo

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

func (*MeasIdAction) MarshalToSizedBuffer

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

func (*MeasIdAction) ProtoMessage

func (*MeasIdAction) ProtoMessage()

func (*MeasIdAction) Reset

func (m *MeasIdAction) Reset()

func (*MeasIdAction) Size

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

func (*MeasIdAction) String

func (m *MeasIdAction) String() string

func (*MeasIdAction) Unmarshal

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

func (*MeasIdAction) XXX_DiscardUnknown

func (m *MeasIdAction) XXX_DiscardUnknown()

func (*MeasIdAction) XXX_Marshal

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

func (*MeasIdAction) XXX_Merge

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

func (*MeasIdAction) XXX_Size

func (m *MeasIdAction) XXX_Size() int

func (*MeasIdAction) XXX_Unmarshal

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

type MeasIdActionChoice

type MeasIdActionChoice struct {
	// Types that are valid to be assigned to Choice:
	//	*MeasIdActionChoice_AddMeasId
	//	*MeasIdActionChoice_DelMeasId
	//	*MeasIdActionChoice_Hototarget
	Choice isMeasIdActionChoice_Choice `protobuf_oneof:"choice"`
}

func (*MeasIdActionChoice) Descriptor

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

func (*MeasIdActionChoice) GetAddMeasId

func (m *MeasIdActionChoice) GetAddMeasId() *AddMeasId

func (*MeasIdActionChoice) GetChoice

func (m *MeasIdActionChoice) GetChoice() isMeasIdActionChoice_Choice

func (*MeasIdActionChoice) GetDelMeasId

func (m *MeasIdActionChoice) GetDelMeasId() *DelMeasId

func (*MeasIdActionChoice) GetHototarget

func (m *MeasIdActionChoice) GetHototarget() string

func (*MeasIdActionChoice) Marshal

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

func (*MeasIdActionChoice) MarshalTo

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

func (*MeasIdActionChoice) MarshalToSizedBuffer

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

func (*MeasIdActionChoice) ProtoMessage

func (*MeasIdActionChoice) ProtoMessage()

func (*MeasIdActionChoice) Reset

func (m *MeasIdActionChoice) Reset()

func (*MeasIdActionChoice) Size

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

func (*MeasIdActionChoice) String

func (m *MeasIdActionChoice) String() string

func (*MeasIdActionChoice) Unmarshal

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

func (*MeasIdActionChoice) XXX_DiscardUnknown

func (m *MeasIdActionChoice) XXX_DiscardUnknown()

func (*MeasIdActionChoice) XXX_Marshal

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

func (*MeasIdActionChoice) XXX_Merge

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

func (*MeasIdActionChoice) XXX_OneofWrappers

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

XXX_OneofWrappers is for the internal use of the proto package.

func (*MeasIdActionChoice) XXX_Size

func (m *MeasIdActionChoice) XXX_Size() int

func (*MeasIdActionChoice) XXX_Unmarshal

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

type MeasIdActionChoice_AddMeasId

type MeasIdActionChoice_AddMeasId struct {
	AddMeasId *AddMeasId `protobuf:"bytes,1,opt,name=addMeasId,proto3,oneof" json:"addMeasId,omitempty"`
}

func (*MeasIdActionChoice_AddMeasId) MarshalTo

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

func (*MeasIdActionChoice_AddMeasId) MarshalToSizedBuffer

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

func (*MeasIdActionChoice_AddMeasId) Size

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

type MeasIdActionChoice_DelMeasId

type MeasIdActionChoice_DelMeasId struct {
	DelMeasId *DelMeasId `protobuf:"bytes,2,opt,name=delMeasId,proto3,oneof" json:"delMeasId,omitempty"`
}

func (*MeasIdActionChoice_DelMeasId) MarshalTo

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

func (*MeasIdActionChoice_DelMeasId) MarshalToSizedBuffer

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

func (*MeasIdActionChoice_DelMeasId) Size

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

type MeasIdActionChoice_Hototarget

type MeasIdActionChoice_Hototarget struct {
	Hototarget string `protobuf:"bytes,3,opt,name=hototarget,proto3,oneof" json:"hototarget,omitempty"`
}

func (*MeasIdActionChoice_Hototarget) MarshalTo

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

func (*MeasIdActionChoice_Hototarget) MarshalToSizedBuffer

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

func (*MeasIdActionChoice_Hototarget) Size

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

type MeasIdActionPR

type MeasIdActionPR int32
const (
	MeasIdActionPR_MEAS_ID_ACTION_PR_NOTHING    MeasIdActionPR = 0
	MeasIdActionPR_MEAS_ID_ACTION_PR_ADDMEASID  MeasIdActionPR = 1
	MeasIdActionPR_MEAS_ID_ACTION_PR_DELMEASID  MeasIdActionPR = 2
	MeasIdActionPR_MEAS_ID_ACTION_PR_HOTOTARGET MeasIdActionPR = 3
)

func (MeasIdActionPR) EnumDescriptor

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

func (MeasIdActionPR) String

func (x MeasIdActionPR) String() string

type MeasObject

type MeasObject struct {
	DlFreq    string      `protobuf:"bytes,1,opt,name=dlFreq,proto3" json:"dlFreq,omitempty"`
	MeasCells []*MeasCell `protobuf:"bytes,2,rep,name=measCells,proto3" json:"measCells,omitempty"`
}

func (*MeasObject) Descriptor

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

func (*MeasObject) GetDlFreq

func (m *MeasObject) GetDlFreq() string

func (*MeasObject) GetMeasCells

func (m *MeasObject) GetMeasCells() []*MeasCell

func (*MeasObject) Marshal

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

func (*MeasObject) MarshalTo

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

func (*MeasObject) MarshalToSizedBuffer

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

func (*MeasObject) ProtoMessage

func (*MeasObject) ProtoMessage()

func (*MeasObject) Reset

func (m *MeasObject) Reset()

func (*MeasObject) Size

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

func (*MeasObject) String

func (m *MeasObject) String() string

func (*MeasObject) Unmarshal

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

func (*MeasObject) XXX_DiscardUnknown

func (m *MeasObject) XXX_DiscardUnknown()

func (*MeasObject) XXX_Marshal

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

func (*MeasObject) XXX_Merge

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

func (*MeasObject) XXX_Size

func (m *MeasObject) XXX_Size() int

func (*MeasObject) XXX_Unmarshal

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

type MessageType

type MessageType int32

Definition of all message types in E2 interface

const (
	MessageType_UNKNOWN_MESSAGE            MessageType = 0
	MessageType_CELL_CONFIG_REQUEST        MessageType = 1
	MessageType_CELL_CONFIG_REPORT         MessageType = 2
	MessageType_UE_ADMISSION_REQUEST       MessageType = 3
	MessageType_UE_ADMISSION_RESPONSE      MessageType = 4
	MessageType_UE_ADMISSION_STATUS        MessageType = 5
	MessageType_UE_CONTEXT_UPDATE          MessageType = 6
	MessageType_UE_RECONFIG_IND            MessageType = 7
	MessageType_UE_RELEASE_IND             MessageType = 8
	MessageType_BEARER_ADMISSION_REQUEST   MessageType = 9
	MessageType_BEARER_ADMISSION_RESPONSE  MessageType = 10
	MessageType_BEARER_ADMISSION_STATUS    MessageType = 11
	MessageType_BEARER_RELEASE_IND         MessageType = 12
	MessageType_HO_REQUEST                 MessageType = 13
	MessageType_HO_FAILURE                 MessageType = 14
	MessageType_HO_COMPLETE                MessageType = 15
	MessageType_RXSIG_MEAS_REPORT          MessageType = 16
	MessageType_L2_MEAS_CONFIG             MessageType = 17
	MessageType_RADIO_MEAS_REPORT_PER_UE   MessageType = 18
	MessageType_RADIO_MEAS_REPORT_PER_CELL MessageType = 19
	MessageType_SCHED_MEAS_REPORT_PER_UE   MessageType = 20
	MessageType_SCHED_MEAS_REPORT_PER_CELL MessageType = 21
	MessageType_PDCP_MEAS_REPORT_PER_UE    MessageType = 22
	MessageType_UE_CAPABILITY_INFO         MessageType = 23
	MessageType_UE_CAPABILITY_ENQUIRY      MessageType = 24
	MessageType_SCELL_ADD                  MessageType = 25
	MessageType_SCELL_ADD_STATUS           MessageType = 26
	MessageType_SCELL_DELETE               MessageType = 27
	MessageType_RRM_CONFIG                 MessageType = 28
	MessageType_RRM_CONFIG_STATUS          MessageType = 29
	MessageType_SENB_ADD                   MessageType = 30
	MessageType_SENB_ADD_STATUS            MessageType = 31
	MessageType_SENB_DELETE                MessageType = 32
	MessageType_TRAFFIC_SPLIT_CONFIG       MessageType = 33
	MessageType_HO_CAUSE                   MessageType = 34
	MessageType_RRC_MEAS_CONFIG            MessageType = 35
)

func (MessageType) EnumDescriptor

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

func (MessageType) String

func (x MessageType) String() string

type PCIARFCN

type PCIARFCN struct {
	Pci      uint32 `protobuf:"varint,1,opt,name=pci,proto3" json:"pci,omitempty"`
	EarfcnDl string `protobuf:"bytes,2,opt,name=earfcnDl,proto3" json:"earfcnDl,omitempty"`
}

func (*PCIARFCN) Descriptor

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

func (*PCIARFCN) GetEarfcnDl

func (m *PCIARFCN) GetEarfcnDl() string

func (*PCIARFCN) GetPci

func (m *PCIARFCN) GetPci() uint32

func (*PCIARFCN) Marshal

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

func (*PCIARFCN) MarshalTo

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

func (*PCIARFCN) MarshalToSizedBuffer

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

func (*PCIARFCN) ProtoMessage

func (*PCIARFCN) ProtoMessage()

func (*PCIARFCN) Reset

func (m *PCIARFCN) Reset()

func (*PCIARFCN) Size

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

func (*PCIARFCN) String

func (m *PCIARFCN) String() string

func (*PCIARFCN) Unmarshal

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

func (*PCIARFCN) XXX_DiscardUnknown

func (m *PCIARFCN) XXX_DiscardUnknown()

func (*PCIARFCN) XXX_Marshal

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

func (*PCIARFCN) XXX_Merge

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

func (*PCIARFCN) XXX_Size

func (m *PCIARFCN) XXX_Size() int

func (*PCIARFCN) XXX_Unmarshal

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

type PDCPMeasReportPerUe

type PDCPMeasReportPerUe struct {
	Ecgi             *ECGI    `protobuf:"bytes,1,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	Crnti            string   `protobuf:"bytes,2,opt,name=crnti,proto3" json:"crnti,omitempty"`
	QciVals          []string `protobuf:"bytes,3,rep,name=qciVals,proto3" json:"qciVals,omitempty"`
	DataVolDl        []uint32 `protobuf:"varint,4,rep,packed,name=dataVolDl,proto3" json:"dataVolDl,omitempty"`
	DataVolUl        []uint32 `protobuf:"varint,5,rep,packed,name=dataVolUl,proto3" json:"dataVolUl,omitempty"`
	PktDelayDl       []uint32 `protobuf:"varint,6,rep,packed,name=pktDelayDl,proto3" json:"pktDelayDl,omitempty"`
	PktDiscardRateDl []uint32 `protobuf:"varint,7,rep,packed,name=pktDiscardRateDl,proto3" json:"pktDiscardRateDl,omitempty"`
	PktLossRateDl    []uint32 `protobuf:"varint,8,rep,packed,name=pktLossRateDl,proto3" json:"pktLossRateDl,omitempty"`
	PktLossRateUl    []uint32 `protobuf:"varint,9,rep,packed,name=pktLossRateUl,proto3" json:"pktLossRateUl,omitempty"`
	ThroughputDl     []uint32 `protobuf:"varint,10,rep,packed,name=throughputDl,proto3" json:"throughputDl,omitempty"`
	ThroughputUl     []uint32 `protobuf:"varint,11,rep,packed,name=throughputUl,proto3" json:"throughputUl,omitempty"`
}

PdcpMeasReportPerUE message

func (*PDCPMeasReportPerUe) Descriptor

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

func (*PDCPMeasReportPerUe) GetCrnti

func (m *PDCPMeasReportPerUe) GetCrnti() string

func (*PDCPMeasReportPerUe) GetDataVolDl

func (m *PDCPMeasReportPerUe) GetDataVolDl() []uint32

func (*PDCPMeasReportPerUe) GetDataVolUl

func (m *PDCPMeasReportPerUe) GetDataVolUl() []uint32

func (*PDCPMeasReportPerUe) GetEcgi

func (m *PDCPMeasReportPerUe) GetEcgi() *ECGI

func (*PDCPMeasReportPerUe) GetPktDelayDl

func (m *PDCPMeasReportPerUe) GetPktDelayDl() []uint32

func (*PDCPMeasReportPerUe) GetPktDiscardRateDl

func (m *PDCPMeasReportPerUe) GetPktDiscardRateDl() []uint32

func (*PDCPMeasReportPerUe) GetPktLossRateDl

func (m *PDCPMeasReportPerUe) GetPktLossRateDl() []uint32

func (*PDCPMeasReportPerUe) GetPktLossRateUl

func (m *PDCPMeasReportPerUe) GetPktLossRateUl() []uint32

func (*PDCPMeasReportPerUe) GetQciVals

func (m *PDCPMeasReportPerUe) GetQciVals() []string

func (*PDCPMeasReportPerUe) GetThroughputDl

func (m *PDCPMeasReportPerUe) GetThroughputDl() []uint32

func (*PDCPMeasReportPerUe) GetThroughputUl

func (m *PDCPMeasReportPerUe) GetThroughputUl() []uint32

func (*PDCPMeasReportPerUe) Marshal

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

func (*PDCPMeasReportPerUe) MarshalTo

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

func (*PDCPMeasReportPerUe) MarshalToSizedBuffer

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

func (*PDCPMeasReportPerUe) ProtoMessage

func (*PDCPMeasReportPerUe) ProtoMessage()

func (*PDCPMeasReportPerUe) Reset

func (m *PDCPMeasReportPerUe) Reset()

func (*PDCPMeasReportPerUe) Size

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

func (*PDCPMeasReportPerUe) String

func (m *PDCPMeasReportPerUe) String() string

func (*PDCPMeasReportPerUe) Unmarshal

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

func (*PDCPMeasReportPerUe) XXX_DiscardUnknown

func (m *PDCPMeasReportPerUe) XXX_DiscardUnknown()

func (*PDCPMeasReportPerUe) XXX_Marshal

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

func (*PDCPMeasReportPerUe) XXX_Merge

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

func (*PDCPMeasReportPerUe) XXX_Size

func (m *PDCPMeasReportPerUe) XXX_Size() int

func (*PDCPMeasReportPerUe) XXX_Unmarshal

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

type PRBUsage

type PRBUsage struct {
	PrbUsageDl []string `protobuf:"bytes,1,rep,name=prbUsageDl,proto3" json:"prbUsageDl,omitempty"`
	PrbUsageUl []string `protobuf:"bytes,2,rep,name=prbUsageUl,proto3" json:"prbUsageUl,omitempty"`
}

func (*PRBUsage) Descriptor

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

func (*PRBUsage) GetPrbUsageDl

func (m *PRBUsage) GetPrbUsageDl() []string

func (*PRBUsage) GetPrbUsageUl

func (m *PRBUsage) GetPrbUsageUl() []string

func (*PRBUsage) Marshal

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

func (*PRBUsage) MarshalTo

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

func (*PRBUsage) MarshalToSizedBuffer

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

func (*PRBUsage) ProtoMessage

func (*PRBUsage) ProtoMessage()

func (*PRBUsage) Reset

func (m *PRBUsage) Reset()

func (*PRBUsage) Size

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

func (*PRBUsage) String

func (m *PRBUsage) String() string

func (*PRBUsage) Unmarshal

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

func (*PRBUsage) XXX_DiscardUnknown

func (m *PRBUsage) XXX_DiscardUnknown()

func (*PRBUsage) XXX_Marshal

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

func (*PRBUsage) XXX_Merge

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

func (*PRBUsage) XXX_Size

func (m *PRBUsage) XXX_Size() int

func (*PRBUsage) XXX_Unmarshal

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

type PerParam

type PerParam struct {
	ReportIntervalMs PerParamReportIntervalMs `` /* 129-byte string literal not displayed */
}

func (*PerParam) Descriptor

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

func (*PerParam) GetReportIntervalMs

func (m *PerParam) GetReportIntervalMs() PerParamReportIntervalMs

func (*PerParam) Marshal

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

func (*PerParam) MarshalTo

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

func (*PerParam) MarshalToSizedBuffer

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

func (*PerParam) ProtoMessage

func (*PerParam) ProtoMessage()

func (*PerParam) Reset

func (m *PerParam) Reset()

func (*PerParam) Size

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

func (*PerParam) String

func (m *PerParam) String() string

func (*PerParam) Unmarshal

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

func (*PerParam) XXX_DiscardUnknown

func (m *PerParam) XXX_DiscardUnknown()

func (*PerParam) XXX_Marshal

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

func (*PerParam) XXX_Merge

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

func (*PerParam) XXX_Size

func (m *PerParam) XXX_Size() int

func (*PerParam) XXX_Unmarshal

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

type PerParamReportIntervalMs

type PerParamReportIntervalMs int32
const (
	PerParamReportIntervalMs_PER_PARAM_MS_120   PerParamReportIntervalMs = 0
	PerParamReportIntervalMs_PER_PARAM_MS_240   PerParamReportIntervalMs = 1
	PerParamReportIntervalMs_PER_PARAM_MS_480   PerParamReportIntervalMs = 2
	PerParamReportIntervalMs_PER_PARAM_MS_640   PerParamReportIntervalMs = 3
	PerParamReportIntervalMs_PER_PARAM_MS_1024  PerParamReportIntervalMs = 4
	PerParamReportIntervalMs_PER_PARAM_MS_2048  PerParamReportIntervalMs = 5
	PerParamReportIntervalMs_PER_PARAM_MS_5120  PerParamReportIntervalMs = 6
	PerParamReportIntervalMs_PER_PARAM_MS_10240 PerParamReportIntervalMs = 7
	PerParamReportIntervalMs_PER_PARAM_MIN_1    PerParamReportIntervalMs = 8
	PerParamReportIntervalMs_PER_PARAM_MIN_6    PerParamReportIntervalMs = 9
	PerParamReportIntervalMs_PER_PARAM_MIN_12   PerParamReportIntervalMs = 10
	PerParamReportIntervalMs_PER_PARAM_MIN_30   PerParamReportIntervalMs = 11
	PerParamReportIntervalMs_PER_PARAM_MIN_60   PerParamReportIntervalMs = 12
)

func (PerParamReportIntervalMs) EnumDescriptor

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

func (PerParamReportIntervalMs) String

func (x PerParamReportIntervalMs) String() string

type Presence

type Presence int32
const (
	Presence_OPTIONAL    Presence = 0
	Presence_CONDITIONAL Presence = 1
	Presence_MANDATORY   Presence = 2
)

func (Presence) EnumDescriptor

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

func (Presence) String

func (x Presence) String() string

type ProcedureCode

type ProcedureCode int32
const (
	ProcedureCode_PC_INVALID              ProcedureCode = 0
	ProcedureCode_E2_SETUP                ProcedureCode = 1
	ProcedureCode_ERROR_INDICATION        ProcedureCode = 2
	ProcedureCode_RESET                   ProcedureCode = 3
	ProcedureCode_RIC_CONTROL             ProcedureCode = 4
	ProcedureCode_RIC_INDICATION          ProcedureCode = 5
	ProcedureCode_RIC_SERVICE_QUERY       ProcedureCode = 6
	ProcedureCode_RIC_SERVICE_UPDATE      ProcedureCode = 7
	ProcedureCode_RIC_SUBSCRIPTION        ProcedureCode = 8
	ProcedureCode_RIC_SUBSCRIPTION_DELETE ProcedureCode = 9
)

func (ProcedureCode) EnumDescriptor

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

func (ProcedureCode) String

func (x ProcedureCode) String() string

type PropScell

type PropScell struct {
	PciArfcn                *PCIARFCN   `protobuf:"bytes,1,opt,name=pciArfcn,proto3" json:"pciArfcn,omitempty"`
	CrossCarrierSchedEnable string      `protobuf:"bytes,2,opt,name=crossCarrierSchedEnable,proto3" json:"crossCarrierSchedEnable,omitempty"`
	CaDirection             CADirection `protobuf:"varint,3,opt,name=caDirection,proto3,enum=interface.e2.CADirection" json:"caDirection,omitempty"`
	DeactTimer              string      `protobuf:"bytes,4,opt,name=deactTimer,proto3" json:"deactTimer,omitempty"`
}

func (*PropScell) Descriptor

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

func (*PropScell) GetCaDirection

func (m *PropScell) GetCaDirection() CADirection

func (*PropScell) GetCrossCarrierSchedEnable

func (m *PropScell) GetCrossCarrierSchedEnable() string

func (*PropScell) GetDeactTimer

func (m *PropScell) GetDeactTimer() string

func (*PropScell) GetPciArfcn

func (m *PropScell) GetPciArfcn() *PCIARFCN

func (*PropScell) Marshal

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

func (*PropScell) MarshalTo

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

func (*PropScell) MarshalToSizedBuffer

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

func (*PropScell) ProtoMessage

func (*PropScell) ProtoMessage()

func (*PropScell) Reset

func (m *PropScell) Reset()

func (*PropScell) Size

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

func (*PropScell) String

func (m *PropScell) String() string

func (*PropScell) Unmarshal

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

func (*PropScell) XXX_DiscardUnknown

func (m *PropScell) XXX_DiscardUnknown()

func (*PropScell) XXX_Marshal

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

func (*PropScell) XXX_Merge

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

func (*PropScell) XXX_Size

func (m *PropScell) XXX_Size() int

func (*PropScell) XXX_Unmarshal

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

type ProtocolIEContainer

type ProtocolIEContainer struct {
}

func (*ProtocolIEContainer) Descriptor

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

func (*ProtocolIEContainer) Marshal

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

func (*ProtocolIEContainer) MarshalTo

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

func (*ProtocolIEContainer) MarshalToSizedBuffer

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

func (*ProtocolIEContainer) ProtoMessage

func (*ProtocolIEContainer) ProtoMessage()

func (*ProtocolIEContainer) Reset

func (m *ProtocolIEContainer) Reset()

func (*ProtocolIEContainer) Size

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

func (*ProtocolIEContainer) String

func (m *ProtocolIEContainer) String() string

func (*ProtocolIEContainer) Unmarshal

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

func (*ProtocolIEContainer) XXX_DiscardUnknown

func (m *ProtocolIEContainer) XXX_DiscardUnknown()

func (*ProtocolIEContainer) XXX_Marshal

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

func (*ProtocolIEContainer) XXX_Merge

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

func (*ProtocolIEContainer) XXX_Size

func (m *ProtocolIEContainer) XXX_Size() int

func (*ProtocolIEContainer) XXX_Unmarshal

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

type ProtocolIEField

type ProtocolIEField struct {
}

func (*ProtocolIEField) Descriptor

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

func (*ProtocolIEField) Marshal

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

func (*ProtocolIEField) MarshalTo

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

func (*ProtocolIEField) MarshalToSizedBuffer

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

func (*ProtocolIEField) ProtoMessage

func (*ProtocolIEField) ProtoMessage()

func (*ProtocolIEField) Reset

func (m *ProtocolIEField) Reset()

func (*ProtocolIEField) Size

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

func (*ProtocolIEField) String

func (m *ProtocolIEField) String() string

func (*ProtocolIEField) Unmarshal

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

func (*ProtocolIEField) XXX_DiscardUnknown

func (m *ProtocolIEField) XXX_DiscardUnknown()

func (*ProtocolIEField) XXX_Marshal

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

func (*ProtocolIEField) XXX_Merge

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

func (*ProtocolIEField) XXX_Size

func (m *ProtocolIEField) XXX_Size() int

func (*ProtocolIEField) XXX_Unmarshal

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

type ProtocolIEId

type ProtocolIEId int32
const (
	ProtocolIEId_UNDEFINED                    ProtocolIEId = 0
	ProtocolIEId_CAUSE                        ProtocolIEId = 1
	ProtocolIEId_CRITICALITY_DIAGNOSTICS      ProtocolIEId = 2
	ProtocolIEId_GLOBAL_E2_NODE_ID            ProtocolIEId = 3
	ProtocolIEId_GLOBAL_RIC_ID                ProtocolIEId = 4
	ProtocolIEId_RAN_FUNCTION_ID              ProtocolIEId = 5
	ProtocolIEId_RAN_FUNCTION_ID_ITEM         ProtocolIEId = 6
	ProtocolIEId_RAN_FUNCTION_IE_CAUSE_ITEM   ProtocolIEId = 7
	ProtocolIEId_RAN_FUNCTION_ITEM            ProtocolIEId = 8
	ProtocolIEId_RAN_FUNCTIONS_ACCEPTED       ProtocolIEId = 9
	ProtocolIEId_RAN_FUNCTIONS_ADDED          ProtocolIEId = 10
	ProtocolIEId_RAN_FUNCTIONS_DELETED        ProtocolIEId = 11
	ProtocolIEId_RAN_FUNCTIONS_MODIFIED       ProtocolIEId = 12
	ProtocolIEId_RAN_FUNCTIONS_REJECTED       ProtocolIEId = 13
	ProtocolIEId_RIC_ACTION_ADMITTED_ITEM     ProtocolIEId = 14
	ProtocolIEId_RIC_ACTION_ID                ProtocolIEId = 15
	ProtocolIEId_RIC_ACTION_NOT_ADMITTED_ITEM ProtocolIEId = 16
	ProtocolIEId_RIC_ACTIONS_ADMITTED         ProtocolIEId = 17
	ProtocolIEId_RIC_ACTIONS_NOT_ADMITTED     ProtocolIEId = 18
	ProtocolIEId_RIC_ACTION_TO_BE_SETUP_ITEM  ProtocolIEId = 19
	ProtocolIEId_RIC_CALL_PROCESS_ID          ProtocolIEId = 20
	ProtocolIEId_RIC_CONTROL_ACK_REQUEST      ProtocolIEId = 21
	ProtocolIEId_RIC_CONTROL_HEADER           ProtocolIEId = 22
	ProtocolIEId_RIC_CONTROL_MESSAGE          ProtocolIEId = 23
	ProtocolIEId_RIC_CONTROL_STATUS           ProtocolIEId = 24
	ProtocolIEId_RIC_INDICATION_HEADER        ProtocolIEId = 25
	ProtocolIEId_RIC_INDICATION_MESSAGE       ProtocolIEId = 26
	ProtocolIEId_RIC_INDICATION_SN            ProtocolIEId = 27
	ProtocolIEId_RIC_INDICATION_TYPE          ProtocolIEId = 28
	ProtocolIEId_RIC_REQUEST_ID               ProtocolIEId = 29
	ProtocolIEId_RIC_SUBSCRIPTION_DETAILS     ProtocolIEId = 30
	ProtocolIEId_TIME_TO_WAIT                 ProtocolIEId = 31
	ProtocolIEId_RIC_CONTROL_OUTCOME          ProtocolIEId = 32
)

func (ProtocolIEId) EnumDescriptor

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

func (ProtocolIEId) String

func (x ProtocolIEId) String() string

type ProtocolIESingleContainer

type ProtocolIESingleContainer struct {
}

func (*ProtocolIESingleContainer) Descriptor

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

func (*ProtocolIESingleContainer) Marshal

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

func (*ProtocolIESingleContainer) MarshalTo

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

func (*ProtocolIESingleContainer) MarshalToSizedBuffer

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

func (*ProtocolIESingleContainer) ProtoMessage

func (*ProtocolIESingleContainer) ProtoMessage()

func (*ProtocolIESingleContainer) Reset

func (m *ProtocolIESingleContainer) Reset()

func (*ProtocolIESingleContainer) Size

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

func (*ProtocolIESingleContainer) String

func (m *ProtocolIESingleContainer) String() string

func (*ProtocolIESingleContainer) Unmarshal

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

func (*ProtocolIESingleContainer) XXX_DiscardUnknown

func (m *ProtocolIESingleContainer) XXX_DiscardUnknown()

func (*ProtocolIESingleContainer) XXX_Marshal

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

func (*ProtocolIESingleContainer) XXX_Merge

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

func (*ProtocolIESingleContainer) XXX_Size

func (m *ProtocolIESingleContainer) XXX_Size() int

func (*ProtocolIESingleContainer) XXX_Unmarshal

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

type RRCMeasConfig

type RRCMeasConfig struct {
	Ecgi          *ECGI           `protobuf:"bytes,1,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	Crnti         []string        `protobuf:"bytes,2,rep,name=crnti,proto3" json:"crnti,omitempty"`
	MeasObjects   []*MeasObject   `protobuf:"bytes,3,rep,name=measObjects,proto3" json:"measObjects,omitempty"`
	ReportConfigs []*ReportConfig `protobuf:"bytes,4,rep,name=reportConfigs,proto3" json:"reportConfigs,omitempty"`
	MeasIds       []*MeasID       `protobuf:"bytes,5,rep,name=measIds,proto3" json:"measIds,omitempty"`
}

RRCMeasConfig message

func (*RRCMeasConfig) Descriptor

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

func (*RRCMeasConfig) GetCrnti

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

func (*RRCMeasConfig) GetEcgi

func (m *RRCMeasConfig) GetEcgi() *ECGI

func (*RRCMeasConfig) GetMeasIds

func (m *RRCMeasConfig) GetMeasIds() []*MeasID

func (*RRCMeasConfig) GetMeasObjects

func (m *RRCMeasConfig) GetMeasObjects() []*MeasObject

func (*RRCMeasConfig) GetReportConfigs

func (m *RRCMeasConfig) GetReportConfigs() []*ReportConfig

func (*RRCMeasConfig) Marshal

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

func (*RRCMeasConfig) MarshalTo

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

func (*RRCMeasConfig) MarshalToSizedBuffer

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

func (*RRCMeasConfig) ProtoMessage

func (*RRCMeasConfig) ProtoMessage()

func (*RRCMeasConfig) Reset

func (m *RRCMeasConfig) Reset()

func (*RRCMeasConfig) Size

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

func (*RRCMeasConfig) String

func (m *RRCMeasConfig) String() string

func (*RRCMeasConfig) Unmarshal

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

func (*RRCMeasConfig) XXX_DiscardUnknown

func (m *RRCMeasConfig) XXX_DiscardUnknown()

func (*RRCMeasConfig) XXX_Marshal

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

func (*RRCMeasConfig) XXX_Merge

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

func (*RRCMeasConfig) XXX_Size

func (m *RRCMeasConfig) XXX_Size() int

func (*RRCMeasConfig) XXX_Unmarshal

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

type RRMConfig

type RRMConfig struct {
	Ecgi              *ECGI     `protobuf:"bytes,1,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	Crnti             []string  `protobuf:"bytes,2,rep,name=crnti,proto3" json:"crnti,omitempty"`
	PciArfcn          *PCIARFCN `protobuf:"bytes,3,opt,name=pciArfcn,proto3" json:"pciArfcn,omitempty"`
	PA                []XICICPA `protobuf:"varint,4,rep,packed,name=pA,proto3,enum=interface.e2.XICICPA" json:"pA,omitempty"`
	StartPrbDl        []uint32  `protobuf:"varint,5,rep,packed,name=startPrbDl,proto3" json:"startPrbDl,omitempty"`
	EndPrbDl          []uint32  `protobuf:"varint,6,rep,packed,name=endPrbDl,proto3" json:"endPrbDl,omitempty"`
	SubFrameBitmaskDl []string  `protobuf:"bytes,7,rep,name=subFrameBitmaskDl,proto3" json:"subFrameBitmaskDl,omitempty"`
	P0UePusch         []uint32  `protobuf:"varint,8,rep,packed,name=p0UePusch,proto3" json:"p0UePusch,omitempty"`
	StartPrbUl        []uint32  `protobuf:"varint,9,rep,packed,name=startPrbUl,proto3" json:"startPrbUl,omitempty"`
	EndPrbUl          []uint32  `protobuf:"varint,10,rep,packed,name=endPrbUl,proto3" json:"endPrbUl,omitempty"`
	SubFrameBitmaskUl []string  `protobuf:"bytes,11,rep,name=subFrameBitmaskUl,proto3" json:"subFrameBitmaskUl,omitempty"`
}

RRMConfig message

func (*RRMConfig) Descriptor

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

func (*RRMConfig) GetCrnti

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

func (*RRMConfig) GetEcgi

func (m *RRMConfig) GetEcgi() *ECGI

func (*RRMConfig) GetEndPrbDl

func (m *RRMConfig) GetEndPrbDl() []uint32

func (*RRMConfig) GetEndPrbUl

func (m *RRMConfig) GetEndPrbUl() []uint32

func (*RRMConfig) GetP0UePusch

func (m *RRMConfig) GetP0UePusch() []uint32

func (*RRMConfig) GetPA

func (m *RRMConfig) GetPA() []XICICPA

func (*RRMConfig) GetPciArfcn

func (m *RRMConfig) GetPciArfcn() *PCIARFCN

func (*RRMConfig) GetStartPrbDl

func (m *RRMConfig) GetStartPrbDl() []uint32

func (*RRMConfig) GetStartPrbUl

func (m *RRMConfig) GetStartPrbUl() []uint32

func (*RRMConfig) GetSubFrameBitmaskDl

func (m *RRMConfig) GetSubFrameBitmaskDl() []string

func (*RRMConfig) GetSubFrameBitmaskUl

func (m *RRMConfig) GetSubFrameBitmaskUl() []string

func (*RRMConfig) Marshal

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

func (*RRMConfig) MarshalTo

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

func (*RRMConfig) MarshalToSizedBuffer

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

func (*RRMConfig) ProtoMessage

func (*RRMConfig) ProtoMessage()

func (*RRMConfig) Reset

func (m *RRMConfig) Reset()

func (*RRMConfig) Size

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

func (*RRMConfig) String

func (m *RRMConfig) String() string

func (*RRMConfig) Unmarshal

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

func (*RRMConfig) XXX_DiscardUnknown

func (m *RRMConfig) XXX_DiscardUnknown()

func (*RRMConfig) XXX_Marshal

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

func (*RRMConfig) XXX_Merge

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

func (*RRMConfig) XXX_Size

func (m *RRMConfig) XXX_Size() int

func (*RRMConfig) XXX_Unmarshal

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

type RRMConfigStatus

type RRMConfigStatus struct {
	Ecgi   *ECGI              `protobuf:"bytes,1,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	Crnti  []string           `protobuf:"bytes,2,rep,name=crnti,proto3" json:"crnti,omitempty"`
	Status []SuccessOrFailure `protobuf:"varint,3,rep,packed,name=status,proto3,enum=interface.e2.SuccessOrFailure" json:"status,omitempty"`
}

RRMConfigStatus message

func (*RRMConfigStatus) Descriptor

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

func (*RRMConfigStatus) GetCrnti

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

func (*RRMConfigStatus) GetEcgi

func (m *RRMConfigStatus) GetEcgi() *ECGI

func (*RRMConfigStatus) GetStatus

func (m *RRMConfigStatus) GetStatus() []SuccessOrFailure

func (*RRMConfigStatus) Marshal

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

func (*RRMConfigStatus) MarshalTo

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

func (*RRMConfigStatus) MarshalToSizedBuffer

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

func (*RRMConfigStatus) ProtoMessage

func (*RRMConfigStatus) ProtoMessage()

func (*RRMConfigStatus) Reset

func (m *RRMConfigStatus) Reset()

func (*RRMConfigStatus) Size

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

func (*RRMConfigStatus) String

func (m *RRMConfigStatus) String() string

func (*RRMConfigStatus) Unmarshal

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

func (*RRMConfigStatus) XXX_DiscardUnknown

func (m *RRMConfigStatus) XXX_DiscardUnknown()

func (*RRMConfigStatus) XXX_Marshal

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

func (*RRMConfigStatus) XXX_Merge

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

func (*RRMConfigStatus) XXX_Size

func (m *RRMConfigStatus) XXX_Size() int

func (*RRMConfigStatus) XXX_Unmarshal

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

type RXSigReport

type RXSigReport struct {
	PciArfcn *PCIARFCN `protobuf:"bytes,1,opt,name=pciArfcn,proto3" json:"pciArfcn,omitempty"`
	Ecgi     *ECGI     `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	Rsrp     string    `protobuf:"bytes,3,opt,name=rsrp,proto3" json:"rsrp,omitempty"`
	Rsrq     string    `protobuf:"bytes,4,opt,name=rsrq,proto3" json:"rsrq,omitempty"`
}

func (*RXSigReport) Descriptor

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

func (*RXSigReport) GetEcgi

func (m *RXSigReport) GetEcgi() *ECGI

func (*RXSigReport) GetPciArfcn

func (m *RXSigReport) GetPciArfcn() *PCIARFCN

func (*RXSigReport) GetRsrp

func (m *RXSigReport) GetRsrp() string

func (*RXSigReport) GetRsrq

func (m *RXSigReport) GetRsrq() string

func (*RXSigReport) Marshal

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

func (*RXSigReport) MarshalTo

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

func (*RXSigReport) MarshalToSizedBuffer

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

func (*RXSigReport) ProtoMessage

func (*RXSigReport) ProtoMessage()

func (*RXSigReport) Reset

func (m *RXSigReport) Reset()

func (*RXSigReport) Size

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

func (*RXSigReport) String

func (m *RXSigReport) String() string

func (*RXSigReport) Unmarshal

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

func (*RXSigReport) XXX_DiscardUnknown

func (m *RXSigReport) XXX_DiscardUnknown()

func (*RXSigReport) XXX_Marshal

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

func (*RXSigReport) XXX_Merge

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

func (*RXSigReport) XXX_Size

func (m *RXSigReport) XXX_Size() int

func (*RXSigReport) XXX_Unmarshal

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

type RadioMeasReportPerCell

type RadioMeasReportPerCell struct {
	Ecgi               *ECGI    `protobuf:"bytes,1,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	PuschIntfPwrHist   []uint32 `protobuf:"varint,2,rep,packed,name=puschIntfPwrHist,proto3" json:"puschIntfPwrHist,omitempty"`
	PucchIntfPowerHist []uint32 `protobuf:"varint,3,rep,packed,name=pucchIntfPowerHist,proto3" json:"pucchIntfPowerHist,omitempty"`
}

RadioMeasReportPerCell message

func (*RadioMeasReportPerCell) Descriptor

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

func (*RadioMeasReportPerCell) GetEcgi

func (m *RadioMeasReportPerCell) GetEcgi() *ECGI

func (*RadioMeasReportPerCell) GetPucchIntfPowerHist

func (m *RadioMeasReportPerCell) GetPucchIntfPowerHist() []uint32

func (*RadioMeasReportPerCell) GetPuschIntfPwrHist

func (m *RadioMeasReportPerCell) GetPuschIntfPwrHist() []uint32

func (*RadioMeasReportPerCell) Marshal

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

func (*RadioMeasReportPerCell) MarshalTo

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

func (*RadioMeasReportPerCell) MarshalToSizedBuffer

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

func (*RadioMeasReportPerCell) ProtoMessage

func (*RadioMeasReportPerCell) ProtoMessage()

func (*RadioMeasReportPerCell) Reset

func (m *RadioMeasReportPerCell) Reset()

func (*RadioMeasReportPerCell) Size

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

func (*RadioMeasReportPerCell) String

func (m *RadioMeasReportPerCell) String() string

func (*RadioMeasReportPerCell) Unmarshal

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

func (*RadioMeasReportPerCell) XXX_DiscardUnknown

func (m *RadioMeasReportPerCell) XXX_DiscardUnknown()

func (*RadioMeasReportPerCell) XXX_Marshal

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

func (*RadioMeasReportPerCell) XXX_Merge

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

func (*RadioMeasReportPerCell) XXX_Size

func (m *RadioMeasReportPerCell) XXX_Size() int

func (*RadioMeasReportPerCell) XXX_Unmarshal

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

type RadioMeasReportPerUE

type RadioMeasReportPerUE struct {
	Ecgi                 *ECGI                  `protobuf:"bytes,1,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	Crnti                string                 `protobuf:"bytes,2,opt,name=crnti,proto3" json:"crnti,omitempty"`
	RadioReportServCells []*RadioRepPerServCell `protobuf:"bytes,3,rep,name=radioReportServCells,proto3" json:"radioReportServCells,omitempty"`
}

RadioMeasReportPerUE message

func (*RadioMeasReportPerUE) Descriptor

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

func (*RadioMeasReportPerUE) GetCrnti

func (m *RadioMeasReportPerUE) GetCrnti() string

func (*RadioMeasReportPerUE) GetEcgi

func (m *RadioMeasReportPerUE) GetEcgi() *ECGI

func (*RadioMeasReportPerUE) GetRadioReportServCells

func (m *RadioMeasReportPerUE) GetRadioReportServCells() []*RadioRepPerServCell

func (*RadioMeasReportPerUE) Marshal

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

func (*RadioMeasReportPerUE) MarshalTo

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

func (*RadioMeasReportPerUE) MarshalToSizedBuffer

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

func (*RadioMeasReportPerUE) ProtoMessage

func (*RadioMeasReportPerUE) ProtoMessage()

func (*RadioMeasReportPerUE) Reset

func (m *RadioMeasReportPerUE) Reset()

func (*RadioMeasReportPerUE) Size

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

func (*RadioMeasReportPerUE) String

func (m *RadioMeasReportPerUE) String() string

func (*RadioMeasReportPerUE) Unmarshal

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

func (*RadioMeasReportPerUE) XXX_DiscardUnknown

func (m *RadioMeasReportPerUE) XXX_DiscardUnknown()

func (*RadioMeasReportPerUE) XXX_Marshal

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

func (*RadioMeasReportPerUE) XXX_Merge

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

func (*RadioMeasReportPerUE) XXX_Size

func (m *RadioMeasReportPerUE) XXX_Size() int

func (*RadioMeasReportPerUE) XXX_Unmarshal

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

type RadioRepPerServCell

type RadioRepPerServCell struct {
	Ecgi          *ECGI    `protobuf:"bytes,1,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	CqiHist       []uint32 `protobuf:"varint,2,rep,packed,name=cqiHist,proto3" json:"cqiHist,omitempty"`
	RiHist        []string `protobuf:"bytes,3,rep,name=riHist,proto3" json:"riHist,omitempty"`
	PuschSinrHist []string `protobuf:"bytes,4,rep,name=puschSinrHist,proto3" json:"puschSinrHist,omitempty"`
	PucchSinrHist []string `protobuf:"bytes,5,rep,name=pucchSinrHist,proto3" json:"pucchSinrHist,omitempty"`
}

L2MeasureReports (periodic) messages

func (*RadioRepPerServCell) Descriptor

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

func (*RadioRepPerServCell) GetCqiHist

func (m *RadioRepPerServCell) GetCqiHist() []uint32

func (*RadioRepPerServCell) GetEcgi

func (m *RadioRepPerServCell) GetEcgi() *ECGI

func (*RadioRepPerServCell) GetPucchSinrHist

func (m *RadioRepPerServCell) GetPucchSinrHist() []string

func (*RadioRepPerServCell) GetPuschSinrHist

func (m *RadioRepPerServCell) GetPuschSinrHist() []string

func (*RadioRepPerServCell) GetRiHist

func (m *RadioRepPerServCell) GetRiHist() []string

func (*RadioRepPerServCell) Marshal

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

func (*RadioRepPerServCell) MarshalTo

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

func (*RadioRepPerServCell) MarshalToSizedBuffer

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

func (*RadioRepPerServCell) ProtoMessage

func (*RadioRepPerServCell) ProtoMessage()

func (*RadioRepPerServCell) Reset

func (m *RadioRepPerServCell) Reset()

func (*RadioRepPerServCell) Size

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

func (*RadioRepPerServCell) String

func (m *RadioRepPerServCell) String() string

func (*RadioRepPerServCell) Unmarshal

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

func (*RadioRepPerServCell) XXX_DiscardUnknown

func (m *RadioRepPerServCell) XXX_DiscardUnknown()

func (*RadioRepPerServCell) XXX_Marshal

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

func (*RadioRepPerServCell) XXX_Merge

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

func (*RadioRepPerServCell) XXX_Size

func (m *RadioRepPerServCell) XXX_Size() int

func (*RadioRepPerServCell) XXX_Unmarshal

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

type ReconfigCause

type ReconfigCause int32
const (
	ReconfigCause_RECONFIG_RLF     ReconfigCause = 0
	ReconfigCause_RECONFIG_HO_FAIL ReconfigCause = 1
	ReconfigCause_RECONFIG_OTHERS  ReconfigCause = 2
)

func (ReconfigCause) EnumDescriptor

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

func (ReconfigCause) String

func (x ReconfigCause) String() string

type ReleaseCause

type ReleaseCause int32
const (
	ReleaseCause_RELEASE_INACTIVITY ReleaseCause = 0
	ReleaseCause_RELEASE_RLF        ReleaseCause = 1
	ReleaseCause_RELEASE_OTHERS     ReleaseCause = 2
)

func (ReleaseCause) EnumDescriptor

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

func (ReleaseCause) String

func (x ReleaseCause) String() string

type ReportConfig

type ReportConfig struct {
	ReportParams    *ReportParam    `protobuf:"bytes,1,opt,name=reportParams,proto3" json:"reportParams,omitempty"`
	TriggerQuantity TriggerQuantity `protobuf:"varint,2,opt,name=triggerQuantity,proto3,enum=interface.e2.TriggerQuantity" json:"triggerQuantity,omitempty"`
	ReportQuality   ReportQuality   `protobuf:"varint,3,opt,name=reportQuality,proto3,enum=interface.e2.ReportQuality" json:"reportQuality,omitempty"`
}

func (*ReportConfig) Descriptor

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

func (*ReportConfig) GetReportParams

func (m *ReportConfig) GetReportParams() *ReportParam

func (*ReportConfig) GetReportQuality

func (m *ReportConfig) GetReportQuality() ReportQuality

func (*ReportConfig) GetTriggerQuantity

func (m *ReportConfig) GetTriggerQuantity() TriggerQuantity

func (*ReportConfig) Marshal

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

func (*ReportConfig) MarshalTo

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

func (*ReportConfig) MarshalToSizedBuffer

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

func (*ReportConfig) ProtoMessage

func (*ReportConfig) ProtoMessage()

func (*ReportConfig) Reset

func (m *ReportConfig) Reset()

func (*ReportConfig) Size

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

func (*ReportConfig) String

func (m *ReportConfig) String() string

func (*ReportConfig) Unmarshal

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

func (*ReportConfig) XXX_DiscardUnknown

func (m *ReportConfig) XXX_DiscardUnknown()

func (*ReportConfig) XXX_Marshal

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

func (*ReportConfig) XXX_Merge

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

func (*ReportConfig) XXX_Size

func (m *ReportConfig) XXX_Size() int

func (*ReportConfig) XXX_Unmarshal

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

type ReportParam

type ReportParam struct {
	Present       ReportParamPR      `protobuf:"varint,1,opt,name=present,proto3,enum=interface.e2.ReportParamPR" json:"present,omitempty"`
	Choice        *ReportParamChoice `protobuf:"bytes,2,opt,name=choice,proto3" json:"choice,omitempty"`
	Hysteresis    string             `protobuf:"bytes,3,opt,name=hysteresis,proto3" json:"hysteresis,omitempty"`
	Timetotrigger TimeToTrigger      `protobuf:"varint,4,opt,name=timetotrigger,proto3,enum=interface.e2.TimeToTrigger" json:"timetotrigger,omitempty"`
}

func (*ReportParam) Descriptor

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

func (*ReportParam) GetChoice

func (m *ReportParam) GetChoice() *ReportParamChoice

func (*ReportParam) GetHysteresis

func (m *ReportParam) GetHysteresis() string

func (*ReportParam) GetPresent

func (m *ReportParam) GetPresent() ReportParamPR

func (*ReportParam) GetTimetotrigger

func (m *ReportParam) GetTimetotrigger() TimeToTrigger

func (*ReportParam) Marshal

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

func (*ReportParam) MarshalTo

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

func (*ReportParam) MarshalToSizedBuffer

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

func (*ReportParam) ProtoMessage

func (*ReportParam) ProtoMessage()

func (*ReportParam) Reset

func (m *ReportParam) Reset()

func (*ReportParam) Size

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

func (*ReportParam) String

func (m *ReportParam) String() string

func (*ReportParam) Unmarshal

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

func (*ReportParam) XXX_DiscardUnknown

func (m *ReportParam) XXX_DiscardUnknown()

func (*ReportParam) XXX_Marshal

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

func (*ReportParam) XXX_Merge

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

func (*ReportParam) XXX_Size

func (m *ReportParam) XXX_Size() int

func (*ReportParam) XXX_Unmarshal

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

type ReportParamChoice

type ReportParamChoice struct {
	// Types that are valid to be assigned to Choice:
	//	*ReportParamChoice_PerParam
	//	*ReportParamChoice_A1Param
	//	*ReportParamChoice_A2Param
	//	*ReportParamChoice_A3Param
	//	*ReportParamChoice_A4Param
	//	*ReportParamChoice_A5Param
	//	*ReportParamChoice_A6Param
	Choice isReportParamChoice_Choice `protobuf_oneof:"choice"`
}

func (*ReportParamChoice) Descriptor

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

func (*ReportParamChoice) GetA1Param

func (m *ReportParamChoice) GetA1Param() *A1Param

func (*ReportParamChoice) GetA2Param

func (m *ReportParamChoice) GetA2Param() *A2Param

func (*ReportParamChoice) GetA3Param

func (m *ReportParamChoice) GetA3Param() *A3Param

func (*ReportParamChoice) GetA4Param

func (m *ReportParamChoice) GetA4Param() *A4Param

func (*ReportParamChoice) GetA5Param

func (m *ReportParamChoice) GetA5Param() *A5Param

func (*ReportParamChoice) GetA6Param

func (m *ReportParamChoice) GetA6Param() *A6Param

func (*ReportParamChoice) GetChoice

func (m *ReportParamChoice) GetChoice() isReportParamChoice_Choice

func (*ReportParamChoice) GetPerParam

func (m *ReportParamChoice) GetPerParam() *PerParam

func (*ReportParamChoice) Marshal

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

func (*ReportParamChoice) MarshalTo

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

func (*ReportParamChoice) MarshalToSizedBuffer

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

func (*ReportParamChoice) ProtoMessage

func (*ReportParamChoice) ProtoMessage()

func (*ReportParamChoice) Reset

func (m *ReportParamChoice) Reset()

func (*ReportParamChoice) Size

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

func (*ReportParamChoice) String

func (m *ReportParamChoice) String() string

func (*ReportParamChoice) Unmarshal

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

func (*ReportParamChoice) XXX_DiscardUnknown

func (m *ReportParamChoice) XXX_DiscardUnknown()

func (*ReportParamChoice) XXX_Marshal

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

func (*ReportParamChoice) XXX_Merge

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

func (*ReportParamChoice) XXX_OneofWrappers

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

XXX_OneofWrappers is for the internal use of the proto package.

func (*ReportParamChoice) XXX_Size

func (m *ReportParamChoice) XXX_Size() int

func (*ReportParamChoice) XXX_Unmarshal

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

type ReportParamChoice_A1Param

type ReportParamChoice_A1Param struct {
	A1Param *A1Param `protobuf:"bytes,2,opt,name=a1Param,proto3,oneof" json:"a1Param,omitempty"`
}

func (*ReportParamChoice_A1Param) MarshalTo

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

func (*ReportParamChoice_A1Param) MarshalToSizedBuffer

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

func (*ReportParamChoice_A1Param) Size

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

type ReportParamChoice_A2Param

type ReportParamChoice_A2Param struct {
	A2Param *A2Param `protobuf:"bytes,3,opt,name=a2Param,proto3,oneof" json:"a2Param,omitempty"`
}

func (*ReportParamChoice_A2Param) MarshalTo

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

func (*ReportParamChoice_A2Param) MarshalToSizedBuffer

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

func (*ReportParamChoice_A2Param) Size

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

type ReportParamChoice_A3Param

type ReportParamChoice_A3Param struct {
	A3Param *A3Param `protobuf:"bytes,4,opt,name=a3Param,proto3,oneof" json:"a3Param,omitempty"`
}

func (*ReportParamChoice_A3Param) MarshalTo

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

func (*ReportParamChoice_A3Param) MarshalToSizedBuffer

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

func (*ReportParamChoice_A3Param) Size

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

type ReportParamChoice_A4Param

type ReportParamChoice_A4Param struct {
	A4Param *A4Param `protobuf:"bytes,5,opt,name=a4Param,proto3,oneof" json:"a4Param,omitempty"`
}

func (*ReportParamChoice_A4Param) MarshalTo

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

func (*ReportParamChoice_A4Param) MarshalToSizedBuffer

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

func (*ReportParamChoice_A4Param) Size

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

type ReportParamChoice_A5Param

type ReportParamChoice_A5Param struct {
	A5Param *A5Param `protobuf:"bytes,6,opt,name=a5Param,proto3,oneof" json:"a5Param,omitempty"`
}

func (*ReportParamChoice_A5Param) MarshalTo

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

func (*ReportParamChoice_A5Param) MarshalToSizedBuffer

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

func (*ReportParamChoice_A5Param) Size

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

type ReportParamChoice_A6Param

type ReportParamChoice_A6Param struct {
	A6Param *A6Param `protobuf:"bytes,7,opt,name=a6Param,proto3,oneof" json:"a6Param,omitempty"`
}

func (*ReportParamChoice_A6Param) MarshalTo

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

func (*ReportParamChoice_A6Param) MarshalToSizedBuffer

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

func (*ReportParamChoice_A6Param) Size

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

type ReportParamChoice_PerParam

type ReportParamChoice_PerParam struct {
	PerParam *PerParam `protobuf:"bytes,1,opt,name=perParam,proto3,oneof" json:"perParam,omitempty"`
}

func (*ReportParamChoice_PerParam) MarshalTo

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

func (*ReportParamChoice_PerParam) MarshalToSizedBuffer

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

func (*ReportParamChoice_PerParam) Size

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

type ReportParamPR

type ReportParamPR int32
const (
	ReportParamPR_REPORT_PARAM_PR_NOTHING   ReportParamPR = 0
	ReportParamPR_REPORT_PARAM_PR_PER_PARAM ReportParamPR = 1
	ReportParamPR_REPORT_PARAM_PR_A1PARAM   ReportParamPR = 2
	ReportParamPR_REPORT_PARAM_PR_A2PARAM   ReportParamPR = 3
	ReportParamPR_REPORT_PARAM_PR_A3PARAM   ReportParamPR = 4
	ReportParamPR_REPORT_PARAM_PR_A4PARAM   ReportParamPR = 5
	ReportParamPR_REPORT_PARAM_PR_A5PARAM   ReportParamPR = 6
	ReportParamPR_REPORT_PARAM_PR_A6PARAM   ReportParamPR = 7
)

func (ReportParamPR) EnumDescriptor

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

func (ReportParamPR) String

func (x ReportParamPR) String() string

type ReportQuality

type ReportQuality int32
const (
	ReportQuality_RQ_SAME ReportQuality = 0
	ReportQuality_RQ_BOTH ReportQuality = 1
)

func (ReportQuality) EnumDescriptor

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

func (ReportQuality) String

func (x ReportQuality) String() string

type RxSigMeasReport

type RxSigMeasReport struct {
	Crnti          []string       `protobuf:"bytes,1,rep,name=crnti,proto3" json:"crnti,omitempty"`
	Ecgi           *ECGI          `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	CellMeasReport []*RXSigReport `protobuf:"bytes,3,rep,name=cellMeasReport,proto3" json:"cellMeasReport,omitempty"`
}

RxSigMeasReport message

func (*RxSigMeasReport) Descriptor

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

func (*RxSigMeasReport) GetCellMeasReport

func (m *RxSigMeasReport) GetCellMeasReport() []*RXSigReport

func (*RxSigMeasReport) GetCrnti

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

func (*RxSigMeasReport) GetEcgi

func (m *RxSigMeasReport) GetEcgi() *ECGI

func (*RxSigMeasReport) Marshal

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

func (*RxSigMeasReport) MarshalTo

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

func (*RxSigMeasReport) MarshalToSizedBuffer

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

func (*RxSigMeasReport) ProtoMessage

func (*RxSigMeasReport) ProtoMessage()

func (*RxSigMeasReport) Reset

func (m *RxSigMeasReport) Reset()

func (*RxSigMeasReport) Size

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

func (*RxSigMeasReport) String

func (m *RxSigMeasReport) String() string

func (*RxSigMeasReport) Unmarshal

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

func (*RxSigMeasReport) XXX_DiscardUnknown

func (m *RxSigMeasReport) XXX_DiscardUnknown()

func (*RxSigMeasReport) XXX_Marshal

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

func (*RxSigMeasReport) XXX_Merge

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

func (*RxSigMeasReport) XXX_Size

func (m *RxSigMeasReport) XXX_Size() int

func (*RxSigMeasReport) XXX_Unmarshal

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

type ScellAdd

type ScellAdd struct {
	Crnti      string       `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	Ecgi       *ECGI        `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	ScellsProp []*PropScell `protobuf:"bytes,3,rep,name=scellsProp,proto3" json:"scellsProp,omitempty"`
}

ScellAdd message

func (*ScellAdd) Descriptor

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

func (*ScellAdd) GetCrnti

func (m *ScellAdd) GetCrnti() string

func (*ScellAdd) GetEcgi

func (m *ScellAdd) GetEcgi() *ECGI

func (*ScellAdd) GetScellsProp

func (m *ScellAdd) GetScellsProp() []*PropScell

func (*ScellAdd) Marshal

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

func (*ScellAdd) MarshalTo

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

func (*ScellAdd) MarshalToSizedBuffer

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

func (*ScellAdd) ProtoMessage

func (*ScellAdd) ProtoMessage()

func (*ScellAdd) Reset

func (m *ScellAdd) Reset()

func (*ScellAdd) Size

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

func (*ScellAdd) String

func (m *ScellAdd) String() string

func (*ScellAdd) Unmarshal

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

func (*ScellAdd) XXX_DiscardUnknown

func (m *ScellAdd) XXX_DiscardUnknown()

func (*ScellAdd) XXX_Marshal

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

func (*ScellAdd) XXX_Merge

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

func (*ScellAdd) XXX_Size

func (m *ScellAdd) XXX_Size() int

func (*ScellAdd) XXX_Unmarshal

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

type ScellAddStatus

type ScellAddStatus struct {
	Crnti     string             `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	Ecgi      *ECGI              `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	ScellsInd []*PCIARFCN        `protobuf:"bytes,3,rep,name=scellsInd,proto3" json:"scellsInd,omitempty"`
	Status    []SuccessOrFailure `protobuf:"varint,4,rep,packed,name=status,proto3,enum=interface.e2.SuccessOrFailure" json:"status,omitempty"`
}

ScellAddStatus message

func (*ScellAddStatus) Descriptor

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

func (*ScellAddStatus) GetCrnti

func (m *ScellAddStatus) GetCrnti() string

func (*ScellAddStatus) GetEcgi

func (m *ScellAddStatus) GetEcgi() *ECGI

func (*ScellAddStatus) GetScellsInd

func (m *ScellAddStatus) GetScellsInd() []*PCIARFCN

func (*ScellAddStatus) GetStatus

func (m *ScellAddStatus) GetStatus() []SuccessOrFailure

func (*ScellAddStatus) Marshal

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

func (*ScellAddStatus) MarshalTo

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

func (*ScellAddStatus) MarshalToSizedBuffer

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

func (*ScellAddStatus) ProtoMessage

func (*ScellAddStatus) ProtoMessage()

func (*ScellAddStatus) Reset

func (m *ScellAddStatus) Reset()

func (*ScellAddStatus) Size

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

func (*ScellAddStatus) String

func (m *ScellAddStatus) String() string

func (*ScellAddStatus) Unmarshal

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

func (*ScellAddStatus) XXX_DiscardUnknown

func (m *ScellAddStatus) XXX_DiscardUnknown()

func (*ScellAddStatus) XXX_Marshal

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

func (*ScellAddStatus) XXX_Merge

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

func (*ScellAddStatus) XXX_Size

func (m *ScellAddStatus) XXX_Size() int

func (*ScellAddStatus) XXX_Unmarshal

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

type ScellDelete

type ScellDelete struct {
	Crnti     string      `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	Ecgi      *ECGI       `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	ScellsInd []*PCIARFCN `protobuf:"bytes,3,rep,name=scellsInd,proto3" json:"scellsInd,omitempty"`
}

ScellDelete message

func (*ScellDelete) Descriptor

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

func (*ScellDelete) GetCrnti

func (m *ScellDelete) GetCrnti() string

func (*ScellDelete) GetEcgi

func (m *ScellDelete) GetEcgi() *ECGI

func (*ScellDelete) GetScellsInd

func (m *ScellDelete) GetScellsInd() []*PCIARFCN

func (*ScellDelete) Marshal

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

func (*ScellDelete) MarshalTo

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

func (*ScellDelete) MarshalToSizedBuffer

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

func (*ScellDelete) ProtoMessage

func (*ScellDelete) ProtoMessage()

func (*ScellDelete) Reset

func (m *ScellDelete) Reset()

func (*ScellDelete) Size

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

func (*ScellDelete) String

func (m *ScellDelete) String() string

func (*ScellDelete) Unmarshal

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

func (*ScellDelete) XXX_DiscardUnknown

func (m *ScellDelete) XXX_DiscardUnknown()

func (*ScellDelete) XXX_Marshal

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

func (*ScellDelete) XXX_Merge

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

func (*ScellDelete) XXX_Size

func (m *ScellDelete) XXX_Size() int

func (*ScellDelete) XXX_Unmarshal

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

type SchedMeasRepPerServCell

type SchedMeasRepPerServCell struct {
	Ecgi           *ECGI     `protobuf:"bytes,1,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	QciVals        []string  `protobuf:"bytes,2,rep,name=qciVals,proto3" json:"qciVals,omitempty"`
	PrbUsage       *PRBUsage `protobuf:"bytes,3,opt,name=prbUsage,proto3" json:"prbUsage,omitempty"`
	McsDl          []string  `protobuf:"bytes,4,rep,name=mcsDl,proto3" json:"mcsDl,omitempty"`
	NumSchedTtisDl []string  `protobuf:"bytes,5,rep,name=numSchedTtisDl,proto3" json:"numSchedTtisDl,omitempty"`
	McsUl          []string  `protobuf:"bytes,6,rep,name=mcsUl,proto3" json:"mcsUl,omitempty"`
	NumSchedTtisUl []string  `protobuf:"bytes,7,rep,name=numSchedTtisUl,proto3" json:"numSchedTtisUl,omitempty"`
	RankDl1        []string  `protobuf:"bytes,8,rep,name=rankDl1,proto3" json:"rankDl1,omitempty"`
	RankDl2        []string  `protobuf:"bytes,9,rep,name=rankDl2,proto3" json:"rankDl2,omitempty"`
}

func (*SchedMeasRepPerServCell) Descriptor

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

func (*SchedMeasRepPerServCell) GetEcgi

func (m *SchedMeasRepPerServCell) GetEcgi() *ECGI

func (*SchedMeasRepPerServCell) GetMcsDl

func (m *SchedMeasRepPerServCell) GetMcsDl() []string

func (*SchedMeasRepPerServCell) GetMcsUl

func (m *SchedMeasRepPerServCell) GetMcsUl() []string

func (*SchedMeasRepPerServCell) GetNumSchedTtisDl

func (m *SchedMeasRepPerServCell) GetNumSchedTtisDl() []string

func (*SchedMeasRepPerServCell) GetNumSchedTtisUl

func (m *SchedMeasRepPerServCell) GetNumSchedTtisUl() []string

func (*SchedMeasRepPerServCell) GetPrbUsage

func (m *SchedMeasRepPerServCell) GetPrbUsage() *PRBUsage

func (*SchedMeasRepPerServCell) GetQciVals

func (m *SchedMeasRepPerServCell) GetQciVals() []string

func (*SchedMeasRepPerServCell) GetRankDl1

func (m *SchedMeasRepPerServCell) GetRankDl1() []string

func (*SchedMeasRepPerServCell) GetRankDl2

func (m *SchedMeasRepPerServCell) GetRankDl2() []string

func (*SchedMeasRepPerServCell) Marshal

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

func (*SchedMeasRepPerServCell) MarshalTo

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

func (*SchedMeasRepPerServCell) MarshalToSizedBuffer

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

func (*SchedMeasRepPerServCell) ProtoMessage

func (*SchedMeasRepPerServCell) ProtoMessage()

func (*SchedMeasRepPerServCell) Reset

func (m *SchedMeasRepPerServCell) Reset()

func (*SchedMeasRepPerServCell) Size

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

func (*SchedMeasRepPerServCell) String

func (m *SchedMeasRepPerServCell) String() string

func (*SchedMeasRepPerServCell) Unmarshal

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

func (*SchedMeasRepPerServCell) XXX_DiscardUnknown

func (m *SchedMeasRepPerServCell) XXX_DiscardUnknown()

func (*SchedMeasRepPerServCell) XXX_Marshal

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

func (*SchedMeasRepPerServCell) XXX_Merge

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

func (*SchedMeasRepPerServCell) XXX_Size

func (m *SchedMeasRepPerServCell) XXX_Size() int

func (*SchedMeasRepPerServCell) XXX_Unmarshal

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

type SchedMeasReportPerCell

type SchedMeasReportPerCell struct {
	Ecgi          *ECGI     `protobuf:"bytes,1,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	QciVals       []string  `protobuf:"bytes,2,rep,name=qciVals,proto3" json:"qciVals,omitempty"`
	PrbUsagePcell *PRBUsage `protobuf:"bytes,3,opt,name=prbUsagePcell,proto3" json:"prbUsagePcell,omitempty"`
	PrbUsageScell *PRBUsage `protobuf:"bytes,4,opt,name=prbUsageScell,proto3" json:"prbUsageScell,omitempty"`
}

SchedMeasReportPerCell message

func (*SchedMeasReportPerCell) Descriptor

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

func (*SchedMeasReportPerCell) GetEcgi

func (m *SchedMeasReportPerCell) GetEcgi() *ECGI

func (*SchedMeasReportPerCell) GetPrbUsagePcell

func (m *SchedMeasReportPerCell) GetPrbUsagePcell() *PRBUsage

func (*SchedMeasReportPerCell) GetPrbUsageScell

func (m *SchedMeasReportPerCell) GetPrbUsageScell() *PRBUsage

func (*SchedMeasReportPerCell) GetQciVals

func (m *SchedMeasReportPerCell) GetQciVals() []string

func (*SchedMeasReportPerCell) Marshal

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

func (*SchedMeasReportPerCell) MarshalTo

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

func (*SchedMeasReportPerCell) MarshalToSizedBuffer

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

func (*SchedMeasReportPerCell) ProtoMessage

func (*SchedMeasReportPerCell) ProtoMessage()

func (*SchedMeasReportPerCell) Reset

func (m *SchedMeasReportPerCell) Reset()

func (*SchedMeasReportPerCell) Size

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

func (*SchedMeasReportPerCell) String

func (m *SchedMeasReportPerCell) String() string

func (*SchedMeasReportPerCell) Unmarshal

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

func (*SchedMeasReportPerCell) XXX_DiscardUnknown

func (m *SchedMeasReportPerCell) XXX_DiscardUnknown()

func (*SchedMeasReportPerCell) XXX_Marshal

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

func (*SchedMeasReportPerCell) XXX_Merge

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

func (*SchedMeasReportPerCell) XXX_Size

func (m *SchedMeasReportPerCell) XXX_Size() int

func (*SchedMeasReportPerCell) XXX_Unmarshal

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

type SchedMeasReportPerUE

type SchedMeasReportPerUE struct {
	Ecgi                 *ECGI                      `protobuf:"bytes,1,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	Crnti                string                     `protobuf:"bytes,2,opt,name=crnti,proto3" json:"crnti,omitempty"`
	SchedReportServCells []*SchedMeasRepPerServCell `protobuf:"bytes,3,rep,name=schedReportServCells,proto3" json:"schedReportServCells,omitempty"`
}

SchedMeasReportPerUE message

func (*SchedMeasReportPerUE) Descriptor

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

func (*SchedMeasReportPerUE) GetCrnti

func (m *SchedMeasReportPerUE) GetCrnti() string

func (*SchedMeasReportPerUE) GetEcgi

func (m *SchedMeasReportPerUE) GetEcgi() *ECGI

func (*SchedMeasReportPerUE) GetSchedReportServCells

func (m *SchedMeasReportPerUE) GetSchedReportServCells() []*SchedMeasRepPerServCell

func (*SchedMeasReportPerUE) Marshal

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

func (*SchedMeasReportPerUE) MarshalTo

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

func (*SchedMeasReportPerUE) MarshalToSizedBuffer

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

func (*SchedMeasReportPerUE) ProtoMessage

func (*SchedMeasReportPerUE) ProtoMessage()

func (*SchedMeasReportPerUE) Reset

func (m *SchedMeasReportPerUE) Reset()

func (*SchedMeasReportPerUE) Size

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

func (*SchedMeasReportPerUE) String

func (m *SchedMeasReportPerUE) String() string

func (*SchedMeasReportPerUE) Unmarshal

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

func (*SchedMeasReportPerUE) XXX_DiscardUnknown

func (m *SchedMeasReportPerUE) XXX_DiscardUnknown()

func (*SchedMeasReportPerUE) XXX_Marshal

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

func (*SchedMeasReportPerUE) XXX_Merge

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

func (*SchedMeasReportPerUE) XXX_Size

func (m *SchedMeasReportPerUE) XXX_Size() int

func (*SchedMeasReportPerUE) XXX_Unmarshal

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

type SeNBAdd

type SeNBAdd struct {
	Crnti string `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	MEcgi *ECGI  `protobuf:"bytes,2,opt,name=mEcgi,proto3" json:"mEcgi,omitempty"`
	SEcgi *ECGI  `protobuf:"bytes,3,opt,name=sEcgi,proto3" json:"sEcgi,omitempty"`
}

SeNBAdd message

func (*SeNBAdd) Descriptor

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

func (*SeNBAdd) GetCrnti

func (m *SeNBAdd) GetCrnti() string

func (*SeNBAdd) GetMEcgi

func (m *SeNBAdd) GetMEcgi() *ECGI

func (*SeNBAdd) GetSEcgi

func (m *SeNBAdd) GetSEcgi() *ECGI

func (*SeNBAdd) Marshal

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

func (*SeNBAdd) MarshalTo

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

func (*SeNBAdd) MarshalToSizedBuffer

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

func (*SeNBAdd) ProtoMessage

func (*SeNBAdd) ProtoMessage()

func (*SeNBAdd) Reset

func (m *SeNBAdd) Reset()

func (*SeNBAdd) Size

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

func (*SeNBAdd) String

func (m *SeNBAdd) String() string

func (*SeNBAdd) Unmarshal

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

func (*SeNBAdd) XXX_DiscardUnknown

func (m *SeNBAdd) XXX_DiscardUnknown()

func (*SeNBAdd) XXX_Marshal

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

func (*SeNBAdd) XXX_Merge

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

func (*SeNBAdd) XXX_Size

func (m *SeNBAdd) XXX_Size() int

func (*SeNBAdd) XXX_Unmarshal

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

type SeNBAddStatus

type SeNBAddStatus struct {
	Crnti  string           `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	Ecgi   *ECGI            `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	Status SuccessOrFailure `protobuf:"varint,3,opt,name=status,proto3,enum=interface.e2.SuccessOrFailure" json:"status,omitempty"`
}

SeNBAddStatus message

func (*SeNBAddStatus) Descriptor

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

func (*SeNBAddStatus) GetCrnti

func (m *SeNBAddStatus) GetCrnti() string

func (*SeNBAddStatus) GetEcgi

func (m *SeNBAddStatus) GetEcgi() *ECGI

func (*SeNBAddStatus) GetStatus

func (m *SeNBAddStatus) GetStatus() SuccessOrFailure

func (*SeNBAddStatus) Marshal

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

func (*SeNBAddStatus) MarshalTo

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

func (*SeNBAddStatus) MarshalToSizedBuffer

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

func (*SeNBAddStatus) ProtoMessage

func (*SeNBAddStatus) ProtoMessage()

func (*SeNBAddStatus) Reset

func (m *SeNBAddStatus) Reset()

func (*SeNBAddStatus) Size

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

func (*SeNBAddStatus) String

func (m *SeNBAddStatus) String() string

func (*SeNBAddStatus) Unmarshal

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

func (*SeNBAddStatus) XXX_DiscardUnknown

func (m *SeNBAddStatus) XXX_DiscardUnknown()

func (*SeNBAddStatus) XXX_Marshal

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

func (*SeNBAddStatus) XXX_Merge

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

func (*SeNBAddStatus) XXX_Size

func (m *SeNBAddStatus) XXX_Size() int

func (*SeNBAddStatus) XXX_Unmarshal

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

type SeNBDelete

type SeNBDelete struct {
	Crnti string `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	MEcgi *ECGI  `protobuf:"bytes,2,opt,name=mEcgi,proto3" json:"mEcgi,omitempty"`
	SEcgi *ECGI  `protobuf:"bytes,3,opt,name=sEcgi,proto3" json:"sEcgi,omitempty"`
}

SeNBDelete message

func (*SeNBDelete) Descriptor

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

func (*SeNBDelete) GetCrnti

func (m *SeNBDelete) GetCrnti() string

func (*SeNBDelete) GetMEcgi

func (m *SeNBDelete) GetMEcgi() *ECGI

func (*SeNBDelete) GetSEcgi

func (m *SeNBDelete) GetSEcgi() *ECGI

func (*SeNBDelete) Marshal

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

func (*SeNBDelete) MarshalTo

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

func (*SeNBDelete) MarshalToSizedBuffer

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

func (*SeNBDelete) ProtoMessage

func (*SeNBDelete) ProtoMessage()

func (*SeNBDelete) Reset

func (m *SeNBDelete) Reset()

func (*SeNBDelete) Size

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

func (*SeNBDelete) String

func (m *SeNBDelete) String() string

func (*SeNBDelete) Unmarshal

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

func (*SeNBDelete) XXX_DiscardUnknown

func (m *SeNBDelete) XXX_DiscardUnknown()

func (*SeNBDelete) XXX_Marshal

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

func (*SeNBDelete) XXX_Merge

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

func (*SeNBDelete) XXX_Size

func (m *SeNBDelete) XXX_Size() int

func (*SeNBDelete) XXX_Unmarshal

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

type SuccessOrFailure

type SuccessOrFailure int32
const (
	SuccessOrFailure_SUCCESS SuccessOrFailure = 0
	SuccessOrFailure_FAILURE SuccessOrFailure = 1
)

func (SuccessOrFailure) EnumDescriptor

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

func (SuccessOrFailure) String

func (x SuccessOrFailure) String() string

type ThreasholdEUTRA

type ThreasholdEUTRA struct {
	Present ThresholdEUTRAPR      `protobuf:"varint,1,opt,name=present,proto3,enum=interface.e2.ThresholdEUTRAPR" json:"present,omitempty"`
	Choice  *ThresholdEUTRAChoice `protobuf:"bytes,2,opt,name=choice,proto3" json:"choice,omitempty"`
}

func (*ThreasholdEUTRA) Descriptor

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

func (*ThreasholdEUTRA) GetChoice

func (m *ThreasholdEUTRA) GetChoice() *ThresholdEUTRAChoice

func (*ThreasholdEUTRA) GetPresent

func (m *ThreasholdEUTRA) GetPresent() ThresholdEUTRAPR

func (*ThreasholdEUTRA) Marshal

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

func (*ThreasholdEUTRA) MarshalTo

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

func (*ThreasholdEUTRA) MarshalToSizedBuffer

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

func (*ThreasholdEUTRA) ProtoMessage

func (*ThreasholdEUTRA) ProtoMessage()

func (*ThreasholdEUTRA) Reset

func (m *ThreasholdEUTRA) Reset()

func (*ThreasholdEUTRA) Size

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

func (*ThreasholdEUTRA) String

func (m *ThreasholdEUTRA) String() string

func (*ThreasholdEUTRA) Unmarshal

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

func (*ThreasholdEUTRA) XXX_DiscardUnknown

func (m *ThreasholdEUTRA) XXX_DiscardUnknown()

func (*ThreasholdEUTRA) XXX_Marshal

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

func (*ThreasholdEUTRA) XXX_Merge

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

func (*ThreasholdEUTRA) XXX_Size

func (m *ThreasholdEUTRA) XXX_Size() int

func (*ThreasholdEUTRA) XXX_Unmarshal

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

type ThresholdEUTRAChoice

type ThresholdEUTRAChoice struct {
	// Types that are valid to be assigned to Choice:
	//	*ThresholdEUTRAChoice_ThresholdRSRP
	//	*ThresholdEUTRAChoice_ThresholdRSRQ
	Choice isThresholdEUTRAChoice_Choice `protobuf_oneof:"choice"`
}

func (*ThresholdEUTRAChoice) Descriptor

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

func (*ThresholdEUTRAChoice) GetChoice

func (m *ThresholdEUTRAChoice) GetChoice() isThresholdEUTRAChoice_Choice

func (*ThresholdEUTRAChoice) GetThresholdRSRP

func (m *ThresholdEUTRAChoice) GetThresholdRSRP() string

func (*ThresholdEUTRAChoice) GetThresholdRSRQ

func (m *ThresholdEUTRAChoice) GetThresholdRSRQ() string

func (*ThresholdEUTRAChoice) Marshal

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

func (*ThresholdEUTRAChoice) MarshalTo

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

func (*ThresholdEUTRAChoice) MarshalToSizedBuffer

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

func (*ThresholdEUTRAChoice) ProtoMessage

func (*ThresholdEUTRAChoice) ProtoMessage()

func (*ThresholdEUTRAChoice) Reset

func (m *ThresholdEUTRAChoice) Reset()

func (*ThresholdEUTRAChoice) Size

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

func (*ThresholdEUTRAChoice) String

func (m *ThresholdEUTRAChoice) String() string

func (*ThresholdEUTRAChoice) Unmarshal

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

func (*ThresholdEUTRAChoice) XXX_DiscardUnknown

func (m *ThresholdEUTRAChoice) XXX_DiscardUnknown()

func (*ThresholdEUTRAChoice) XXX_Marshal

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

func (*ThresholdEUTRAChoice) XXX_Merge

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

func (*ThresholdEUTRAChoice) XXX_OneofWrappers

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

XXX_OneofWrappers is for the internal use of the proto package.

func (*ThresholdEUTRAChoice) XXX_Size

func (m *ThresholdEUTRAChoice) XXX_Size() int

func (*ThresholdEUTRAChoice) XXX_Unmarshal

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

type ThresholdEUTRAChoice_ThresholdRSRP

type ThresholdEUTRAChoice_ThresholdRSRP struct {
	ThresholdRSRP string `protobuf:"bytes,1,opt,name=thresholdRSRP,proto3,oneof" json:"thresholdRSRP,omitempty"`
}

func (*ThresholdEUTRAChoice_ThresholdRSRP) MarshalTo

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

func (*ThresholdEUTRAChoice_ThresholdRSRP) MarshalToSizedBuffer

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

func (*ThresholdEUTRAChoice_ThresholdRSRP) Size

type ThresholdEUTRAChoice_ThresholdRSRQ

type ThresholdEUTRAChoice_ThresholdRSRQ struct {
	ThresholdRSRQ string `protobuf:"bytes,2,opt,name=thresholdRSRQ,proto3,oneof" json:"thresholdRSRQ,omitempty"`
}

func (*ThresholdEUTRAChoice_ThresholdRSRQ) MarshalTo

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

func (*ThresholdEUTRAChoice_ThresholdRSRQ) MarshalToSizedBuffer

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

func (*ThresholdEUTRAChoice_ThresholdRSRQ) Size

type ThresholdEUTRAPR

type ThresholdEUTRAPR int32
const (
	ThresholdEUTRAPR_THRESHOLD_EUTRA_PR_NOTHING ThresholdEUTRAPR = 0
	ThresholdEUTRAPR_THRESHOLD_EUTRA_PR_RSRP    ThresholdEUTRAPR = 1
	ThresholdEUTRAPR_THRESHOLD_EUTRA_PR_RSRQ    ThresholdEUTRAPR = 2
)

func (ThresholdEUTRAPR) EnumDescriptor

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

func (ThresholdEUTRAPR) String

func (x ThresholdEUTRAPR) String() string

type TimeToTrigger

type TimeToTrigger int32
const (
	TimeToTrigger_TTT_MS0    TimeToTrigger = 0
	TimeToTrigger_TTT_MS40   TimeToTrigger = 1
	TimeToTrigger_TTT_MS64   TimeToTrigger = 2
	TimeToTrigger_TTT_MS80   TimeToTrigger = 3
	TimeToTrigger_TTT_MS100  TimeToTrigger = 4
	TimeToTrigger_TTT_MS128  TimeToTrigger = 5
	TimeToTrigger_TTT_MS160  TimeToTrigger = 6
	TimeToTrigger_TTT_MS256  TimeToTrigger = 7
	TimeToTrigger_TTT_MS320  TimeToTrigger = 8
	TimeToTrigger_TTT_MS480  TimeToTrigger = 9
	TimeToTrigger_TTT_MS512  TimeToTrigger = 10
	TimeToTrigger_TTT_MS640  TimeToTrigger = 11
	TimeToTrigger_TTT_MS1024 TimeToTrigger = 12
	TimeToTrigger_TTT_MS1280 TimeToTrigger = 13
	TimeToTrigger_TTT_MS2560 TimeToTrigger = 14
	TimeToTrigger_TTT_MS5120 TimeToTrigger = 15
)

func (TimeToTrigger) EnumDescriptor

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

func (TimeToTrigger) String

func (x TimeToTrigger) String() string

type TrafficSplitConfig

type TrafficSplitConfig struct {
	Crnti                  string                    `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	Ecgi                   *ECGI                     `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	TrafficSplitPercentage []*TrafficSplitPercentage `protobuf:"bytes,3,rep,name=trafficSplitPercentage,proto3" json:"trafficSplitPercentage,omitempty"`
}

TrafficSplitConfig message

func (*TrafficSplitConfig) Descriptor

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

func (*TrafficSplitConfig) GetCrnti

func (m *TrafficSplitConfig) GetCrnti() string

func (*TrafficSplitConfig) GetEcgi

func (m *TrafficSplitConfig) GetEcgi() *ECGI

func (*TrafficSplitConfig) GetTrafficSplitPercentage

func (m *TrafficSplitConfig) GetTrafficSplitPercentage() []*TrafficSplitPercentage

func (*TrafficSplitConfig) Marshal

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

func (*TrafficSplitConfig) MarshalTo

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

func (*TrafficSplitConfig) MarshalToSizedBuffer

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

func (*TrafficSplitConfig) ProtoMessage

func (*TrafficSplitConfig) ProtoMessage()

func (*TrafficSplitConfig) Reset

func (m *TrafficSplitConfig) Reset()

func (*TrafficSplitConfig) Size

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

func (*TrafficSplitConfig) String

func (m *TrafficSplitConfig) String() string

func (*TrafficSplitConfig) Unmarshal

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

func (*TrafficSplitConfig) XXX_DiscardUnknown

func (m *TrafficSplitConfig) XXX_DiscardUnknown()

func (*TrafficSplitConfig) XXX_Marshal

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

func (*TrafficSplitConfig) XXX_Merge

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

func (*TrafficSplitConfig) XXX_Size

func (m *TrafficSplitConfig) XXX_Size() int

func (*TrafficSplitConfig) XXX_Unmarshal

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

type TrafficSplitPercentage

type TrafficSplitPercentage struct {
	Ecgi                *ECGI  `protobuf:"bytes,1,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	TrafficPercentageDl string `protobuf:"bytes,2,opt,name=trafficPercentageDl,proto3" json:"trafficPercentageDl,omitempty"`
	TrafficPercentageUl string `protobuf:"bytes,3,opt,name=trafficPercentageUl,proto3" json:"trafficPercentageUl,omitempty"`
}

func (*TrafficSplitPercentage) Descriptor

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

func (*TrafficSplitPercentage) GetEcgi

func (m *TrafficSplitPercentage) GetEcgi() *ECGI

func (*TrafficSplitPercentage) GetTrafficPercentageDl

func (m *TrafficSplitPercentage) GetTrafficPercentageDl() string

func (*TrafficSplitPercentage) GetTrafficPercentageUl

func (m *TrafficSplitPercentage) GetTrafficPercentageUl() string

func (*TrafficSplitPercentage) Marshal

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

func (*TrafficSplitPercentage) MarshalTo

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

func (*TrafficSplitPercentage) MarshalToSizedBuffer

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

func (*TrafficSplitPercentage) ProtoMessage

func (*TrafficSplitPercentage) ProtoMessage()

func (*TrafficSplitPercentage) Reset

func (m *TrafficSplitPercentage) Reset()

func (*TrafficSplitPercentage) Size

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

func (*TrafficSplitPercentage) String

func (m *TrafficSplitPercentage) String() string

func (*TrafficSplitPercentage) Unmarshal

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

func (*TrafficSplitPercentage) XXX_DiscardUnknown

func (m *TrafficSplitPercentage) XXX_DiscardUnknown()

func (*TrafficSplitPercentage) XXX_Marshal

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

func (*TrafficSplitPercentage) XXX_Merge

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

func (*TrafficSplitPercentage) XXX_Size

func (m *TrafficSplitPercentage) XXX_Size() int

func (*TrafficSplitPercentage) XXX_Unmarshal

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

type TriggerQuantity

type TriggerQuantity int32
const (
	TriggerQuantity_TQ_RSRP TriggerQuantity = 0
	TriggerQuantity_TQ_RSRQ TriggerQuantity = 1
)

func (TriggerQuantity) EnumDescriptor

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

func (TriggerQuantity) String

func (x TriggerQuantity) String() string

type TriggeringMessage

type TriggeringMessage int32
const (
	TriggeringMessage_INITIATING_MESSAGE    TriggeringMessage = 0
	TriggeringMessage_SUCCESSFUL_OUTCOME    TriggeringMessage = 1
	TriggeringMessage_UNSUCCESSFULL_OUTCOME TriggeringMessage = 2
)

func (TriggeringMessage) EnumDescriptor

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

func (TriggeringMessage) String

func (x TriggeringMessage) String() string

type UEAMBR

type UEAMBR struct {
	AmbrDl string `protobuf:"bytes,1,opt,name=ambrDl,proto3" json:"ambrDl,omitempty"`
	AmbrUl string `protobuf:"bytes,2,opt,name=ambrUl,proto3" json:"ambrUl,omitempty"`
}

func (*UEAMBR) Descriptor

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

func (*UEAMBR) GetAmbrDl

func (m *UEAMBR) GetAmbrDl() string

func (*UEAMBR) GetAmbrUl

func (m *UEAMBR) GetAmbrUl() string

func (*UEAMBR) Marshal

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

func (*UEAMBR) MarshalTo

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

func (*UEAMBR) MarshalToSizedBuffer

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

func (*UEAMBR) ProtoMessage

func (*UEAMBR) ProtoMessage()

func (*UEAMBR) Reset

func (m *UEAMBR) Reset()

func (*UEAMBR) Size

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

func (*UEAMBR) String

func (m *UEAMBR) String() string

func (*UEAMBR) Unmarshal

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

func (*UEAMBR) XXX_DiscardUnknown

func (m *UEAMBR) XXX_DiscardUnknown()

func (*UEAMBR) XXX_Marshal

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

func (*UEAMBR) XXX_Merge

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

func (*UEAMBR) XXX_Size

func (m *UEAMBR) XXX_Size() int

func (*UEAMBR) XXX_Unmarshal

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

type UEAdmissionRequest

type UEAdmissionRequest struct {
	Crnti             string      `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	Ecgi              *ECGI       `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	AdmissionEstCause AdmEstCause `protobuf:"varint,3,opt,name=admissionEstCause,proto3,enum=interface.e2.AdmEstCause" json:"admissionEstCause,omitempty"`
	Imsi              uint64      `protobuf:"varint,4,opt,name=imsi,proto3" json:"imsi,omitempty"`
}

UEAdmissionRequest message

func (*UEAdmissionRequest) Descriptor

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

func (*UEAdmissionRequest) GetAdmissionEstCause

func (m *UEAdmissionRequest) GetAdmissionEstCause() AdmEstCause

func (*UEAdmissionRequest) GetCrnti

func (m *UEAdmissionRequest) GetCrnti() string

func (*UEAdmissionRequest) GetEcgi

func (m *UEAdmissionRequest) GetEcgi() *ECGI

func (*UEAdmissionRequest) GetImsi

func (m *UEAdmissionRequest) GetImsi() uint64

func (*UEAdmissionRequest) Marshal

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

func (*UEAdmissionRequest) MarshalTo

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

func (*UEAdmissionRequest) MarshalToSizedBuffer

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

func (*UEAdmissionRequest) ProtoMessage

func (*UEAdmissionRequest) ProtoMessage()

func (*UEAdmissionRequest) Reset

func (m *UEAdmissionRequest) Reset()

func (*UEAdmissionRequest) Size

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

func (*UEAdmissionRequest) String

func (m *UEAdmissionRequest) String() string

func (*UEAdmissionRequest) Unmarshal

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

func (*UEAdmissionRequest) XXX_DiscardUnknown

func (m *UEAdmissionRequest) XXX_DiscardUnknown()

func (*UEAdmissionRequest) XXX_Marshal

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

func (*UEAdmissionRequest) XXX_Merge

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

func (*UEAdmissionRequest) XXX_Size

func (m *UEAdmissionRequest) XXX_Size() int

func (*UEAdmissionRequest) XXX_Unmarshal

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

type UEAdmissionResponse

type UEAdmissionResponse struct {
	Crnti                string           `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	Ecgi                 *ECGI            `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	AdmissionEstResponse SuccessOrFailure `` /* 129-byte string literal not displayed */
}

UEAdmissionResponse message

func (*UEAdmissionResponse) Descriptor

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

func (*UEAdmissionResponse) GetAdmissionEstResponse

func (m *UEAdmissionResponse) GetAdmissionEstResponse() SuccessOrFailure

func (*UEAdmissionResponse) GetCrnti

func (m *UEAdmissionResponse) GetCrnti() string

func (*UEAdmissionResponse) GetEcgi

func (m *UEAdmissionResponse) GetEcgi() *ECGI

func (*UEAdmissionResponse) Marshal

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

func (*UEAdmissionResponse) MarshalTo

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

func (*UEAdmissionResponse) MarshalToSizedBuffer

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

func (*UEAdmissionResponse) ProtoMessage

func (*UEAdmissionResponse) ProtoMessage()

func (*UEAdmissionResponse) Reset

func (m *UEAdmissionResponse) Reset()

func (*UEAdmissionResponse) Size

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

func (*UEAdmissionResponse) String

func (m *UEAdmissionResponse) String() string

func (*UEAdmissionResponse) Unmarshal

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

func (*UEAdmissionResponse) XXX_DiscardUnknown

func (m *UEAdmissionResponse) XXX_DiscardUnknown()

func (*UEAdmissionResponse) XXX_Marshal

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

func (*UEAdmissionResponse) XXX_Merge

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

func (*UEAdmissionResponse) XXX_Size

func (m *UEAdmissionResponse) XXX_Size() int

func (*UEAdmissionResponse) XXX_Unmarshal

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

type UEAdmissionStatus

type UEAdmissionStatus struct {
	Crnti              string           `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	Ecgi               *ECGI            `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	AdmissionEstStatus SuccessOrFailure `protobuf:"varint,3,opt,name=admissionEstStatus,proto3,enum=interface.e2.SuccessOrFailure" json:"admissionEstStatus,omitempty"`
}

UEAdmissionStatus message

func (*UEAdmissionStatus) Descriptor

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

func (*UEAdmissionStatus) GetAdmissionEstStatus

func (m *UEAdmissionStatus) GetAdmissionEstStatus() SuccessOrFailure

func (*UEAdmissionStatus) GetCrnti

func (m *UEAdmissionStatus) GetCrnti() string

func (*UEAdmissionStatus) GetEcgi

func (m *UEAdmissionStatus) GetEcgi() *ECGI

func (*UEAdmissionStatus) Marshal

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

func (*UEAdmissionStatus) MarshalTo

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

func (*UEAdmissionStatus) MarshalToSizedBuffer

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

func (*UEAdmissionStatus) ProtoMessage

func (*UEAdmissionStatus) ProtoMessage()

func (*UEAdmissionStatus) Reset

func (m *UEAdmissionStatus) Reset()

func (*UEAdmissionStatus) Size

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

func (*UEAdmissionStatus) String

func (m *UEAdmissionStatus) String() string

func (*UEAdmissionStatus) Unmarshal

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

func (*UEAdmissionStatus) XXX_DiscardUnknown

func (m *UEAdmissionStatus) XXX_DiscardUnknown()

func (*UEAdmissionStatus) XXX_Marshal

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

func (*UEAdmissionStatus) XXX_Merge

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

func (*UEAdmissionStatus) XXX_Size

func (m *UEAdmissionStatus) XXX_Size() int

func (*UEAdmissionStatus) XXX_Unmarshal

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

type UECapabilityEnquiry

type UECapabilityEnquiry struct {
	Crnti string `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	Ecgi  *ECGI  `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
}

UECapabilityEnqyuiry message

func (*UECapabilityEnquiry) Descriptor

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

func (*UECapabilityEnquiry) GetCrnti

func (m *UECapabilityEnquiry) GetCrnti() string

func (*UECapabilityEnquiry) GetEcgi

func (m *UECapabilityEnquiry) GetEcgi() *ECGI

func (*UECapabilityEnquiry) Marshal

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

func (*UECapabilityEnquiry) MarshalTo

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

func (*UECapabilityEnquiry) MarshalToSizedBuffer

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

func (*UECapabilityEnquiry) ProtoMessage

func (*UECapabilityEnquiry) ProtoMessage()

func (*UECapabilityEnquiry) Reset

func (m *UECapabilityEnquiry) Reset()

func (*UECapabilityEnquiry) Size

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

func (*UECapabilityEnquiry) String

func (m *UECapabilityEnquiry) String() string

func (*UECapabilityEnquiry) Unmarshal

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

func (*UECapabilityEnquiry) XXX_DiscardUnknown

func (m *UECapabilityEnquiry) XXX_DiscardUnknown()

func (*UECapabilityEnquiry) XXX_Marshal

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

func (*UECapabilityEnquiry) XXX_Merge

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

func (*UECapabilityEnquiry) XXX_Size

func (m *UECapabilityEnquiry) XXX_Size() int

func (*UECapabilityEnquiry) XXX_Unmarshal

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

type UECapabilityInfo

type UECapabilityInfo struct {
	Crnti string `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	Ecgi  *ECGI  `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	CaCap *CACap `protobuf:"bytes,3,opt,name=caCap,proto3" json:"caCap,omitempty"`
	DcCap *DCCap `protobuf:"bytes,4,opt,name=dcCap,proto3" json:"dcCap,omitempty"`
}

UECapabilityInfo message

func (*UECapabilityInfo) Descriptor

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

func (*UECapabilityInfo) GetCaCap

func (m *UECapabilityInfo) GetCaCap() *CACap

func (*UECapabilityInfo) GetCrnti

func (m *UECapabilityInfo) GetCrnti() string

func (*UECapabilityInfo) GetDcCap

func (m *UECapabilityInfo) GetDcCap() *DCCap

func (*UECapabilityInfo) GetEcgi

func (m *UECapabilityInfo) GetEcgi() *ECGI

func (*UECapabilityInfo) Marshal

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

func (*UECapabilityInfo) MarshalTo

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

func (*UECapabilityInfo) MarshalToSizedBuffer

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

func (*UECapabilityInfo) ProtoMessage

func (*UECapabilityInfo) ProtoMessage()

func (*UECapabilityInfo) Reset

func (m *UECapabilityInfo) Reset()

func (*UECapabilityInfo) Size

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

func (*UECapabilityInfo) String

func (m *UECapabilityInfo) String() string

func (*UECapabilityInfo) Unmarshal

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

func (*UECapabilityInfo) XXX_DiscardUnknown

func (m *UECapabilityInfo) XXX_DiscardUnknown()

func (*UECapabilityInfo) XXX_Marshal

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

func (*UECapabilityInfo) XXX_Merge

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

func (*UECapabilityInfo) XXX_Size

func (m *UECapabilityInfo) XXX_Size() int

func (*UECapabilityInfo) XXX_Unmarshal

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

type UEContextUpdate

type UEContextUpdate struct {
	Crnti       string `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	Ecgi        *ECGI  `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	MmeUeS1ApId string `protobuf:"bytes,3,opt,name=mmeUeS1apId,proto3" json:"mmeUeS1apId,omitempty"`
	EnbUeS1ApId string `protobuf:"bytes,4,opt,name=enbUeS1apId,proto3" json:"enbUeS1apId,omitempty"`
	Imsi        string `protobuf:"bytes,5,opt,name=imsi,proto3" json:"imsi,omitempty"`
}

UEContextUpdate message

func (*UEContextUpdate) Descriptor

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

func (*UEContextUpdate) GetCrnti

func (m *UEContextUpdate) GetCrnti() string

func (*UEContextUpdate) GetEcgi

func (m *UEContextUpdate) GetEcgi() *ECGI

func (*UEContextUpdate) GetEnbUeS1ApId

func (m *UEContextUpdate) GetEnbUeS1ApId() string

func (*UEContextUpdate) GetImsi

func (m *UEContextUpdate) GetImsi() string

func (*UEContextUpdate) GetMmeUeS1ApId

func (m *UEContextUpdate) GetMmeUeS1ApId() string

func (*UEContextUpdate) Marshal

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

func (*UEContextUpdate) MarshalTo

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

func (*UEContextUpdate) MarshalToSizedBuffer

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

func (*UEContextUpdate) ProtoMessage

func (*UEContextUpdate) ProtoMessage()

func (*UEContextUpdate) Reset

func (m *UEContextUpdate) Reset()

func (*UEContextUpdate) Size

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

func (*UEContextUpdate) String

func (m *UEContextUpdate) String() string

func (*UEContextUpdate) Unmarshal

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

func (*UEContextUpdate) XXX_DiscardUnknown

func (m *UEContextUpdate) XXX_DiscardUnknown()

func (*UEContextUpdate) XXX_Marshal

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

func (*UEContextUpdate) XXX_Merge

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

func (*UEContextUpdate) XXX_Size

func (m *UEContextUpdate) XXX_Size() int

func (*UEContextUpdate) XXX_Unmarshal

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

type UEReconfigInd

type UEReconfigInd struct {
	CrntiOld      string        `protobuf:"bytes,1,opt,name=crntiOld,proto3" json:"crntiOld,omitempty"`
	Ecgi          *ECGI         `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	CrntiNew      string        `protobuf:"bytes,3,opt,name=crntiNew,proto3" json:"crntiNew,omitempty"`
	ReconfigCause ReconfigCause `protobuf:"varint,4,opt,name=reconfigCause,proto3,enum=interface.e2.ReconfigCause" json:"reconfigCause,omitempty"`
}

UEReconfigInd message

func (*UEReconfigInd) Descriptor

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

func (*UEReconfigInd) GetCrntiNew

func (m *UEReconfigInd) GetCrntiNew() string

func (*UEReconfigInd) GetCrntiOld

func (m *UEReconfigInd) GetCrntiOld() string

func (*UEReconfigInd) GetEcgi

func (m *UEReconfigInd) GetEcgi() *ECGI

func (*UEReconfigInd) GetReconfigCause

func (m *UEReconfigInd) GetReconfigCause() ReconfigCause

func (*UEReconfigInd) Marshal

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

func (*UEReconfigInd) MarshalTo

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

func (*UEReconfigInd) MarshalToSizedBuffer

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

func (*UEReconfigInd) ProtoMessage

func (*UEReconfigInd) ProtoMessage()

func (*UEReconfigInd) Reset

func (m *UEReconfigInd) Reset()

func (*UEReconfigInd) Size

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

func (*UEReconfigInd) String

func (m *UEReconfigInd) String() string

func (*UEReconfigInd) Unmarshal

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

func (*UEReconfigInd) XXX_DiscardUnknown

func (m *UEReconfigInd) XXX_DiscardUnknown()

func (*UEReconfigInd) XXX_Marshal

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

func (*UEReconfigInd) XXX_Merge

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

func (*UEReconfigInd) XXX_Size

func (m *UEReconfigInd) XXX_Size() int

func (*UEReconfigInd) XXX_Unmarshal

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

type UEReleaseInd

type UEReleaseInd struct {
	Crnti        string       `protobuf:"bytes,1,opt,name=crnti,proto3" json:"crnti,omitempty"`
	Ecgi         *ECGI        `protobuf:"bytes,2,opt,name=ecgi,proto3" json:"ecgi,omitempty"`
	ReleaseCause ReleaseCause `protobuf:"varint,3,opt,name=releaseCause,proto3,enum=interface.e2.ReleaseCause" json:"releaseCause,omitempty"`
}

UEReleaseInd message

func (*UEReleaseInd) Descriptor

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

func (*UEReleaseInd) GetCrnti

func (m *UEReleaseInd) GetCrnti() string

func (*UEReleaseInd) GetEcgi

func (m *UEReleaseInd) GetEcgi() *ECGI

func (*UEReleaseInd) GetReleaseCause

func (m *UEReleaseInd) GetReleaseCause() ReleaseCause

func (*UEReleaseInd) Marshal

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

func (*UEReleaseInd) MarshalTo

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

func (*UEReleaseInd) MarshalToSizedBuffer

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

func (*UEReleaseInd) ProtoMessage

func (*UEReleaseInd) ProtoMessage()

func (*UEReleaseInd) Reset

func (m *UEReleaseInd) Reset()

func (*UEReleaseInd) Size

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

func (*UEReleaseInd) String

func (m *UEReleaseInd) String() string

func (*UEReleaseInd) Unmarshal

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

func (*UEReleaseInd) XXX_DiscardUnknown

func (m *UEReleaseInd) XXX_DiscardUnknown()

func (*UEReleaseInd) XXX_Marshal

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

func (*UEReleaseInd) XXX_Merge

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

func (*UEReleaseInd) XXX_Size

func (m *UEReleaseInd) XXX_Size() int

func (*UEReleaseInd) XXX_Unmarshal

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

type XICICPA

type XICICPA int32
const (
	XICICPA_XICIC_PA_DB_MINUS6      XICICPA = 0
	XICICPA_XICIC_PA_DB_MINUX4DOT77 XICICPA = 1
	XICICPA_XICIC_PA_DB_MINUS3      XICICPA = 2
	XICICPA_XICIC_PA_DB_MINUS1DOT77 XICICPA = 3
	XICICPA_XICIC_PA_DB_0           XICICPA = 4
	XICICPA_XICIC_PA_DB_1           XICICPA = 5
	XICICPA_XICIC_PA_DB_2           XICICPA = 6
	XICICPA_XICIC_PA_DB_3           XICICPA = 7
)

func (XICICPA) EnumDescriptor

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

func (XICICPA) String

func (x XICICPA) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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