Ben,

There is a bug in the Comm Effect EEL sentence parser.  The attached
emanegeneel project patch will fix the event targeting issue you are seeing.

I ran an emane instance using your XML and scenario and verified the
patch remedies the issue.

-- 
Steven Galgano
Adjacent Link LLC
www.adjacentlink.com



On 06/10/2013 09:23 AM, Ben Stern wrote:
> What do I need to change in order to make the EEL comm effects work (other
> than enabling the EEL parser instead of the matrix parser)?
> 
> Ben
> 
Index: emanegeneel/loaders/commeffect/eelloadercommeffect.cc
===================================================================
--- emanegeneel/loaders/commeffect/eelloadercommeffect.cc	(revision 1)
+++ emanegeneel/loaders/commeffect/eelloadercommeffect.cc	(working copy)
@@ -229,7 +229,7 @@
         {
           eventInfoList.push_back(EELEventInfo(0,
                                                iter->first,
-                                               EMANE::COMPONENT_PHYILAYER,
+                                               EMANE::COMPONENT_ALL,
                                                CommEffectEvent::EVENT_ID,
                                                CommEffectEvent(&cache[0],
                                                                cache.size()).getObjectState()));
_______________________________________________
emane-users mailing list
[email protected]
http://pf.itd.nrl.navy.mil/mailman/listinfo/emane-users

Reply via email to