aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoding.cpp
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-25 14:39:12 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-25 16:19:37 +0100
commit7963edba09dc5b342a1a8073addde6eb9bcefd3b (patch)
tree75951495f975fcb37738ac837d7464e2f75d740b /src/encoding.cpp
parent2238228e3c4687eecf7da530d9a1995761d3156f (diff)
encoding: fix typos in comment
Diffstat (limited to 'src/encoding.cpp')
-rw-r--r--src/encoding.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/encoding.cpp b/src/encoding.cpp
index f605ca2f..7995e111 100644
--- a/src/encoding.cpp
+++ b/src/encoding.cpp
@@ -628,7 +628,7 @@ void Encoding::write_packet_uplink_assignment(
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 @@ void Encoding::write_packet_uplink_assignment(
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