Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyConfigFilepath = errors.New("`$CONFIG` is not set, `config` flag is not set, and default config file does not exist")
Functions ¶
This section is empty.
Types ¶
type Control ¶
type Control struct {
Uri jsonapi.ControlURI `yaml:"uri"` // may contain domain name instead of ip address
BindAddr netip.AddrPort `yaml:"bind-addr"` // in the form `ip:port`
}
type PDUSession ¶
type PDUSession struct {
Gnb jsonapi.ControlURI `yaml:"gnb"`
Dnn string `yaml:"dnn"`
}
type Ran ¶
type Ran struct {
BindAddr netip.AddrPort `yaml:"bind-addr"` // in the form ip:port
Gnbs []jsonapi.ControlURI `yaml:"gnbs"` // list of gnb used
PDUSessions []PDUSession `yaml:"pdu-sessions"` // list of pdu sessions that will be established
}
Click to show internal directories.
Click to hide internal directories.