Chia-An Lee
Chia-An Lee
I've found that the original repo is deleted. I'm not sure should I used others' backup or deleted it. Have anyone knows the reason why the repo has been deleted?...
Maybe I'll first remain backup but leave some comment and this issue.
But the link of [configuration](https://github.com/cubedro/eth-net-intelligence-api#configuration) still get an error, maybe remove the link?
The feature looks great!
I think that's because free5GC didn't finely handling the error from connection on this line https://github.com/free5gc/amf/blob/master/ngap/dispatcher.go#L25 There is some error and the process goes to !ok segment, but maybe the...
I believe that SMF connect to 3 UPF without using ULCL. In this case, 3 of the UPF should with the DNN of internet. Can you try to test in...
Hi, In my experience, I use [MoonGen](https://github.com/emmericp/MoonGen) to generate GTP traffic. The process is first I run test script with tcpdump to get a single GTP packet, then put the...
You don't need to write any Lua language. First of all, run the test script that free5GC provide, in the meantime, turn on tcpdump and get the packet. If you...
How about trying to use container to run free5GC on CentOS? https://github.com/free5gc/free5gc-compose
Here is the TLS version pcap file and keylog [free5gc_tls.zip](https://github.com/telekom/5g-trace-visualizer/files/4778160/free5gc_tls.zip) [keylog.zip](https://github.com/telekom/5g-trace-visualizer/files/4778164/keylog.zip) I think tshark also support decrypt TLS as following link. https://minnmyatsoe.com/2016/01/26/using-tshark-to-decrypt-ssl-tls-packets/ But I didn't test it, so I'm not...