enb,rrc: always print full RRC message contents

Do not limit them to 1024 chars.
master
Aleksander Morgado 5 years ago committed by Andre Puschmann
parent 03bd63d9ab
commit ed6044eb54

@ -201,7 +201,7 @@ void rrc::log_rrc_message(const std::string& source,
dir == Tx ? "Tx" : "Rx", dir == Tx ? "Tx" : "Rx",
msg.msg.c1().type().to_string().c_str(), msg.msg.c1().type().to_string().c_str(),
pdu->N_bytes); pdu->N_bytes);
rrc_log->debug("Content:\n%s\n", json_writer.to_string().c_str()); rrc_log->debug_long("Content:\n%s\n", json_writer.to_string().c_str());
} }
} }

Loading…
Cancel
Save