This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.
Akib Sayyed akibsayyed at gmail.comHello folks
I am trying to implement AMR codec for osmocom-bb. I got assignment commend
which is same as
T_AMR_CONFIGURATION amr_param;
amr_param.noise_suppression_bit=0;
amr_param.initial_codec_mode_indicator=1;
amr_param.initial_codec_mode=0;
amr_param.active_codec_set=0x95;
amr_param.threshold[0]=0x0a;
amr_param.threshold[1]=0x10;
amr_param.threshold[2]=0x18;
amr_param.threshold[3]=0x24;------------just random value
amr_param.hysteresis[0]=0x04;
amr_param.hysteresis[1]=0x04;
amr_param.hysteresis[2]=0x04;
amr_param.hysteresis[3]=0x04;----------just copied value from rest
config for hysteresis
l1ddsp_load_amr_param( amr_param);
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.
I am not getting why this is happening.
--
Akib Sayyed
Matrix-Shell
akibsayyed at gmail.com
akibsayyed at matrixshell.com
Mob:- +91-966-514-2243
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/baseband-devel/attachments/20131024/7df1a461/attachment.htm>