<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18380">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pcu: Parse ChCodingCommand on CCHAN Ul Ass<br><br>Change-Id: I8bf13f763bd8aa8d8a39f6b2757d5da01437cc05<br>---<br>M pcu/GPRS_Components.ttcn<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/80/18380/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pcu/GPRS_Components.ttcn b/pcu/GPRS_Components.ttcn</span><br><span>index cf5dca8..a1eae7d 100644</span><br><span>--- a/pcu/GPRS_Components.ttcn</span><br><span>+++ b/pcu/GPRS_Components.ttcn</span><br><span>@@ -170,6 +170,7 @@</span><br><span>            ul_tbf.is_egprs := false;</span><br><span>            if (match(ul_tbf.ass.ccch, tr_PacketUlDynAssign)) {</span><br><span>                  ul_tbf.tfi := ul_tbf.ass.ccch.dynamic.tfi_assignment;</span><br><span style="color: hsl(120, 100%, 40%);">+                 ul_tbf.tx_cs_mcs := f_rlcmac_block_ChCodingCommand2cs_mcs(ul_tbf.ass.ccch.dynamic.ch_coding_cmd);</span><br><span>                    ul_tbf.usf[tn_allocated] := ul_tbf.ass.ccch.dynamic.usf;</span><br><span>             } else if (match(ul_tbf.ass.ccch, tr_PacketUlSglAssign)) {</span><br><span>                   /* Nothing to do here  yet */</span><br><span>@@ -180,6 +181,7 @@</span><br><span>          ul_tbf.is_egprs := true;</span><br><span>             if (match(ul_tbf.ass.ccch_egprs, tr_EgprsUlAssDynamic)) {</span><br><span>                    ul_tbf.tfi := ul_tbf.ass.ccch_egprs.dynamic.tfi_assignment;</span><br><span style="color: hsl(120, 100%, 40%);">+                   ul_tbf.tx_cs_mcs := f_rlcmac_block_EgprsChCodingCommand2cs_mcs(ul_tbf.ass.ccch_egprs.dynamic.egprs_ch_coding_cmd);</span><br><span>                   ul_tbf.usf[tn_allocated] := ul_tbf.ass.ccch_egprs.dynamic.usf;</span><br><span>               } else if (match(ul_tbf.ass.ccch_egprs, tr_EgprsUlAssMultiblock)) {</span><br><span>                  /* Nothing to do here yet */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18380">change 18380</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18380"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I8bf13f763bd8aa8d8a39f6b2757d5da01437cc05 </div>
<div style="display:none"> Gerrit-Change-Number: 18380 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>