Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
sneltved
openairinterface5G
Commits
fcb16521
Commit
fcb16521
authored
Feb 13, 2019
by
Raphael Defosseux
Browse files
Hot fix on UE configuration module proposed by Xenofon Foukas
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
f7a2965b
Changes
1
Hide whitespace changes
Inline
Side-by-side
targets/RT/USER/lte-uesoftmodem.c
View file @
fcb16521
...
...
@@ -693,9 +693,13 @@ int main( int argc, char **argv ) {
#if defined (XFORMS)
int
ret
;
#endif
configmodule_interface_t
*
config_mod
;
start_background_system
();
if
(
load_configmodule
(
argc
,
argv
,
CONFIG_ENABLECMDLINEONLY
)
==
NULL
)
{
config_mod
=
load_configmodule
(
argc
,
argv
,
CONFIG_ENABLECMDLINEONLY
);
if
(
config_mod
==
NULL
)
{
exit_fun
(
"[SOFTMODEM] Error, configuration module init failed
\n
"
);
}
...
...
@@ -811,7 +815,7 @@ int main( int argc, char **argv ) {
}
else
init_openair0
(
frame_parms
[
0
],(
int
)
rx_gain
[
0
][
0
]);
if
(
simL1flag
==
1
)
{
AssertFatal
(
NULL
!=
load_
configmod
ule
(
argc
,
argv
,
CONFIG_ENABLECMDLINEONLY
)
,
AssertFatal
(
NULL
!=
config
_
mod
,
"[SOFTMODEM] Error, configuration module init failed
\n
"
);
RCConfig_sim
();
}
...
...
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