doc: update document for changes configuration

o `plmn` -> `plmn_support` in AMF configuration
This commit is contained in:
Sukchan Lee 2021-03-08 22:30:06 +09:00
parent 08751e1b4a
commit 56c0987ad2
3 changed files with 3 additions and 3 deletions

View File

@ -318,7 +318,7 @@ amf:
+ mcc: 001 # set your PLMN-MCC
+ mnc: 01 # set your PLMN-MNC
+ tac: 2 # should match the TAC used by your gNB
plmn:
plmn_support:
- plmn_id:
- mcc: 901
- mnc: 70

View File

@ -122,7 +122,7 @@ $ diff -u /etc/open5gs/amf.yaml.old /etc/open5gs/amf.yaml
+ mcc: 001
+ mnc: 01
+ tac: 2
plmn:
plmn_support:
- plmn_id:
- mcc: 901
- mnc: 70

View File

@ -165,7 +165,7 @@ diff -u /etc/open5gs/amf.yaml.old /etc/open5gs/amf.yaml
+ mcc: 901
+ mnc: 70
+ tac: 1
plmn:
plmn_support:
- plmn_id:
- mcc: 001
- mnc: 01