- 20 Jan, 2017 4 commits
-
-
Cedric Roux authored
Conflicts: targets/RT/USER/lte-enb.c targets/RT/USER/lte-softmodem.c
-
Cedric Roux authored
when testing on haswell, using apt-get to install LimeSDR libraries and includes, it put it in /usr/include, not /usr/local/include
-
Cedric Roux authored
-
Raymond.Knopp authored
-
- 18 Jan, 2017 4 commits
-
-
Raymond.Knopp authored
-
Tien-Thinh Nguyen authored
-
Raymond.Knopp authored
-
Raymond.Knopp authored
Conflicts: targets/RT/USER/lte-softmodem.c
-
- 16 Jan, 2017 3 commits
-
-
Tien-Thinh Nguyen authored
-
Cedric Roux authored
Develop integration w02 See merge request !82
-
Cedric Roux authored
This is the real fix, d5a68178 was not the right solution.
-
- 15 Jan, 2017 2 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- 14 Jan, 2017 4 commits
-
-
Raymond.Knopp authored
-
Raymond Knopp authored
Merge branch 'enhancement-10-harmony' of https://gitlab.eurecom.fr/oai/openairinterface5g into enhancement-10-harmony Conflicts: openair1/SCHED/phy_procedures_lte_eNb.c targets/RT/USER/lte-enb.c
-
Raymond Knopp authored
-
Raymond.Knopp authored
-
- 13 Jan, 2017 12 commits
-
-
Raymond Knopp authored
Merge branch 'enhancement-10-harmony' of https://gitlab.eurecom.fr/oai/openairinterface5g into enhancement-10-harmony
-
Raymond Knopp authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
Conflicts: targets/RT/USER/lte-softmodem.c
-
Raymond.Knopp authored
Merge branch 'enhancement-10-harmony' of https://gitlab.eurecom.fr/oai/openairinterface5g into enhancement-10-harmony
-
Raymond.Knopp authored
-
- 12 Jan, 2017 6 commits
-
-
Cedric Roux authored
I am not sure this is the correct solution. The problem seems to be that the RRH GW does not use ITTI and thus the type 'as_nas_info_t' is not defined, and then the compilation fails. The simple fix is to include 'as_message.h' in 'openair2/RRC/LITE/defs.h' if ENABLE_ITTI is not defined. Maybe it's not good. RRH GW compiles with this fix.
-
Cedric Roux authored
"frame" is not defined, we pass 0 instead. Maybe not the right solution.
-
Florian Kaltenberger authored
-
calvin wang authored
-
Cedric Roux authored
It is defined both in openair2/COMMON/commonDef.h and openair2/COMMON/platform_types.h. Removing one or the other definition creates many problems when compiling this or that part of the system (ue_ip.ko, at_nas_ue). Let's keep both and protect the definitions inside #ifdefs.
-
Cedric Roux authored
I'm not sure this is the right fix, so I put a LOG_TRACE that is displayed when the code comes here.
-
- 11 Jan, 2017 5 commits
-
-
Raymond.Knopp authored
-
Cedric Roux authored
-
Cedric Roux authored
I chose to remove it from common/utils/itti/itti_types.h, maybe it's not the correct solution.
-
Cedric Roux authored
Several various fixes are included. Not sure what component of the system uses this file. There is one 'abort' added in case a fscanf fails. It may be a bit too brutal.
-
Cedric Roux authored
-