33 description : N3IWF initial local configuration
44
55configuration :
6- N3IWFInformation :
7- GlobalN3IWFID : # ID used to globally identify an N3IWF
8- PLMNID : # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
9- MCC : 208 # Mobile Country Code (3 digits string, digit: 0~9)
10- MNC : 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
11- N3IWFID : 135 # ID used to identify an N3IWF in PLMN (uinteger, range: 0~65535)
12- Name : free5GC_N3IWF # The name of this N3IWF
13- SupportedTAList : # Tracking Area supported by this N3IWF
14- - TAC : 000001 # Tracking Area Code (3 bytes hex string, range: 000000~FFFFFF)
15- BroadcastPLMNList : # Refer to TS 38.413
16- - PLMNID : # Public Land Mobile Network ID
17- MCC : 208 # Mobile Country Code (3 digits string, digit: 0~9)
18- MNC : 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
19- TAISliceSupportList : # Network Slice supported in this TAI
20- - SNSSAI : # Single Network Slice Selection Assistance Information
21- SST : 1 # Slice/Service Type (1 byte hex string, range: 0~F)
22- SD : 010203 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
23- - SNSSAI : # Single Network Slice Selection Assistance Information
24- SST : 1 # Slice/Service Type (1 byte hex string, range: 0~F)
25- SD : 112233 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
6+ n3iwfInformation :
7+ globalN3IWFID : # ID used to globally identify an N3IWF
8+ plmnID : # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
9+ mcc : 208 # Mobile Country Code (3 digits string, digit: 0~9)
10+ mnc : 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
11+ n3iwfID : 135 # ID used to identify an N3IWF in PLMN (uinteger, range: 0~65535)
12+ name : free5GC_N3IWF # The name of this N3IWF
13+ supportedTAList : # Tracking Area supported by this N3IWF
14+ - tac : 000001 # Tracking Area Code (3 bytes hex string, range: 000000~FFFFFF)
15+ broadcastPlmnList : # Refer to TS 38.413
16+ - plmnID : # Public Land Mobile Network ID
17+ mcc : 208 # Mobile Country Code (3 digits string, digit: 0~9)
18+ mnc : 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
19+ taiSliceSupportList : # Network Slice supported in this TAI
20+ - snssai : # Single Network Slice Selection Assistance Information
21+ sst : 1 # Slice/Service Type (1 byte hex string, range: 0~F)
22+ sd : 010203 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
23+ - snssai : # Single Network Slice Selection Assistance Information
24+ sst : 1 # Slice/Service Type (1 byte hex string, range: 0~F)
25+ sd : 112233 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
2626
2727 # --- N2 Interfaces ---
28- AMFSCTPAddresses : # the IP list of N2 interfaces (SCTP) on AMF when using NGAP
29- - IP :
30- - amf.free5gc.org
31- Port : 38412
32- NASTCPPort : 20000 # TCP port which the NAS listens on
28+ amfSCTPAddresses : # the IP list of N2 interfaces (SCTP) on AMF when using NGAP
29+ - ip :
30+ - amf.free5gc.org
31+ port : 38412
32+ nasTcpPort : 20000 # TCP port which the NAS listens on
3333
3434 # --- Nwu Interfaces ---
35- IKEBindAddress : 10.100.200.15 # Nwu interface IP address (IKE) on this N3IWF
36- IPSecTunnelAddress : 10.0.0.1 # Tunnel IP address of XFRM interface on this N3IWF
37- UEIPAddressRange : 10.0.0.0/24 # IP address pool allocated to UE in IPSec tunnel
38- XFRMInterfaceName : xfrmi # Prefix of XFRM interface name created by N3IWF
39- XFRMInterfaceID : 1 # XFRM interface if_id for IPSec routing (Any value except to 0, default value is 7 if not defined)
35+ ikeBindAddress : 10.100.200.15 # Nwu interface IP address (IKE) on this N3IWF
36+ ipSecTunnelAddress : 10.0.0.1 # Tunnel IP address of XFRM interface on this N3IWF
37+ ueIpAddressRange : 10.0.0.0/24 # IP address pool allocated to UE in IPSec tunnel
38+ xfrmInterfaceName : xfrmi # Prefix of XFRM interface name created by N3IWF
39+ xfrmInterfaceID : 1 # XFRM interface if_id for IPSec routing (Any value except to 0, default value is 7 if not defined)
4040
4141 # --- N3 Interfaces ---
42- GTPBindAddress : 10.100.200.15 # IP address of N3 interface (GTP) on this N3IWF
42+ n3iwfGtpBindAddress : 10.100.200.15 # IP address of N3 interface (GTP) on this N3IWF
4343
44- FQDN : n3iwf.free5gc.org # FQDN of this N3IWF
44+ fqdn : n3iwf.free5gc.org # FQDN of this N3IWF
4545
4646 # --- Security ---
47- PrivateKey : cert/n3iwf.key # Private key file path
48- CertificateAuthority : cert/n3iwf.pem # Certificate Authority (CA) file path
49- Certificate : cert/n3iwf.pem # Certificate file path
47+ privateKey : cert/n3iwf.key # Private key file path
48+ certificateAuthority : cert/n3iwf.pem # Certificate Authority (CA) file path
49+ certificate : cert/n3iwf.pem # Certificate file path
5050
5151 # sending dead peer detection message
52- LivenessCheck :
52+ livenessCheck :
5353 enable : true # true or false
5454 transFreq : 60s # frequency of transmission
5555 maxRetryTimes : 4 # the max number of DPD response of UE
5656
5757logger : # log output setting
5858 enable : true # true or false
5959 level : info # how detailed to output, value: trace, debug, info, warn, error, fatal, panic
60- reportCaller : false # enable the caller report or not, value: true or false
60+ reportCaller : false # enable the caller report or not, value: true or false
0 commit comments