- Jul 11, 2016
-
-
Cédric 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
-
- Jul 10, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- Jul 08, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- Jul 07, 2016
-
-
Cédric Roux authored
It creates more problems than it solves. We replace this approach by a straightforward synchronous one. Now in the downlink, at frame f and subframe s we use HARQ process (f * 10 + s) % 8. This is similar to uplink scheduling.
-
- Jul 05, 2016
-
-
nikaeinn authored
-
Cédric Roux authored
-
nikaeinn authored
-
- Jul 03, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- Jul 01, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- Jun 30, 2016
-
-
Rohit Gupta authored
-
- Jun 29, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- Jun 28, 2016
-
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
The T has 2 processes: the tracee and the local tracer if the tracee dies (segfault or whatever) the tracee may still be running. So there is a third process that monitors those two others and kill everything when one dies. The problem is that this third process has to be the parent of the two others. That makes debugging the tracee with gdb impossible. This new option disables the third monitor process.
-
- Jun 26, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
Merge branch 'bugfix-96-Fix-build-script-for-16.04-installation-v3' of https://gitlab.eurecom.fr/oai/openairinterface5g into bugfix-96-Fix-build-script-for-16.04-installation-v3
-
- Jun 25, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- Jun 24, 2016
-
-
Cédric Roux authored
we have to free memory in any case...
-
Cédric Roux authored
git status was way too noisy
-
Cédric Roux authored
-
Cédric Roux authored
-
FredericLeroy authored
-
FredericLeroy authored
-
FredericLeroy authored
libxslt1-dev is used at least for asn1 and usrp. It breaks the build when in check_install_additional_tools(). Move it to to check_install_oai_software()
-