(from veytser@ll) include antenna profile manifest parameter in platform.xml
(Boeing r1849)
This commit is contained in:
parent
758f7d50e8
commit
7905a26e4d
1 changed files with 2 additions and 0 deletions
|
@ -972,6 +972,8 @@ class EmaneGlobalModel(EmaneModel):
|
|||
_confmatrix_platform_091 = [
|
||||
("controlportendpoint", coreapi.CONF_DATA_TYPE_STRING, '0.0.0.0:47000',
|
||||
'', 'Control port address'),
|
||||
("antennaprofilemanifesturi", coreapi.CONF_DATA_TYPE_STRING, '',
|
||||
'','antenna profile manifest URI'),
|
||||
]
|
||||
_confmatrix_nem = [
|
||||
("transportendpoint", coreapi.CONF_DATA_TYPE_STRING, 'localhost',
|
||||
|
|
Loading…
Reference in a new issue