Skip to content
Snippets Groups Projects
Commit c9eea33f authored by Khalid Ahmed's avatar Khalid Ahmed Committed by Thomas Schlichter
Browse files

Fix samples per frame config for 3/4 sampling rate

parent c62443b2
No related branches found
No related tags found
9 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1493fix DL arq errors in UE,!1093Issue in generating NR PRACH for High Speed case,!1074PBCH test case support for non-zero bchpyload,!918Develop nfapi,!847Nr vcd,!782Oai ubuntu docker,!755Integration develop-nr 2020 week 03,!745Add support for different PUSCH DMRS modes
...@@ -555,7 +555,7 @@ void init_openair0(void) { ...@@ -555,7 +555,7 @@ void init_openair0(void) {
} else if (numerology==1) { } else if (numerology==1) {
if (frame_parms[0]->threequarter_fs) { if (frame_parms[0]->threequarter_fs) {
openair0_cfg[card].sample_rate=46.08e6; openair0_cfg[card].sample_rate=46.08e6;
openair0_cfg[card].samples_per_frame = 480800; openair0_cfg[card].samples_per_frame = 460800;
} }
else { else {
openair0_cfg[card].sample_rate=61.44e6; openair0_cfg[card].sample_rate=61.44e6;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment