initial pass to remove support for legacy emane code and focus on newer releases
This commit is contained in:
parent
bc1ef88f82
commit
2142586112
12 changed files with 451 additions and 880 deletions
|
@ -7,9 +7,6 @@ from core.enumerations import ConfigDataTypes
|
|||
|
||||
|
||||
class EmaneBypassModel(EmaneModel):
|
||||
def __init__(self, session, object_id=None):
|
||||
EmaneModel.__init__(self, session, object_id)
|
||||
|
||||
name = "emane_bypass"
|
||||
config_matrix = [
|
||||
("none", ConfigDataTypes.BOOL.value, "0",
|
||||
|
@ -19,6 +16,9 @@ class EmaneBypassModel(EmaneModel):
|
|||
# value groupings
|
||||
config_groups = "Bypass Parameters:1-1"
|
||||
|
||||
def __init__(self, session, object_id=None):
|
||||
EmaneModel.__init__(self, session, object_id)
|
||||
|
||||
def buildnemxmlfiles(self, e, ifc):
|
||||
"""
|
||||
Build the necessary nem, mac, and phy XMLs in the given path.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue