Remove debug print.

This commit is contained in:
Pedro Alvarez 2018-06-27 17:46:03 +01:00
parent 0a6540d8bf
commit c07de1d9e1
1 changed files with 0 additions and 1 deletions

View File

@ -250,7 +250,6 @@ mme_gtpc::handle_create_session_response(srslte::gtpc_pdu *cs_resp_pdu)
erab_ctx_t *erab_ctx = &ecm_ctx->erabs_ctx[default_bearer];
erab_ctx->pdn_addr_alloc= cs_resp->paa;
erab_ctx->sgw_s1u_fteid = cs_resp->eps_bearer_context_created.s1_u_sgw_f_teid;
m_mme_gtpc_log->console("QCI %d\n", erab_ctx->qci);
m_s1ap->m_s1ap_ctx_mngmt_proc->send_initial_context_setup_request(emm_ctx, ecm_ctx, erab_ctx);
return;
}