Update AMR to use modes 4,5 and OA

This commit is contained in:
Monocots 2019-06-16 11:38:56 +00:00
parent 1c0962480b
commit 404f5674e7

View file

@ -1,11 +1,18 @@
<configuration name="amr.conf" description="mod_amr configuration"> <configuration name="amr.conf" description="mod_amr configuration">
<settings name="default"> <settings name="default">
<!-- AMR mode set (see RFC 4867) --> <!-- AMR mode set (see RFC 4867) -->
<!-- param name="mode-set" value="0,1,2,3,4,5,6,7" /--> <!-- param name="mode-set" value="0,1,2,3,4,5,6,7" /-->
<param name="mode-set" value="3" /> <param name="mode-set" value="4,5" />
<!-- enable octet alignment --> <!-- enable octet alignment -->
<param name="octet-align" value="1"/> <param name="octet-align" value="1"/>
<!-- rhizomatica custom param: force OA mode always for osmo-bts -->
<param name="force-oa" value="1"/>
<!-- enable discontinuous transmission --> <!-- enable discontinuous transmission -->
<param name="dtx" value="true"/> <param name="dtx" value="false"/>
<param name="default-bitrate" value="4"/>
</settings> </settings>
</configuration> </configuration>