- 24 Jun, 2016 1 commit
-
-
Frédéric Leroy authored
uhd is not part of ubuntu standard repositories >= 14.04. Move the removal of uhd in its own space and do not fail if it doesn't exists.
-
- 18 Jun, 2016 9 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
Merge branch 'feature-34-test_framework' of https://gitlab.eurecom.fr/oai/openairinterface5g into feature-34-test_framework
-
Rohit Gupta authored
-
- 16 Jun, 2016 7 commits
-
-
Rohit Gupta authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Rohit Gupta authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- 15 Jun, 2016 17 commits
-
-
Cedric Roux authored
The distinction common space/user space still requires some careful examination.
-
Frédéric Leroy authored
clang have changed its default standard to C11 compilation and is stricter. Ensure use of gnu89 standard to use pthread extension for --castxml-gccxml
-
Frédéric Leroy authored
It can't link because nas_config.c and rb_config.c was commented.
-
Frédéric Leroy authored
Th struct SamplesPacket is a type declaration. It is not defined in memory and thus samplesCount can't be declared static. Transform it to true cpp static variable class as this is c++ source.
-
cubiq authored
-
Frédéric Leroy authored
bladerf ppa don't publish packages for Ubuntu 16.04. There are official packages for bladerf so we use these.
-
Frédéric Leroy authored
-
Frédéric Leroy authored
It breaks apt-get remove command
-
Frédéric Leroy authored
Add --disable-hardware-dependency flag to avoid hardware need when compiling OAI. For the momment it avoids to flash bladeRF hardware
-
Frédéric Leroy authored
-
Frédéric Leroy authored
libpgm-dev will add the dependency on libpgm 5.2.0 or 5.1.0 automatically according to the ubuntu version
-
Frédéric Leroy authored
liblas3gf have been replaced by libblas3 on 16.04 liblas3* will be pulled by libblas-dev, so we don't need to add it to package list
-
Frédéric Leroy authored
-
Frédéric Leroy authored
-
Frédéric Leroy authored
-
Frédéric Leroy authored
This package is needed for the command add-apt-repository
-
Frédéric Leroy authored
Thank to Thomas Laurent for refactorize get_distribution_released
-
- 14 Jun, 2016 4 commits
-
-
Frédéric Leroy authored
build_helper exits early on error. compilations() tells where the compilation logs can be found after compiling it. So in case of error, it was never displayed. Add a log info before compiling
-
Frédéric Leroy authored
There are a lot of case where the build scripts fails. Despite this, the build script happily continue to the end and tells "Successfully built xxxx". This fix ensure the build stops early with the first error message on the bottom of the log.
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- 13 Jun, 2016 2 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
T I did some compilation tests using `./build_oai -s --run-group "0101*"`, all was fine. I ran `lte-softmodem` with the sequans and let it run for a while with both uplink and downlink UDP low throughput traffic, all was fine. I ran some TCP tests, downlink 14 Mb/s (because the sequans does not report a CQI of 15 but 14 maximum, so we don't go to maximum MCS, so 14 Mb/s instead of 16) with a very clean radio (almost no error in the HARQ processes). For uplink things are not so clean, it starts at 6 Mb/s and after a while goes down to 2/3 Mbit/s. Lot's of errors in the HARQ processes, mostly uplink but also downlink. This is a both with and without T activated. So to me it's fine. The T tracer is a debugging tool. When it's not enabled, it has zero impact on the processing. I think we need to do very little tests before merging. I'll let you decide but to me it's okay! See merge request !36
-