Commit 2bc0ea87 authored by Iztok Juvancic's avatar Iztok Juvancic
Browse files

nochange

parent ab0c2fc5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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();
+3 −2
Original line number Diff line number Diff line
@@ -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();

@@ -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);
+3 −3

File changed.

Contains only whitespace changes.