initial pass to remove support for legacy emane code and focus on newer releases

This commit is contained in:
Blake J. Harnden 2018-03-19 16:33:36 -07:00
parent bc1ef88f82
commit 2142586112
12 changed files with 451 additions and 880 deletions

View file

@ -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.