Documentation ¶
Index ¶
- func BuildPfcpAssociationReleaseRequest() (pfcp.PFCPAssociationReleaseRequest, error)
- func BuildPfcpAssociationReleaseResponse(cause pfcpType.Cause) (pfcp.PFCPAssociationReleaseResponse, error)
- func BuildPfcpAssociationSetupRequest() (pfcp.PFCPAssociationSetupRequest, error)
- func BuildPfcpAssociationSetupResponse(cause pfcpType.Cause) (pfcp.PFCPAssociationSetupResponse, error)
- func BuildPfcpSessionDeletionRequest() (pfcp.PFCPSessionDeletionRequest, error)
- func BuildPfcpSessionDeletionResponse() (pfcp.PFCPSessionDeletionResponse, error)
- func BuildPfcpSessionEstablishmentRequest(upNodeID pfcpType.NodeID, smContext *context.SMContext, pdrList []*context.PDR, ...) (pfcp.PFCPSessionEstablishmentRequest, error)
- func BuildPfcpSessionEstablishmentResponse() (pfcp.PFCPSessionEstablishmentResponse, error)
- func BuildPfcpSessionModificationRequest(upNodeID pfcpType.NodeID, smContext *context.SMContext, pdrList []*context.PDR, ...) (pfcp.PFCPSessionModificationRequest, error)
- func BuildPfcpSessionModificationResponse() (pfcp.PFCPSessionModificationResponse, error)
- func BuildPfcpSessionReportResponse(cause pfcpType.Cause) (pfcp.PFCPSessionReportResponse, error)
- func SendHeartbeatResponse(addr *net.UDPAddr, seq uint32)
- func SendPfcpAssociationReleaseRequest(upNodeID pfcpType.NodeID)
- func SendPfcpAssociationReleaseResponse(upNodeID pfcpType.NodeID, cause pfcpType.Cause)
- func SendPfcpAssociationSetupRequest(upNodeID pfcpType.NodeID)
- func SendPfcpAssociationSetupResponse(upNodeID pfcpType.NodeID, cause pfcpType.Cause)
- func SendPfcpSessionDeletionRequest(upNodeID pfcpType.NodeID, ctx *context.SMContext) (seqNum uint32)
- func SendPfcpSessionDeletionResponse(addr *net.UDPAddr)deprecated
- func SendPfcpSessionEstablishmentRequest(upNodeID pfcpType.NodeID, ctx *context.SMContext, pdrList []*context.PDR, ...)
- func SendPfcpSessionEstablishmentResponse(addr *net.UDPAddr)deprecated
- func SendPfcpSessionModificationRequest(upNodeID pfcpType.NodeID, ctx *context.SMContext, pdrList []*context.PDR, ...) (seqNum uint32)
- func SendPfcpSessionModificationResponse(addr *net.UDPAddr)deprecated
- func SendPfcpSessionReportResponse(addr *net.UDPAddr, cause pfcpType.Cause, seqFromUPF uint32, SEID uint64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildPfcpAssociationReleaseRequest ¶
func BuildPfcpAssociationReleaseRequest() (pfcp.PFCPAssociationReleaseRequest, error)
func BuildPfcpAssociationReleaseResponse ¶
func BuildPfcpAssociationReleaseResponse(cause pfcpType.Cause) (pfcp.PFCPAssociationReleaseResponse, error)
func BuildPfcpAssociationSetupRequest ¶
func BuildPfcpAssociationSetupRequest() (pfcp.PFCPAssociationSetupRequest, error)
func BuildPfcpAssociationSetupResponse ¶
func BuildPfcpAssociationSetupResponse(cause pfcpType.Cause) (pfcp.PFCPAssociationSetupResponse, error)
func BuildPfcpSessionDeletionRequest ¶
func BuildPfcpSessionDeletionRequest() (pfcp.PFCPSessionDeletionRequest, error)
func BuildPfcpSessionDeletionResponse ¶
func BuildPfcpSessionDeletionResponse() (pfcp.PFCPSessionDeletionResponse, error)
TODO: Replace dummy value in PFCP message
func BuildPfcpSessionEstablishmentResponse ¶
func BuildPfcpSessionEstablishmentResponse() (pfcp.PFCPSessionEstablishmentResponse, error)
func BuildPfcpSessionModificationRequest ¶
func BuildPfcpSessionModificationRequest( upNodeID pfcpType.NodeID, smContext *context.SMContext, pdrList []*context.PDR, farList []*context.FAR, barList []*context.BAR, qerList []*context.QER) (pfcp.PFCPSessionModificationRequest, error)
TODO: Replace dummy value in PFCP message
func BuildPfcpSessionModificationResponse ¶
func BuildPfcpSessionModificationResponse() (pfcp.PFCPSessionModificationResponse, error)
TODO: Replace dummy value in PFCP message
func BuildPfcpSessionReportResponse ¶
func BuildPfcpSessionReportResponse(cause pfcpType.Cause) (pfcp.PFCPSessionReportResponse, error)
func SendHeartbeatResponse ¶
func SendPfcpSessionDeletionResponse
deprecated
func SendPfcpSessionEstablishmentResponse
deprecated
func SendPfcpSessionModificationResponse
deprecated
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.