Skip to content

Fix for OAI UE AUTH_REQ processing additional check for RAND value

Vijaykumar Chadachan requested to merge oaiUe_AuthReq_Fix into develop

It was observed in simulation test the OAI UE always sends the sucessful AUTH_RES when the AUTH_REQ has the RAND value "0". This opens a back door in the authentication process.

The code is modified to fix this issue in OAI UE.

Merge request reports