Patch Set 8: Code-Review+1

(1 comment)

https://gerrit.osmocom.org/#/c/2389/8/src/common/rsl.c
File src/common/rsl.c:

Line 2249:           "%s chan_num:%d Tx MEAS RES valid(%d), flags(%d)\n",
the flags are unsigned (not signed), so %u applies.  Also, a bit-mask of flags 
is typically best printed as a hex value for human interpretation (it's easier 
to figure out than decimal).


-- 
To view, visit https://gerrit.osmocom.org/2389
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic871eed6dcbc7d10aca6cd11dbc803b3e6da449f
Gerrit-PatchSet: 8
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: dexter <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-HasComments: Yes

Reply via email to