inter_adapter

package
v5.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2024 License: Apache-2.0 Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteGemPortMessage) Descriptor

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

func (*DeleteGemPortMessage) GetDeviceId

func (m *DeleteGemPortMessage) GetDeviceId() string

func (*DeleteGemPortMessage) GetGemPortId

func (m *DeleteGemPortMessage) GetGemPortId() uint32

func (*DeleteGemPortMessage) GetTpInstancePath

func (m *DeleteGemPortMessage) GetTpInstancePath() string

func (*DeleteGemPortMessage) GetUniId

func (m *DeleteGemPortMessage) GetUniId() uint32

func (*DeleteGemPortMessage) ProtoMessage

func (*DeleteGemPortMessage) ProtoMessage()

func (*DeleteGemPortMessage) Reset

func (m *DeleteGemPortMessage) Reset()

func (*DeleteGemPortMessage) String

func (m *DeleteGemPortMessage) String() string

func (*DeleteGemPortMessage) XXX_DiscardUnknown

func (m *DeleteGemPortMessage) XXX_DiscardUnknown()

func (*DeleteGemPortMessage) XXX_Marshal

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

func (*DeleteGemPortMessage) XXX_Merge

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

func (*DeleteGemPortMessage) XXX_Size

func (m *DeleteGemPortMessage) XXX_Size() int

func (*DeleteGemPortMessage) XXX_Unmarshal

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

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteTcontMessage) Descriptor

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

func (*DeleteTcontMessage) GetAllocId

func (m *DeleteTcontMessage) GetAllocId() uint32

func (*DeleteTcontMessage) GetDeviceId

func (m *DeleteTcontMessage) GetDeviceId() string

func (*DeleteTcontMessage) GetTpInstancePath

func (m *DeleteTcontMessage) GetTpInstancePath() string

func (*DeleteTcontMessage) GetUniId

func (m *DeleteTcontMessage) GetUniId() uint32

func (*DeleteTcontMessage) ProtoMessage

func (*DeleteTcontMessage) ProtoMessage()

func (*DeleteTcontMessage) Reset

func (m *DeleteTcontMessage) Reset()

func (*DeleteTcontMessage) String

func (m *DeleteTcontMessage) String() string

func (*DeleteTcontMessage) XXX_DiscardUnknown

func (m *DeleteTcontMessage) XXX_DiscardUnknown()

func (*DeleteTcontMessage) XXX_Marshal

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

func (*DeleteTcontMessage) XXX_Merge

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

func (*DeleteTcontMessage) XXX_Size

func (m *DeleteTcontMessage) XXX_Size() int

func (*DeleteTcontMessage) XXX_Unmarshal

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

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"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*OmciMessage) Descriptor

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

func (*OmciMessage) GetChildDeviceId

func (m *OmciMessage) GetChildDeviceId() string

func (*OmciMessage) GetConnectStatus

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

func (*OmciMessage) GetMessage

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

func (*OmciMessage) GetParentDeviceId

func (m *OmciMessage) GetParentDeviceId() string

func (*OmciMessage) GetProxyAddress

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

func (*OmciMessage) ProtoMessage

func (*OmciMessage) ProtoMessage()

func (*OmciMessage) Reset

func (m *OmciMessage) Reset()

func (*OmciMessage) String

func (m *OmciMessage) String() string

func (*OmciMessage) XXX_DiscardUnknown

func (m *OmciMessage) XXX_DiscardUnknown()

func (*OmciMessage) XXX_Marshal

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

func (*OmciMessage) XXX_Merge

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

func (*OmciMessage) XXX_Size

func (m *OmciMessage) XXX_Size() int

func (*OmciMessage) XXX_Unmarshal

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

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"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*OmciMessages) Descriptor

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

func (*OmciMessages) GetChildDeviceId

func (m *OmciMessages) GetChildDeviceId() string

func (*OmciMessages) GetConnectStatus

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

func (*OmciMessages) GetMessages

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

func (*OmciMessages) GetParentDeviceId

func (m *OmciMessages) GetParentDeviceId() string

func (*OmciMessages) GetProxyAddress

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

func (*OmciMessages) ProtoMessage

func (*OmciMessages) ProtoMessage()

func (*OmciMessages) Reset

func (m *OmciMessages) Reset()

func (*OmciMessages) String

func (m *OmciMessages) String() string

func (*OmciMessages) XXX_DiscardUnknown

func (m *OmciMessages) XXX_DiscardUnknown()

func (*OmciMessages) XXX_Marshal

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

func (*OmciMessages) XXX_Merge

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

func (*OmciMessages) XXX_Size

func (m *OmciMessages) XXX_Size() int

func (*OmciMessages) XXX_Unmarshal

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

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"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*OnuIndicationMessage) Descriptor

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

func (*OnuIndicationMessage) GetDeviceId

func (m *OnuIndicationMessage) GetDeviceId() string

func (*OnuIndicationMessage) GetOnuIndication

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

func (*OnuIndicationMessage) ProtoMessage

func (*OnuIndicationMessage) ProtoMessage()

func (*OnuIndicationMessage) Reset

func (m *OnuIndicationMessage) Reset()

func (*OnuIndicationMessage) String

func (m *OnuIndicationMessage) String() string

func (*OnuIndicationMessage) XXX_DiscardUnknown

func (m *OnuIndicationMessage) XXX_DiscardUnknown()

func (*OnuIndicationMessage) XXX_Marshal

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

func (*OnuIndicationMessage) XXX_Merge

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

func (*OnuIndicationMessage) XXX_Size

func (m *OnuIndicationMessage) XXX_Size() int

func (*OnuIndicationMessage) XXX_Unmarshal

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

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"`
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

func (*TechProfileDownloadMessage) Descriptor

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

func (*TechProfileDownloadMessage) GetDeviceId

func (m *TechProfileDownloadMessage) GetDeviceId() string

func (*TechProfileDownloadMessage) GetEponTpInstance

func (*TechProfileDownloadMessage) GetTechTpInstance

func (m *TechProfileDownloadMessage) GetTechTpInstance() isTechProfileDownloadMessage_TechTpInstance

func (*TechProfileDownloadMessage) GetTpInstance

func (*TechProfileDownloadMessage) GetTpInstancePath

func (m *TechProfileDownloadMessage) GetTpInstancePath() string

func (*TechProfileDownloadMessage) GetUniId

func (m *TechProfileDownloadMessage) GetUniId() uint32

func (*TechProfileDownloadMessage) ProtoMessage

func (*TechProfileDownloadMessage) ProtoMessage()

func (*TechProfileDownloadMessage) Reset

func (m *TechProfileDownloadMessage) Reset()

func (*TechProfileDownloadMessage) String

func (m *TechProfileDownloadMessage) String() string

func (*TechProfileDownloadMessage) XXX_DiscardUnknown

func (m *TechProfileDownloadMessage) XXX_DiscardUnknown()

func (*TechProfileDownloadMessage) XXX_Marshal

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

func (*TechProfileDownloadMessage) XXX_Merge

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

func (*TechProfileDownloadMessage) XXX_OneofWrappers

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

XXX_OneofWrappers is for the internal use of the proto package.

func (*TechProfileDownloadMessage) XXX_Size

func (m *TechProfileDownloadMessage) XXX_Size() int

func (*TechProfileDownloadMessage) XXX_Unmarshal

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

type TechProfileDownloadMessage_EponTpInstance

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

type TechProfileDownloadMessage_TpInstance

type TechProfileDownloadMessage_TpInstance struct {
	TpInstance *tech_profile.TechProfileInstance `protobuf:"bytes,4,opt,name=tp_instance,json=tpInstance,proto3,oneof"`
}

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"`
	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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TechProfileInstanceRequestMessage) Descriptor

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

func (*TechProfileInstanceRequestMessage) GetDeviceId

func (m *TechProfileInstanceRequestMessage) GetDeviceId() string

func (*TechProfileInstanceRequestMessage) GetOnuId

func (*TechProfileInstanceRequestMessage) GetParentDeviceId

func (m *TechProfileInstanceRequestMessage) GetParentDeviceId() string

func (*TechProfileInstanceRequestMessage) GetParentPonPort

func (m *TechProfileInstanceRequestMessage) GetParentPonPort() uint32

func (*TechProfileInstanceRequestMessage) GetTpInstancePath

func (m *TechProfileInstanceRequestMessage) GetTpInstancePath() string

func (*TechProfileInstanceRequestMessage) GetUniId

func (*TechProfileInstanceRequestMessage) ProtoMessage

func (*TechProfileInstanceRequestMessage) ProtoMessage()

func (*TechProfileInstanceRequestMessage) Reset

func (*TechProfileInstanceRequestMessage) String

func (*TechProfileInstanceRequestMessage) XXX_DiscardUnknown

func (m *TechProfileInstanceRequestMessage) XXX_DiscardUnknown()

func (*TechProfileInstanceRequestMessage) XXX_Marshal

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

func (*TechProfileInstanceRequestMessage) XXX_Merge

func (*TechProfileInstanceRequestMessage) XXX_Size

func (m *TechProfileInstanceRequestMessage) XXX_Size() int

func (*TechProfileInstanceRequestMessage) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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