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
ycai
simbricks
Commits
7148ae80
Commit
7148ae80
authored
Jan 23, 2024
by
Antoine Kaufmann
Committed by
Antoine Kaufmann
May 08, 2024
Browse files
experiments: add MACStart flag to e2e global config
parent
b2bf86e0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
experiments/simbricks/orchestration/e2e_components.py
experiments/simbricks/orchestration/e2e_components.py
+5
-1
No files found.
experiments/simbricks/orchestration/e2e_components.py
View file @
7148ae80
...
...
@@ -110,9 +110,13 @@ class E2EGlobalConfig(E2EBase):
super
().
__init__
()
self
.
category
=
"Global"
self
.
stop_time
=
""
self
.
mac_start
=
0
def
ns3_config
(
self
)
->
str
:
self
.
mapping
.
update
({
"StopTime"
:
self
.
stop_time
})
self
.
mapping
.
update
({
"StopTime"
:
self
.
stop_time
,
"MACStart"
:
self
.
mac_start
})
return
super
().
ns3_config
()
def
add_component
(
self
,
component
:
E2EComponent
)
->
None
:
...
...
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