[ERRO][UDR][DRepo] QueryAuthSubsDataProcedure err:
[ERRO][UDM][UEAU] Return from UDR QueryAuthSubsData error
[ERRO][AMF][GMM][AMF_UE_NGAP_ID:1] Nausf_UEAU Authenticate Request Failed: &{Type: Title: Status:500 Detail: Instance: Cause:AV_GENERATION_PROBLEM InvalidParams:[]}
I cloned the free5gc docker compose project and ran it, so core network is running fine
But when I run UE then I am getting following errors:
udr | 2023-06-07T04:56:03Z [ERRO][UDR][DRepo] QueryAuthSubsDataProcedure err:
udr | 2023-06-07T04:56:03Z [INFO][UDR][GIN] | 404 | 10.100.200.6 | GET | /nudr-dr/v1/subscription-data/imsi-208930000000001/authentication-data/authentication-subscription |
udm | 2023-06-07T04:56:03Z [ERRO][UDM][UEAU] Return from UDR QueryAuthSubsData error
udm | 2023-06-07T04:56:03Z [INFO][UDM][GIN] | 403 | 10.100.200.10 | POST | /nudm-ueau/v1/suci-0-208-93-0000-0-0-0000000001/security-information/generate-auth-data |
ausf | 2023-06-07T04:56:03Z [INFO][AUSF][UeAuthPost] 403 Forbidden
ausf | 2023-06-07T04:56:03Z [INFO][AUSF][GIN] | 500 | 10.100.200.7 | POST | /nausf-auth/v1/ue-authentications |
amf | 2023-06-07T04:56:03Z [ERRO][AMF][GMM][AMF_UE_NGAP_ID:1] Nausf_UEAU Authenticate Request Failed: &{Type: Title: Status:500 Detail: Instance: Cause:AV_GENERATION_PROBLEM InvalidParams:[]}
I have two docker compose files. In one docker compose file, there are all the network functions, and another docker file is for UE, I am running the UE using that docker compose file
I have attached all the configs and docker compose files.config_and_docker_compose_files.zip (16.9 KB)