<p>keith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-msc/+/15009">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Set coding in mncc_set_cause()<br><br>GSM 04.08 10.5.4.11<br><br>The Release indication needs to have the Coding Standard set.<br><br>For phones that would display a message on screen, such as<br>"Number not in use", if the coding standard is not defined,<br>the display may show "Error in Connection"<br><br>Change-Id: Ib28b62a41d433e231cff5910d19455296b284df6<br>---<br>M src/libmsc/mncc.c<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/09/15009/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/libmsc/mncc.c b/src/libmsc/mncc.c</span><br><span>index 8c95ecb..d0b2ff2 100644</span><br><span>--- a/src/libmsc/mncc.c</span><br><span>+++ b/src/libmsc/mncc.c</span><br><span>@@ -100,6 +100,7 @@</span><br><span> void mncc_set_cause(struct gsm_mncc *data, int loc, int val)</span><br><span> {</span><br><span>     data->fields |= MNCC_F_CAUSE;</span><br><span style="color: hsl(120, 100%, 40%);">+      data->cause.coding = GSM48_CAUSE_CODING_GSM;</span><br><span>      data->cause.location = loc;</span><br><span>       data->cause.value = val;</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-msc/+/15009">change 15009</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-msc/+/15009"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-msc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ib28b62a41d433e231cff5910d19455296b284df6 </div>
<div style="display:none"> Gerrit-Change-Number: 15009 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: keith <keith@rhizomatica.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>