This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.
Martin Hauke mardnh at gmx.deOn 01.02.2011 11:48, Dario Lombardo wrote:
> Shame on me when I'm not able to print debug messages from cell_log :)
> but...
>
> cell_log -d DRR,3
>
> doesn't give me any additional output. I would like to see the line
>
> LOGP(DRR, LOGL_INFO, "IMMEDIATE ASSIGNMENT:\n");
>
> from cell_log.c.
> Can anybody help me?
>
>
Hi Dario,
it seems that the -d option is not use by the cell_log app.
You can change the log_parse_category_mask in
"src/host/layer23/src/misc/app_cell_log.c" and recompile the app.
--snip---
log_parse_category_mask(stderr_target, "DL1C:DRSL:DRR:DGPS:DSUM");
// log_parse_category_mask(stderr_target, "DSUM");
log_set_log_level(stderr_target, LOGL_INFO);
---snip---
best regards,
Martin