Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
OpenXG
OpenXG UE
Commits
5aa6de72
Commit
5aa6de72
authored
Aug 14, 2021
by
Sakthivel Velumani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed build error & warnings
parent
a96238fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
openair1/SCHED_NR/phy_procedures_nr_gNB.c
openair1/SCHED_NR/phy_procedures_nr_gNB.c
+1
-1
openair1/SIMULATION/NR_PHY/dlsim.c
openair1/SIMULATION/NR_PHY/dlsim.c
+1
-1
openair1/SIMULATION/NR_PHY/ulsim.c
openair1/SIMULATION/NR_PHY/ulsim.c
+1
-1
No files found.
openair1/SCHED_NR/phy_procedures_nr_gNB.c
View file @
5aa6de72
...
@@ -387,7 +387,7 @@ void nr_ulsch_procedures(PHY_VARS_gNB *gNB, int frame_rx, int slot_rx, int ULSCH
...
@@ -387,7 +387,7 @@ void nr_ulsch_procedures(PHY_VARS_gNB *gNB, int frame_rx, int slot_rx, int ULSCH
// do some integer rounding to improve TA accuracy
// do some integer rounding to improve TA accuracy
if
(
sync_pos
>
0
)
if
(
sync_pos
>
0
)
sync_pos_rounded
=
sync_pos
+
(
bw_scaling
/
2
)
-
1
;
sync_pos_rounded
=
sync_pos
+
(
bw_scaling
/
2
)
-
1
;
else
if
(
sync_pos
<
0
)
else
sync_pos_rounded
=
sync_pos
-
(
bw_scaling
/
2
)
-
1
;
sync_pos_rounded
=
sync_pos
-
(
bw_scaling
/
2
)
-
1
;
timing_advance_update
=
sync_pos_rounded
/
bw_scaling
;
timing_advance_update
=
sync_pos_rounded
/
bw_scaling
;
...
...
openair1/SIMULATION/NR_PHY/dlsim.c
View file @
5aa6de72
...
@@ -409,7 +409,7 @@ int main(int argc, char **argv)
...
@@ -409,7 +409,7 @@ int main(int argc, char **argv)
uint16_t
rbSize
=
106
;
uint16_t
rbSize
=
106
;
uint8_t
mcsIndex
=
9
;
uint8_t
mcsIndex
=
9
;
uint8_t
dlsch_threads
=
0
;
uint8_t
dlsch_threads
=
0
;
int
fd
_inter
=
0
;
int
prb
_inter
=
0
;
if
(
load_configmodule
(
argc
,
argv
,
CONFIG_ENABLECMDLINEONLY
)
==
0
)
{
if
(
load_configmodule
(
argc
,
argv
,
CONFIG_ENABLECMDLINEONLY
)
==
0
)
{
exit_fun
(
"[NR_DLSIM] Error, configuration module init failed
\n
"
);
exit_fun
(
"[NR_DLSIM] Error, configuration module init failed
\n
"
);
}
}
...
...
openair1/SIMULATION/NR_PHY/ulsim.c
View file @
5aa6de72
...
@@ -298,7 +298,7 @@ int main(int argc, char **argv)
...
@@ -298,7 +298,7 @@ int main(int argc, char **argv)
float
effRate
;
float
effRate
;
//float eff_tp_check = 0.7;
//float eff_tp_check = 0.7;
uint8_t
snrRun
;
uint8_t
snrRun
;
int
fd
_inter
=
0
;
int
prb
_inter
=
0
;
int
enable_ptrs
=
0
;
int
enable_ptrs
=
0
;
int
modify_dmrs
=
0
;
int
modify_dmrs
=
0
;
...
...
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