Documentation
¶
Overview ¶
Copyright 2024 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 2024 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 { Gnbs []jsonapi.ControlURI `yaml:"gnbs"` Paths map[string][]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
Click to show internal directories.
Click to hide internal directories.