Commit e1fac874 authored by garciay's avatar garciay
Browse files

Bug fixed during Commsignia validation

parent f1b6b105
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ public class CommsigniaLayer extends Layer implements IEthernetSpecific {
    private static final int SourcePort = 7943; 
    private static final int ItsAid = 5; 
    private static final int InterfaceID = 2;
    private static final int TxPowerDbm = -10; // Max value: -33dBm, RSU: -30dBm, Lab: -10dBm
    private static final int TxPowerDbm = -31; // Max value: -33dBm, RSU: -30dBm, Lab: -10dBm
    private static String pcapFilter = null;
    
    /**
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ public class LayerFactory {
        layers.put("GN", GnLayer.class);
        layers.put("G5", G5Layer.class);
        layers.put("ETH", EthernetLayer.class);
        layers.put("UdpIp", UdpIpLayer.class);
        layers.put("CSG", CommsigniaLayer.class);
        
//        layers.put("Loopback", LoopbackLayer.class);