N2 handover intra-AMF 2Gnb 1ue
This commit is contained in:
23
config/free5gc-gnb2.yaml
vendored
Normal file
23
config/free5gc-gnb2.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: '0x000000100' # NR Cell Identity (36-bit) - 不同于第一个gNB
|
||||
idLength: 32 # NR gNB ID length in bits [22...32]
|
||||
tac: 4389 # Tracking Area Code
|
||||
|
||||
linkIp: 192.168.8.118 # gNB's local IP address for Radio Link Simulation - 使用不同IP避免冲突
|
||||
ngapIp: 192.168.8.118 # gNB's local IP address for N2 Interface - 使用不同IP避免冲突
|
||||
gtpIp: 192.168.8.118 # gNB's local IP address for N3 Interface - 使用不同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
|
||||
8
config/free5gc-ue.yaml
vendored
8
config/free5gc-ue.yaml
vendored
@@ -32,6 +32,7 @@ tunNetmask: '255.255.255.0'
|
||||
# List of gNB IP addresses for Radio Link Simulation
|
||||
gnbSearchList:
|
||||
- 192.168.8.117
|
||||
- 192.168.8.118
|
||||
|
||||
# UAC Access Identities Configuration
|
||||
uacAic:
|
||||
@@ -50,7 +51,12 @@ uacAcc:
|
||||
# Initial PDU sessions to be established
|
||||
sessions:
|
||||
- type: 'IPv4'
|
||||
apn: 'internet'
|
||||
apn: 'cmnet'
|
||||
slice:
|
||||
sst: 0x01
|
||||
sd: 0x000001
|
||||
- type: IPv4
|
||||
apn: ims
|
||||
slice:
|
||||
sst: 0x01
|
||||
sd: 0x000001
|
||||
|
||||
Reference in New Issue
Block a user