Commit 75e27a68 authored by Xu Bo's avatar Xu Bo

fix TTI from 10ms to 1ms

parent 2cc34f5b
......@@ -201,7 +201,7 @@ int udp_socket_port_enb;
int udp_socket_ip_ue;
int udp_socket_port_ue;
long TTI = 10000000;
long TTI = 1000000;
pthread_mutex_t mutex_send[RX_NB_TH];
pthread_cond_t cond_send[RX_NB_TH];
......
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