mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-03 21:43:25 +00:00 
			
		
		
		
	doc: update document for changes configuration
o `plmn` -> `plmn_support` in AMF configuration
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user