Attention is currently required from: fixeria.
laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmocom-bb/+/28677 )
Change subject: trxcon: fix trx_if_close(): delete TRXC timer if it's pending
......................................................................
Patch Set 1:
(1 comment)
File src/host/trxcon/src/trx_if.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/28677/comment/30d1513c_3e5de5e0
PS1, Line 771: if (
it's safe to osmo_timer_del() directly, you don't need to safe-guard with the
check. The first step in osmo_timer_del is exactly that active check... Think of it as a
free(NULL) situation. less bloat in the code if caller doesn't have to check.
--
To view, visit
https://gerrit.osmocom.org/c/osmocom-bb/+/28677
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I669355ec03f67de437df2d3b822ed0a728b405d5
Gerrit-Change-Number: 28677
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 20 Jul 2022 17:42:44 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment