Attention is currently required from: pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/31969 )
Change subject: l1gprs: fix NULL pointer dereference in l1gprs_unregister_tbf() ......................................................................
Patch Set 1:
(1 comment)
File src/shared/l1gprs.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/31969/comment/1f904146_72c01040 PS1, Line 138: "%s(): " LOG_TBF_FMT " not found\n",
this is still probably wrong since LOG_TBF_FMT seems to be used with a tbf param?
No, this is correct. I am passing the format string arguments expected by `LOG_TBF_FMT` manually.