aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mme/LTE_CryptoFunctions.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/mme/LTE_CryptoFunctions.ttcn b/mme/LTE_CryptoFunctions.ttcn
index dee0f223..99235418 100644
--- a/mme/LTE_CryptoFunctions.ttcn
+++ b/mme/LTE_CryptoFunctions.ttcn
@@ -145,7 +145,7 @@ private function f_nas_check_ip(inout NAS_UE_State nus,
f_rx_is_downlink(nus), data_with_seq);
if (exp_mac != secp_nas.messageAuthenticationCode) {
setverdict(fail, "Received NAS MAC ", secp_nas.messageAuthenticationCode,
- " doesn't match expected MAC ", exp_mac, ": ", secp_nas);
+ " doesn't match expected MAC ", exp_mac, ": ", secp_nas, " | nus: ", nus);
return false;
}
return true;