- 22 Jul, 2016 2 commits
-
-
Cedric Roux authored
Conflicts: cmake_targets/build_oai openair1/PHY/LTE_TRANSPORT/dci.c openair1/PHY/LTE_TRANSPORT/proto.h openair1/SCHED/phy_procedures_lte_eNb.c openair1/SCHED/phy_procedures_lte_ue.c openair2/LAYER2/MAC/eNB_scheduler_dlsch.c openair2/LAYER2/MAC/eNB_scheduler_primitives.c openair2/LAYER2/MAC/eNB_scheduler_ulsch.c targets/SIMU/USER/oaisim.c targets/SIMU/USER/oaisim_functions.c
-
Cedric Roux authored
use --fapi-tracer with build_oai to activate (basically set FAPI_TRACER to True in CMakeLists.txt) the file /tmp/fapi.c will be produced at runtime then cd openair2/LAYER2/MAC and compile fapi_replay.c to replay it
-
- 21 Jul, 2016 13 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
this is forbidden, libscheduler.a is not happy
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
use mac_rlc_status_ind instead (at first I thought I could not use it and wrote mac_rlc_get_buffer_occupancy instead)
-
Cedric Roux authored
Merge branch 'feature-31-ff-scheduler-api' of https://gitlab.eurecom.fr/oai/openairinterface5g into feature-31-ff-scheduler-api
-
Cedric Roux authored
This was causing oaisim to fail way too often at the startup of a connection. Things should go better with this patch. It may not be the end of the story, the use of retrans_num_bytes_to_retransmit is not clear to me. The problem I see is: what if the max number of retransimission has been reached (if that has a meaning at all in RLC AM)? will this value be decreased or not?
-
Cedric Roux authored
-
- 20 Jul, 2016 1 commit
-
-
Cedric Roux authored
This was causing oaisim to fail way too often at the startup of a connection. Things should go better with this patch. It may not be the end of the story, the use of retrans_num_bytes_to_retransmit is not clear to me. The problem I see is: what if the max number of retransimission has been reached (if that has a meaning at all in RLC AM)? will this value be decreased or not?
-
- 19 Jul, 2016 2 commits
-
-
Cedric Roux authored
-
Rohit Gupta authored
-
- 17 Jul, 2016 1 commit
-
-
Rohit Gupta authored
-
- 12 Jul, 2016 4 commits
-
-
Florian Kaltenberger authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Cedric Roux authored
-
- 11 Jul, 2016 5 commits
-
-
Rohit Gupta authored
-
Cedric Roux authored
-
Cedric Roux authored
The code was changing the rnti in the red-black tree without removing/reinserting the context. This is wrong because the rnti is a key of the red-black tree and you cannot change the key in a stored item at will. There are also modifications of the function mac_eNB_rrc_ul_failure which has to remove the UE in any case. And rrc_mac_remove_ue has been changed for the case where the UE is not found.
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- 10 Jul, 2016 3 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- 08 Jul, 2016 9 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Cedric Roux authored
-
Cedric Roux authored
iqlog.c should change its name, it's too specific. This new one is more generic and should take over the name.
-
Cedric Roux authored
-