hi i’m new to free5gc.
When i was trying to attach an ue to free5gc core, i encountered some error(log shown below).
can anyone provide me with some hints and ideas on how to solve it? (e.x. what might be the probable cause? …)
many thanks!
(also pls forgive my poor english…)
Background
i’m doing an end2end experiment similar to GitHub - s5uishida/free5gc_srsran_sample_config: free5GC 5GC & srsRAN 5G with ZeroMQ UE / RAN Sample Configuration. The difference is, I’m conducting the whole experiment on a single virtual machine(ubuntu22.04).
Open Source Projects i am using:
- srs4GUE
- srsRAN(gnb)
- free5gc
How i’m running free5gc?
i’m running the containerized free5gc:
$ sudo docker compose -f docker-compose-build.yaml up
...
WARN[0000] /home/cdm/5g/free5gc-compose/docker-compose-build.yaml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
WARN[0000] Found orphan containers ([n3iwue tngf n3iwf ueransim nef]) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
[+] Running 12/12
✔ Container upf Created 0.0s
✔ Container mongodb Created 0.0s
✔ Container nrf Created 0.0s
✔ Container amf Created 0.0s
✔ Container smf Created 0.0s
✔ Container udm Created 0.0s
✔ Container pcf Created 0.0s
✔ Container webui Created 0.0s
✔ Container chf Created 0.0s
✔ Container udr Created 0.0s
✔ Container ausf Created 0.0s
✔ Container nssf Created 0.0s
Logging from gnb and ue
seems normal, nothing weird
gnb:
ue:
Error Logging from free5gc
here’s the logging picture(only error part included):
also text version here(started from the moment when ue begins to connect):
amf | 2025-03-24T01:41:02.707367050Z [INFO][AMF][Ngap][ran_addr:10.100.200.1:50172] Handle InitialUEMessage
amf | 2025-03-24T01:41:02.707411788Z [INFO][AMF][Ngap][amf_ue_ngap_id:RU:0,AU:1(3GPP)][ran_addr:10.100.200.1:50172] New RanUe [RanUeNgapID:0][AmfUeNgapID:1]
nrf | 2025-03-24T01:41:02.708593938Z [INFO][NRF][Token] In HTTPAccessTokenRequest
amf | 2025-03-24T01:41:02.707447083Z [INFO][AMF][Ngap][ran_addr:10.100.200.1:50172] 5GSMobileIdentity ["SUCI":"suci-0-001-01-0000-0-0-0000000000", err: <nil>]
amf | 2025-03-24T01:41:02.707488042Z [INFO][AMF][CTX] New AmfUe [supi:][guti:00101cafe0000000001]
nrf | 2025-03-24T01:41:02.710607726Z [WARN][NRF][Token] Certificate verify: x509: certificate signed by unknown authority (possibly because of "x509: invalid signature: parent certificate cannot sign this kind of certificate" while trying to verify candidate authority certificate "NRF")
amf | 2025-03-24T01:41:02.707505431Z [INFO][AMF][Gmm] Handle event[Gmm Message], transition from [Deregistered] to [Deregistered]
nrf | 2025-03-24T01:41:02.711773140Z [INFO][NRF][GIN] | 200 | 10.100.200.16 | POST | /oauth2/token |
amf | 2025-03-24T01:41:02.707510945Z [INFO][AMF][Gmm][amf_ue_ngap_id:RU:0,AU:1(3GPP)][supi:SUPI:] Handle Registration Request
amf | 2025-03-24T01:41:02.707515102Z [INFO][AMF][Gmm][amf_ue_ngap_id:RU:0,AU:1(3GPP)][supi:SUPI:] RegistrationType: Initial Registration
amf | 2025-03-24T01:41:02.707519445Z [INFO][AMF][Gmm][amf_ue_ngap_id:RU:0,AU:1(3GPP)][supi:SUPI:] MobileIdentity5GS: SUCI[suci-0-001-01-0000-0-0-0000000000]
amf | 2025-03-24T01:41:02.707530240Z [INFO][AMF][Gmm] Handle event[Start Authentication], transition from [Deregistered] to [Authentication]
amf | 2025-03-24T01:41:02.707533948Z [INFO][AMF][Gmm][amf_ue_ngap_id:RU:0,AU:1(3GPP)][supi:SUPI:] Authentication procedure
nrf | 2025-03-24T01:41:02.713086180Z [INFO][NRF][DISC] Handle NFDiscoveryRequest
nrf | 2025-03-24T01:41:02.714714602Z [INFO][NRF][GIN] | 200 | 10.100.200.16 | GET | /nnrf-disc/v1/nf-instances?requester-nf-type=AMF&target-nf-type=AUSF |
nrf | 2025-03-24T01:41:02.715795363Z [INFO][NRF][Token] In HTTPAccessTokenRequest
nrf | 2025-03-24T01:41:02.716904160Z [WARN][NRF][Token] Certificate verify: x509: certificate signed by unknown authority (possibly because of "x509: invalid signature: parent certificate cannot sign this kind of certificate" while trying to verify candidate authority certificate "NRF")
nrf | 2025-03-24T01:41:02.719054413Z [INFO][NRF][GIN] | 200 | 10.100.200.16 | POST | /oauth2/token |
ausf | 2025-03-24T01:41:02.721029118Z [INFO][AUSF][UeAuth] HandleUeAuthPostRequest
ausf | 2025-03-24T01:41:02.721043721Z [INFO][AUSF][UeAuth] Serving network authorized
nrf | 2025-03-24T01:41:02.722086671Z [INFO][NRF][Token] In HTTPAccessTokenRequest
nrf | 2025-03-24T01:41:02.722995264Z [WARN][NRF][Token] Certificate verify: x509: certificate signed by unknown authority (possibly because of "x509: invalid signature: parent certificate cannot sign this kind of certificate" while trying to verify candidate authority certificate "NRF")
nrf | 2025-03-24T01:41:02.723778910Z [INFO][NRF][GIN] | 200 | 10.100.200.7 | POST | /oauth2/token |
nrf | 2025-03-24T01:41:02.724737548Z [INFO][NRF][DISC] Handle NFDiscoveryRequest
nrf | 2025-03-24T01:41:02.725662350Z [INFO][NRF][GIN] | 200 | 10.100.200.7 | GET | /nnrf-disc/v1/nf-instances?requester-nf-type=AUSF&service-names=nudm-ueau&target-nf-type=UDM |
nrf | 2025-03-24T01:41:02.726283169Z [INFO][NRF][Token] In HTTPAccessTokenRequest
nrf | 2025-03-24T01:41:02.727117842Z [WARN][NRF][Token] Certificate verify: x509: certificate signed by unknown authority (possibly because of "x509: invalid signature: parent certificate cannot sign this kind of certificate" while trying to verify candidate authority certificate "NRF")
udm | 2025-03-24T01:41:02.730999669Z [INFO][UDM][UEAU] Handle GenerateAuthDataRequest
nrf | 2025-03-24T01:41:02.728551475Z [INFO][NRF][GIN] | 200 | 10.100.200.7 | POST | /oauth2/token |
nrf | 2025-03-24T01:41:02.732755108Z [INFO][NRF][Token] In HTTPAccessTokenRequest
nrf | 2025-03-24T01:41:02.735942363Z [WARN][NRF][Token] Certificate verify: x509: certificate signed by unknown authority (possibly because of "x509: invalid signature: parent certificate cannot sign this kind of certificate" while trying to verify candidate authority certificate "NRF")
nrf | 2025-03-24T01:41:02.737825548Z [INFO][NRF][GIN] | 200 | 10.100.200.10 | POST | /oauth2/token |
udm | 2025-03-24T01:41:02.739046645Z [INFO][UDM][Suci] suciPart: [suci 0 001 01 0000 0 0 0000000000]
udm | 2025-03-24T01:41:02.739097883Z [INFO][UDM][Suci] scheme 0
udm | 2025-03-24T01:41:02.739537880Z [INFO][UDM][Suci] SUPI type is IMSI
nrf | 2025-03-24T01:41:02.741150447Z [INFO][NRF][Token] In HTTPAccessTokenRequest
nrf | 2025-03-24T01:41:02.743181486Z [WARN][NRF][Token] Certificate verify: x509: certificate signed by unknown authority (possibly because of "x509: invalid signature: parent certificate cannot sign this kind of certificate" while trying to verify candidate authority certificate "NRF")
nrf | 2025-03-24T01:41:02.745179821Z [INFO][NRF][GIN] | 200 | 10.100.200.10 | POST | /oauth2/token |
nrf | 2025-03-24T01:41:02.746463005Z [INFO][NRF][DISC] Handle NFDiscoveryRequest
nrf | 2025-03-24T01:41:02.747924895Z [INFO][NRF][GIN] | 200 | 10.100.200.10 | GET | /nnrf-disc/v1/nf-instances?requester-nf-type=UDM&target-nf-type=UDR |
mongodb | 2025-03-24T01:41:02.752+0000 I NETWORK [listener] connection accepted from 10.100.200.9:40916 #13 (13 connections now open)
mongodb | 2025-03-24T01:41:02.752+0000 I NETWORK [conn13] received client metadata from 10.100.200.9:40916 conn13: { driver: { name: "mongo-go-driver", version: "v1.8.4" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.21.8" }
udr | 2025-03-24T01:41:02.753804714Z [INFO][UDR][GIN] | 200 | 10.100.200.10 | GET | /nudr-dr/v2/subscription-data/imsi-001010000000000/authentication-data/authentication-subscription |
udm | 2025-03-24T01:41:02.755812318Z [INFO][UDM][Proc] ModifyAuthenticationSubscriptionRequest: [{replace /sequenceNumber { 000000000028 map[] 0 }}]
udr | 2025-03-24T01:41:02.759299166Z [INFO][UDR][GIN] | 204 | 10.100.200.10 | PATCH | /nudr-dr/v2/subscription-data/imsi-001010000000000/authentication-data/authentication-subscription |
udm | 2025-03-24T01:41:02.759768468Z [INFO][UDM][GIN] | 200 | 10.100.200.7 | POST | /nudm-ueau/v1/suci-0-001-01-0000-0-0-0000000000/security-information/generate-auth-data |
ausf | 2025-03-24T01:41:02.760596784Z [INFO][AUSF][UeAuth] Add SuciSupiPair (suci-0-001-01-0000-0-0-0000000000, imsi-001010000000000) to map.
ausf | 2025-03-24T01:41:02.760617300Z [INFO][AUSF][UeAuth] Use 5G AKA auth method
ausf | 2025-03-24T01:41:02.760626938Z [INFO][AUSF][5gAka] XresStar = 3730643366353330656638646366613565353239633632396161653532636565
ausf | 2025-03-24T01:41:02.760828626Z [INFO][AUSF][GIN] | 201 | 10.100.200.16 | POST | /nausf-auth/v1/ue-authentications |
amf | 2025-03-24T01:41:02.761338057Z [INFO][AMF][Gmm][amf_ue_ngap_id:RU:0,AU:1(3GPP)][supi:SUPI:] Send Authentication Request
amf | 2025-03-24T01:41:02.761433175Z [INFO][AMF][Ngap][amf_ue_ngap_id:RU:0,AU:1(3GPP)][ran_addr:10.100.200.1:50172] Send Downlink Nas Transport
amf | 2025-03-24T01:41:02.761653592Z [INFO][AMF][Gmm][amf_ue_ngap_id:RU:0,AU:1(3GPP)][supi:SUPI:] Start T3560 timer
amf | 2025-03-24T01:41:02.783411874Z [INFO][AMF][Ngap][ran_addr:10.100.200.1:50172] Handle UplinkNASTransport
amf | 2025-03-24T01:41:02.783446922Z [INFO][AMF][Ngap][amf_ue_ngap_id:RU:0,AU:1(3GPP)][ran_addr:10.100.200.1:50172] Handle UplinkNASTransport (RAN UE NGAP ID: 0)
nrf | 2025-03-24T01:41:02.785014935Z [INFO][NRF][Token] In HTTPAccessTokenRequest
amf | 2025-03-24T01:41:02.783639817Z [INFO][AMF][Gmm] Handle event[Gmm Message], transition from [Authentication] to [Authentication]
nrf | 2025-03-24T01:41:02.786516269Z [WARN][NRF][Token] Certificate verify: x509: certificate signed by unknown authority (possibly because of "x509: invalid signature: parent certificate cannot sign this kind of certificate" while trying to verify candidate authority certificate "NRF")
amf | 2025-03-24T01:41:02.783647575Z [INFO][AMF][Gmm][amf_ue_ngap_id:RU:0,AU:1(3GPP)][supi:SUPI:] Handle Authentication Response
nrf | 2025-03-24T01:41:02.789379989Z [INFO][NRF][GIN] | 200 | 10.100.200.16 | POST | /oauth2/token |
amf | 2025-03-24T01:41:02.783651302Z [INFO][AMF][Gmm][amf_ue_ngap_id:RU:0,AU:1(3GPP)][supi:SUPI:] Stop T3560 timer
ausf | 2025-03-24T01:41:02.792974236Z [INFO][AUSF][5gAka] Auth5gAkaComfirmRequest
ausf | 2025-03-24T01:41:02.792992886Z [INFO][AUSF][5gAka] res*: 3730643366353330656638646366613565353239633632396161653532636565
ausf | Xres*: 3730643366353330656638646366613565353239633632396161653532636565
ausf | 2025-03-24T01:41:02.792996009Z [INFO][AUSF][5gAka] 5G AKA confirmation succeeded
nrf | 2025-03-24T01:41:02.794145929Z [INFO][NRF][Token] In HTTPAccessTokenRequest
nrf | 2025-03-24T01:41:02.795469993Z [WARN][NRF][Token] Certificate verify: x509: certificate signed by unknown authority (possibly because of "x509: invalid signature: parent certificate cannot sign this kind of certificate" while trying to verify candidate authority certificate "NRF")
nrf | 2025-03-24T01:41:02.797959695Z [INFO][NRF][GIN] | 200 | 10.100.200.7 | POST | /oauth2/token |
udm | 2025-03-24T01:41:02.801017382Z [INFO][UDM][UEAU] Handle ConfirmAuthDataRequest
nrf | 2025-03-24T01:41:02.802192579Z [INFO][NRF][Token] In HTTPAccessTokenRequest
nrf | 2025-03-24T01:41:02.803525378Z [WARN][NRF][Token] Certificate verify: x509: certificate signed by unknown authority (possibly because of "x509: invalid signature: parent certificate cannot sign this kind of certificate" while trying to verify candidate authority certificate "NRF")
nrf | 2025-03-24T01:41:02.804765287Z [INFO][NRF][GIN] | 200 | 10.100.200.10 | POST | /oauth2/token |
udr | 2025-03-24T01:41:02.808637671Z [INFO][UDR][GIN] | 204 | 10.100.200.10 | PUT | /nudr-dr/v2/subscription-data/imsi-001010000000000/authentication-data/authentication-status |
udm | 2025-03-24T01:41:02.809046600Z [INFO][UDM][GIN] | 201 | 10.100.200.7 | POST | /nudm-ueau/v1/imsi-001010000000000/auth-events |
ausf | 2025-03-24T01:41:02.809560234Z [INFO][AUSF][GIN] | 200 | 10.100.200.16 | PUT | /nausf-auth/v1/ue-authentications/suci-0-001-01-0000-0-0-0000000000/5g-aka-confirmation |
amf | 2025-03-24T01:41:02.810019639Z [INFO][AMF][Gmm] Handle event[Authentication Success], transition from [Authentication] to [SecurityMode]
amf | 2025-03-24T01:41:02.810358666Z [INFO][AMF][Gmm][amf_ue_ngap_id:RU:0,AU:1(3GPP)][supi:SUPI:imsi-001010000000000] Send Security Mode Command
amf | 2025-03-24T01:41:02.810647054Z [INFO][AMF][Ngap][amf_ue_ngap_id:RU:0,AU:1(3GPP)][ran_addr:10.100.200.1:50172] Send Downlink Nas Transport
amf | 2025-03-24T01:41:02.811698338Z [INFO][AMF][Gmm][amf_ue_ngap_id:RU:0,AU:1(3GPP)][supi:SUPI:imsi-001010000000000] Start T3560 timer
amf | 2025-03-24T01:41:02.828990188Z [INFO][AMF][Ngap][ran_addr:10.100.200.1:50172] Handle UplinkNASTransport
amf | 2025-03-24T01:41:02.829283904Z [INFO][AMF][Ngap][amf_ue_ngap_id:RU:0,AU:1(3GPP)][ran_addr:10.100.200.1:50172] Handle UplinkNASTransport (RAN UE NGAP ID: 0)
amf | 2025-03-24T01:41:02.829340770Z [INFO][AMF][Gmm] Handle event[Gmm Message], transition from [SecurityMode] to [SecurityMode]
amf | 2025-03-24T01:41:02.829346379Z [INFO][AMF][Gmm][amf_ue_ngap_id:RU:0,AU:1(3GPP)][supi:SUPI:imsi-001010000000000] Handle Security Mode Complete
nrf | 2025-03-24T01:41:02.831203821Z [INFO][NRF][Token] In HTTPAccessTokenRequest
amf | 2025-03-24T01:41:02.829350351Z [INFO][AMF][Gmm][amf_ue_ngap_id:RU:0,AU:1(3GPP)][supi:SUPI:imsi-001010000000000] Stop T3560 timer
amf | 2025-03-24T01:41:02.829371029Z [INFO][AMF][Gmm] Handle event[SecurityMode Success], transition from [SecurityMode] to [ContextSetup]
amf | 2025-03-24T01:41:02.829374823Z [INFO][AMF][Gmm][amf_ue_ngap_id:RU:0,AU:1(3GPP)][supi:SUPI:imsi-001010000000000] Handle InitialRegistration
nrf | 2025-03-24T01:41:02.832854856Z [WARN][NRF][Token] Certificate verify: x509: certificate signed by unknown authority (possibly because of "x509: invalid signature: parent certificate cannot sign this kind of certificate" while trying to verify candidate authority certificate "NRF")
nrf | 2025-03-24T01:41:02.834293088Z [INFO][NRF][GIN] | 200 | 10.100.200.16 | POST | /oauth2/token |
nrf | 2025-03-24T01:41:02.835325017Z [INFO][NRF][DISC] Handle NFDiscoveryRequest
nrf | 2025-03-24T01:41:02.836104862Z [INFO][NRF][GIN] | 200 | 10.100.200.16 | GET | /nnrf-disc/v1/nf-instances?requester-nf-type=AMF&supi=imsi-001010000000000&target-nf-type=UDM |
nrf | 2025-03-24T01:41:02.836567334Z [INFO][NRF][Token] In HTTPAccessTokenRequest
nrf | 2025-03-24T01:41:02.837749220Z [WARN][NRF][Token] Certificate verify: x509: certificate signed by unknown authority (possibly because of "x509: invalid signature: parent certificate cannot sign this kind of certificate" while trying to verify candidate authority certificate "NRF")
nrf | 2025-03-24T01:41:02.839726800Z [INFO][NRF][GIN] | 200 | 10.100.200.16 | POST | /oauth2/token |
udm | 2025-03-24T01:41:02.843813351Z [INFO][UDM][Consumer] TwoLayerPathHandlerFunc, imsi-001010000000000 nssai
udm | 2025-03-24T01:41:02.843878214Z [INFO][UDM][SDM] Handle GetNssai
nrf | 2025-03-24T01:41:02.845247237Z [INFO][NRF][Token] In HTTPAccessTokenRequest
nrf | 2025-03-24T01:41:02.846158784Z [WARN][NRF][Token] Certificate verify: x509: certificate signed by unknown authority (possibly because of "x509: invalid signature: parent certificate cannot sign this kind of certificate" while trying to verify candidate authority certificate "NRF")
nrf | 2025-03-24T01:41:02.848396302Z [INFO][NRF][GIN] | 200 | 10.100.200.10 | POST | /oauth2/token |
udr | 2025-03-24T01:41:02.850579642Z [INFO][UDR][DataRepo] QueryAmDataProcedure: ueId: imsi-001010000000000, servingPlmnId: 00101
udr | 2025-03-24T01:41:02.851277475Z [INFO][UDR][GIN] | 404 | 10.100.200.10 | GET | /nudr-dr/v2/subscription-data/imsi-001010000000000/00101/provisioned-data/am-data?supported-features= |
udm | 2025-03-24T01:41:02.851732303Z [INFO][UDM][GIN] | 404 | 10.100.200.16 | GET | /nudm-sdm/v2/imsi-001010000000000/nssai?plmn-id=%7B%22mcc%22%3A%22001%22%2C%22mnc%22%3A%2201%22%7D |
amf | 2025-03-24T01:41:02.852439804Z [ERRO][AMF][Gmm][amf_ue_ngap_id:RU:0,AU:1(3GPP)][supi:SUPI:imsi-001010000000000] SDM_Get Slice Selection Subscription Data Failed Problem[&{Type: Title:System failure Status:500 Detail:json: cannot unmarshal string into Go value of type models.ProblemDetails Instance: Cause:SYSTEM_FAILURE InvalidParams:[] SupportedFeatures: AccessTokenError:<nil> AccessTokenRequest:<nil> NrfId:}]
nrf | 2025-03-24T01:41:02.854399976Z [INFO][NRF][Token] In HTTPAccessTokenRequest
amf | 2025-03-24T01:41:02.852482790Z [INFO][AMF][Gmm] RequestedNssai: &{Iei:47 Len:5 Buffer:[4 1 0 0 1]}
nrf | 2025-03-24T01:41:02.855863479Z [WARN][NRF][Token] Certificate verify: x509: certificate signed by unknown authority (possibly because of "x509: invalid signature: parent certificate cannot sign this kind of certificate" while trying to verify candidate authority certificate "NRF")
amf | 2025-03-24T01:41:02.852491515Z [INFO][AMF][Gmm][amf_ue_ngap_id:RU:0,AU:1(3GPP)][supi:SUPI:imsi-001010000000000] RequestedNssai - ServingSnssai: &{Sst:1 Sd:000001}, HomeSnssai: <nil>
nrf | 2025-03-24T01:41:02.857365836Z [INFO][NRF][GIN] | 200 | 10.100.200.16 | POST | /oauth2/token |
nrf | 2025-03-24T01:41:02.859558899Z [INFO][NRF][DISC] Handle NFDiscoveryRequest
nrf | 2025-03-24T01:41:02.861041399Z [INFO][NRF][GIN] | 200 | 10.100.200.16 | GET | /nnrf-disc/v1/nf-instances?requester-nf-type=AMF&target-nf-type=NSSF |
nrf | 2025-03-24T01:41:02.861793529Z [INFO][NRF][Token] In HTTPAccessTokenRequest
nrf | 2025-03-24T01:41:02.862973523Z [WARN][NRF][Token] Certificate verify: x509: certificate signed by unknown authority (possibly because of "x509: invalid signature: parent certificate cannot sign this kind of certificate" while trying to verify candidate authority certificate "NRF")
nrf | 2025-03-24T01:41:02.866038310Z [INFO][NRF][GIN] | 200 | 10.100.200.16 | POST | /oauth2/token |
nssf | 2025-03-24T01:41:02.869397858Z [INFO][NSSF][NsSel] Handle NSSelectionGet
amf | 2025-03-24T01:41:02.870172772Z [ERRO][AMF][Gmm][amf_ue_ngap_id:RU:0,AU:1(3GPP)][supi:SUPI:imsi-001010000000000] Registration Status Update Error[amf not found]
nssf | 2025-03-24T01:41:02.869715934Z [WARN][NSSF][Util] No TA {"plmnId":{"mcc":"001","mnc":"01"},"tac":"000001"} in NSSF configuration
nrf | 2025-03-24T01:41:02.871183585Z [INFO][NRF][Token] In HTTPAccessTokenRequest
nssf | 2025-03-24T01:41:02.869774153Z [INFO][NSSF][GIN] | 200 | 10.100.200.16 | GET | /nnssf-nsselection/v2/network-slice-information?nf-id=a2195477-929b-4661-9e40-39c8aca81220&nf-type=AMF&slice-info-request-for-registration=%7B%22requestedNssai%22%3A%5B%7B%22sst%22%3A1%2C%22sd%22%3A%22000001%22%7D%5D%7D&tai=%7B%22plmnId%22%3A%7B%22mcc%22%3A%22001%22%2C%22mnc%22%3A%2201%22%7D%2C%22tac%22%3A%22000001%22%7D |
nrf | 2025-03-24T01:41:02.873587138Z [WARN][NRF][Token] Certificate verify: x509: certificate signed by unknown authority (possibly because of "x509: invalid signature: parent certificate cannot sign this kind of certificate" while trying to verify candidate authority certificate "NRF")
nrf | 2025-03-24T01:41:02.875476643Z [INFO][NRF][GIN] | 200 | 10.100.200.16 | POST | /oauth2/token |
amf | 2025-03-24T01:41:02.879182664Z [INFO][AMF][Ngap][amf_ue_ngap_id:RU:0,AU:1(3GPP)][ran_addr:10.100.200.1:50172] Send Reroute Nas Request
nrf | 2025-03-24T01:41:02.877352011Z [INFO][NRF][DISC] Handle NFDiscoveryRequest
amf | 2025-03-24T01:41:02.879430410Z [ERRO][AMF][Ngap][amf_ue_ngap_id:RU:0,AU:1(3GPP)][ran_addr:10.100.200.1:50172] Build RerouteNasRequest failed : SEQUENCE OF Size is lower than lowerbound
nrf | 2025-03-24T01:41:02.878775652Z [INFO][NRF][GIN] | 200 | 10.100.200.16 | GET | /nnrf-disc/v1/nf-instances?requester-nf-type=AMF&target-nf-type=AMF |
amf | 2025-03-24T01:41:02.879443350Z [ERRO][AMF][Gmm] AMF can not select an target AMF by NRF
amf | 2025-03-24T01:41:02.879450161Z [INFO][AMF][Gmm] Handle event[ContextSetup Fail], transition from [ContextSetup] to [Deregistered]
amf | 2025-03-24T01:41:05.884965404Z [INFO][AMF][Ngap][ran_addr:10.100.200.1:50172] Handle UEContextReleaseRequest
amf | 2025-03-24T01:41:05.884996074Z [INFO][AMF][Ngap][amf_ue_ngap_id:RU:0,AU:1(3GPP)][ran_addr:10.100.200.1:50172] Handle UEContextReleaseRequest (RAN UE NGAP ID: 0)
amf | 2025-03-24T01:41:05.885004370Z [WARN][AMF][Ngap][ran_addr:10.100.200.1:50172] Cause RadioNetwork[0]
amf | 2025-03-24T01:41:05.885015276Z [INFO][AMF][Ngap][amf_ue_ngap_id:RU:0,AU:1(3GPP)][ran_addr:10.100.200.1:50172] Send UE Context Release Command
amf | 2025-03-24T01:41:05.885038204Z [WARN][AMF][Ngap][amf_ue_ngap_id:RU:0,AU:1(3GPP)][ran_addr:10.100.200.1:50172] AmfUe is nil
amf | 2025-03-24T01:41:06.045910274Z [INFO][AMF][Ngap][ran_addr:10.100.200.1:50172] Handle UEContextReleaseComplete
amf | 2025-03-24T01:41:06.045949871Z [INFO][AMF][Ngap][amf_ue_ngap_id:RU:0,AU:1(3GPP)][ran_addr:10.100.200.1:50172] Handle UEContextReleaseComplete (RAN UE NGAP ID: 0)
amf | 2025-03-24T01:41:06.045964040Z [INFO][AMF][Ngap][ran_addr:10.100.200.1:50172] Release UE Context : RanUe[AmfUeNgapId: 1]