- May 15, 2018
-
-
Wang Tsu-Han authored
-
- May 14, 2018
-
-
Wang Tsu-Han authored
-
- Apr 16, 2018
-
-
Cedric Roux authored
-
- Apr 11, 2018
-
-
Cedric Roux authored
- fix compilation of dlsim/ulsim/oaisim by defining some needed global variables - fix compilation of oaisim: compile coding and params_libconfig - fix running of if4p5 with low CPU count (oaisim was not working on the machine 'haswell' because of this)
-
WANG Tsu-Han authored
-
- Apr 10, 2018
-
-
WANG Tsu-Han authored
-
- Apr 06, 2018
-
-
Raymond Knopp authored
modifications for simulator : power normalizations for UE TX, small changes to SNR targets for power control, default UE power (23 dBm now)
-
- Apr 05, 2018
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- Mar 23, 2018
-
-
Cedric Roux authored
This is only needed by the UE code, to setup IP settings. The eNB does not need this. (To be reverted if this is wrong.)
-
- Mar 20, 2018
-
-
Raymond Knopp authored
-
Robert Schmidt authored
It is possible to restart the lte-softmodem via the FlexRAN controller. For this to work, the end_configmodule() method needs to be called when shutting the lte-softmodem down so that the configuration can be read again during a restart.
-
- Mar 16, 2018
-
-
Wang Tsu-Han authored
-
- Mar 14, 2018
-
-
Raymond Knopp authored
-
- Mar 08, 2018
-
-
oai authored
-
oai authored
-
oai authored
-
Cedric Roux authored
When the program exits it has to stop the streaming of the USRP. The function exit_fun is supposed to do that. When quitting with control+c (very common case) this function is not called. The code is very unclear there, so let's add a stop_rf in the RU, as there is already a start_rf. If we don't call trx_end_func, then at the next run the USRP device may be in an unstable state and behave improperly. If the program crashes then the USRP device may be in an unstable state. The only solution to this problem is to reset the USRP device. Maybe there is a way to clean the state of the device when we open it, before we start using it. Sort of a cleanup before use. That could be a better solution to "bad state after program crash". What has been tested: - monolithic eNB only
-
Cedric Roux authored
The one in lte-enb.c disrupts the realtime. Using a B200mini with 20MHz bandwidth leads to the UE unable to connect for it seesms like the UL and DL are not properly time synched because of this sleep of one second that happens after the USRP streaming has started. We see some random access attempts but the decoded preamble is wrong. This may be dependant on the setup. I had sporadic errors with a B210, where sometimes the UE could connect and sometimes not.
-
- Mar 06, 2018
-
-
Wang Tsu-Han authored
-
- Mar 05, 2018
-
-
Wang Tsu-Han authored
-
Wang Tsu-Han authored
-
- Feb 23, 2018
-
-
Wang Tsu-Han authored
-
- Feb 22, 2018
-
-
Wang Tsu-Han authored
-
Cedric Roux authored
-
- Feb 21, 2018
-
-
Wang Tsu-Han authored
-
- Feb 20, 2018
-
-
Wang Tsu-Han authored
-
- Feb 19, 2018
-
-
Wolfgang A. Mozart authored
-
- Feb 18, 2018
-
-
Raymond Knopp authored
-
- Feb 16, 2018
-
-
Wang Tsu-Han authored
-
- Feb 14, 2018
-
-
Robert Schmidt authored
-
Robert Schmidt authored
the functions are meant to restart the lte-softmodem (lower layers) and are not supported in oaisim. They are provided to make oaisim compile.
-
Robert Schmidt authored
-
- Feb 12, 2018
-
-
Robert Schmidt authored
-
Emad authored
I tried to change rx and tx attenuation by the config file, but they are not changed. The bug is because att_rx and att_tx do not put in RC.rru when local_rf is "yes" in config file. We need to put att_rx and att_rx for both local_rf = "yes" and "no". Also RF config which send to RF device must be fill by this parameters.
-
Robert Schmidt authored
-
- Feb 09, 2018
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-