An error occurred fetching the project authors.
- 12 Feb, 2019 1 commit
-
-
lfarizav authored
-
- 08 Feb, 2019 1 commit
-
-
lfarizav authored
Solving a cell selection problem. However, it remains as a TODO (suggestion: use mutex to avoid problems with ue->common_vars.eNb_id)
-
- 02 Oct, 2018 1 commit
-
-
lfarizav authored
-
- 27 Sep, 2018 1 commit
-
-
lfarizav authored
-
- 26 Sep, 2018 1 commit
-
-
lfarizav authored
-
- 14 Sep, 2018 1 commit
-
-
lfarizav authored
-
- 08 Sep, 2018 1 commit
-
-
lfarizav authored
Solving some issues for multiple RRUs. UE is associated to RRU based on the pathloss. Modify eNB_id in ue procedures
-
- 29 May, 2018 1 commit
-
-
Luis Ariza authored
-
- 26 May, 2018 1 commit
-
-
Luis Ariza authored
-
- 25 May, 2018 1 commit
-
-
Luis Ariza authored
-
- 18 Mar, 2018 1 commit
-
-
Luis Ariza authored
-
- 20 Dec, 2017 1 commit
-
-
lfarizav authored
-
- 28 Nov, 2017 1 commit
-
-
lfarizav authored
-
- 27 Nov, 2017 1 commit
-
-
lfarizav authored
-
- 23 Nov, 2017 1 commit
-
-
lfarizav authored
-
- 16 Oct, 2017 1 commit
-
-
lfarizav authored
-
- 13 Oct, 2017 1 commit
-
-
lfarizav authored
-
- 06 Oct, 2017 1 commit
-
-
lfarizav authored
-
- 03 Aug, 2017 1 commit
-
-
Cedric Roux authored
-
- 31 Jul, 2017 1 commit
-
-
Cedric Roux authored
With the current implementation of oaisim (rxdata and channel simulation), we cannot call trx_read_func on a dummy buffer. The code will actually modify the rxdata buffers of the UE. This is has to be rewritten properly. In the meantime, let's introduce a simple hack. The idea of the read at this point is to wait for the synch to finish and not lose samples from the hardware in the real UE. In the simulator, as it is today, we can simply sleep until the synch code has finished its work.
-
- 26 Jul, 2017 1 commit
-
-
tct-labo4 authored
-
- 20 Jul, 2017 1 commit
-
-
hbilel authored
-
- 17 Jul, 2017 1 commit
-
-
tct-labo4 authored
-
- 21 Jun, 2017 2 commits
- 13 Jun, 2017 1 commit
-
-
hbilel authored
-
- 06 Jun, 2017 1 commit
-
-
Florian Kaltenberger authored
re-adding the possibility in dlsim to bypass the DCI/PDCCH generation. This is necessary for accuracy of the dlsim-tests, which are working again now.
-
- 02 Jun, 2017 1 commit
-
-
Cedric Roux authored
- rename UE_NO_LOG to DISABLE_LOG_X because the name is misleading. The full software is impacted, not only the UE part - same for compilation option ---ue-no-log that becomes --disable-log - keep LOG_X for the standard case, that is the case without DISABLE_LOG_X where printf has been put. Two reasons: * printf is not realtime friendly * keep behavior similar for other users who may be troubled by different logs that don't add any benefit to previous logs
-
- 22 May, 2017 1 commit
-
-
gabrielC authored
-
- 19 May, 2017 1 commit
-
-
gabrielC authored
--ue-trace : Enabling UE trace for debug --ue-timing : Enabling UE timing trace --ue-no-log : Disabling all LOG_X traces
-
- 03 May, 2017 1 commit
-
-
gabrielC authored
-
- 24 Apr, 2017 1 commit
-
-
gabrielC authored
-
- 28 Mar, 2017 1 commit
-
-
Wilson Thong authored
-
- 08 Mar, 2017 3 commits
- 22 Feb, 2017 1 commit
-
-
hbilel authored
-
- 21 Feb, 2017 1 commit
-
-
gabrielC authored
-
- 20 Feb, 2017 1 commit
-
-
Cedric Roux authored
The command line to get the error was: ./build_oai --eNB -w EXMIMO -c
-
- 17 Feb, 2017 1 commit
-
-
Cedric Roux authored
- some cleanup - thread names to include UE Mod_id - arg of UE_thread_rxn_txnp4 to be struct rx_tx_thread_data again - sync in UE_thread_rxn_txnp4 to use instance_cnt_rxtx again - UE_thread to call itti_send_msg_to_task with UE->Mod_id + NB_eNB_INST instead of INSTANCE_DEFAULT again This may break the softmodem UE, to be tested. The most problematic thing may be the synchronization. I don't think it will impact the processing at all, but I won't bet my shirt on it.
-