Initial commit from Martins Github

This commit is contained in:
Jake Kasper
2026-04-23 13:50:31 -05:00
parent 488a0d01ef
commit 3228db3097
30 changed files with 4377 additions and 1 deletions

30
config/ueransim.env Normal file
View 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