Specification
API
Testing environment
Free5GC is an open source 5G core network written in go language, which is convenient for E2E test without expensive hardware, you only need a computer or VM.
Below is the notes of installing process,it included some solutions of bugs, if the process is not detailed enough, you can click the reference in it. NOTE
The note also include the below tools debugging process.
Wireshark is a packet catching tool, we will use it to see the packet content between two testing device.
MobaXterm is a ssh terminal tool, we can use it to connect to server where VM is running on.
VScode is a code editor with ssh function, we can use it to modify the code remotely, you can also use other similar platform like Gateway (From Jetbrains), Goland (From Jetbrains), Sublime text.