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
spbro
OpenXG-RAN
Commits
7c847cd9
Commit
7c847cd9
authored
Jul 20, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/uninitvar_cppcheck_fix_on_w27_2023' into integration_2023_w29
parents
a6b6b61b
428f9c09
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
common/utils/T/tracer/hacks/multi-rru-clean.c
common/utils/T/tracer/hacks/multi-rru-clean.c
+1
-1
executables/nr-ru.c
executables/nr-ru.c
+1
-1
openair1/SIMULATION/LTE_PHY/mbmssim.c
openair1/SIMULATION/LTE_PHY/mbmssim.c
+1
-1
openair1/SIMULATION/LTE_PHY/syncsim.c
openair1/SIMULATION/LTE_PHY/syncsim.c
+1
-1
openair2/UTIL/OMG/omg.c
openair2/UTIL/OMG/omg.c
+1
-1
No files found.
common/utils/T/tracer/hacks/multi-rru-clean.c
View file @
7c847cd9
...
...
@@ -152,7 +152,7 @@ int main(int n, char **v)
int32_t
length
;
char
*
v
;
int
vpos
=
0
;
struct
timespec
t
;
struct
timespec
t
=
{
0
}
;
char
*
buf
;
/* read event from file */
...
...
executables/nr-ru.c
View file @
7c847cd9
...
...
@@ -502,7 +502,7 @@ void fh_if5_north_asynch_in(RU_t *ru,int *frame,int *slot) {
NR_DL_FRAME_PARMS
*
fp
=
ru
->
nr_frame_parms
;
RU_proc_t
*
proc
=
&
ru
->
proc
;
int
tti_tx
,
frame_tx
;
openair0_timestamp
timestamp_tx
;
openair0_timestamp
timestamp_tx
=
0
;
AssertFatal
(
1
==
0
,
"Shouldn't get here
\n
"
);
// printf("Received subframe %d (TS %llu) from RCC\n",tti_tx,timestamp_tx);
frame_tx
=
(
timestamp_tx
/
(
fp
->
samples_per_subframe
*
10
))
&
1023
;
...
...
openair1/SIMULATION/LTE_PHY/mbmssim.c
View file @
7c847cd9
...
...
@@ -585,7 +585,7 @@ double SNR,snr0=-2.0,snr1,rate = 0;
int
print_perf
=
0
;
int
main
(
int
argc
,
char
**
argv
)
{
int
k
,
i
,
j
,
aa
;
int
k
=
0
,
i
,
j
,
aa
;
int
re
;
int
s
,
Kr
,
Kr_bytes
;
LTE_DL_FRAME_PARMS
*
frame_parms
;
...
...
openair1/SIMULATION/LTE_PHY/syncsim.c
View file @
7c847cd9
...
...
@@ -312,7 +312,7 @@ int main(int argc, char **argv) {
#ifdef IFFT_FPGA
int
**
txdataF2
;
#endif
int
**
txdata
,
**
txdata1
,
**
txdata2
;
int
**
txdata
,
**
txdata1
=
NULL
,
**
txdata2
=
NULL
;
double
**
s_re
,
**
s_im
,
**
s_re1
,
**
s_im1
,
**
s_re2
,
**
s_im2
,
**
r_re
,
**
r_im
,
**
r_re1
,
**
r_im1
,
**
r_re2
,
**
r_im2
;
double
iqim
=
0
.
0
;
unsigned
char
pbch_pdu
[
6
];
...
...
openair2/UTIL/OMG/omg.c
View file @
7c847cd9
...
...
@@ -793,7 +793,7 @@ main (int argc, char *argv[]) {
char
y_area
[
20
];
char
z_area
[
20
];
char
fname
[
64
],
vname
[
64
];
Data_Flow_Unit
omv_data
;
Data_Flow_Unit
omv_data
=
{
0
}
;
//default parameters
for
(
node_type
=
eNB
;
node_type
<
MAX_NUM_NODE_TYPES
;
node_type
++
)
{
...
...
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