- 23 Oct, 2017 1 commit
-
-
Cedric Roux authored
-
- 18 Oct, 2017 1 commit
-
-
Cedric Roux authored
- UE_id 0 is for rnti 65535 (sib) - UE_id 1 is for rnti 65534 (this is a hack) - UE_id 2 is for rnti 2 (RA RNTI as of today's code/config) - we start enb by displaying UE_id 3 - there was a bug: we need to lock when resetting UE ids (reset_ue_ids)
-
- 17 Oct, 2017 1 commit
-
-
Cedric Roux authored
-
- 12 Oct, 2017 1 commit
-
-
Cedric Roux authored
-
- 11 Oct, 2017 1 commit
-
-
Cedric Roux authored
-
- 09 Oct, 2017 1 commit
-
-
Cedric Roux authored
-
- 07 Oct, 2017 1 commit
-
-
knopp authored
removal of LOG_I put for debugging.
-
- 06 Oct, 2017 1 commit
-
-
frtabu authored
-
- 04 Oct, 2017 1 commit
-
-
frtabu authored
-
- 02 Oct, 2017 1 commit
-
-
frtabu authored
-
- 01 Oct, 2017 1 commit
-
-
frtabu authored
-
- 29 Sep, 2017 2 commits
- 27 Sep, 2017 1 commit
-
-
Cedric Roux authored
not finished, UE may not work, many things bad/to fix properly
-
- 14 Sep, 2017 1 commit
-
-
knopp authored
-
- 29 Aug, 2017 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
- ENB_PHY_OUTPUT_SIGNAL to trace output signal - ENB_MAC_SCHEDULING_REQUEST to trace scheduling requests
-
- 20 Aug, 2017 1 commit
-
-
Cedric Roux authored
This program extracts a given subframe from a recorded trace.
-
- 16 Jun, 2017 1 commit
-
-
Cedric Roux authored
-
- 19 May, 2017 1 commit
-
-
Cedric Roux authored
-
- 15 May, 2017 1 commit
-
-
Cedric Roux authored
-
- 17 Apr, 2017 1 commit
-
-
knopp authored
-
- 23 Mar, 2017 1 commit
-
-
Cedric Roux authored
see oai/openairinterface5g#227 When the UE connects to the eNodeB and receives its IP address from the network, it calls system() to set it in the linux kernel world. This call is not done in a realtime thread, but in the NAS, which uses its own thread, independent of the realtime processing. In some situations this totally disrupts realtime processing. It is difficult to know precisely why that happens, but it seems that calling fork(), as system() does, in a multi-threaded program is not a good idea. (So say several people on the internet.) It is not clear why the softmodem is impacted, but it seems that fork() is really what triggers the disruption. Several tests lead to that conclusion. To fix the problem, we create a child background process very early in main() (before anything else basically). Then instead of calling system(), the main process sends the string to the background process. The background process gets...
-
- 20 Feb, 2017 1 commit
-
-
Cedric Roux authored
Prior to this commit, the following command failed to build dlsim: ./build_oai --phy_simulators -c Choice has been made to define it in a .h file as a static inline function.
-
- 17 Feb, 2017 1 commit
-
-
Cedric Roux authored
We now have 4 versions of T_HEADER: - bad quality C++ version with time - good quality C version with time - bad quality C++ version without time - good quality C version without time
-
- 09 Feb, 2017 1 commit
-
-
Thomas Laurent authored
-
- 02 Feb, 2017 1 commit
-
-
Cedric Roux authored
Adapt calling sites too. When data comes from the user, it is good to check that what we read is correct and warn the user if it's not.
-
- 30 Jan, 2017 3 commits
-
-
Cedric Roux authored
we want those traces in the logs people send to us and the group HEAVY is disabled in the wiki instructions.
-
Cedric Roux authored
looks better
-
Cedric Roux authored
-
- 25 Jan, 2017 3 commits
-
-
FredericLeroy authored
-
FredericLeroy authored
-
FredericLeroy authored
-
- 11 Jan, 2017 1 commit
-
-
Cedric Roux authored
I chose to remove it from common/utils/itti/itti_types.h, maybe it's not the correct solution.
-
- 09 Jan, 2017 1 commit
-
-
Cedric Roux authored
-
- 03 Jan, 2017 1 commit
-
-
Thomas Laurent authored
-
- 26 Dec, 2016 1 commit
-
-
laurent authored
-
- 22 Dec, 2016 1 commit
-
-
Bilel authored
-
- 21 Dec, 2016 1 commit
-
-
Wilson authored
see issue #165
-
- 19 Dec, 2016 1 commit
-
-
Bilel authored
-