added metaclass to reduce emane model code, fixed broken emaneuniversal references
This commit is contained in:
parent
fd32e1cf78
commit
405614bbd8
7 changed files with 59 additions and 47 deletions
|
@ -16,10 +16,4 @@ class EmaneIeee80211abgModel(emanemodel.EmaneModel):
|
|||
mac_defaults = {
|
||||
"pcrcurveuri": "/usr/share/emane/xml/models/mac/ieee80211abg/ieee80211pcr.xml",
|
||||
}
|
||||
config_mac = emanemanifest.parse(mac_xml, mac_defaults)
|
||||
|
||||
# defines overall config
|
||||
config_matrix = config_mac + emanemodel.EmaneModel.config_phy
|
||||
|
||||
# gui display tabs
|
||||
config_groups = emanemodel.create_config_groups(config_mac, config_matrix)
|
||||
mac_config = emanemanifest.parse(mac_xml, mac_defaults)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue