Change in osmo-pcu[master]: encoding: fix typos in comment

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 Jan 26 12:19:34 UTC 2021


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/22421 )

Change subject: encoding: fix typos in comment
......................................................................

encoding: fix typos in comment

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

Approvals:
  laforge: Looks good to me, approved
  osmith: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/encoding.cpp b/src/encoding.cpp
index f605ca2..7995e11 100644
--- a/src/encoding.cpp
+++ b/src/encoding.cpp
@@ -628,7 +628,7 @@
 	if (!use_egprs) {
 		PUA_GPRS_t *gprs = &pua->u.PUA_GPRS_Struct;
 
-		/* Use the commanded CS/MSC value during the content resolution */
+		/* Use the commanded CS/MCS value during the content resolution */
 		gprs->CHANNEL_CODING_COMMAND    = mcs_chan_code(tbf->current_cs());
 		gprs->TLLI_BLOCK_CHANNEL_CODING = 0x01;  // ^^^
 
@@ -645,7 +645,7 @@
 		PUA_EGPRS_00_t *egprs = &pua->u.PUA_EGPRS_Struct.u.PUA_EGPRS_00;
 		pua->u.PUA_EGPRS_Struct.UnionType = 0x00;  // 'Normal' EGPRS, not EGPRS2
 
-		/* Use the commanded CS/MSC value during the content resolution */
+		/* Use the commanded CS/MCS value during the content resolution */
 		egprs->EGPRS_CHANNEL_CODING_COMMAND = mcs_chan_code(tbf->current_cs());
 		egprs->TLLI_BLOCK_CHANNEL_CODING    = 0x01;  // ^^^
 		egprs->RESEGMENT                    = 0x01;  // Enable segmentation

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I0867935ad08d6e49c62e061742d3d76eeac35844
Gerrit-Change-Number: 22421
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith 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/20210126/95d412a5/attachment.htm>


More information about the gerrit-log mailing list