Commit 36b06754 authored by garciay's avatar garciay
Browse files

Move Adapter & Start/Stop capture into...

Move Adapter & Start/Stop capture into f_cf_roam_reg_up()/f_cf_roam_reg_down(), f_cf_roam_call_up()/f_cf_roam_call_down(), f_cf_int_as_up()/f_cf_int_as_down()
Need to add f_cf_adapter_up()/f_cf_adapter_down() to map acPort in all TCs
parent 7b272221
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -366,13 +366,13 @@ module LibIot_PIXITS {
	 * @desc Selects product based on	index	in PX_PRODCUTS vendor	list for EUT_A
	 * 
	 */
	modulepar	integer	PX_EUT_A :=	0;
	modulepar	integer	PX_EUT_A :=	2;
	
	/**
	 * 
	 * @desc Selects product based on	index	in PX_PRODCUTS vendor	list for EUT_B
	 */
	modulepar	integer	PX_EUT_B :=	1;
	modulepar	integer	PX_EUT_B :=	0;
	
	/**
	 * 
@@ -391,7 +391,7 @@ module LibIot_PIXITS {
		 * @desc
		 *		 In	case of	offline	mode,	it defines the path where all sessions's Pcap files are located.
		 */
		modulepar	charstring PX_IOT_PCAP_SESSIONS_PATH :=	"D:/cygwin/tmp/TS_20";
		modulepar	charstring PX_IOT_PCAP_SESSIONS_PATH :=	"D:/cygwin/tmp/TS_12"; // Do not forget to upgrade PX_EUT_A and PX_EUT_B
		
		/**
		 * @desc