<div dir="ltr"><div>Hello folks<br><br></div>I am trying to implement AMR codec for osmocom-bb. I got assignment commend which is same as <br><br>T_AMR_CONFIGURATION amr_param;<br>    amr_param.noise_suppression_bit=0;<br>

    amr_param.initial_codec_mode_indicator=1;<br>    amr_param.initial_codec_mode=0;<br>    amr_param.active_codec_set=0x95;<br>    amr_param.threshold[0]=0x0a;<br>    amr_param.threshold[1]=0x10;<br>    amr_param.threshold[2]=0x18;<br>

    amr_param.threshold[3]=0x24;------------just random value<br>    amr_param.hysteresis[0]=0x04;<br>    amr_param.hysteresis[1]=0x04;<br>    amr_param.hysteresis[2]=0x04;<br>    amr_param.hysteresis[3]=0x04;----------just copied value from rest config for hysteresis<br>

    l1ddsp_load_amr_param( amr_param);<br clear="all"><div><div><br><br><br></div><div>Now when i make a call I here gliches or random noise. also after some time  there is radio signal loss and call is dropped.<br><br><br>

</div><div>I am not getting why this is happening.<br></div><div>-- <br>Akib Sayyed<br>Matrix-Shell<br><a href="mailto:akibsayyed@gmail.com" target="_blank">akibsayyed@gmail.com</a><br><a href="mailto:akibsayyed@matrixshell.com" target="_blank">akibsayyed@matrixshell.com</a><br>

Mob:- +91-966-514-2243<br><br>
</div></div></div>