Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

sgwu.generated

Path to generated sgwu.yaml

Type: absolute path

Declared by:

sgwu.global.max.peer

Maximum number of peer connections.

Type: null or (positive integer, meaning >0)

Default:

null

Example:

64

Declared by:

sgwu.global.max.ue

Maximum number of UE connections. Can be increased depending on memory size.

Type: positive integer, meaning >0

Default:

1024

Example:

2048

Declared by:

sgwu.gtpu.server

GTP-U server configuration.

Type: list of (submodule)

Default:

[
  {
    address = "127.0.0.6";
  }
]

Declared by:

sgwu.gtpu.server.*.address

GTP-U server address(es)

Type: null or string or list of string

Default:

null

Example:

["127.0.0.6", "127.0.10.4"]

Declared by:

sgwu.gtpu.server.*.advertise

Override SGW-U GTP-U address to be advertised inside S1AP messages

Type: null or string

Default:

null

Example:

"sgw1.epc.mnc001.mcc001.3gppnetwork.org"

Declared by:

sgwu.gtpu.server.*.dev

Network device for GTP-U server

Type: null or string

Default:

null

Example:

"ens3"

Declared by:

sgwu.gtpu.server.*.network_instance

Network instance identifier

Type: null or string

Default:

null

Example:

"internet"

Declared by:

sgwu.gtpu.server.*.source_interface

Source interface (0 = Access, 1 = Core)

Type: null or (unsigned integer, meaning >=0)

Default:

null

Example:

0

Declared by:

sgwu.gtpu.server.*.teid_range

TEID range value

Type: null or (unsigned integer, meaning >=0)

Default:

null

Example:

10

Declared by:

sgwu.gtpu.server.*.teid_range_indication

TEID range indication for User Plane IP Resource information

Type: null or (unsigned integer, meaning >=0)

Default:

null

Example:

4

Declared by:

sgwu.logger.file.path

Path to the SGW-U log file.

Type: string

Default:

"/var/log/open5gs/sgwu.log"

Example:

"/var/log/open5gs/sgwu.log"

Declared by:

sgwu.logger.level

Log level: fatal, error, warn, info (default), debug, or trace.

Type: null or one of “fatal”, “error”, “warn”, “info”, “debug”, “trace”

Default:

null

Example:

"info"

Declared by:

sgwu.pfcp.client.sgwc

SGW-U PFCP Client tries to associate with these SGW-C PFCP Servers.

Type: null or (list of (submodule))

Default:

null

Example:

[{ address = "127.0.0.3"; }]

Declared by:

sgwu.pfcp.client.sgwc.*.address

SGW-C address for SGW-U PFCP client to associate

Type: string

Example:

"127.0.0.3"

Declared by:

sgwu.pfcp.server

PFCP server configuration.

Type: list of (submodule)

Default:

[
  {
    address = "127.0.0.6";
  }
]

Declared by:

sgwu.pfcp.server.*.address

PFCP server address

Type: null or string

Default:

null

Example:

"127.0.0.6"

Declared by:

sgwu.pfcp.server.*.advertise

Override PFCP address to be advertised to SGW-C

Type: null or string

Default:

null

Example:

"open5gs-sgwu.svc.local"

Declared by:

sgwu.pfcp.server.*.dev

Network device for PFCP server

Type: null or string

Default:

null

Example:

"eth0"

Declared by: