sgwc.generated
Path to generated sgwc.yaml
Type: absolute path
Declared by:
sgwc.global.max.peer
Maximum number of peer connections.
Type: null or (positive integer, meaning >0)
Default:
null
Example:
64
Declared by:
sgwc.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:
sgwc.gtpc.server
GTP-C server configuration.
Type: list of (submodule)
Default:
[
{
address = "127.0.0.3";
}
]
Declared by:
sgwc.gtpc.server.*.address
GTP-C server address
Type: null or string
Default:
null
Example:
"127.0.0.3"
Declared by:
sgwc.gtpc.server.*.dev
Network device for GTP-C server
Type: null or string
Default:
null
Example:
"eth0"
Declared by:
sgwc.logger.file.path
Path to the SGW-C log file.
Type: string
Default:
"/var/log/open5gs/sgwc.log"
Example:
"/var/log/open5gs/sgwc.log"
Declared by:
sgwc.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:
sgwc.pfcp.client.sgwu
SGW-U client configuration. SGW-C tries to associate with these SGW-U PFCP servers.
Type: null or (list of (submodule))
Default:
[
{
address = "127.0.0.6";
}
]
Example:
[{ address = "127.0.0.6"; }]
Declared by:
sgwc.pfcp.client.sgwu.*.address
SGW-U address
Type: string
Example:
"127.0.0.6"
Declared by:
sgwc.pfcp.client.sgwu.*.apn
APN(s) for SGW-U selection
Type: null or string or list of string
Default:
null
Example:
["ims", "internet", "web"]
Declared by:
sgwc.pfcp.client.sgwu.*.e_cell_id
E-UTRAN Cell ID(s) for SGW-U selection (hex, 28bit)
Type: null or string or list of string
Default:
null
Example:
["463", "123456789", "9413"]
Declared by:
sgwc.pfcp.client.sgwu.*.tac
Tracking Area Code(s) for SGW-U selection (decimal)
Type: null or unsigned integer, meaning >=0, or (list of (unsigned integer, meaning >=0))
Default:
null
Example:
[1, 3, 5, 8]
Declared by:
sgwc.pfcp.server
PFCP server configuration.
Type: list of (submodule)
Default:
[
{
address = "127.0.0.3";
}
]
Declared by:
sgwc.pfcp.server.*.address
PFCP server address
Type: null or string
Default:
null
Example:
"127.0.0.3"
Declared by:
sgwc.pfcp.server.*.advertise
Override PFCP address to be advertised to SGW-U
Type: null or string
Default:
null
Example:
"open5gs-sgwc.svc.local"
Declared by:
sgwc.pfcp.server.*.dev
Network device for PFCP server
Type: null or string
Default:
null
Example:
"eth0"
Declared by: