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 19:57:08 UTC 2021


pespin has submitted this change. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  dexter: Looks good to me, approved



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 de77075..29e3b20 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);
@@ -527,7 +527,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: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210928/5c0f743f/attachment.htm>


More information about the gerrit-log mailing list