-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration parameters for AUSF
Rohan edited this page Jul 4, 2022
·
3 revisions
- TS 29.571 R16.0.0, 5G System;. Common Data Types for Service Based Interfaces;. Stage 3.
- TS 23.003 R16.0.0, GSM, UMTS,LTE, 5G Numbering, addressing and identification.
The following table lists the configurable parameters of the AUSF chart and their default values.
| Parameter | Description | Data type (Allowed Values) | Default |
|---|---|---|---|
INSTANCE_ID |
Instance id of AUSF instance |
int (0 to 4294967295) |
0 |
PID_DIRECTO |
Pid directory of AUSF process on host | string |
/var/run |
AUSF_NAME |
Name AUSF instance | string |
OAI-AUSF |
SBI_IF_NAME |
Name AUSF SBI interface | string |
eth0 |
SBI_PORT |
SBI port for AUSF | uint32_t |
80 |
SBI_HTTP2_PORT |
SBI http2 port for AUSF | uint32_t |
80 |
SBIAPI_VERSION |
SBI API version for AUSF | string |
v1 |
USE_FQDN_DNS |
Enable feature FQDN DNS for FQDN resolution |
string (true or false) |
false |
USE_HTTP2 |
Enable feature USE_HTTP2 for SBI | string |
false |
REGISTER_NRF |
Enable feature NF REGISTRATION |
string (true or false) |
false |
UDM_IPV4_ADDRESS |
IPv4 address of UDM | string |
192.168.70.137 |
UDM_PORT |
SBI port for UDM | uint32_t |
80 |
UDM_API_VERSION |
SBI API version for UDM | string |
v1 |
UDM_FQDN |
FQDN of UDM | string |
oai-udm |
NRF_IPV4_ADDRESS |
IPv4 address of NRF | string |
192.168.70.130 |
NRF_PORT |
SBI port for NRF | uint32_t |
80 |
NRF_API_VERSION |
SBI API version for NRF | string |
v1 |
NRF_FQDN |
FQDN of NRF | string |
oai-nrf |