inet-framework / simulte

SimuLTE - LTE System Level Simulation Model and Simulator for INET & OMNeT++ - deprecated, use Simu5G instead
https://simulte.omnetpp.org
Other
137 stars 110 forks source link

PcapRecorder in Simulte #26

Open qri-hub opened 6 years ago

qri-hub commented 6 years ago

Hi, I built the veins integrated Simulte branch in order to simulate C2X networks, I tried to extract the communications that occurred between the cars and the Enbs in the example provided. I was expecting several PCAPs (PGW, ENB, CAR) but it seems to me that PCAP is not supported for LTE networks (layers phy to PDCP), since the files are either empty/corrupted/filled with DIS protocol.

Best Regards.

giovanninardini commented 6 years ago

Hello, PCAP recorders are not available within the LTE nodes. If you want to contribute (you'd be very welcome), you can create a fork of the SimuLTE repository on GitHub, add the PCAP functionality and open a pull request to the SimuLTE repository.

Best regards Giovanni