An error occurred fetching the project authors.
- 19 May, 2017 1 commit
-
-
gabrielC authored
--ue-trace : Enabling UE trace for debug --ue-timing : Enabling UE timing trace --ue-no-log : Disabling all LOG_X traces
-
- 15 May, 2017 1 commit
-
-
Cedric Roux authored
-
- 12 May, 2017 1 commit
-
-
gabrielC authored
Note: not sure that the code is correct, to be checked (Cédric Roux). ---------------------------------------------------------- bug 22 Ttile: (subframe!=2)||(subframe!=7) is always TRUE. This coding is really intended? Operator || should be && instead? Bug Location: ((frame_parms->frame_type==TDD)&&(frame_parms->tdd_config==1)&&((subframe!=2)||(subframe!=7)))) { Note: Detected by CppCheck ----------------------------------------------------------
-
- 03 May, 2017 4 commits
- 02 May, 2017 1 commit
-
-
hbilel authored
-
- 26 Apr, 2017 1 commit
-
-
hbilel authored
-
- 25 Apr, 2017 1 commit
-
-
gabrielC authored
-
- 24 Apr, 2017 1 commit
-
-
gabrielC authored
-
- 18 Apr, 2017 1 commit
-
-
gabrielC authored
-
- 11 Apr, 2017 1 commit
-
-
GabrielCouturier authored
-
- 04 Apr, 2017 1 commit
-
-
gabrielC authored
-
- 28 Mar, 2017 4 commits
-
-
Wilson Thong authored
-
Wilson Thong authored
-
Wilson Thong authored
-
Wilson Thong authored
-
- 24 Mar, 2017 4 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
this variable does not seem to be used, to be removed?
-
- 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 2 commits
- 20 Mar, 2017 2 commits
-
-
Calisson authored
-
Cedric Roux authored
the argument 'coded_bits_per_codeword' has to be an array in case of several codewords. The calling sites have been adapted. Today, only the first index is used, so calling sites where 'coded_bits_per_codeword' is an integer pass the address of it. It is expected that 'dump_dlsch2' will check in the future that there is one or two codewords and only access 'coded_bits_per_codeword[1]' when it's sure there are really two codewords.
-
- 17 Mar, 2017 1 commit
-
-
Cedric Roux authored
One check introduced by previous commit was not necessary.
-
- 16 Mar, 2017 3 commits
-
-
Florian Kaltenberger authored
-
Cedric Roux authored
-
gabrielC authored
-
- 15 Mar, 2017 2 commits
-
-
Florian Kaltenberger authored
-
Cedric Roux authored
768*8 is too small, in 20MHz, the phy-test mode (in default mode?) has a buffer of size 6378. Let's set the buffer size to the input's one plus 4 bytes (to accomodate for CRC, not sure about this).
-
- 14 Mar, 2017 2 commits
- 13 Mar, 2017 2 commits
- 10 Mar, 2017 3 commits
-
-
Florian Kaltenberger authored
-
Rohit Gupta authored
-
Florian Kaltenberger authored
-