Loading javasrc/com/iskratel/ttcn/tri/VxlteAdapter.java +2 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,8 @@ public class VxlteAdapter extends TestAdapter implements TriCommunicationSA, Tri try{ PacketCapture pcap=new PacketCapture(); }catch(Exception e){ return new TriStatusImpl("Check presence of PCAP library on operating system!"); loginfo("\nCheck presence of PCAP library on operating system!\n"); return new TriStatusImpl(TriStatus.TRI_ERROR); } IotConnectionOffline adapter = new IotConnectionOffline(log, Cte); adapter.setTraceFile(ROOTFOLDERTRACEFILE+this.testcaseName+".pcapng"); Loading Loading
javasrc/com/iskratel/ttcn/tri/VxlteAdapter.java +2 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,8 @@ public class VxlteAdapter extends TestAdapter implements TriCommunicationSA, Tri try{ PacketCapture pcap=new PacketCapture(); }catch(Exception e){ return new TriStatusImpl("Check presence of PCAP library on operating system!"); loginfo("\nCheck presence of PCAP library on operating system!\n"); return new TriStatusImpl(TriStatus.TRI_ERROR); } IotConnectionOffline adapter = new IotConnectionOffline(log, Cte); adapter.setTraceFile(ROOTFOLDERTRACEFILE+this.testcaseName+".pcapng"); Loading