Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
bbc87f64
Commit
bbc87f64
authored
Nov 28, 2015
by
Björn Richerzhagen
Browse files
Fixed stupid bug in 5G-StaticDB configuration
parent
d2558d71
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/topology/views/fiveg/StaticSegmentDatabase.java
View file @
bbc87f64
...
...
@@ -105,11 +105,11 @@ public class StaticSegmentDatabase extends AbstractGridBasedTopologyDatabase {
}
public
void
setCloudletBandwidthUp
(
long
bandwidthUp
)
{
this
.
b
andwidthUpload
=
bandwidthUp
;
this
.
cloudletB
andwidthUpload
=
bandwidthUp
;
}
public
void
setCloudletBandwidthDown
(
long
bandwidthDown
)
{
this
.
b
andwidthDownload
=
bandwidthDown
;
this
.
cloudletB
andwidthDownload
=
bandwidthDown
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment