Change in osmo-bsc[master]: abis_nm.c: use proper format specifiers for BTS / TRX number

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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Thu Apr 4 14:23:51 UTC 2019


Pau Espin Pedrol has posted comments on this change. ( https://gerrit.osmocom.org/13519 )

Change subject: abis_nm.c: use proper format specifiers for BTS / TRX number
......................................................................


Patch Set 1: Code-Review-1

(1 comment)

https://gerrit.osmocom.org/#/c/13519/1/src/osmo-bsc/abis_nm.c
File src/osmo-bsc/abis_nm.c:

https://gerrit.osmocom.org/#/c/13519/1/src/osmo-bsc/abis_nm.c@1716
PS1, Line 1716: 	DEBUGP(DNM, "Get Attr (bts=%u)\n", bts->nr);
It's an uint8_t, it should actually be:
 DEBUGP(DNM, "Get Attr (bts=%" PRIu8 "\n", bts->nr);

Same for others below.



-- 
To view, visit https://gerrit.osmocom.org/13519
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I429d00d1393c221070e4c9e0997cbd14ae96103e
Gerrit-Change-Number: 13519
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Comment-Date: Thu, 04 Apr 2019 14:23:51 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: Yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190404/ea7caa72/attachment.htm>


More information about the gerrit-log mailing list