Change in osmo-pcu[master]: pcu_l1_if: use proper format specifier for PCUIF version

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
Thu Aug 20 11:07:00 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/19726 )


Change subject: pcu_l1_if: use proper format specifier for PCUIF version
......................................................................

pcu_l1_if: use proper format specifier for PCUIF version

Change-Id: Ibd15a678a7a8fc840422e2280b0d358138a67e0c
---
M src/pcu_l1_if.cpp
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/26/19726/1

diff --git a/src/pcu_l1_if.cpp b/src/pcu_l1_if.cpp
index 7fa82fb..c683e30 100644
--- a/src/pcu_l1_if.cpp
+++ b/src/pcu_l1_if.cpp
@@ -496,8 +496,8 @@
 	int i;
 
 	if (info_ind->version != PCU_IF_VERSION) {
-		fprintf(stderr, "PCU interface version number of BTS (%d) is "
-			"different (%d).\nPlease re-compile!\n",
+		fprintf(stderr, "PCU interface version number of BTS (%u) is "
+			"different (%u).\nPlease re-compile!\n",
 			info_ind->version, PCU_IF_VERSION);
 		exit(-1);
 	}

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ibd15a678a7a8fc840422e2280b0d358138a67e0c
Gerrit-Change-Number: 19726
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200820/e6be11db/attachment.htm>


More information about the gerrit-log mailing list