pespin has uploaded this change for review.
LTE_CryptoFunctions.ttcn: Increment nus.rx_count on each pkt read
Change-Id: I1ee25fd8fde6fbce95444ee4b73918ce1f61b427
---
M mme/LTE_CryptoFunctions.ttcn
1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/66/35366/1
diff --git a/mme/LTE_CryptoFunctions.ttcn b/mme/LTE_CryptoFunctions.ttcn
index 9923541..6fac81b 100644
--- a/mme/LTE_CryptoFunctions.ttcn
+++ b/mme/LTE_CryptoFunctions.ttcn
@@ -148,6 +148,7 @@
" doesn't match expected MAC ", exp_mac, ": ", secp_nas, " | nus: ", nus);
return false;
}
+ nus.rx_count := nus.rx_count + 1;
return true;
}
To view, visit change 35366. To unsubscribe, or for help writing mail filters, visit settings.