Skip to content

Commit

Permalink
Set csv_varies_delay inside FreeSpaceChannel to default true. This sh…
Browse files Browse the repository at this point in the history
…ould be false only in very specific debugging scenarios
  • Loading branch information
Paolo Fittipaldi committed Jun 27, 2024
1 parent 47323ec commit 0de9e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quisp/channels/channels.ned
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ channel FreeSpaceChannel extends DatarateChannel {
string distance_csv;
double speed_of_light_in_freespace @unit(m) = default(299792.458km);
double orbital_period @unit(s) = default(24h);
bool csv_varies_delay = default(false);
bool csv_varies_delay = default(true);
delay = this.distance / speed_of_light_in_freespace * 1s @mutable;
datarate = uniform(1kbps, 100kbps);
}
Expand Down

0 comments on commit 0de9e34

Please sign in to comment.