Documentation
¶
Overview ¶
Copyright Louis Royer and the NextMN contributors. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file. SPDX-License-Identifier: MIT
Copyright Louis Royer and the NextMN contributors. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file. SPDX-License-Identifier: MIT
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Area ¶ added in v0.0.5
type Area struct {
OneWayDelay time.Duration `yaml:"one-way-delay"`
Gnbs []jsonapi.ControlURI `yaml:"gnbs"`
Paths map[SliceName][]GTPInterface `yaml:"paths"`
}
type CPConfig ¶
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 GTPInterface ¶ added in v0.0.6
type SRConfig ¶ added in v0.1.0
type SRConfig struct {
Srgw jsonapi.ControlURI `yaml:"srgw"`
SrgwGtp4 netip.Addr `yaml:"srgw-gtp4"`
Anchor jsonapi.ControlURI `yaml:"anchor"`
UplinkSegments []string `yaml:"uplink-segments"`
DownlinkSegments []string `yaml:"downlink-segments"`
}
Click to show internal directories.
Click to hide internal directories.