aligungr / UERANSIM

Open source 5G UE and RAN (gNodeB) implementation.
GNU General Public License v3.0
758 stars 316 forks source link

UE Configuration with free5gc #459

Open wheam2002 opened 2 years ago

wheam2002 commented 2 years ago

In config free5gc-ue.yaml, supi and imei is supported, i want to ask if GUAMI or 5G-GUTI can support ueransim or depends on free5gc?

Thank you!

# IMSI number of the UE. IMSI = [MCC|MNC|MSISDN] (In total 15 digits)
supi: 'imsi-208930000000003'
......
# 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'
aligungr commented 2 years ago

Hi @wheam2002

This is not (and will not be) supported. Please see https://github.com/aligungr/UERANSIM/discussions/347

Best regards