Commit c165d3cd authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Temporary fix for Network Slicing tutorial

parent f6e42c72
......@@ -49,6 +49,7 @@ AMF =
{
MCC = "@PLMN_SUPPORT_MCC@"; MNC = "@PLMN_SUPPORT_MNC@"; TAC = @PLMN_SUPPORT_TAC@; # YOUR PLMN CONFIG HERE
SLICE_SUPPORT_LIST = (
{SST = "4"; SD = "4"}, # YOUR NSSAI CONFIG HERE
{SST = "@SST_0@"; SD = "@SD_0@"}, # YOUR NSSAI CONFIG HERE
{SST = "@SST_1@"; SD = "@SD_1@"} # YOUR NSSAI CONFIG HERE
)
......
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