Commit 5d0fe4ce authored by Raphael Defosseux's avatar Raphael Defosseux

Fixing some compilation errors/warnings

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 0db02490
......@@ -2350,7 +2350,7 @@ do_RRCConnectionReestablishment(
return -1;
}
LOG_D(RRC,"RRCConnectionReestablishment Encoded %zd bits (%zd bytes)\n",
LOG_D(RRC,"RRCConnectionReestablishment Encoded %u bits (%u bytes)\n",
(uint32_t)enc_rval.encoded, (uint32_t)(enc_rval.encoded+7)/8);
return((enc_rval.encoded+7)/8);
}
......
......@@ -49,6 +49,7 @@ softmodem_params_t* get_softmodem_params(void) {
return &softmodem_params;
}
#if 0
void set_parallel_conf(char *parallel_conf)
{
if(strcmp(parallel_conf,"PARALLEL_SINGLE_THREAD")==0) softmodem_params.thread_struct.parallel_conf = PARALLEL_SINGLE_THREAD;
......@@ -70,6 +71,7 @@ WORKER_CONF_t get_thread_worker_conf(void)
{
return softmodem_params.thread_struct.worker_conf;
}
#endif
void get_common_options(void)
{
char *parallel_config=NULL;
......
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