update it

This commit is contained in:
Sukchan Lee 2017-04-14 11:48:34 +09:00
parent b42fad1809
commit e0f31cc441
1 changed files with 0 additions and 5 deletions

View File

@ -124,11 +124,6 @@ void pgw_handle_create_session_request(
d_error("No APN");
return;
}
if (req->protocol_configuration_options.presence == 0)
{
d_error("No Protocol Configuration Options");
return;
}
if (req->sender_f_teid_for_control_plane.presence == 0)
{
d_error("No TEID");