Loading ttcn/AtsNGAP/NGAP_TCFunctions.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -4027,7 +4027,7 @@ module NGAP_TCFunctions { * @desc Testcase function for TC_NGAP_aMF_PDU_01 */ function f_TC_NGAP_AMF_PDU_01() runs on aMFNGAPComponent { // Local variables // Local // Preamble f_NGAP_amf_init(); Loading ttcn/Lib_NG_NAS/lib/Lib_NG_NAS_Security_Functions.ttcn +3 −2 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ module Lib_NG_NAS_Security_Functions { // Set security algorithm f_5g_security_context(v_ng_security_mode_command, p_NasSecurityByRef); log(">>> f_Check_5GAKA_NAS_DL_Message: p_NasSecurityByRef: ", p_NasSecurityByRef); // New context p_previous_nas_count_dl := f_NasCountInit(); Loading @@ -113,7 +113,8 @@ module Lib_NG_NAS_Security_Functions { tsc_DirectionDL); log("f_Check_5GAKA_NAS_DL_Message: v_calculated_mac: ", v_calculated_mac); if (v_calculated_mac != v_message.security_Protected_Nas_Message.messageAuthenticationCode) { log("f_Check_5GAKA_NAS_DL_Message: Integrity check failed"); //ORG log("f_Check_5GAKA_NAS_DL_Message: Integrity check failed"); log("f_Check_5GAKA_NAS_DL_Message: Integrity check failed - mac: ", v_message.security_Protected_Nas_Message.messageAuthenticationCode); return false; } var integer v := oct2int(p_previous_nas_count_dl); Loading ccsrc/Externals/ia2_128.cc +3 −3 File changed.Contains only whitespace changes. Show changes Loading
ttcn/AtsNGAP/NGAP_TCFunctions.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -4027,7 +4027,7 @@ module NGAP_TCFunctions { * @desc Testcase function for TC_NGAP_aMF_PDU_01 */ function f_TC_NGAP_AMF_PDU_01() runs on aMFNGAPComponent { // Local variables // Local // Preamble f_NGAP_amf_init(); Loading
ttcn/Lib_NG_NAS/lib/Lib_NG_NAS_Security_Functions.ttcn +3 −2 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ module Lib_NG_NAS_Security_Functions { // Set security algorithm f_5g_security_context(v_ng_security_mode_command, p_NasSecurityByRef); log(">>> f_Check_5GAKA_NAS_DL_Message: p_NasSecurityByRef: ", p_NasSecurityByRef); // New context p_previous_nas_count_dl := f_NasCountInit(); Loading @@ -113,7 +113,8 @@ module Lib_NG_NAS_Security_Functions { tsc_DirectionDL); log("f_Check_5GAKA_NAS_DL_Message: v_calculated_mac: ", v_calculated_mac); if (v_calculated_mac != v_message.security_Protected_Nas_Message.messageAuthenticationCode) { log("f_Check_5GAKA_NAS_DL_Message: Integrity check failed"); //ORG log("f_Check_5GAKA_NAS_DL_Message: Integrity check failed"); log("f_Check_5GAKA_NAS_DL_Message: Integrity check failed - mac: ", v_message.security_Protected_Nas_Message.messageAuthenticationCode); return false; } var integer v := oct2int(p_previous_nas_count_dl); Loading