Commit 873e4261 authored by Laurent Thomas's avatar Laurent Thomas

merge develop, documentation fix

parent 89598e3b
...@@ -210,8 +210,8 @@ time the worker finished the job ...@@ -210,8 +210,8 @@ time the worker finished the job
time the client reads the result time the client reads the result
if you set the environement variable: if you set the environement variable:
thread-pool-measurements to a valid file name threadPoolMeasurements to a valid file name
These measurements will be wrote to this Linux pipe. These measurements will be wrote to this Linux pipe.
A tool to read the linux fifo and display it in ascii is provided: A tool to read the linux fifo and display it in ascii is provided; compute the binay:
see the local directory Makefile for this tool and to compile the thread pool unitary tests. in cmake building directory: make/ninja measurement_display
\ No newline at end of file
...@@ -1390,7 +1390,7 @@ void *ru_thread( void *param ) { ...@@ -1390,7 +1390,7 @@ void *ru_thread( void *param ) {
syncMsg->frame_tx = proc->frame_tx; syncMsg->frame_tx = proc->frame_tx;
syncMsg->slot_tx = proc->tti_tx; syncMsg->slot_tx = proc->tti_tx;
syncMsg->timestamp_tx = proc->timestamp_tx; syncMsg->timestamp_tx = proc->timestamp_tx;
res->key = proc->tti_rx; res->key = 3000+proc->tti_rx;
pushTpool(gNB->threadPool, res); pushTpool(gNB->threadPool, res);
} }
......
...@@ -282,15 +282,6 @@ THREAD_STRUCT = ( ...@@ -282,15 +282,6 @@ THREAD_STRUCT = (
} }
); );
rfsimulator :
{
serveraddr = "server";
serverport = "4043";
options = (); #("saviq"); or/and "chanmod"
modelname = "AWGN";
IQfile = "/tmp/rfsimulator.iqs";
};
log_config : log_config :
{ {
global_log_level ="info"; global_log_level ="info";
......
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