Skip to content

Configuration parameters for AMF

Rohan edited this page Jun 27, 2022 · 1 revision

Reference

  • 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.

Configuration for AMF

The following table lists the configurable parameters of the AMF chart and their default values.

Parameter Description Data type (Allowed Values) Default
INSTANCE_ID Instance id of AMF instance int (0 to 4294967295) 0
PID_DIRECTO Pid directory of AMF process on host string /var/run
AMF_NAME Name AMF instance string OAI-AMF
RELATIVE_CAPACITY Relative capacity AMF instance uint (0 to 4294967295) 30
STATISTICS_TIMER_INTERVAL Timer to display AMF statastics uint (0 to 4294967295) 20
EMERGENCY_SUPPORT Support for emergency services string (true or false) false
MCC Mobile Country Code string (3 digit, Pattern '^[0-9]{3}$) 208
MNC Mobile Network Code string (2 or 3 digit, Pattern '^[0-9]{3}$) 95
AMF_SET_ID_0 AMF set id string (10 bits) 1
REGION_ID Region ID for AMF string (8 bits) 128
SERVED_GUAMI_MCC_0 MCC for first served GUMI string (3 digit, Pattern '^[0-9]{3}$) 208
SERVED_GUAMI_MNC_0 MNC for first served GUMI string (2 or 3 digit, Pattern '^[0-9]{3}$) 95
SERVED_GUAMI_REGION_ID_0 AMF region id for first served GUMI string (8 bits) 128
SERVED_GUAMI_AMF_SET_ID_0 AMF set id for first served GUMI string (10 bits) 1
SERVED_GUAMI_MCC_1 MCC for second served GUMI string (2 or 3 digit, Pattern '^[0-9]{3}$) 208
SERVED_GUAMI_MNC_1 MNC for second served GUMI string (2 or 3 digit, Pattern '^[0-9]{3}$) 95
SERVED_GUAMI_REGION_ID_1 AMF set id for second served GUMI string (8 bits) 128
SERVED_GUAMI_AMF_SET_ID_1 Support for emergency services string (10 bits) 1
PLMN_SUPPORT_MCC MCC supported in this PLMN string (3 digit, Pattern '^[0-9]{3}$) 208
PLMN_SUPPORT_MNC MNC supported in this PLMN string (2 or 3 digit, Pattern '^[0-9]{3}$) 95
PLMN_SUPPORT_TAC Tracking Area Code string (2 or 3 octect-string) false
SST_0 Slice Service Type for first slice uint8_t (8 bits 0 to 127) 128
SD_0 Slice Differntiator for first slice uint24_t (24 bits) 128
SST_1 Slice Service Type for second slice uint8_t (8 bits 0 to 127) 1
SD_1 Slice Differntiator for second slice uint24_t (24 bits) FFFFFF (no Sd value)
SST_2 Slice Service Type for third slice uint8_t (8 bits 0 to 127) 130
SD_2 Slice Differntiator for third slice uint24_t (24 bits) 130
AMF_INTERFACE_NAME_FOR_NGAP Interface value string eth0
AMF_INTERFACE_NAME_FOR_N11 Interface value string eth0
SMF_INSTANCE_ID_0 Instance id of first SMF instance int (0 to 4294967295) 1
SMF_IPV4_ADDR_0 IPv4 address of first SMF instance string 192.168.70.133
SMF_HTTP_VERSION_0 SBI HTTP version of first SMF instance string v1
SMF_FQDN_0 FQDN for first SMF instance string oai-smf
SMF_INSTANCE_ID_1 Instance id of second SMF instance int (0 to 4294967295) 2
SMF_IPV4_ADDR_1 IPv4 address of second SMF instance string 0.0.0.0
SMF_HTTP_VERSION_1 SBI HTTP version of second SMF instance string v1
SMF_FQDN_1 FQDN for first SMF instance string oai-smf
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
AUSF_IPV4_ADDRESS IPv4 address of AUSF string 192.168.70.138
AUSF_PORT SBI port for AUSF uint32_t 80
AUSF_API_VERSION SBI API version for AUSF string v1
AUSF_FQDN FQDN of AUSF string oai-ausf
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
NSSF_IPV4_ADDRESS IPv4 address of UDR string 192.168.70.132
NSSF_PORT SBI port for UDR uint32_t 80
NSSF_API_VERSION SBI API version for UDR string v1
NSSF_FQDN FQDN of UDR string oai-nssf
NF_REGISTRATION Enable feature NF REGISTRATION string (true or false) false
NRF_SELECTION Enable feature NRF SELECTION string (true or false) false
EXTERNAL_NRF Enable feature EXTERNAL NRF for slicing string (true or false) false
SMF_SELECTION Enable feature SMF SELECTION string (true or false) false
EXTERNAL_AUSF Enable feature EXTERNAL AUSF string (true or false) false
EXTERNAL UDM Enable feature EXTERNAL UDM string (true or false) false
EXTERNAL NSSF Enable feature EXTERNAL NSSF string (true or false) false
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
MYSQL_SERVER IPv4 address of Mysql string 192.168.70.131
MYSQL_USER Mysql database user string root
MYSQL_PASS Mysql database passwod string linux
INT_ALGO_LIST Integrity alogorithm support string [ "NIA0" , "NIA1" , "NIA2" ]
CIPH_ALGO_LIST Ciphering algorithm support string [ "NEA0" , "NEA1" , "NEA2" ]
  1. Home
  2. Configuration for Network Functions

Clone this wiki locally