26 lines
826 B
YAML
26 lines
826 B
YAML
mcc: 'MCC' # Mobile Country Code value
|
|
mnc: 'MNC' # 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: NR_GNB_IP # gNB's local IP address for Radio Link Simulation (Usually same with local IP)
|
|
ngapIp: NR_GNB_IP # gNB's local IP address for N2 Interface (Usually same with local IP)
|
|
gtpIp: NR_GNB_IP # gNB's local IP address for N3 Interface (Usually same with local IP)
|
|
|
|
# List of AMF address information
|
|
amfConfigs:
|
|
- address: AMF_IP
|
|
port: 38412
|
|
|
|
# List of supported S-NSSAIs by this gNB
|
|
slices:
|
|
- sst: 1
|
|
sd: 0x000001
|
|
- sst: 1
|
|
sd: 0x000002
|
|
|
|
# Indicates whether or not SCTP stream number errors should be ignored.
|
|
ignoreStreamIds: true
|