Commit 824731ac authored by bussotti's avatar bussotti

Update pdcp_benchmark.c

parent 8117747b
...@@ -57,12 +57,13 @@ void exit_function(const char *file, const char *function, const int line, const ...@@ -57,12 +57,13 @@ void exit_function(const char *file, const char *function, const int line, const
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
int resQ; int resQ;
if(argc < 2) resQ=1;
/*if(argc < 2)
{ {
printf("You should pass the test you want as parameter"); printf("You should pass the test you want as parameter");
} }
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);
logInit(); logInit();
......
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