Documentation ¶
Index ¶
- func BuildTestResult(payload []byte) ([]byte, error)
- func CreateEnableUniRequest(tid uint16, uniId uint16, enabled bool, isPtp bool) ([]byte, error)
- func CreateGalEnetRequest(tid uint16) ([]byte, error)
- func CreateGemPortRequest(tid uint16) ([]byte, error)
- func CreateMibResetRequest(tid uint16) ([]byte, error)
- func CreateMibUploadNextRequest(tid uint16, seqNumber uint16) ([]byte, error)
- func CreateMibUploadRequest(tid uint16) ([]byte, error)
- func DecodeOmci(payload []byte) (omci.MessageType, gopacket.Packet)
- func IsTestRequest(payload []byte) (bool, error)
- type ServiceStep
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildTestResult ¶ added in v0.0.19
func CreateEnableUniRequest ¶
func CreateGalEnetRequest ¶
func CreateGemPortRequest ¶
func CreateMibResetRequest ¶
func CreateMibUploadRequest ¶
func DecodeOmci ¶
func DecodeOmci(payload []byte) (omci.MessageType, gopacket.Packet)
func IsTestRequest ¶ added in v0.0.19
Return true if msg is an Omci Test Request
Types ¶
type ServiceStep ¶
type ServiceStep struct { MakeTxFrame txFrameCreator RxHandler rxFrameParser }
Click to show internal directories.
Click to hide internal directories.