Commit bbc87f64 authored by Björn Richerzhagen's avatar Björn Richerzhagen
Browse files

Fixed stupid bug in 5G-StaticDB configuration

parent d2558d71
...@@ -105,11 +105,11 @@ public class StaticSegmentDatabase extends AbstractGridBasedTopologyDatabase { ...@@ -105,11 +105,11 @@ public class StaticSegmentDatabase extends AbstractGridBasedTopologyDatabase {
} }
public void setCloudletBandwidthUp(long bandwidthUp) { public void setCloudletBandwidthUp(long bandwidthUp) {
this.bandwidthUpload = bandwidthUp; this.cloudletBandwidthUpload = bandwidthUp;
} }
public void setCloudletBandwidthDown(long bandwidthDown) { public void setCloudletBandwidthDown(long bandwidthDown) {
this.bandwidthDownload = bandwidthDown; this.cloudletBandwidthDownload = bandwidthDown;
} }
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment