Documentation ¶
Index ¶
Constants ¶
View Source
const ( PFCP_PORT = 8805 PFCP_MAX_UDP_LEN = 2048 )
Variables ¶
This section is empty.
Functions ¶
func ReceivePfcpMessage ¶
Receive a PFCP message and close UDP connection
Types ¶
type PfcpServer ¶
func NewPfcpServer ¶
func NewPfcpServer(addr string) (PfcpServer, error)
func (*PfcpServer) Close ¶
func (p *PfcpServer) Close() error
func (*PfcpServer) Listen ¶
func (p *PfcpServer) Listen() error
Click to show internal directories.
Click to hide internal directories.