inter_adapter

package
v5.7.4 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2026 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_voltha_protos_inter_adapter_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type DeleteGemPortMessage

type DeleteGemPortMessage struct {
	DeviceId       string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	UniId          uint32 `protobuf:"varint,2,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"`
	TpInstancePath string `protobuf:"bytes,3,opt,name=tp_instance_path,json=tpInstancePath,proto3" json:"tp_instance_path,omitempty"`
	GemPortId      uint32 `protobuf:"varint,4,opt,name=gem_port_id,json=gemPortId,proto3" json:"gem_port_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteGemPortMessage) Descriptor deprecated

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

Deprecated: Use DeleteGemPortMessage.ProtoReflect.Descriptor instead.

func (*DeleteGemPortMessage) GetDeviceId

func (x *DeleteGemPortMessage) GetDeviceId() string

func (*DeleteGemPortMessage) GetGemPortId

func (x *DeleteGemPortMessage) GetGemPortId() uint32

func (*DeleteGemPortMessage) GetTpInstancePath

func (x *DeleteGemPortMessage) GetTpInstancePath() string

func (*DeleteGemPortMessage) GetUniId

func (x *DeleteGemPortMessage) GetUniId() uint32

func (*DeleteGemPortMessage) ProtoMessage

func (*DeleteGemPortMessage) ProtoMessage()

func (*DeleteGemPortMessage) ProtoReflect added in v5.7.1

func (x *DeleteGemPortMessage) ProtoReflect() protoreflect.Message

func (*DeleteGemPortMessage) Reset

func (x *DeleteGemPortMessage) Reset()

func (*DeleteGemPortMessage) String

func (x *DeleteGemPortMessage) String() string

type DeleteTcontMessage

type DeleteTcontMessage struct {
	DeviceId       string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	UniId          uint32 `protobuf:"varint,2,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"`
	TpInstancePath string `protobuf:"bytes,3,opt,name=tp_instance_path,json=tpInstancePath,proto3" json:"tp_instance_path,omitempty"`
	AllocId        uint32 `protobuf:"varint,4,opt,name=alloc_id,json=allocId,proto3" json:"alloc_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTcontMessage) Descriptor deprecated

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

Deprecated: Use DeleteTcontMessage.ProtoReflect.Descriptor instead.

func (*DeleteTcontMessage) GetAllocId

func (x *DeleteTcontMessage) GetAllocId() uint32

func (*DeleteTcontMessage) GetDeviceId

func (x *DeleteTcontMessage) GetDeviceId() string

func (*DeleteTcontMessage) GetTpInstancePath

func (x *DeleteTcontMessage) GetTpInstancePath() string

func (*DeleteTcontMessage) GetUniId

func (x *DeleteTcontMessage) GetUniId() uint32

func (*DeleteTcontMessage) ProtoMessage

func (*DeleteTcontMessage) ProtoMessage()

func (*DeleteTcontMessage) ProtoReflect added in v5.7.1

func (x *DeleteTcontMessage) ProtoReflect() protoreflect.Message

func (*DeleteTcontMessage) Reset

func (x *DeleteTcontMessage) Reset()

func (*DeleteTcontMessage) String

func (x *DeleteTcontMessage) String() string

type OmciMessage

type OmciMessage struct {
	Message        []byte                      `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	ConnectStatus  common.ConnectStatus_Types  `` /* 133-byte string literal not displayed */
	ProxyAddress   *voltha.Device_ProxyAddress `protobuf:"bytes,3,opt,name=proxy_address,json=proxyAddress,proto3" json:"proxy_address,omitempty"`
	ParentDeviceId string                      `protobuf:"bytes,4,opt,name=parent_device_id,json=parentDeviceId,proto3" json:"parent_device_id,omitempty"`
	ChildDeviceId  string                      `protobuf:"bytes,5,opt,name=child_device_id,json=childDeviceId,proto3" json:"child_device_id,omitempty"`
	// contains filtered or unexported fields
}

func (*OmciMessage) Descriptor deprecated

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

Deprecated: Use OmciMessage.ProtoReflect.Descriptor instead.

func (*OmciMessage) GetChildDeviceId

func (x *OmciMessage) GetChildDeviceId() string

func (*OmciMessage) GetConnectStatus

func (x *OmciMessage) GetConnectStatus() common.ConnectStatus_Types

func (*OmciMessage) GetMessage

func (x *OmciMessage) GetMessage() []byte

func (*OmciMessage) GetParentDeviceId

func (x *OmciMessage) GetParentDeviceId() string

func (*OmciMessage) GetProxyAddress

func (x *OmciMessage) GetProxyAddress() *voltha.Device_ProxyAddress

func (*OmciMessage) ProtoMessage

func (*OmciMessage) ProtoMessage()

func (*OmciMessage) ProtoReflect added in v5.7.1

func (x *OmciMessage) ProtoReflect() protoreflect.Message

func (*OmciMessage) Reset

func (x *OmciMessage) Reset()

func (*OmciMessage) String

func (x *OmciMessage) String() string

type OmciMessages

type OmciMessages struct {
	Messages       [][]byte                    `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	ConnectStatus  common.ConnectStatus_Types  `` /* 133-byte string literal not displayed */
	ProxyAddress   *voltha.Device_ProxyAddress `protobuf:"bytes,3,opt,name=proxy_address,json=proxyAddress,proto3" json:"proxy_address,omitempty"`
	ParentDeviceId string                      `protobuf:"bytes,4,opt,name=parent_device_id,json=parentDeviceId,proto3" json:"parent_device_id,omitempty"`
	ChildDeviceId  string                      `protobuf:"bytes,5,opt,name=child_device_id,json=childDeviceId,proto3" json:"child_device_id,omitempty"`
	// contains filtered or unexported fields
}

func (*OmciMessages) Descriptor deprecated

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

Deprecated: Use OmciMessages.ProtoReflect.Descriptor instead.

func (*OmciMessages) GetChildDeviceId

func (x *OmciMessages) GetChildDeviceId() string

func (*OmciMessages) GetConnectStatus

func (x *OmciMessages) GetConnectStatus() common.ConnectStatus_Types

func (*OmciMessages) GetMessages

func (x *OmciMessages) GetMessages() [][]byte

func (*OmciMessages) GetParentDeviceId

func (x *OmciMessages) GetParentDeviceId() string

func (*OmciMessages) GetProxyAddress

func (x *OmciMessages) GetProxyAddress() *voltha.Device_ProxyAddress

func (*OmciMessages) ProtoMessage

func (*OmciMessages) ProtoMessage()

func (*OmciMessages) ProtoReflect added in v5.7.1

func (x *OmciMessages) ProtoReflect() protoreflect.Message

func (*OmciMessages) Reset

func (x *OmciMessages) Reset()

func (*OmciMessages) String

func (x *OmciMessages) String() string

type OnuIndicationMessage

type OnuIndicationMessage struct {
	DeviceId      string                 `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	OnuIndication *openolt.OnuIndication `protobuf:"bytes,2,opt,name=onu_indication,json=onuIndication,proto3" json:"onu_indication,omitempty"`
	// contains filtered or unexported fields
}

func (*OnuIndicationMessage) Descriptor deprecated

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

Deprecated: Use OnuIndicationMessage.ProtoReflect.Descriptor instead.

func (*OnuIndicationMessage) GetDeviceId

func (x *OnuIndicationMessage) GetDeviceId() string

func (*OnuIndicationMessage) GetOnuIndication

func (x *OnuIndicationMessage) GetOnuIndication() *openolt.OnuIndication

func (*OnuIndicationMessage) ProtoMessage

func (*OnuIndicationMessage) ProtoMessage()

func (*OnuIndicationMessage) ProtoReflect added in v5.7.1

func (x *OnuIndicationMessage) ProtoReflect() protoreflect.Message

func (*OnuIndicationMessage) Reset

func (x *OnuIndicationMessage) Reset()

func (*OnuIndicationMessage) String

func (x *OnuIndicationMessage) String() string

type TechProfileDownloadMessage

type TechProfileDownloadMessage struct {
	DeviceId       string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	UniId          uint32 `protobuf:"varint,2,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"`
	TpInstancePath string `protobuf:"bytes,3,opt,name=tp_instance_path,json=tpInstancePath,proto3" json:"tp_instance_path,omitempty"`
	// Types that are valid to be assigned to TechTpInstance:
	//
	//	*TechProfileDownloadMessage_TpInstance
	//	*TechProfileDownloadMessage_EponTpInstance
	TechTpInstance isTechProfileDownloadMessage_TechTpInstance `protobuf_oneof:"tech_tp_instance"`
	// contains filtered or unexported fields
}

func (*TechProfileDownloadMessage) Descriptor deprecated

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

Deprecated: Use TechProfileDownloadMessage.ProtoReflect.Descriptor instead.

func (*TechProfileDownloadMessage) GetDeviceId

func (x *TechProfileDownloadMessage) GetDeviceId() string

func (*TechProfileDownloadMessage) GetEponTpInstance

func (*TechProfileDownloadMessage) GetTechTpInstance

func (x *TechProfileDownloadMessage) GetTechTpInstance() isTechProfileDownloadMessage_TechTpInstance

func (*TechProfileDownloadMessage) GetTpInstance

func (*TechProfileDownloadMessage) GetTpInstancePath

func (x *TechProfileDownloadMessage) GetTpInstancePath() string

func (*TechProfileDownloadMessage) GetUniId

func (x *TechProfileDownloadMessage) GetUniId() uint32

func (*TechProfileDownloadMessage) ProtoMessage

func (*TechProfileDownloadMessage) ProtoMessage()

func (*TechProfileDownloadMessage) ProtoReflect added in v5.7.1

func (*TechProfileDownloadMessage) Reset

func (x *TechProfileDownloadMessage) Reset()

func (*TechProfileDownloadMessage) String

func (x *TechProfileDownloadMessage) String() string

type TechProfileDownloadMessage_EponTpInstance

type TechProfileDownloadMessage_EponTpInstance struct {
	EponTpInstance *tech_profile.EponTechProfileInstance `protobuf:"bytes,5,opt,name=epon_tp_instance,json=eponTpInstance,proto3,oneof"` // relevant for EPON technology
}

type TechProfileDownloadMessage_TpInstance

type TechProfileDownloadMessage_TpInstance struct {
	TpInstance *tech_profile.TechProfileInstance `protobuf:"bytes,4,opt,name=tp_instance,json=tpInstance,proto3,oneof"` // relevant for GPON, XGPON and XGS-PON technologies
}

type TechProfileInstanceRequestMessage

type TechProfileInstanceRequestMessage struct {
	DeviceId       string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	TpInstancePath string `protobuf:"bytes,2,opt,name=tp_instance_path,json=tpInstancePath,proto3" json:"tp_instance_path,omitempty"` // technology profile instance path
	ParentDeviceId string `protobuf:"bytes,3,opt,name=parent_device_id,json=parentDeviceId,proto3" json:"parent_device_id,omitempty"`
	ParentPonPort  uint32 `protobuf:"varint,4,opt,name=parent_pon_port,json=parentPonPort,proto3" json:"parent_pon_port,omitempty"`
	OnuId          uint32 `protobuf:"varint,5,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"`
	UniId          uint32 `protobuf:"varint,6,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TechProfileInstanceRequestMessage) Descriptor deprecated

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

Deprecated: Use TechProfileInstanceRequestMessage.ProtoReflect.Descriptor instead.

func (*TechProfileInstanceRequestMessage) GetDeviceId

func (x *TechProfileInstanceRequestMessage) GetDeviceId() string

func (*TechProfileInstanceRequestMessage) GetOnuId

func (*TechProfileInstanceRequestMessage) GetParentDeviceId

func (x *TechProfileInstanceRequestMessage) GetParentDeviceId() string

func (*TechProfileInstanceRequestMessage) GetParentPonPort

func (x *TechProfileInstanceRequestMessage) GetParentPonPort() uint32

func (*TechProfileInstanceRequestMessage) GetTpInstancePath

func (x *TechProfileInstanceRequestMessage) GetTpInstancePath() string

func (*TechProfileInstanceRequestMessage) GetUniId

func (*TechProfileInstanceRequestMessage) ProtoMessage

func (*TechProfileInstanceRequestMessage) ProtoMessage()

func (*TechProfileInstanceRequestMessage) ProtoReflect added in v5.7.1

func (*TechProfileInstanceRequestMessage) Reset

func (*TechProfileInstanceRequestMessage) String

Jump to

Keyboard shortcuts

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