<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20788">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/L1CTL_Types: use traffic forwarding mode by default<br><br>Calypso PHY (unlike trxcon) needs to be explicitly configured to<br>enable forwarding of the TCH traffic.  Otherwise it's handled<br>internally by the DSP and routed to/from the built-in speaker/mic.<br><br>Change-Id: I5b9ca5683627716868e85dc33f91d8ca4824cd61<br>Related: OS#4799<br>---<br>M library/L1CTL_Types.ttcn<br>1 file changed, 9 insertions(+), 2 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/88/20788/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/L1CTL_Types.ttcn b/library/L1CTL_Types.ttcn</span><br><span>index 7e7c9cf..03ec23f 100644</span><br><span>--- a/library/L1CTL_Types.ttcn</span><br><span>+++ b/library/L1CTL_Types.ttcn</span><br><span>@@ -169,6 +169,13 @@</span><br><span> </span><br><span>        template (value) L1ctlAudioMode t_L1CTL_AudioModeNone := { '0000'B, false, false, false, false };</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+ /* Traffic forwarding mode (see TRAFFIC.{req,cnf,ind} messages) */</span><br><span style="color: hsl(120, 100%, 40%);">+    template (value) L1ctlAudioMode t_L1CTL_AudioModeFwd</span><br><span style="color: hsl(120, 100%, 40%);">+  modifies t_L1CTL_AudioModeNone := {</span><br><span style="color: hsl(120, 100%, 40%);">+           tx_traffic_req := true,</span><br><span style="color: hsl(120, 100%, 40%);">+               rx_traffic_ind := true</span><br><span style="color: hsl(120, 100%, 40%);">+        };</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>         type record L1ctlTchModeConf {</span><br><span>               L1ctlTchMode    tch_mode,</span><br><span>            L1ctlAudioMode  audio_mode,</span><br><span>@@ -517,7 +524,7 @@</span><br><span> </span><br><span>        template (value) L1ctlUlMessage</span><br><span>      ts_L1CTL_TCH_MODE_REQ(template (value) L1ctlTchMode tch_mode := L1CTL_CHAN_MODE_SIGN,</span><br><span style="color: hsl(0, 100%, 40%);">-                         template (value) L1ctlAudioMode audio_mode := t_L1CTL_AudioModeNone,</span><br><span style="color: hsl(120, 100%, 40%);">+                          template (value) L1ctlAudioMode audio_mode := t_L1CTL_AudioModeFwd,</span><br><span>                          template (value) L1ctlLoopMode loop_mode := L1CTL_LOOP_MODE_OPEN) := {</span><br><span>                 header := ts_L1ctlHeader(L1CTL_TCH_MODE_REQ),</span><br><span>                ul_info := omit,</span><br><span>@@ -618,7 +625,7 @@</span><br><span>                       dm_est_req := {</span><br><span>                              tsc := tsc,</span><br><span>                          tch_mode := L1CTL_CHAN_MODE_SIGN,</span><br><span style="color: hsl(0, 100%, 40%);">-                               audio_mode := t_L1CTL_AudioModeNone</span><br><span style="color: hsl(120, 100%, 40%);">+                           audio_mode := t_L1CTL_AudioModeFwd</span><br><span>                   }</span><br><span>            }</span><br><span>    }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20788">change 20788</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/+/20788"/><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: I5b9ca5683627716868e85dc33f91d8ca4824cd61 </div>
<div style="display:none"> Gerrit-Change-Number: 20788 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>