An error occurred fetching the project authors.
- 24 Jul, 2017 1 commit
-
-
Raymond Knopp authored
-
- 19 Jul, 2017 1 commit
-
-
Raymond Knopp authored
-
- 06 Jul, 2017 1 commit
-
-
Raymond Knopp authored
Note: this commit is work in progress. Contains initial integration of NFAPI data structures which are tested for TX path. RX path to follow.
-
- 04 Jun, 2017 1 commit
-
-
Raymond Knopp authored
-
- 22 May, 2017 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- 18 May, 2017 2 commits
-
-
Cedric Roux authored
It seems that ciphering_algorithm is "unsigned int" in RRC Rel10 and "unsigned long" in RRC Rel14 (as processed by asn1c) Let's force it to unsigned long in the log to avoid compilation-time warnings.
-
Cedric Roux authored
those popped up thanks to previous commit
-
- 15 May, 2017 1 commit
-
-
Cedric Roux authored
-
- 25 Apr, 2017 1 commit
-
-
Raymond Knopp authored
-
- 17 Apr, 2017 1 commit
-
-
Raymond Knopp authored
-
- 28 Mar, 2017 1 commit
-
-
Wilson W.K. Thong authored
-
- 24 Mar, 2017 1 commit
-
-
Cedric Roux authored
This generates too much prints and may disrupt realtime. This has to be off by default.
-
- 23 Mar, 2017 1 commit
-
-
Cedric Roux authored
- import RRC ASN.1 defintions from the specifications (file openair2/RRC/LITE/MESSAGES/asn1c/ASN1_files/RRC-e10.asn) contrary to rel8/10, all modules have been imported, maybe it's too much to refine in case of problems - deal with rel14 in fix_asn1 - all code that was for Rel10 is now for Rel10/Rel14 - some incompatible changes (mostly in naming) were resolved in favor of rel14, see in openair2/RRC/LITE/defs.h - unsure about the rlc layer, some arrays have changed (values appended), I only changed the definition and in tests in the code, I changed the index limit, maybe it's not enough Rel14 is the default compilation mode.
-
- 21 Mar, 2017 1 commit
-
-
Calisson authored
-
- 20 Mar, 2017 1 commit
-
-
Calisson authored
-
- 14 Mar, 2017 1 commit
-
-
Calisson authored
-
- 10 Mar, 2017 1 commit
-
-
Rohit Gupta authored
-
- 08 Mar, 2017 2 commits
- 17 Feb, 2017 1 commit
-
-
Cedric Roux authored
The compilation line was: ./build_oai --eNB -w USRP The file openairinterface5g/cmake_targets/log/lte-softmodem.Rel10.txt has been checked and all LOG_X (and 'msg') warnings have been fixed.
-
- 16 Feb, 2017 1 commit
-
-
Cedric Roux authored
-
- 13 Feb, 2017 1 commit
-
-
hbilel authored
-
- 11 Feb, 2017 1 commit
-
-
Xenofon Foukas authored
-
- 07 Feb, 2017 1 commit
-
-
Florian Kaltenberger authored
Conflicts: openair1/PHY/INIT/lte_init.c openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c openair1/PHY/LTE_TRANSPORT/power_control.c
-
- 05 Feb, 2017 1 commit
-
-
Raymond Knopp authored
-
- 30 Jan, 2017 1 commit
-
-
hbilel authored
-
- 25 Jan, 2017 1 commit
-
-
Frédéric Leroy authored
-
- 20 Jan, 2017 1 commit
-
-
Cedric Roux authored
RRC does not work very well when one UE goes away and comes back in some situations. This commit is an attempt at making things work better. It is probably not the end of the story.
-
- 19 Jan, 2017 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
Modern UEs have very long UE capabilities. It disrupts realtime behaviour of the modem. Let's put a simple log message indicating we got the UE capabilities.
-
- 12 Jan, 2017 1 commit
-
-
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.
-
- 11 Jan, 2017 1 commit
-
-
Cedric Roux authored
Some of them might not be correctly handled. I put /* TODO: XXX */ where I didn't know if the fix was correct.
-
- 05 Jan, 2017 1 commit
-
-
Raymond.Knopp authored
-
- 28 Dec, 2016 1 commit
-
-
Raymond.Knopp authored
-
- 21 Dec, 2016 1 commit
-
-
Wilson W.K. Thong authored
see issue #165
-
- 08 Dec, 2016 1 commit
-
-
Cedric Roux authored
Manually testing with the Samsung Galaxy Note 4 failed, probably because the phone didn't like to receive SRS configuration. Let's send it only if activated.
-
- 09 Nov, 2016 1 commit
-
-
Xenofon Foukas authored
-
- 04 Nov, 2016 1 commit
-
-
Xenofon Foukas authored
-
- 03 Nov, 2016 1 commit
-
-
hbilel authored
1- SRB2 fix 2- attach accept, support type of list 0 with number of element = 1
-