Commit c9eea33f authored by Khalid Ahmed's avatar Khalid Ahmed Committed by Thomas Schlichter

Fix samples per frame config for 3/4 sampling rate

parent c62443b2
......@@ -555,7 +555,7 @@ void init_openair0(void) {
} else if (numerology==1) {
if (frame_parms[0]->threequarter_fs) {
openair0_cfg[card].sample_rate=46.08e6;
openair0_cfg[card].samples_per_frame = 480800;
openair0_cfg[card].samples_per_frame = 460800;
}
else {
openair0_cfg[card].sample_rate=61.44e6;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment