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
alex037yang
OpenXG-RAN
Commits
c6247372
Commit
c6247372
authored
Jun 24, 2020
by
bussotti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pdcp_benchmark.c
parent
3ca43e5b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair2/LAYER2/PDCP_v10.1.0/BENCHMARK/pdcp_benchmark.c
openair2/LAYER2/PDCP_v10.1.0/BENCHMARK/pdcp_benchmark.c
+2
-2
No files found.
openair2/LAYER2/PDCP_v10.1.0/BENCHMARK/pdcp_benchmark.c
View file @
c6247372
...
@@ -137,7 +137,7 @@ int main(int argc, char *argv[])
...
@@ -137,7 +137,7 @@ int main(int argc, char *argv[])
resQ = atoi(argv[1]);
resQ = atoi(argv[1]);
*/
pool_buffer_init
();
*/
pool_buffer_init
();
list_init
(
&
pdu_tx_list
,
NULL
);
list_init
(
&
pdu_tx_list
,
NULL
);
/*
printf("2");
printf
(
"2"
);
//logInit();
//logInit();
printf
(
"3"
);
printf
(
"3"
);
pdcp_el
.
next_pdcp_tx_sn
=
0
;
pdcp_el
.
next_pdcp_tx_sn
=
0
;
...
@@ -148,7 +148,7 @@ int main(int argc, char *argv[])
...
@@ -148,7 +148,7 @@ int main(int argc, char *argv[])
pdcp_el
.
seq_num_size
=
12
;
pdcp_el
.
seq_num_size
=
12
;
pdcp_el
.
cipheringAlgorithm
=
(
resQ
==
1
?
EEA1_128_ALG_ID
:
EEA2_128_ALG_ID
);
pdcp_el
.
cipheringAlgorithm
=
(
resQ
==
1
?
EEA1_128_ALG_ID
:
EEA2_128_ALG_ID
);
printf
(
"4"
);
printf
(
"4"
);
pdcp_init_seq_numbers(&pdcp_el);
/*
pdcp_init_seq_numbers(&pdcp_el);
printf("5");
printf("5");
pdcp_data_req(NULL, //ctxt_pP
pdcp_data_req(NULL, //ctxt_pP
...
...
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