We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17d52d commit 0dcb2e5Copy full SHA for 0dcb2e5
apps/gnb/gnb_appconfig.h
@@ -202,7 +202,7 @@ struct log_appconfig {
202
std::string sdap_level = "warning";
203
std::string gtpu_level = "warning";
204
std::string fapi_level = "warning";
205
- uint32_t hex_max_size = 32; // Maximum number of bytes to write when dumping hex arrays.
+ uint32_t hex_max_size = 0; // Maximum number of bytes to write when dumping hex arrays.
206
bool broadcast_enabled = false; // Set to true to log broadcasting messages and all PRACH opportunities.
207
std::string phy_rx_symbols_filename = ""; // Set to a valid file path to print the received symbols.
208
};
0 commit comments