Commit 97ce65b1 authored by juvancic's avatar juvancic
Browse files

TA source code minor update

parent 29809139
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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");