Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FARAssociationDB ¶
type FARAssociationDB struct {
// contains filtered or unexported fields
}
func NewFARAssociationDB ¶
func NewFARAssociationDB() *FARAssociationDB
func (*FARAssociationDB) Add ¶
func (db *FARAssociationDB) Add(seid uint64, farid uint32, uConn *gtpv1.UPlaneConn)
func (*FARAssociationDB) Get ¶
func (db *FARAssociationDB) Get(seid uint64, farid uint32) *gtpv1.UPlaneConn
type FlowDescriptionAVPPFCP ¶ added in v0.0.12
type FlowDescriptionAVPPFCP struct { Proto string Action string // must always be "permit" Direction string // must always be "out" regardless of whether the PDR is for matching uplink or downlink traffic IfaceSrc uint8 DstPort string SrcPort string // contains filtered or unexported fields }
Flow Description AVP is originally specificed by 3GPP TS 29.214, section 5.3.8 For PFCP, it is more limited and specified by 3GPP TS 29.212, section 5.4.2
func (FlowDescriptionAVPPFCP) From ¶ added in v0.0.12
func (f FlowDescriptionAVPPFCP) From(IfaceSrc uint8) string
func (FlowDescriptionAVPPFCP) To ¶ added in v0.0.12
func (f FlowDescriptionAVPPFCP) To(IfaceSrc uint8) string
type PFCPLogger ¶
type PFCPLogger struct {
// contains filtered or unexported fields
}
func NewPFCPLogger ¶
func NewPFCPLogger(server *pfcp_networking.PFCPEntityUP) *PFCPLogger
Click to show internal directories.
Click to hide internal directories.