Konfigurasi UE.yaml Ueransim

From OnnoWiki
Revision as of 10:58, 26 October 2022 by Yopi Sopiyana (talk | contribs) (Created page with " nano /usr/local/src/UERANSIM/config/open5gs-ue.yaml # ue device config # IMSI number of the UE. IMSI = [MCC|MNC|MSISDN] (In total 15 digits) supi: 'imsi-510330000012345...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
nano /usr/local/src/UERANSIM/config/open5gs-ue.yaml
# 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
# 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'
---
# List of gNB IP addresses for Radio Link Simulation
# configure with server2 IP
gnbSearchList:
  - 192.168.100.237