increase NAS rx count when rx'ing auth request

This commit is contained in:
Andre Puschmann 2018-06-05 16:06:47 +02:00
parent 2c179dd84f
commit fb1e335c5a
1 changed files with 2 additions and 0 deletions

View File

@ -732,6 +732,8 @@ void nas::parse_authentication_request(uint32_t lcid, byte_buffer_t *pdu) {
// Deallocate PDU after parsing
pool->deallocate(pdu);
ctxt.rx_count++;
// Generate authentication response using RAND, AUTN & KSI-ASME
uint16 mcc, mnc;
mcc = rrc->get_mcc();