An error occurred fetching the project authors.
- 23 May, 2017 1 commit
-
-
Michele Paffetti authored
Adding new files 'L2_interface_nb_iot.c'(temporary collection of the major interfaces among layers),'proto_nb_iot.h',.. and modification of others. The code compile but not running test since still lower layers to be completed. Still to be reviewed the SRBs logic and activation
-
- 12 May, 2017 1 commit
-
-
gabrielC authored
```------------------------------------------------------- bug 26 Ttile: g_buffer has only 32 index, but he/she tries to zero clear 1024 index. Bug Location: static uint8_t g_buffer[32]; : memset (g_buffer, 0, 1024); Note: Detected by CppCheck ``` -------------------------------------------------------
-
- 03 May, 2017 1 commit
-
-
fnabet authored
-
- 11 Apr, 2017 1 commit
-
-
Cedric Roux authored
Fabrice Nabet (TCL) suggests the value 128 for both. See https://gitlab.eurecom.fr/oai/openairinterface5g/issues/234#note_3179
-
- 10 Apr, 2017 2 commits
-
-
Cedric Roux authored
The constant RLC_UM_SEGMENT_NB_MAX_LI_PER_PDU is set to 24. This is too low. Running a downlink TCP iperf with a 10MHz or 20MHz cell leads to lots of the following warning in the log: [RLC][W][SN 792] Bad RLC header! Discard this RLC PDU (size=618) The problem is that the uplink RLC PDU contains a lot of TCP ack. We can see much more than 24 of them. The RLC layer is not happy and discards the PDU. Putting 256 for RLC_UM_SEGMENT_NB_MAX_LI_PER_PDU (arbitrarily chosen, big but not too big) solves the problem, at least for 10MHz.
-
Cedric Roux authored
it was: *num_li_pP >= RLC_UM_SEGMENT_NB_MAX_LI_PER_PDU it should be: *num_li_pP > RLC_UM_SEGMENT_NB_MAX_LI_PER_PDU
-
- 29 Mar, 2017 1 commit
-
-
hbilel authored
-
- 28 Mar, 2017 3 commits
-
-
hbilel authored
-
hbilel authored
-
Wilson Thong authored
-
- 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.
-
- 16 Mar, 2017 1 commit
-
-
fnabet authored
-
- 15 Mar, 2017 4 commits
-
-
fnabet authored
-
gabrielC authored
-
GabrielCouturier authored
-
fnabet authored
-
- 14 Mar, 2017 1 commit
-
-
fnabet authored
-
- 13 Mar, 2017 4 commits
-
-
GabrielCouturier authored
-
gabrielC authored
-
fnabet authored
-
fnabet authored
-
- 09 Mar, 2017 2 commits
- 08 Mar, 2017 1 commit
-
-
GabrielCouturier authored
-
- 07 Mar, 2017 4 commits
-
-
gabrielC authored
-
gabrielC authored
-
GabrielCouturier authored
-
GabrielCouturier authored
-
- 04 Mar, 2017 2 commits
- 02 Mar, 2017 2 commits
- 23 Feb, 2017 1 commit
-
-
fnabet authored
-
- 22 Feb, 2017 2 commits
- 16 Feb, 2017 2 commits
- 07 Feb, 2017 1 commit
-
-
fnabet authored
-
- 06 Feb, 2017 2 commits