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.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/22421 )
Change subject: encoding: fix typos
......................................................................
encoding: fix typos
Change-Id: I0867935ad08d6e49c62e061742d3d76eeac35844
---
M src/encoding.cpp
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/21/22421/1
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: 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/20210125/c4a6197e/attachment.htm>