forked from free5gc/free5gc-compose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgnbcfg.yaml
25 lines (20 loc) · 804 Bytes
/
gnbcfg.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
mcc: "208" # Mobile Country Code value
mnc: "93" # 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: gnb.free5gc.org # gNB's local IP address for N2 Interface (Usually same with local IP)
gtpIp: gnb.free5gc.org # gNB's local IP address for N3 Interface (Usually same with local IP)
# List of AMF address information
amfConfigs:
- address: amf.free5gc.org
port: 38412
# List of supported S-NSSAIs by this gNB
slices:
- sst: 0x1
sd: 0x010203
- sst: 0x1
sd: 0x112233
# Indicates whether or not SCTP stream number errors should be ignored.
ignoreStreamIds: true