factory

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	N3IWF_EXPECTED_CONFIG_VERSION = "1.0.0"
)

Variables

This section is empty.

Functions

func CheckConfigVersion

func CheckConfigVersion() error

func InitConfigFactory

func InitConfigFactory(f string) error

TODO: Support configuration update from REST api

Types

type Config

type Config struct {
	Info          *Info               `yaml:"info"`
	Configuration *Configuration      `yaml:"configuration"`
	Logger        *logger_util.Logger `yaml:"logger"`
}
var N3iwfConfig Config

func (*Config) GetVersion

func (c *Config) GetVersion() string

type Configuration

type Configuration struct {
	N3IWFInfo        context.N3IWFNFInfo        `yaml:"N3IWFInformation"`
	AMFSCTPAddresses []context.AMFSCTPAddresses `yaml:"AMFSCTPAddresses"`

	IKEBindAddr          string `yaml:"IKEBindAddress"`
	IPSecGatewayAddr     string `yaml:"IPSecInterfaceAddress"`
	GTPBindAddr          string `yaml:"GTPBindAddress"`
	TCPPort              uint16 `yaml:"NASTCPPort"`
	FQDN                 string `yaml:"FQDN"`                 // e.g. n3iwf.free5gc.org
	PrivateKey           string `yaml:"PrivateKey"`           // file path
	CertificateAuthority string `yaml:"CertificateAuthority"` // file path
	Certificate          string `yaml:"Certificate"`          // file path
	UEIPAddressRange     string `yaml:"UEIPAddressRange"`     // e.g. 10.0.1.0/24
	InterfaceMark        uint32 `yaml:"IPSecInterfaceMark"`   // must != 0, if not specified, random one
}

type Info

type Info struct {
	Version     string `yaml:"version,omitempty"`
	Description string `yaml:"description,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL