remove printf from eNB RRC

master
Andre Puschmann 6 years ago
parent db910cb84b
commit 05abdc9516

@ -1045,8 +1045,8 @@ void rrc::ue::parse_ul_dcch(uint32_t lcid, byte_buffer_t *pdu)
void rrc::ue::handle_rrc_con_req(LIBLTE_RRC_CONNECTION_REQUEST_STRUCT *msg)
{
if (not parent->s1ap->is_mme_connected()) {
printf("send reject\n");
parent->rrc_log->error("MME isn't connected. Sending Connection Reject\n");
parent->rrc_log->error("MME isn't connected. Sending Connection Reject.\n");
parent->rrc_log->console("MME isn't connected. Sending Connection Reject.\n");
send_connection_reject();
}

Loading…
Cancel
Save