Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
oai
openairinterface5G
Commits
5d0fe4ce
Commit
5d0fe4ce
authored
Nov 28, 2018
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing some compilation errors/warnings
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
0db02490
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
openair2/RRC/LTE/MESSAGES/asn1_msg.c
openair2/RRC/LTE/MESSAGES/asn1_msg.c
+1
-1
targets/RT/USER/lte-softmodem-common.c
targets/RT/USER/lte-softmodem-common.c
+2
-0
No files found.
openair2/RRC/LTE/MESSAGES/asn1_msg.c
View file @
5d0fe4ce
...
...
@@ -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
);
}
...
...
targets/RT/USER/lte-softmodem-common.c
View file @
5d0fe4ce
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment