fix simple typo

This commit is contained in:
Andre Puschmann 2020-03-12 18:00:10 +01:00
parent 111aa6fc46
commit fdb7b0fa41
1 changed files with 1 additions and 1 deletions

View File

@ -1241,7 +1241,7 @@ std::string rrc::ue::to_string(const activity_timeout_type_t& type)
void rrc::ue::handle_rrc_con_reest_req(rrc_conn_reest_request_r8_ies_s* msg)
{
// TODO: Check Short-MAC-I value
parent->rrc_log->error("Not Supported: ConnectionReestablishment. \n");
parent->rrc_log->error("Not Supported: ConnectionReestablishment.\n");
}
void rrc::ue::handle_rrc_con_setup_complete(rrc_conn_setup_complete_s* msg, srslte::unique_byte_buffer_t pdu)