Change in osmo-bsc[master]: fix 'handover:*' counters: remove bogus increments

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/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Sun Aug 30 07:09:09 UTC 2020


fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/19895 )

Change subject: fix 'handover:*' counters: remove bogus increments
......................................................................


Patch Set 2: Code-Review+1

(1 comment)

https://gerrit.osmocom.org/c/osmo-bsc/+/19895/2/src/osmo-bsc/handover_fsm.c 
File src/osmo-bsc/handover_fsm.c:

https://gerrit.osmocom.org/c/osmo-bsc/+/19895/2/src/osmo-bsc/handover_fsm.c@85 
PS2, Line 85: if (counter >= 0) {
Alternative approach:

  if (counter < 0)
    break;



-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/19895
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ie311e599d7bd35d33cf471c6c63e649246e8396a
Gerrit-Change-Number: 19895
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Comment-Date: Sun, 30 Aug 2020 07:09:09 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200830/78dc6d89/attachment.htm>


More information about the gerrit-log mailing list