Commit f8922f14 authored by kharade's avatar kharade

Fix for snssai default parameters in config

parent e403b589
......@@ -51,7 +51,7 @@ AMF =
SLICE_SUPPORT_LIST = (
{SST = "@SST_0@"; SD = "@SD_0@"}, # YOUR NSSAI CONFIG HERE
{SST = "@SST_1@"; SD = "@SD_1@"}, # YOUR NSSAI CONFIG HERE
{SST = "4"; SD = "4"} # YOUR NSSAI CONFIG HERE
{SST = "@SST_2@"; SD = "@SD_2@"} # YOUR NSSAI CONFIG HERE
)
}
);
......
......@@ -23,6 +23,12 @@ NSSF_FQDN=${NSSF_FQDN:-oai-nssf}
INT_ALGO_LIST=${INT_ALGO_LIST:-'[ "NIA0" , "NIA1" , "NIA2" ]'}
CIPH_ALGO_LIST=${CIPH_ALGO_LIST:-'[ "NEA0" , "NEA1" , "NEA2" ]'}
USE_HTTP2=${USE_HTTP2:-no}
SST_0=${SST_0:-128}
SD_0=${SD_0:-2}
SST_1=${SST_1:-1}
SD_1=${SD_1:-0xFFFFFF}
SST_2=${SST_2:-129}
SD_2=${SD_2:-4}
if [[ ${USE_FQDN_DNS} == "yes" ]];then
NSSF_IPV4_ADDR=${NSSF_IPV4_ADDR_0:-0.0.0.0}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment