Commit 07aa249a authored by Michal Lipinski's avatar Michal Lipinski
Browse files

Select 5G Scenario file

parent 783a0db4
......@@ -57,7 +57,7 @@ public class FiveGFluctuationGenerator implements EventHandler, GlobalComponent
@XMLConfigurableConstructor({ "file" })
public FiveGFluctuationGenerator(String file) {
File f = new File(file);
File f = new File("config/dras/FiveGFlucFiles/" + file);
if(f.exists() || !f.isDirectory()) {
......
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