An error occurred fetching the project authors.
- 25 May, 2018 1 commit
-
-
matzakos authored
Added On-net UE_STATUS_INFO to notify the application based on the reception of SL specific RRC messages.
-
- 23 May, 2018 1 commit
-
-
matzakos authored
-
- 22 May, 2018 1 commit
-
-
matzakos authored
Testing with S1 interface works fine up to the reception of RRCConnectionSetupComplete from the eNB. Authentication problem occuring after that.
-
- 04 May, 2018 1 commit
-
-
matzakos authored
-
- 30 Apr, 2018 2 commits
- 17 Apr, 2018 1 commit
-
-
matzakos authored
-
- 16 Apr, 2018 1 commit
-
-
Cedric Roux authored
-
- 11 Apr, 2018 2 commits
-
-
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
-
- 10 Apr, 2018 1 commit
-
-
WANG Tsu-Han authored
-
- 05 Apr, 2018 2 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- 29 Mar, 2018 1 commit
-
-
matzakos authored
Fixed some more issues for running with multiple UEs. Added configuration option for the number of UEs.
-
- 27 Mar, 2018 1 commit
-
-
matzakos authored
More stable performance of nfapi-L2-emulator with 2 UEs, after dealing with some PNF-VNF synchronization issues.
-
- 26 Mar, 2018 1 commit
-
-
Tien-Thinh Nguyen authored
-
- 23 Mar, 2018 1 commit
-
-
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.)
-
- 20 Mar, 2018 4 commits
-
-
matzakos authored
Fixed a bug. Now both UEs reaching RRC Connection Reconfiguration state about 90% of the executions. Less frequently appearing issues remain to be fixed.
-
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.
-
matzakos authored
Extension to multiple UEs. Currently being tested with two UEs. Second UE doesn't always reach the RRC Connection Reconfiguration stage.
-
- 16 Mar, 2018 1 commit
-
-
Wang Tsu-Han authored
-
- 14 Mar, 2018 1 commit
-
-
Raymond Knopp authored
-
- 08 Mar, 2018 5 commits
-
-
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.
-
- 06 Mar, 2018 1 commit
-
-
Wang Tsu-Han authored
-
- 05 Mar, 2018 2 commits
-
-
Wang Tsu-Han authored
-
Wang Tsu-Han authored
-
- 28 Feb, 2018 1 commit
-
-
Tien-Thinh Nguyen authored
-
- 27 Feb, 2018 1 commit
-
-
matzakos authored
Minor modifications. Some problem appears rarely that prevents the reception of RRCConnectionSetupComplete message at the eNB.
-
- 23 Feb, 2018 1 commit
-
-
Wang Tsu-Han authored
-
- 22 Feb, 2018 2 commits
-
-
Wang Tsu-Han authored
-
Cedric Roux authored
-
- 21 Feb, 2018 1 commit
-
-
Wang Tsu-Han authored
-
- 20 Feb, 2018 1 commit
-
-
Wang Tsu-Han authored
-
- 16 Feb, 2018 1 commit
-
-
Wang Tsu-Han authored
-
- 12 Feb, 2018 1 commit
-
-
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.
-