package
Version:
v0.0.13
Opens a new window with list of versions in this module.
Published: Jan 13, 2025
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DNN struct {
Dnn string `yaml:"dnn"`
Cidr string `yaml:"cidr"`
}
type GTPU struct {
Forwarder string `yaml:"forwarder"`
TunInterfaceName *string `yaml:"tunInterfaceName,omitempty"`
GTPUProtocolEntities []GTPUProtocolEntity `yaml:"ifList"`
}
type GTPUProtocolEntity struct {
Addr netip.Addr `yaml:"addr"`
Type string `yaml:"type"`
}
type Logger struct {
Level logrus.Level `yaml:"level"`
}
type PFCP struct {
Addr netip.Addr `yaml:"addr"`
NodeID string `yaml:"nodeID"`
RetransTimeout *time.Duration `yaml:"retransTimeout,omitempty"`
MaxRetrans *int `yaml:"maxRetrans,omitempty"`
}
type UpfConfig struct {
Pfcp PFCP `yaml:"pfcp"`
Gtpu GTPU `yaml:"gtpu"`
DNNList []DNN `yaml:"dnnList"`
Logger *Logger `yaml:"logger,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.