From 7905a26e4d59cf38130b36d2bf65bc98d9875295 Mon Sep 17 00:00:00 2001 From: ahrenholz Date: Thu, 10 Jul 2014 22:00:58 +0000 Subject: [PATCH] (from veytser@ll) include antenna profile manifest parameter in platform.xml (Boeing r1849) --- daemon/core/emane/emane.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon/core/emane/emane.py b/daemon/core/emane/emane.py index e9bd6b96..b117cd0f 100644 --- a/daemon/core/emane/emane.py +++ b/daemon/core/emane/emane.py @@ -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',