Change in osmo-pcu[master]: cosmetic: Fix missing space

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

pespin gerrit-no-reply at lists.osmocom.org
Tue Sep 28 14:33:52 UTC 2021


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


Change subject: cosmetic: Fix missing space
......................................................................

cosmetic: Fix missing space

Change-Id: Ib64cbf1d95dd0a881f6ace0cf9a4f517eb58ae0f
---
M src/bts.cpp
M src/pdch.cpp
2 files changed, 3 insertions(+), 3 deletions(-)



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

diff --git a/src/bts.cpp b/src/bts.cpp
index c463606..cad6c90 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -1173,7 +1173,7 @@
 		goto no_tbf;
 
 	poll = pdch_ulc_get_node(pdch->ulc, fn);
-	if (!poll || poll->type !=PDCH_ULC_NODE_TBF_POLL ||
+	if (!poll || poll->type != PDCH_ULC_NODE_TBF_POLL ||
 	    poll->tbf_poll.poll_tbf->direction != GPRS_RLCMAC_UL_TBF)
 		goto no_tbf;
 
diff --git a/src/pdch.cpp b/src/pdch.cpp
index 19d57a2..7e73e55 100644
--- a/src/pdch.cpp
+++ b/src/pdch.cpp
@@ -314,7 +314,7 @@
 	struct pdch_ulc_node *poll;
 
 	poll = pdch_ulc_get_node(ulc, fn);
-	if (!poll || poll->type !=PDCH_ULC_NODE_TBF_POLL || !poll->tbf_poll.poll_tbf) {
+	if (!poll || poll->type != PDCH_ULC_NODE_TBF_POLL || !poll->tbf_poll.poll_tbf) {
 		LOGPDCH(this, DRLCMAC, LOGL_NOTICE, "PACKET CONTROL ACK with "
 			"unknown FN=%u TLLI=0x%08x (TRX %d TS %d)\n",
 			fn, tlli, trx_no(), ts_no);
@@ -501,7 +501,7 @@
 
 	tfi = ack_nack->DOWNLINK_TFI;
 	poll = pdch_ulc_get_node(ulc, fn);
-	if (!poll || poll->type !=PDCH_ULC_NODE_TBF_POLL) {
+	if (!poll || poll->type != PDCH_ULC_NODE_TBF_POLL) {
 		LOGPDCH(this, DRLCMAC, LOGL_NOTICE, "EGPRS PACKET DOWNLINK ACK with "
 			"unknown FN=%u TFI=%d (TRX %d TS %d)\n",
 			fn, tfi, trx_no(), ts_no);

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ib64cbf1d95dd0a881f6ace0cf9a4f517eb58ae0f
Gerrit-Change-Number: 25630
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210928/2a54f41c/attachment.htm>


More information about the gerrit-log mailing list