lte: Comment fixes: "downlind" -> "downlink"

This commit is contained in:
Alexander Krotov
2017-06-21 11:55:57 +03:00
parent 4c860590a2
commit cc93ca801f
4 changed files with 8 additions and 8 deletions

View File

@@ -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));

View File

@@ -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));

View File

@@ -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));

View File

@@ -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));