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

bsf.bsf.sbi.client.delegated

Delegation options for SBI client.

Type: null or (submodule)

Default:

null

Declared by:

bsf.bsf.sbi.client.delegated.nrf

Delegation options for NRF

Type: null or (submodule)

Default:

null

Declared by:

bsf.bsf.sbi.client.delegated.nrf.disc

Delegate NRF discovery

Type: null or boolean

Default:

null

Example:

false

Declared by:

bsf.bsf.sbi.client.delegated.nrf.nfm

Delegate NRF management functions

Type: null or boolean

Default:

null

Example:

false

Declared by:

bsf.bsf.sbi.client.delegated.scp

Delegation options for SCP

Type: null or (submodule)

Default:

null

Declared by:

bsf.bsf.sbi.client.delegated.scp.next

Delegate to SCP for next-hop communications

Type: null or boolean

Default:

null

Example:

false

Declared by:

bsf.bsf.sbi.client.nrf

NRF URIs for SBI client.

Type: null or (list of (submodule))

Default:

null

Example:

[{ uri = "http://127.0.0.10:7777"; }]

Declared by:

bsf.bsf.sbi.client.nrf.*.uri

NRF URI for SBI client

Type: string

Example:

"http://127.0.0.10:7777"

Declared by:

bsf.bsf.sbi.client.scp

SCP URIs for SBI client.

Type: null or (list of (submodule))

Default:

[
  {
    uri = "http://127.0.0.200:7777";
  }
]

Example:

[{ uri = "http://127.0.0.200:7777"; }]

Declared by:

bsf.bsf.sbi.client.scp.*.uri

SCP URI for SBI client

Type: string

Example:

"http://127.0.0.200:7777"

Declared by:

bsf.bsf.sbi.server

SBI server configuration.

Type: list of (submodule)

Default:

[
  {
    address = "127.0.0.15";
    port = 7777;
  }
]

Declared by:

bsf.bsf.sbi.server.*.address

SBI server address

Type: string

Example:

"127.0.0.15"

Declared by:

bsf.bsf.sbi.server.*.advertise

Advertise address for SBI server

Type: null or string

Default:

null

Example:

"open5gs-bsf.svc.local"

Declared by:

bsf.bsf.sbi.server.*.dev

Network device for SBI server

Type: null or string

Default:

null

Example:

"eth0"

Declared by:

bsf.bsf.sbi.server.*.port

SBI server port

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

Default:

null

Example:

7777

Declared by:

bsf.default.tls.client.cacert

Path to CA certificate for client

Type: null or string

Default:

null

Example:

"open5gs-unstable/etc/open5gs/tls/ca.crt"

Declared by:

bsf.default.tls.client.client_cert

Path to client certificate

Type: null or string

Default:

null

Example:

"open5gs-unstable/etc/open5gs/tls/bsf.crt"

Declared by:

bsf.default.tls.client.client_private_key

Path to client private key

Type: null or string

Default:

null

Example:

"open5gs-unstable/etc/open5gs/tls/bsf.key"

Declared by:

bsf.default.tls.client.client_sslkeylogfile

Path to SSL key log file for client

Type: null or string

Default:

null

Example:

"open5gs-unstable/var/log/open5gs/tls/bsf-client-sslkeylog.log"

Declared by:

bsf.default.tls.client.scheme

TLS client scheme

Type: null or string

Default:

null

Example:

"https"

Declared by:

bsf.default.tls.server.cert

Path to server certificate

Type: null or string

Default:

null

Example:

"open5gs-unstable/etc/open5gs/tls/bsf.crt"

Declared by:

bsf.default.tls.server.private_key

Path to server private key

Type: null or string

Default:

null

Example:

"open5gs-unstable/etc/open5gs/tls/bsf.key"

Declared by:

bsf.default.tls.server.scheme

TLS server scheme

Type: null or string

Default:

null

Example:

"https"

Declared by:

bsf.default.tls.server.sslkeylogfile

Path to SSL key log file for server

Type: null or string

Default:

null

Example:

"open5gs-unstable/var/log/open5gs/tls/bsf-server-sslkeylog.log"

Declared by:

bsf.default.tls.server.verify_client

Enable client certificate verification

Type: null or boolean

Default:

null

Example:

true

Declared by:

bsf.default.tls.server.verify_client_cacert

Path to CA certificate for client verification

Type: null or string

Default:

null

Example:

"open5gs-unstable/etc/open5gs/tls/ca.crt"

Declared by:

bsf.generated

Path to generated bsf.yaml

Type: absolute path

Declared by:

bsf.global.max.peer

Maximum number of peer connections.

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

Default:

null

Example:

64

Declared by:

bsf.global.max.ue

Maximum number of UE connections.

Type: positive integer, meaning >0

Default:

1024

Example:

2048

Declared by:

bsf.logger.file.path

Path to the BSF log file.

Type: string

Default:

"/var/log/open5gs/bsf.log"

Example:

"/var/log/open5gs/bsf.log"

Declared by:

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