osmo_epdg_listener: add TODO to validate APN

This commit is contained in:
Alexander Couzens 2023-03-23 15:42:29 +01:00
parent ef057c8489
commit df75a2e6a5
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ METHOD(listener_t, eap_authorize, bool,
goto err;
}
/* TODO: validate if this APN is allowed! */
if (resp->gsup.message_type != OSMO_GSUP_MSGT_UPDATE_LOCATION_RESULT)
{
DBG1(DBG_NET, "epdg_listener: Update Location Error! Cause: %02x", resp->gsup.cause);