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
promise
OpenXG-RAN
Commits
8ebb9158
Commit
8ebb9158
authored
Jun 11, 2020
by
bussotti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pdcp_benchmark.c
parent
bc8bc923
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
openair2/LAYER2/PDCP_v10.1.0/BENCHMARK/pdcp_benchmark.c
openair2/LAYER2/PDCP_v10.1.0/BENCHMARK/pdcp_benchmark.c
+5
-4
No files found.
openair2/LAYER2/PDCP_v10.1.0/BENCHMARK/pdcp_benchmark.c
View file @
8ebb9158
...
...
@@ -57,10 +57,11 @@ void exit_function(const char *file, const char *function, const int line, const
int
main
(
int
argc
,
char
*
argv
[])
{
int
resQ
;
do
{
printf
(
"Type in the test you want (1 or 2)"
);
scanf
(
"%d"
,
&
resQ
);
}
while
(
resQ
!=
1
||
resQ
!=
2
);
if
(
argc
<
2
)
{
printf
(
"You should pass the test you want as parameter"
)
}
resQ
=
atoi
(
argv
[
1
]);
pool_buffer_init
();
list_init
(
&
pdu_tx_list
,
NULL
);
logInit
();
...
...
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