lte: Comment fixes: "downlind" -> "downlink"
This commit is contained in:
@@ -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));
|
||||
|
||||
@@ -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));
|
||||
|
||||
@@ -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));
|
||||
|
||||
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user