Skip to content

Commit 0dcb2e5

Browse files
gnb: set default hex dump size to zero
1 parent d17d52d commit 0dcb2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/gnb/gnb_appconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ struct log_appconfig {
202202
std::string sdap_level = "warning";
203203
std::string gtpu_level = "warning";
204204
std::string fapi_level = "warning";
205-
uint32_t hex_max_size = 32; // Maximum number of bytes to write when dumping hex arrays.
205+
uint32_t hex_max_size = 0; // Maximum number of bytes to write when dumping hex arrays.
206206
bool broadcast_enabled = false; // Set to true to log broadcasting messages and all PRACH opportunities.
207207
std::string phy_rx_symbols_filename = ""; // Set to a valid file path to print the received symbols.
208208
};

0 commit comments

Comments
 (0)