Change in osmo-pcu[master]: encoding.cpp: Fix missing spacing in function param

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
Wed Jul 8 16:08:45 UTC 2020


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


Change subject: encoding.cpp: Fix missing spacing in function param
......................................................................

encoding.cpp: Fix missing spacing in function param

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



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

diff --git a/src/encoding.cpp b/src/encoding.cpp
index 32358c3..92944f0 100644
--- a/src/encoding.cpp
+++ b/src/encoding.cpp
@@ -580,7 +580,7 @@
 		bitvec_write_field(dest, &wp,0x0,1); // Message escape
 		bitvec_write_field(dest, &wp, mcs_chan_code(tbf->current_cs()), 2); // CHANNEL_CODING_COMMAND
 		bitvec_write_field(dest, &wp,0x1,1); // TLLI_BLOCK_CHANNEL_CODING
-		write_ta_ie(dest, wp,tbf->ta(), ta_idx, ta_ts);
+		write_ta_ie(dest, wp, tbf->ta(), ta_idx, ta_ts);
 	} else { /* EPGRS */
 		bitvec_write_field(dest, &wp,0x1,1); // Message escape
 		bitvec_write_field(dest, &wp,0x0,2); // EGPRS message contents
@@ -594,7 +594,7 @@
 		bitvec_write_field(dest, &wp,0x0,1); // No ARAC RETRANSMISSION REQUEST
 		bitvec_write_field(dest, &wp,0x1,1); // TLLI_BLOCK_CHANNEL_CODING
 		bitvec_write_field(dest, &wp,0x0,1); // No BEP_PERIOD2
-		write_ta_ie(dest, wp,tbf->ta(), ta_idx, ta_ts);
+		write_ta_ie(dest, wp, tbf->ta(), ta_idx, ta_ts);
 		bitvec_write_field(dest, &wp,0x0,1); // No Packet Extended Timing Advance
 	}
 

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I4f30a0cea615d57cd7783a92ae782790c8075a6c
Gerrit-Change-Number: 19193
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/20200708/613e8b16/attachment.htm>


More information about the gerrit-log mailing list