Commit aa2ad085 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

disable netlink at eNB when eNB and UE are running on the same machine (temporary solution)

parent 008ed09d
...@@ -1003,7 +1003,8 @@ int main( int argc, char **argv ) ...@@ -1003,7 +1003,8 @@ int main( int argc, char **argv )
if (init_opt(in_path, in_ip, NULL, radio_type) == -1) if (init_opt(in_path, in_ip, NULL, radio_type) == -1)
LOG_E(OPT,"failed to run OPT \n"); LOG_E(OPT,"failed to run OPT \n");
} }
//TTN temporary solution, disable netlink at eNB when eNB and UE are running on the same machine
/*
#ifdef PDCP_USE_NETLINK #ifdef PDCP_USE_NETLINK
printf("PDCP netlink\n"); printf("PDCP netlink\n");
netlink_init(); netlink_init();
...@@ -1011,6 +1012,7 @@ int main( int argc, char **argv ) ...@@ -1011,6 +1012,7 @@ int main( int argc, char **argv )
pdcp_netlink_init(); pdcp_netlink_init();
#endif #endif
#endif #endif
*/
#if !defined(ENABLE_ITTI) #if !defined(ENABLE_ITTI)
// to make a graceful exit when ctrl-c is pressed // to make a graceful exit when ctrl-c is pressed
......
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