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
2e06a817
Commit
2e06a817
authored
Nov 30, 2015
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/topology/views/fiveg/StaticSegmentDatabase.java
View file @
2e06a817
...
...
@@ -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