init-version-3.27
This commit is contained in:
23
config/custom-gnb.yaml
vendored
Normal file
23
config/custom-gnb.yaml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
mcc: '286' # Mobile Country Code value
|
||||
mnc: '01' # Mobile Network Code value (2 or 3 digits)
|
||||
|
||||
nci: '0x000000010' # NR Cell Identity (36-bit)
|
||||
idLength: 32 # NR gNB ID length in bits [22...32]
|
||||
tac: 1 # Tracking Area Code
|
||||
|
||||
linkIp: 127.0.0.1 # gNB's local IP address for Radio Link Simulation (Usually same with local IP)
|
||||
ngapIp: 127.0.0.1 # gNB's local IP address for N2 Interface (Usually same with local IP)
|
||||
gtpIp: 127.0.0.1 # gNB's local IP address for N3 Interface (Usually same with local IP)
|
||||
|
||||
# List of AMF address information
|
||||
amfConfigs:
|
||||
- address: 127.0.0.5
|
||||
port: 38412
|
||||
|
||||
# List of supported S-NSSAIs by this gNB
|
||||
slices:
|
||||
- sst: 1
|
||||
sd: 1
|
||||
|
||||
# Indicates whether or not SCTP stream number errors should be ignored.
|
||||
ignoreStreamIds: true
|
||||
83
config/custom-ue.yaml
vendored
Normal file
83
config/custom-ue.yaml
vendored
Normal file
@@ -0,0 +1,83 @@
|
||||
# IMSI number of the UE. IMSI = [MCC|MNC|MSISDN] (In total 15 digits)
|
||||
supi: 'imsi-286010000000001'
|
||||
# Mobile Country Code value of HPLMN
|
||||
mcc: '286'
|
||||
# Mobile Network Code value of HPLMN (2 or 3 digits)
|
||||
mnc: '01'
|
||||
# SUCI Protection Scheme : 0 for Null-scheme, 1 for Profile A and 2 for Profile B
|
||||
protectionScheme: 0
|
||||
# Home Network Public Key for protecting with SUCI Profile A
|
||||
homeNetworkPublicKey: '5a8d38864820197c3394b92613b20b91633cbd897119273bf8e4a6f4eec0a650'
|
||||
# Home Network Public Key ID for protecting with SUCI Profile A
|
||||
homeNetworkPublicKeyId: 1
|
||||
# Routing Indicator
|
||||
routingIndicator: '0000'
|
||||
|
||||
# Permanent subscription key
|
||||
key: '465B5CE8B199B49FAA5F0A2EE238A6BC'
|
||||
# Operator code (OP or OPC) of the UE
|
||||
op: 'E8ED289DEBA952E4283B54E88E6183CA'
|
||||
# This value specifies the OP type and it can be either 'OP' or 'OPC'
|
||||
opType: 'OP'
|
||||
# Authentication Management Field (AMF) value
|
||||
amf: '8000'
|
||||
# IMEI number of the device. It is used if no SUPI is provided
|
||||
imei: '356938035643803'
|
||||
# IMEISV number of the device. It is used if no SUPI and IMEI is provided
|
||||
imeiSv: '4370816125816151'
|
||||
|
||||
# Network mask used for the UE's TUN interface to define the subnet size
|
||||
tunNetmask: '255.255.255.0'
|
||||
|
||||
# List of gNB IP addresses for Radio Link Simulation
|
||||
gnbSearchList:
|
||||
- 127.0.0.1
|
||||
|
||||
# UAC Access Identities Configuration
|
||||
uacAic:
|
||||
mps: false
|
||||
mcs: false
|
||||
|
||||
# UAC Access Control Class
|
||||
uacAcc:
|
||||
normalClass: 0
|
||||
class11: false
|
||||
class12: false
|
||||
class13: false
|
||||
class14: false
|
||||
class15: false
|
||||
|
||||
# Initial PDU sessions to be established
|
||||
sessions:
|
||||
- type: 'IPv4'
|
||||
apn: 'internet'
|
||||
slice:
|
||||
sst: 1
|
||||
sd: 1
|
||||
|
||||
# Configured NSSAI for this UE by HPLMN
|
||||
configured-nssai:
|
||||
- sst: 1
|
||||
sd: 1
|
||||
|
||||
# Default Configured NSSAI for this UE
|
||||
default-nssai:
|
||||
- sst: 1
|
||||
sd: 1
|
||||
|
||||
# Supported integrity algorithms by this UE
|
||||
integrity:
|
||||
IA1: true
|
||||
IA2: true
|
||||
IA3: true
|
||||
|
||||
# Supported encryption algorithms by this UE
|
||||
ciphering:
|
||||
EA1: true
|
||||
EA2: true
|
||||
EA3: true
|
||||
|
||||
# Integrity protection maximum data rate for user plane
|
||||
integrityMaxRate:
|
||||
uplink: 'full'
|
||||
downlink: 'full'
|
||||
23
config/free5gc-gnb.yaml
vendored
Normal file
23
config/free5gc-gnb.yaml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
mcc: '460' # Mobile Country Code value
|
||||
mnc: '00' # Mobile Network Code value (2 or 3 digits)
|
||||
|
||||
nci: '0x000000010' # NR Cell Identity (36-bit)
|
||||
idLength: 32 # NR gNB ID length in bits [22...32]
|
||||
tac: 4388 # Tracking Area Code
|
||||
|
||||
linkIp: 192.168.8.117 # gNB's local IP address for Radio Link Simulation (Usually same with local IP)
|
||||
ngapIp: 192.168.8.117 # gNB's local IP address for N2 Interface (Usually same with local IP)
|
||||
gtpIp: 192.168.8.117 # gNB's local IP address for N3 Interface (Usually same with local IP)
|
||||
|
||||
# List of AMF address information
|
||||
amfConfigs:
|
||||
- address: 192.168.13.172
|
||||
port: 38412
|
||||
|
||||
# List of supported S-NSSAIs by this gNB
|
||||
slices:
|
||||
- sst: 0x1
|
||||
sd: 0x000001
|
||||
|
||||
# Indicates whether or not SCTP stream number errors should be ignored.
|
||||
ignoreStreamIds: true
|
||||
83
config/free5gc-ue.yaml
vendored
Normal file
83
config/free5gc-ue.yaml
vendored
Normal file
@@ -0,0 +1,83 @@
|
||||
# IMSI number of the UE. IMSI = [MCC|MNC|MSISDN] (In total 15 digits)
|
||||
supi: imsi-460000000000001
|
||||
# Mobile Country Code value of HPLMN
|
||||
mcc: '460'
|
||||
# Mobile Network Code value of HPLMN (2 or 3 digits)
|
||||
mnc: '00'
|
||||
# SUCI Protection Scheme : 0 for Null-scheme, 1 for Profile A and 2 for Profile B
|
||||
protectionScheme: 0
|
||||
# Home Network Public Key for protecting with SUCI Profile A
|
||||
homeNetworkPublicKey: '5a8d38864820197c3394b92613b20b91633cbd897119273bf8e4a6f4eec0a650'
|
||||
# Home Network Public Key ID for protecting with SUCI Profile A
|
||||
homeNetworkPublicKeyId: 1
|
||||
# Routing Indicator
|
||||
routingIndicator: '0000'
|
||||
|
||||
# Permanent subscription key
|
||||
key: '11111111111111111111111111111111'
|
||||
# Operator code (OP or OPC) of the UE
|
||||
op: '11111111111111111111111111111111'
|
||||
# This value specifies the OP type and it can be either 'OP' or 'OPC'
|
||||
opType: 'OPC'
|
||||
# Authentication Management Field (AMF) value
|
||||
amf: '8000'
|
||||
# IMEI number of the device. It is used if no SUPI is provided
|
||||
imei: '356938035643803'
|
||||
# IMEISV number of the device. It is used if no SUPI and IMEI is provided
|
||||
imeiSv: '4370816125816151'
|
||||
|
||||
# Network mask used for the UE's TUN interface to define the subnet size
|
||||
tunNetmask: '255.255.255.0'
|
||||
|
||||
# List of gNB IP addresses for Radio Link Simulation
|
||||
gnbSearchList:
|
||||
- 192.168.8.117
|
||||
|
||||
# UAC Access Identities Configuration
|
||||
uacAic:
|
||||
mps: false
|
||||
mcs: false
|
||||
|
||||
# UAC Access Control Class
|
||||
uacAcc:
|
||||
normalClass: 0
|
||||
class11: false
|
||||
class12: false
|
||||
class13: false
|
||||
class14: false
|
||||
class15: false
|
||||
|
||||
# Initial PDU sessions to be established
|
||||
sessions:
|
||||
- type: 'IPv4'
|
||||
apn: 'internet'
|
||||
slice:
|
||||
sst: 0x01
|
||||
sd: 0x000001
|
||||
|
||||
# Configured NSSAI for this UE by HPLMN
|
||||
configured-nssai:
|
||||
- sst: 0x01
|
||||
sd: 0x000001
|
||||
|
||||
# Default Configured NSSAI for this UE
|
||||
default-nssai:
|
||||
- sst: 1
|
||||
sd: 1
|
||||
|
||||
# Supported integrity algorithms by this UE
|
||||
integrity:
|
||||
IA1: true
|
||||
IA2: true
|
||||
IA3: true
|
||||
|
||||
# Supported encryption algorithms by this UE
|
||||
ciphering:
|
||||
EA1: true
|
||||
EA2: true
|
||||
EA3: true
|
||||
|
||||
# Integrity protection maximum data rate for user plane
|
||||
integrityMaxRate:
|
||||
uplink: 'full'
|
||||
downlink: 'full'
|
||||
22
config/open5gs-gnb.yaml
vendored
Normal file
22
config/open5gs-gnb.yaml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
mcc: '999' # Mobile Country Code value
|
||||
mnc: '70' # Mobile Network Code value (2 or 3 digits)
|
||||
|
||||
nci: '0x000000010' # NR Cell Identity (36-bit)
|
||||
idLength: 32 # NR gNB ID length in bits [22...32]
|
||||
tac: 1 # Tracking Area Code
|
||||
|
||||
linkIp: 127.0.0.1 # gNB's local IP address for Radio Link Simulation (Usually same with local IP)
|
||||
ngapIp: 127.0.0.1 # gNB's local IP address for N2 Interface (Usually same with local IP)
|
||||
gtpIp: 127.0.0.1 # gNB's local IP address for N3 Interface (Usually same with local IP)
|
||||
|
||||
# List of AMF address information
|
||||
amfConfigs:
|
||||
- address: 127.0.0.5
|
||||
port: 38412
|
||||
|
||||
# List of supported S-NSSAIs by this gNB
|
||||
slices:
|
||||
- sst: 1
|
||||
|
||||
# Indicates whether or not SCTP stream number errors should be ignored.
|
||||
ignoreStreamIds: true
|
||||
81
config/open5gs-ue.yaml
vendored
Normal file
81
config/open5gs-ue.yaml
vendored
Normal file
@@ -0,0 +1,81 @@
|
||||
# IMSI number of the UE. IMSI = [MCC|MNC|MSISDN] (In total 15 digits)
|
||||
supi: 'imsi-999700000000001'
|
||||
# Mobile Country Code value of HPLMN
|
||||
mcc: '999'
|
||||
# Mobile Network Code value of HPLMN (2 or 3 digits)
|
||||
mnc: '70'
|
||||
# SUCI Protection Scheme : 0 for Null-scheme, 1 for Profile A and 2 for Profile B
|
||||
protectionScheme: 0
|
||||
# Home Network Public Key for protecting with SUCI Profile A
|
||||
homeNetworkPublicKey: '5a8d38864820197c3394b92613b20b91633cbd897119273bf8e4a6f4eec0a650'
|
||||
# Home Network Public Key ID for protecting with SUCI Profile A
|
||||
homeNetworkPublicKeyId: 1
|
||||
# Routing Indicator
|
||||
routingIndicator: '0000'
|
||||
|
||||
# Permanent subscription key
|
||||
key: '465B5CE8B199B49FAA5F0A2EE238A6BC'
|
||||
# Operator code (OP or OPC) of the UE
|
||||
op: 'E8ED289DEBA952E4283B54E88E6183CA'
|
||||
# This value specifies the OP type and it can be either 'OP' or 'OPC'
|
||||
opType: 'OPC'
|
||||
# Authentication Management Field (AMF) value
|
||||
amf: '8000'
|
||||
# IMEI number of the device. It is used if no SUPI is provided
|
||||
imei: '356938035643803'
|
||||
# IMEISV number of the device. It is used if no SUPI and IMEI is provided
|
||||
imeiSv: '4370816125816151'
|
||||
|
||||
# Network mask used for the UE's TUN interface to define the subnet size
|
||||
tunNetmask: '255.255.255.0'
|
||||
|
||||
# List of gNB IP addresses for Radio Link Simulation
|
||||
gnbSearchList:
|
||||
- 127.0.0.1
|
||||
|
||||
# UAC Access Identities Configuration
|
||||
uacAic:
|
||||
mps: false
|
||||
mcs: false
|
||||
|
||||
# UAC Access Control Class
|
||||
uacAcc:
|
||||
normalClass: 0
|
||||
class11: false
|
||||
class12: false
|
||||
class13: false
|
||||
class14: false
|
||||
class15: false
|
||||
|
||||
# Initial PDU sessions to be established
|
||||
sessions:
|
||||
- type: 'IPv4'
|
||||
apn: 'internet'
|
||||
slice:
|
||||
sst: 1
|
||||
|
||||
# Configured NSSAI for this UE by HPLMN
|
||||
configured-nssai:
|
||||
- sst: 1
|
||||
|
||||
# Default Configured NSSAI for this UE
|
||||
default-nssai:
|
||||
- sst: 1
|
||||
sd: 1
|
||||
|
||||
# Supported integrity algorithms by this UE
|
||||
integrity:
|
||||
IA1: true
|
||||
IA2: true
|
||||
IA3: true
|
||||
|
||||
# Supported encryption algorithms by this UE
|
||||
ciphering:
|
||||
EA1: true
|
||||
EA2: true
|
||||
EA3: true
|
||||
|
||||
# Integrity protection maximum data rate for user plane
|
||||
integrityMaxRate:
|
||||
uplink: 'full'
|
||||
downlink: 'full'
|
||||
Reference in New Issue
Block a user