Initial commit from Martins Github
This commit is contained in:
30
config/ueransim.env
Normal file
30
config/ueransim.env
Normal file
@@ -0,0 +1,30 @@
|
||||
# UERANSIM Test Session Configuration
|
||||
# Edit UE_KEY and UE_OP before running the emulated session test.
|
||||
# Subscriber must be pre-provisioned in UDR/UDM.
|
||||
|
||||
# gNB source IP — must be reachable by the AMF (host eth0 IP)
|
||||
GNB_IP=172.27.0.159
|
||||
|
||||
# AMF N2 address
|
||||
AMF_IP=10.1.150.34
|
||||
|
||||
# Network identity
|
||||
MCC=001
|
||||
MNC=01
|
||||
|
||||
# Test UE credentials
|
||||
IMSI=imsi-001010000000001
|
||||
UE_KEY=PLACEHOLDER
|
||||
UE_OP=PLACEHOLDER
|
||||
UE_OP_TYPE=OPC
|
||||
UE_IMEISV=PLACEHOLDER
|
||||
|
||||
# Slice
|
||||
SLICE_SST=1
|
||||
SLICE_SD=1
|
||||
|
||||
# Session
|
||||
SESSION_APN=internet
|
||||
|
||||
# Connectivity test target
|
||||
PING_TARGET=8.8.8.8
|
||||
Reference in New Issue
Block a user