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
Michael Black
OpenXG-RAN
Commits
dae79d1f
Commit
dae79d1f
authored
May 20, 2023
by
laurent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
too strict compiler options
parent
645e1417
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
openair1/SIMULATION/NR_PHY/ulsim.c
openair1/SIMULATION/NR_PHY/ulsim.c
+3
-3
No files found.
openair1/SIMULATION/NR_PHY/ulsim.c
View file @
dae79d1f
...
...
@@ -705,7 +705,7 @@ int main(int argc, char **argv)
}
// Configure UE
UE
=
C
alloc
(
sizeof
(
PHY_VARS_NR_UE
),
1
);
UE
=
c
alloc
(
sizeof
(
PHY_VARS_NR_UE
),
1
);
PHY_vars_UE_g
=
malloc
(
sizeof
(
PHY_VARS_NR_UE
**
));
PHY_vars_UE_g
[
0
]
=
malloc
(
sizeof
(
PHY_VARS_NR_UE
*
));
PHY_vars_UE_g
[
0
][
0
]
=
UE
;
...
...
@@ -757,7 +757,7 @@ int main(int argc, char **argv)
uint32_t
errors_decoding
=
0
;
nr_scheduled_response_t
scheduled_response
=
{
0
}
nr_scheduled_response_t
scheduled_response
=
{
0
}
;
fapi_nr_ul_config_request_t
ul_config
=
{
0
};
fapi_nr_tx_request_t
tx_req
=
{
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