Skip to content
Snippets Groups Projects
Commit b1cb0c46 authored by Florian Kaltenberger's avatar Florian Kaltenberger
Browse files

Merge branch 'nr_prs' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr_prs

parents cd80a89d c40b433a
No related branches found
No related tags found
3 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1740integration_2022_wk40,!1644Add Positioning Reference Signal (PRS) to gNB and nrUE
......@@ -116,7 +116,7 @@ void nr_common_signal_procedures (PHY_VARS_gNB *gNB,int frame,int slot,nfapi_nr_
prs_data.PRSResourceRepetition=1;
prs_data.PRSResourceTimeGap=1;
prs_data.NPRSID=0;
printf(" before Combsize %d \n", prs_data.CombSize);
//printf(" before Combsize %d \n", prs_data.CombSize);
// tbc
nr_generate_prs(gNB->nr_gold_prs[slot],&txdataF[0][txdataF_offset], AMP, &prs_data, cfg, fp);
......@@ -249,7 +249,7 @@ void phy_procedures_gNB_TX(PHY_VARS_gNB *gNB,
prs_data.PRSResourceRepetition=1;
prs_data.PRSResourceTimeGap=1;
prs_data.NPRSID=0;
printf(" before %p \n",&prs_data);
//printf(" before %p \n",&prs_data);
// tbc
......
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