Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
canghaiwuhen
OpenXG-RAN
Commits
6ded6cb7
Commit
6ded6cb7
authored
Oct 08, 2020
by
Francesco Mani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make ue and physim compile again
parent
add0570c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
openair1/SIMULATION/NR_PHY/prachsim.c
openair1/SIMULATION/NR_PHY/prachsim.c
+6
-1
No files found.
openair1/SIMULATION/NR_PHY/prachsim.c
View file @
6ded6cb7
...
@@ -114,6 +114,8 @@ int main(int argc, char **argv){
...
@@ -114,6 +114,8 @@ int main(int argc, char **argv){
uint32_t
tx_lev
=
10000
,
prach_errors
=
0
,
samp_count
;
//,tx_lev_dB;
uint32_t
tx_lev
=
10000
,
prach_errors
=
0
,
samp_count
;
//,tx_lev_dB;
uint64_t
SSB_positions
=
0x01
,
absoluteFrequencyPointA
=
640000
;
uint64_t
SSB_positions
=
0x01
,
absoluteFrequencyPointA
=
640000
;
double
DS_TDL
=
.
03
;
double
DS_TDL
=
.
03
;
uint16_t
RA_sfn_index
=
-
1
;
uint8_t
N_RA_slot
,
config_period
=
1
;
// int8_t interf1=-19,interf2=-19;
// int8_t interf1=-19,interf2=-19;
// uint8_t abstraction_flag=0,calibration_flag=0;
// uint8_t abstraction_flag=0,calibration_flag=0;
...
@@ -436,7 +438,10 @@ int main(int argc, char **argv){
...
@@ -436,7 +438,10 @@ int main(int argc, char **argv){
&
format
,
&
format
,
&
start_symbol
,
&
start_symbol
,
&
N_t_slot
,
&
N_t_slot
,
&
N_dur
);
&
N_dur
,
&
RA_sfn_index
,
&
N_RA_slot
,
&
config_period
);
if
(
ret
==
0
)
{
printf
(
"No prach in %d.%d, mu %d, config_index %d
\n
"
,
frame
,
slot
,
mu
,
config_index
);
exit
(
-
1
);}
if
(
ret
==
0
)
{
printf
(
"No prach in %d.%d, mu %d, config_index %d
\n
"
,
frame
,
slot
,
mu
,
config_index
);
exit
(
-
1
);}
format0
=
format
&
0xff
;
// first column of format from table
format0
=
format
&
0xff
;
// first column of format from table
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment