Enabling PCAP files for LTE interfaces

38 views
Skip to first unread message

SmartBoy

unread,
Oct 30, 2015, 5:53:09 AM10/30/15
to ns-3-users
Hi,
I have simulated client devices having both WiFi and LTE interfaces. I want to measure performance on both these interfaces. the LTE and WiFi network are connected to the server via point to point links. Below lines create pcap files for point to point and wifi interfaces.

   pointToPoint.EnablePcapAll ("mptcp-lte-wifi", false);
   phy.EnablePcapAll ("mptcp-lte-wifi", false);

Here is the declaration of the Helpers:
  PointToPointHelper pointToPoint;
  Ptr<LteHelper> lteHelper = CreateObject<LteHelper> ();
  Ptr<PointToPointEpcHelper> epcHelper = CreateObject<PointToPointEpcHelper> ();
  YansWifiPhyHelper phy;

I want to know, how to get pcap files for the LTE interfaces on the clients. Please Help.

Regards,
B
Reply all
Reply to author
Forward
0 new messages