|
|
|
@ -676,9 +676,9 @@ s1ap_nas_transport::handle_nas_service_request(uint32_t m_tmsi,
|
|
|
|
|
//Delete eNB context and connect.
|
|
|
|
|
m_s1ap_log->console("Service Request -- User has ECM context already\n");
|
|
|
|
|
m_s1ap_log->info("Service Request -- User has ECM context already\n");
|
|
|
|
|
m_s1ap->m_s1ap_ctx_mngmt_proc->send_ue_context_release_command(ecm_ctx,reply_buffer);
|
|
|
|
|
//m_s1ap->m_s1ap_ctx_mngmt_proc->send_ue_context_release_command(ecm_ctx,reply_buffer);
|
|
|
|
|
//int default_bearer_id = 5;
|
|
|
|
|
//m_s1ap->m_s1ap_ctx_mngmt_proc->send_initial_context_setup_request(emm_ctx, ecm_ctx, &ecm_ctx->erabs_ctx[default_bearer_id]);
|
|
|
|
|
m_s1ap->m_s1ap_ctx_mngmt_proc->send_initial_context_setup_request(emm_ctx, ecm_ctx, &ecm_ctx->erabs_ctx[5]);
|
|
|
|
|
//FIXME Send Modify context request OR send ctx release command and wait for the reply.
|
|
|
|
|
}
|
|
|
|
|
else if(ecm_ctx->state == ECM_STATE_IDLE)
|
|
|
|
|