Commit bdb258ce authored by bussotti's avatar bussotti

Update pdcp_benchmark.c

parent 1f2aa635
...@@ -148,10 +148,10 @@ int main(int argc, char *argv[]) ...@@ -148,10 +148,10 @@ 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
0, //srb_flagP 0, //srb_flagP
3, // rb_id 3, // rb_id
0, // muiP 0, // muiP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment