An error occurred fetching the project authors.
- 27 Feb, 2019 1 commit
-
-
Cedric Roux authored
With the introduction of X2AP into develop, the UEs now have to regularly send measurement reports. In the logs of the eNB, we see: [OSA] Mismatch found in integrity for algorithm 2, got e0.a0.c2.66, expecting a5.9c.cb.57 [PDCP] [OSA][RB 1] eNB failed to validate MAC-I of incoming PDU This is a bug in the PDCP layer that uses wrong parameters to compute the integrity. This commit fixes this bug. The function pdcp_is_rx_seq_number_valid was removed. Its processing has been directly integrated into the function pdcp_data_ind. The function pdcp_mark_current_pdu_as_received is not called anymore. Its processing was not used later on, so as of today, not calling it does not introduce any functional change. The function pdcp_validate_security takes now as parameters both SN and HFN. Same for the function pdcp_get_next_count_rx. Useless constants PDCP_SN_5BIT, PDCP_SN_7BIT and PDCP_SN_12BIT have been removed. The compilation option ENABLE_SECURITY has been removed. It's now always on. (This may impact some use cases.) The PDCP for DRB using RLC AM is not correct. It was not correct before this commit (apart from the integrity bug). We should deal with a list of PDUs and transmit packets to upper layers as detailed in the specs. Today we transmit the PDU as soon as we get it. We don't care about duplicates, in-order delivery, timeouts. Also, we don't deal with "PDCP re-establishment". Not sure how that impacts the software. And, last but not least, there is still no ROHC.
-
- 07 Jan, 2019 1 commit
-
-
Cedric Roux authored
For whatever reason most of the files had their permission changed from 644 to 755, which is not wanted.
-
- 16 Sep, 2018 1 commit
-
-
Bing-Kai Hong authored
-
- 10 Sep, 2018 1 commit
-
-
Bing-Kai Hong authored
-
- 16 Jan, 2018 14 commits
-
-
bruno mongazon authored
-
bruno mongazon authored
-
bruno mongazon authored
-
bruno mongazon authored
-
bruno mongazon authored
-
bruno mongazon authored
-
bruno mongazon authored
-
bruno mongazon authored
-
bruno mongazon authored
-
bruno mongazon authored
-
bruno mongazon authored
-
bruno mongazon authored
-
bruno mongazon authored
-
bruno mongazon authored
-
- 15 Jan, 2018 1 commit
-
-
bruno mongazon authored
Fix #582, RTAI, RTAI_ENABLED, ENABLE_RTAI_CLOCK, RTAI_ISNT_POSIX, _RTAI_MATH_H, CELLULAR, TIMER_ONESHOT_MODE, EMOS, EMOS_CHANNEL, OAI_EMU, OPENAIR_EMU, PHY_ABSTRACTION, PHY_ABSTRACTION_UL removed
-
- 14 Jan, 2018 1 commit
-
-
Rohit Gupta authored
-
- 11 Jan, 2018 1 commit
-
-
bruno mongazon authored
-
- 14 Aug, 2017 1 commit
-
-
khalidhamdy authored
-
- 15 Jul, 2016 1 commit
-
-
Xiwen JIANG authored
-
- 16 May, 2016 1 commit
-
-
laurent authored
-
- 21 Dec, 2015 1 commit
-
-
Navid Nikaein authored
-
- 21 Sep, 2015 1 commit
-
-
guptar authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7831 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 10 Jul, 2015 1 commit
-
-
navid authored
* Add RLC stats to openair2_proc * fix the autotests failure * some other cleanup git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7699 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 23 Jun, 2015 1 commit
-
-
gauthier authored
modified version of message chart generator (msc), now events are stored in a contention-free and concurency-free collection (lfds611), resulting in a uniq dump file per executable. MSC is using an ITTI timer (bad dependancy for executables that are not yet "ITTIzed"). git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7620 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 05 Jun, 2015 1 commit
-
-
Raymond Knopp authored
Applied S. Held's patches 16, additional modifications for UE frequency scanning and RSRP/RSSI calibration for ExpressMIMO2 and USRP B210 git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7536 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 21 May, 2015 1 commit
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7453 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 30 Apr, 2015 2 commits
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7305 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7304 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 22 Apr, 2015 1 commit
-
-
Florian Kaltenberger authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7252 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 13 Apr, 2015 1 commit
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7141 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-