Commit f020218a authored by garciay's avatar garciay
Browse files

Add TC_3GPP_Authentication_Information_Answer.dat and update DiameterTortureTestCases.ttcn

parent ba640ab0
Loading
Loading
Loading
Loading
+59 −48
Original line number Diff line number Diff line
@@ -32,18 +32,29 @@ module DiameterTortureTestCases
	}
	
	/**
		Command Code: 318 3GPP-Authentication-Information
		3GPP-Authentication-Information request
	 */
	//
	testcase TC_3GPP_Authentication_Information() runs on DiameterComponent
	{//3GPP-Authentication-Information
	testcase TC_3GPP_Authentication_Information_Request() runs on DiameterComponent
	{//3GPP-Authentication-Information request
		tmrTimeout.start;
		receiveDIAMETER_MSG();
	} // End of testcase TC_3GPP_Authentication_Information
	} // End of testcase TC_3GPP_Authentication_Information_Request
	
	/**
		3GPP-Authentication-Information answer
	 */
	//
	testcase TC_3GPP_Authentication_Information_Answer() runs on DiameterComponent
	{//3GPP-Authentication-Information answer
		tmrTimeout.start;
		receiveDIAMETER_MSG();
	} // End of testcase TC_3GPP_Authentication_Information_Answer
	
	control
	{
		//DIAMETER
		execute(TC_3GPP_Authentication_Information());
		execute(TC_3GPP_Authentication_Information_Request());
		execute(TC_3GPP_Authentication_Information_Answer());
	}
}
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
010001504000013e010000238af0487d0c04c96e000001074000003574656c6c6162734d6d6530302e74656c6c6162732e636f6d3b313331373233383934393b32303136343033303200000000000585c0000090000028af00000586c0000084000028af000005a8c0000014000028af53b4a29b0321d6c1000005a9c000001c000028afd94f99b6b8298000815f9e13d53cf3d2000005aac000002c000028afa2aa70acbc849460e4992d16854858e3864c793cd525191b499891a205981a95000005a7c000001c000028af437ec8106f8dff3bcf84f4fbda4d5edf000001284000000f6277632e636f6d0000000108400000136873732e6277632e636f6d00000001154000000c000000010000010c4000000c000007d10000027480000038000028af0000027680000010000028af000000000000027580000010000028af000000010000010a4000000c000028af
 No newline at end of file