d3x-core-dmf CLI
DMF runs the AMF and SMF — it terminates N2/NGAP from the gNB, drives registration and authentication, and manages PDU sessions over N4/PFCP to the UPF.
Installed command is d3x-core-dmf
On a host PATH type
d3x-core-dmf (or d3x core dmf if the
d3x umbrella is installed). --help prints Usage: dmf
because that is the process's internal name. Docker Compose lab images use the short name as
the container command (command: ["dmf", …]) — that is the image entrypoint, not
a host PATH binary.Loading reference…