- 18 Dec, 2017 1 commit
-
-
Panos Matzakos authored
Fixed the issue with synchronization but only for the case o running both eNB (vnf) and UE (pnf) processes in the same machine. Receiving and decoding now all MIBs and SIBs1/2/3.
-
- 13 Dec, 2017 1 commit
-
-
Panos Matzakos authored
Testing works up to the reception of SIB1/2/3 from the UE through nfapi, but there is an issue with missing some of the nfapi messages for some frames.
-
- 05 Dec, 2017 1 commit
-
-
Panos Matzakos authored
Testing works until the call of callback function pnf_p7_subframe_ind. There, it never satisfies the condition if(tx_subframe_buffer->sfn_sf == sfn_sf_tx) so both sides (vnf and pnf are hanging).
-
- 01 Dec, 2017 1 commit
-
-
Panos Matzakos authored
-
- 23 Nov, 2017 1 commit
-
-
Panos Matzakos authored
Connected new callback functions at nfapi_pnf for phy_stub mode + Intorducing new functions initializing UE variables and threads specific to phy_stub mode, instead of extending the existing ones + Direct connection of the timer_thread with UE_phy_stub_thread_rxn_txnp4.
-
- 17 Nov, 2017 1 commit
-
-
Panos Matzakos authored
-
- 16 Nov, 2017 1 commit
-
-
Panos Matzakos authored
Introduced a new timer_thread within lte-ue. This thread is ticking the subframes and wakes up UE_thread function which is waiting on a condition variable for nfapi_mode=3 (phy_stub)
-
- 14 Nov, 2017 1 commit
-
-
Panos Matzakos authored
Introduce nfapi_mode variable to differentiate functionality between phy_stub_ue mode (nfapi_mode=3) and normal full stack mode (nfapi_mode!=3).
-
- 13 Nov, 2017 1 commit
-
-
Panos Matzakos authored
Added functions copying nfapi requests to UE_mac_inst + Substituted calls to phy_procedures_ue rx/tx with phy_stub functions triggering MAC layer Tx/Rx procedures at UE MAC. Changes within UE_thread_rxn_txnp4
-
- 23 Oct, 2017 1 commit
-
-
Cedric Roux authored
-
- 22 Sep, 2017 1 commit
-
-
Panos Matzakos authored
Definition of the UE<->eNB MAC to MAC interface based on nFAPI structures: Currently supporting the triggering of MAC layer Rx operations at the UE side based on the reception of NFAPI DL messages. Partial definition of Sidelink MAC subheaders.
-
- 21 Sep, 2017 1 commit
-
-
knopp 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
-
-
Bilel authored
-
- 19 Jul, 2017 1 commit
-
-
knopp authored
-
- 17 Jul, 2017 1 commit
-
-
tct-labo4 authored
-
- 06 Jul, 2017 1 commit
-
-
knopp authored
Note: this commit is work in progress. Contains initial integration of NFAPI data structures which are tested for TX path. RX path to follow.
-
- 21 Jun, 2017 2 commits
- 13 Jun, 2017 1 commit
-
-
Bilel 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.
-
- 04 Jun, 2017 1 commit
-
-
knopp authored
-
- 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
-
-
Gabriel authored
-
- 19 May, 2017 1 commit
-
-
Gabriel 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
-
-
Gabriel authored
-
- 25 Apr, 2017 1 commit
-
-
knopp authored
-
- 24 Apr, 2017 1 commit
-
-
Gabriel authored
-
- 17 Apr, 2017 1 commit
-
-
knopp authored
-
- 28 Mar, 2017 1 commit
-
-
Wilson authored
-
- 08 Mar, 2017 3 commits
- 22 Feb, 2017 1 commit
-
-
Bilel authored
-
- 21 Feb, 2017 1 commit
-
-
Gabriel 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 2 commits
-
-
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.
-
Cedric Roux authored
git show -p 58052152 to see what it's about
-