trxcon: get rid of DEBUG_DEFAULT, give an example

Change-Id: If2d2afb18238df89aa4cdaed9a38810f647b3189
This commit is contained in:
Vadim Yanitskiy 2022-07-24 20:15:45 +07:00
parent c582aedd91
commit 4a4bc0ed6e
2 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@
#include <osmocom/core/logging.h>
#define DEBUG_DEFAULT "DAPP:DL1C:DL1D:DTRXC:DTRXD:DSCH:DSCHD"
enum {
DAPP,
DL1C,

View File

@ -406,7 +406,7 @@ static void print_help(void)
{
printf(" Some help...\n");
printf(" -h --help this text\n");
printf(" -d --debug Change debug flags. Default: %s\n", DEBUG_DEFAULT);
printf(" -d --debug Change debug flags (e.g. DL1C:DSCH)\n");
printf(" -b --trx-bind TRX bind IP address (default 0.0.0.0)\n");
printf(" -i --trx-remote TRX remote IP address (default 127.0.0.1)\n");
printf(" -p --trx-port Base port of TRX instance (default 6700)\n");