mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-07 17:53:55 +02:00
Fix missing test files
This commit is contained in:
parent
f17ff6abc6
commit
9af4e0df72
6 changed files with 6031 additions and 7 deletions
0
data/test/empty
Normal file
0
data/test/empty
Normal file
29
data/test/ground-stations.txt
Normal file
29
data/test/ground-stations.txt
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
4283567.328471:-1811179.617931:-4350145.836497
|
||||||
|
4592078.134442:4403044.394422:453058.045521
|
||||||
|
1409305.880297:1501264.546528:-6016372.637678
|
||||||
|
4925167.452786:3731939.636703:1574569.631407
|
||||||
|
3655770.553442:-1874142.477981:-4862530.990060
|
||||||
|
2465310.996669:810823.672426:-5806736.511204
|
||||||
|
4279426.340163:-1798131.827699:-4359560.637589
|
||||||
|
1339871.090755:1379524.118240:-6060916.681492
|
||||||
|
4501125.639190:4409862.011715:983409.255196
|
||||||
|
3784116.994150:5086823.578782:-694306.903758
|
||||||
|
4417443.863167:4481286.004900:1038089.229227
|
||||||
|
-657005.821193:-767534.349859:-6276492.807922
|
||||||
|
3825558.149986:5045841.599509:-762427.850592
|
||||||
|
4564007.305335:4283591.499804:1221170.470028
|
||||||
|
-1611775.330394:-832327.161819:6094237.808869
|
||||||
|
4253133.270078:-1802145.939088:-4383407.248040
|
||||||
|
-4749884.647269:4203418.748799:668937.491634
|
||||||
|
-1514333.173667:-2042248.331299:-5829887.087457
|
||||||
|
-5015651.962678:2734286.540544:2827307.122131
|
||||||
|
-4378205.809398:4517978.286793:1045203.327470
|
||||||
|
4867805.456793:4011481.658865:-941877.157774
|
||||||
|
4431142.444907:4451640.826189:1104659.688525
|
||||||
|
3999733.548088:-1546136.956985:-4705633.385599
|
||||||
|
3886357.107130:5054530.897258:-168466.786684
|
||||||
|
4736533.677007:4165721.470536:-941628.460895
|
||||||
|
4418623.276334:4494955.059554:972317.998283
|
||||||
|
4475558.496050:4328813.994922:1377888.438500
|
||||||
|
-3187345.678370:-839722.978261:5442124.311904
|
||||||
|
3574399.529175:5261610.253647:-467205.442224
|
5999
data/test/waypoints.txt
Normal file
5999
data/test/waypoints.txt
Normal file
File diff suppressed because it is too large
Load diff
|
@ -68,11 +68,7 @@ IslIcmpTestCase::DoRun (void)
|
||||||
|
|
||||||
std::vector<std::string> satWps =
|
std::vector<std::string> satWps =
|
||||||
{
|
{
|
||||||
// TODO use different waypoints
|
"contrib/leo/data/test/waypoints.txt",
|
||||||
"contrib/leo/data/starlink/45391.waypoints",
|
|
||||||
"contrib/leo/data/starlink/45392.waypoints",
|
|
||||||
"contrib/leo/data/starlink/45393.waypoints",
|
|
||||||
"contrib/leo/data/starlink/45394.waypoints",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
LeoSatNodeHelper satHelper;
|
LeoSatNodeHelper satHelper;
|
||||||
|
|
|
@ -98,7 +98,7 @@ void
|
||||||
LeoWaypointSomeEntriesTestCase::DoRun (void)
|
LeoWaypointSomeEntriesTestCase::DoRun (void)
|
||||||
{
|
{
|
||||||
Ptr<LeoWaypointInputFileStreamContainer> container = CreateObject<LeoWaypointInputFileStreamContainer> ();
|
Ptr<LeoWaypointInputFileStreamContainer> container = CreateObject<LeoWaypointInputFileStreamContainer> ();
|
||||||
container->SetAttribute("File", StringValue ("contrib/leo/data/waypoints.txt"));
|
container->SetAttribute("File", StringValue ("contrib/leo/data/test/waypoints.txt"));
|
||||||
container->SetAttribute("LastTime", TimeValue (Time (1)));
|
container->SetAttribute("LastTime", TimeValue (Time (1)));
|
||||||
Waypoint wp;
|
Waypoint wp;
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ void
|
||||||
LeoMobilityWaypointTestCase::DoRun (void)
|
LeoMobilityWaypointTestCase::DoRun (void)
|
||||||
{
|
{
|
||||||
Ptr<LeoWaypointInputFileStreamContainer> container = CreateObject<LeoWaypointInputFileStreamContainer> ();
|
Ptr<LeoWaypointInputFileStreamContainer> container = CreateObject<LeoWaypointInputFileStreamContainer> ();
|
||||||
container->SetAttribute("File", StringValue ("contrib/leo/data/waypoints.txt"));
|
container->SetAttribute("File", StringValue ("contrib/leo/data/test/waypoints.txt"));
|
||||||
container->SetAttribute("LastTime", TimeValue (Time (0)));
|
container->SetAttribute("LastTime", TimeValue (Time (0)));
|
||||||
|
|
||||||
Ptr<WaypointMobilityModel> mobility = CreateObject<WaypointMobilityModel> ();
|
Ptr<WaypointMobilityModel> mobility = CreateObject<WaypointMobilityModel> ();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue