diff --git a/src/lte/test/lte-test-cqa-ff-mac-scheduler.cc b/src/lte/test/lte-test-cqa-ff-mac-scheduler.cc index f4107db41..0b49bc98d 100644 --- a/src/lte/test/lte-test-cqa-ff-mac-scheduler.cc +++ b/src/lte/test/lte-test-cqa-ff-mac-scheduler.cc @@ -386,7 +386,7 @@ LenaCqaFfMacSchedulerTestCase1::DoRun (void) lteHelper->ActivateDedicatedEpsBearer (ueDevice, bearer, EpcTft::Default ()); } - // Install downlind and uplink applications + // Install downlink and uplink applications uint16_t dlPort = 1234; uint16_t ulPort = 2000; PacketSinkHelper dlPacketSinkHelper ("ns3::UdpSocketFactory", InetSocketAddress (Ipv4Address::GetAny (), dlPort)); @@ -624,7 +624,7 @@ LenaCqaFfMacSchedulerTestCase2::DoRun (void) } - // Install downlind and uplink applications + // Install downlink and uplink applications uint16_t dlPort = 1234; uint16_t ulPort = 2000; PacketSinkHelper dlPacketSinkHelper ("ns3::UdpSocketFactory", InetSocketAddress (Ipv4Address::GetAny (), dlPort)); diff --git a/src/lte/test/lte-test-fdtbfq-ff-mac-scheduler.cc b/src/lte/test/lte-test-fdtbfq-ff-mac-scheduler.cc index dfd7addd0..501b7f148 100644 --- a/src/lte/test/lte-test-fdtbfq-ff-mac-scheduler.cc +++ b/src/lte/test/lte-test-fdtbfq-ff-mac-scheduler.cc @@ -382,7 +382,7 @@ LenaFdTbfqFfMacSchedulerTestCase1::DoRun (void) lteHelper->ActivateDedicatedEpsBearer (ueDevice, bearer, EpcTft::Default ()); } - // Install downlind and uplink applications + // Install downlink and uplink applications uint16_t dlPort = 1234; uint16_t ulPort = 2000; PacketSinkHelper dlPacketSinkHelper ("ns3::UdpSocketFactory", InetSocketAddress (Ipv4Address::GetAny (), dlPort)); @@ -630,7 +630,7 @@ LenaFdTbfqFfMacSchedulerTestCase2::DoRun (void) } - // Install downlind and uplink applications + // Install downlink and uplink applications uint16_t dlPort = 1234; uint16_t ulPort = 2000; PacketSinkHelper dlPacketSinkHelper ("ns3::UdpSocketFactory", InetSocketAddress (Ipv4Address::GetAny (), dlPort)); diff --git a/src/lte/test/lte-test-pss-ff-mac-scheduler.cc b/src/lte/test/lte-test-pss-ff-mac-scheduler.cc index 270a5fc9f..6871384c8 100644 --- a/src/lte/test/lte-test-pss-ff-mac-scheduler.cc +++ b/src/lte/test/lte-test-pss-ff-mac-scheduler.cc @@ -383,7 +383,7 @@ LenaPssFfMacSchedulerTestCase1::DoRun (void) lteHelper->ActivateDedicatedEpsBearer (ueDevice, bearer, EpcTft::Default ()); } - // Install downlind and uplink applications + // Install downlink and uplink applications uint16_t dlPort = 1234; uint16_t ulPort = 2000; PacketSinkHelper dlPacketSinkHelper ("ns3::UdpSocketFactory", InetSocketAddress (Ipv4Address::GetAny (), dlPort)); @@ -624,7 +624,7 @@ LenaPssFfMacSchedulerTestCase2::DoRun (void) } - // Install downlind and uplink applications + // Install downlink and uplink applications uint16_t dlPort = 1234; uint16_t ulPort = 2000; PacketSinkHelper dlPacketSinkHelper ("ns3::UdpSocketFactory", InetSocketAddress (Ipv4Address::GetAny (), dlPort)); diff --git a/src/lte/test/lte-test-tdtbfq-ff-mac-scheduler.cc b/src/lte/test/lte-test-tdtbfq-ff-mac-scheduler.cc index 63ea68d35..bb84dfccb 100644 --- a/src/lte/test/lte-test-tdtbfq-ff-mac-scheduler.cc +++ b/src/lte/test/lte-test-tdtbfq-ff-mac-scheduler.cc @@ -382,7 +382,7 @@ LenaTdTbfqFfMacSchedulerTestCase1::DoRun (void) lteHelper->ActivateDedicatedEpsBearer (ueDevice, bearer, EpcTft::Default ()); } - // Install downlind and uplink applications + // Install downlink and uplink applications uint16_t dlPort = 1234; uint16_t ulPort = 2000; PacketSinkHelper dlPacketSinkHelper ("ns3::UdpSocketFactory", InetSocketAddress (Ipv4Address::GetAny (), dlPort)); @@ -630,7 +630,7 @@ LenaTdTbfqFfMacSchedulerTestCase2::DoRun (void) } - // Install downlind and uplink applications + // Install downlink and uplink applications uint16_t dlPort = 1234; uint16_t ulPort = 2000; PacketSinkHelper dlPacketSinkHelper ("ns3::UdpSocketFactory", InetSocketAddress (Ipv4Address::GetAny (), dlPort));