Which files are involved with queing in AMF?

I started learning 5G communications and network slicing last month, and now I’m using free5gc ver3.0.4. I’d like to find which files (e.g. “…/amf/ngap/service service.go”) or codes are involved with queing in AMF when UE (or RAN) and AMF transport messages.

I’ve solved the problem

Hi, @ykk

I’m using the lastest version v3.1.1
I think the transport msgs are queued in variable buf which is in file free5gc/NFs/amf/internal/ngap/service/service.go and then it would be passed into NGAP handler for futher processing.

not sure if it is what you are looking for