Skip to content

Changes

Started by upstream project gerrit-osmo-bts #1123
Started 17 hr ago
Queued 6.8 sec
Took 2 min 5 sec on build4-deb12build-ansible
measurement: is_meas_complete(): fix fn_mod variable type

`fn_mod` was declared as 'unsigned int' but initialized to -1, which
yields `UINT_MAX` via implicit conversion.  Use 'int' instead to make
the sentinel value unambiguous and match the `%d` format used in
the debug log.

Change-Id: I6b0bce9bc9fca1d6effbb2da2319132cdff4e9c7
Vadim Yanitskiy at