Skip to content
Snippets Groups Projects
Commit 1764a237 authored by Xu Bo's avatar Xu Bo
Browse files

fix: if there is no NAS PDU in E-RAB Setup Request,continue process

parent 41cb1241
No related branches found
No related tags found
No related merge requests found
...@@ -954,7 +954,7 @@ int s1ap_eNB_handle_e_rab_setup_request(uint32_t assoc_id, ...@@ -954,7 +954,7 @@ int s1ap_eNB_handle_e_rab_setup_request(uint32_t assoc_id,
S1AP_E_RAB_SETUP_REQ(message_p).e_rab_setup_params[i].nas_pdu.buffer = NULL; S1AP_E_RAB_SETUP_REQ(message_p).e_rab_setup_params[i].nas_pdu.buffer = NULL;
S1AP_WARN("NAS PDU is not provided, generate a E_RAB_SETUP Failure (TBD) back to MME \n"); S1AP_WARN("NAS PDU is not provided, generate a E_RAB_SETUP Failure (TBD) back to MME \n");
return -1; //return -1;
} }
/* Set the transport layer address */ /* Set the transport layer address */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment