Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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.