Hello, would you mind providing more details, including the version of free5GC you are currently using and any specific error messages you have encountered?
Thank you!
I was trying to convert SUPI to GPSI from udm id-translation-result endpoint. However, it is only supported for GPSI to SUPI since free5gc is based on release 15 and not the later ones, which takes in a ueId instead of GPSI. Since I currently only needed GPSI extid I could generate it from SUPI, but I wanted to see if the database had stored GPSI ueId. Then I saw that the database table which the udr identity-data endpoint, which udm uses, did not exist. The udr endpoint specify that it takes a ueId and not a gpsi which udm does. So thought that I could give the SUPI imsi ueId but the table was not created.
Create subscriber and UE with imsi-208930000000002
From ueransim container curl -X GET udr:8000/nudr-dr/v1/subscription-data/imsi-208930000000002/identity-data the responce is then {"title":"Data not found","status":404,"cause":"DATA_NOT_FOUND"}
@Anton-Augustsson
Hello, we are currently in the process of implementing the functionality that converts SUPI to GPSI. We plan to provide an update on this in the near future.