Attention is currently required from: fixeria. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/27870 )
Change subject: firmware/layer1: fix unused variable 'l1h' [-Wunused-variable] ......................................................................
Patch Set 1:
(1 comment)
File src/target/firmware/layer1/l23_api.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/27870/comment/07d6c106_e24acd18 PS1, Line 347: static void l1ctl_rx_dm_rel_req(void) I'd rather keep passing msg here, as in all other functions. If it's not used, set attribute unused to the function or do in the function: (void)msg;