Konfigurasi UE.yaml Ueransim

From OnnoWiki
Jump to navigation Jump to search

Untuk menjalankan UE Ueransim kita perlu mengedit konfigurasi open5gs-ue dari UE Ueransim pada folder berikut,

nano /usr/local/src/UERANSIM/config/open5gs-ue.yaml

Pastikan parameter berikut sesuai dengan jaringan 5G yang kita operasikan

# ue device config
# IMSI number of the UE. IMSI = [MCC|MNC|MSISDN] (In total 15 digits)
supi: 'imsi-510330000012345
# Mobile Country Code value of HPLMN
mcc: 510
# Mobile Network Code value of HPLMN (2 or 3 digits)
mnc: 33

Juga parameter berikut sesuai dengan SIM Card UE yang kita inginkan,

# Permanent subscription key
key: '465B5CE8B199B49FAA5F0A2EE238A6BC'
# Operator code (OP or OPC) of the UE
op: 'E8ED289DEBA952E4283B54E88E6183CA'
# This value specifies the OP type and it can be either 'OP' or 'OPC'
opType: 'OPC'
# Authentication Management Field (AMF) value
amf: '8000'
# IMEI number of the device. It is used if no SUPI is provided
imei: '356938035643803'
# IMEISV number of the device. It is used if no SUPI and IMEI is provided
imeiSv: '4370816125816151'
# IMEISV number of the device. It is used if no SUPI and IMEI is provided
imeiSv: '4370816125816151'

Kita juga perlu memasukan daftar IP address gNB untuk simulasi radio link antara UE dengan gNB, misalnya,

# List of gNB IP addresses for Radio Link Simulation
# configure with server2 IP
gnbSearchList:
  - 192.168.100.237


Pranala Menarik