Commit 4dfe1125 authored by bussotti's avatar bussotti

Restore logInit

parent 8dca360b
...@@ -138,7 +138,7 @@ int main(int argc, char *argv[]) ...@@ -138,7 +138,7 @@ int main(int argc, char *argv[])
*/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;
pdcp_el.next_pdcp_rx_sn = 0; pdcp_el.next_pdcp_rx_sn = 0;
......
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