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

hss.db_uri

MongoDB connection URI for HSS database.

Type: string

Default:

"mongodb://localhost/open5gs"

Example:

"mongodb://localhost/open5gs"

Declared by:

hss.freeDiameter

Path to freeDiameter configuration file for HSS. Path is relative to the nix store package root.

Type: string

Default:

"@sysconfdir@/freeDiameter/hss.conf"

Example:

"@sysconfdir@/freeDiameter/hss.conf"

Declared by:

hss.generated

Path to generated config.yaml

Type: absolute path

Declared by:

hss.global.max.peer

Maximum number of peer connections.

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

Default:

null

Example:

64

Declared by:

hss.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:

hss.logger.file.path

Path to the HSS log file.

Type: string

Default:

"/var/log/open5gs/hss.log"

Example:

"/var/log/open5gs/hss.log"

Declared by:

hss.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:

hss.metrics.server

Metrics server configuration.

Type: list of (submodule)

Default:

[
  {
    address = "127.0.0.8";
    port = 9090;
  }
]

Declared by:

hss.metrics.server.*.address

Metrics server address

Type: string

Example:

"127.0.0.8"

Declared by:

hss.metrics.server.*.port

Metrics server port

Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Example:

9090

Declared by:

hss.sms_over_ims

SMS over IMS configuration URI.

Type: null or string

Default:

null

Example:

"sip:smsc.mnc001.mcc001.3gppnetwork.org:7060;transport=tcp"

Declared by:

hss.use_mongodb_change_stream

Enable MongoDB change stream for real-time updates.

Type: null or boolean

Default:

null

Example:

true

Declared by: