<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-mgw/+/26651">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mgcp_client: add new codec "IUUP"<br><br>3GPP TS 25.414 5.1.3.3.1.6 specifies that IuUP can use RTP as transport.<br>The payload type is specified from 97-127, which shall be ignored on the<br>receiving end anyway. It does not specify a name to be use din SDP.<br><br>In order to generate reasonable SDP messages, lets specify that we can<br>use "IUUP" as codec name if we want to create an RTP stream with IuUP.<br>The payload type number we use shall be 97 by default.<br><br>Change-Id: Ifd1210a897743396899f34457c96e6fd2109c6b3<br>Related: SYS#5152<br>---<br>M include/osmocom/mgcp_client/mgcp_client.h<br>M src/libosmo-mgcp-client/mgcp_client.c<br>2 files 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-mgw refs/changes/51/26651/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/mgcp_client/mgcp_client.h b/include/osmocom/mgcp_client/mgcp_client.h</span><br><span>index 0405175..70cc904 100644</span><br><span>--- a/include/osmocom/mgcp_client/mgcp_client.h</span><br><span>+++ b/include/osmocom/mgcp_client/mgcp_client.h</span><br><span>@@ -49,6 +49,7 @@</span><br><span>    CODEC_GSMHR_8000_1 = 111,</span><br><span>    CODEC_AMR_8000_1 = 112,</span><br><span>      CODEC_AMRWB_16000_1 = 113,</span><br><span style="color: hsl(120, 100%, 40%);">+    CODEC_IUUP = 96,</span><br><span> };</span><br><span> /* Note: when new codec types are added, the corresponding value strings</span><br><span>  * in mgcp_client.c (codec_table) must be updated as well. Enumerations</span><br><span>diff --git a/src/libosmo-mgcp-client/mgcp_client.c b/src/libosmo-mgcp-client/mgcp_client.c</span><br><span>index 8c2c118..0f4bcee 100644</span><br><span>--- a/src/libosmo-mgcp-client/mgcp_client.c</span><br><span>+++ b/src/libosmo-mgcp-client/mgcp_client.c</span><br><span>@@ -59,6 +59,7 @@</span><br><span>   { CODEC_GSMHR_8000_1, "GSM-HR-08/8000/1" },</span><br><span>        { CODEC_AMR_8000_1, "AMR/8000/1" },</span><br><span>        { CODEC_AMRWB_16000_1, "AMR-WB/16000/1" },</span><br><span style="color: hsl(120, 100%, 40%);">+  { CODEC_IUUP, "IUUP" },</span><br><span>    { 0, NULL },</span><br><span> };</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-mgw/+/26651">change 26651</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-mgw/+/26651"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-mgw </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ifd1210a897743396899f34457c96e6fd2109c6b3 </div>
<div style="display:none"> Gerrit-Change-Number: 26651 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>