Commit 2e06a817 authored by Nils Richerzhagen's avatar Nils Richerzhagen
Browse files

Merge branch 'master' into 'nr/master-debug'

Fixed stupid bug in 5G-StaticDB configuration



See merge request !27
parents 9dcb8a5e bbc87f64
...@@ -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