Commit 83d74b40 authored by Nick Ho's avatar Nick Ho

Complete the last complete (2nd connection of the UE)

parent 313636a3
...@@ -247,6 +247,11 @@ int s1ap_eNB_handle_nas_first_req( ...@@ -247,6 +247,11 @@ int s1ap_eNB_handle_nas_first_req(
{ {
printf("We don't have the ESM information procedure now, so try to recovery it \n"); printf("We don't have the ESM information procedure now, so try to recovery it \n");
buffer[45] = 0xd0; buffer[45] = 0xd0;
}else if (buffer[48] == 0xd1)
{
printf("We don't have the ESM information procedure now, so try to recovery it \n");
buffer[48] = 0xd0;
} }
/* Send encoded message over sctp */ /* Send encoded message over sctp */
s1ap_eNB_itti_send_sctp_data_req(instance_p->instance, mme_desc_p->assoc_id, s1ap_eNB_itti_send_sctp_data_req(instance_p->instance, mme_desc_p->assoc_id,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment