ShubhamTatvamasi / srsRAN-demo

9 stars 9 forks source link

debug with tcpdump #3

Closed michelelaporta closed 2 years ago

michelelaporta commented 2 years ago

Hi Shubham, I would like to know how to use tcpdump in order to analyze traffic. My setup:

I take this tcpdump:

sudo tcpdump -i any -w srs_attach.pcap

on all interfaces of baremetal machine but I only see encrypted packets. Is there a way to setup a clear channel? If yes how to do it?

Thanks

Michele

ShubhamTatvamasi commented 2 years ago

Hi Michele, you can just use the MME IP like this:

sudo tcpdump host 192.168.60.142 -i any -w srs_attach.pcap

Thanks

michelelaporta commented 2 years ago

Thanks now I see S1AP packets.