An error occurred fetching the project authors.
- 23 Dec, 2020 1 commit
-
-
Laurent authored
-
- 22 Sep, 2020 1 commit
-
-
Cedric Roux authored
This commit introduces several enhancements in X2AP and RRC to deal with ENDC. The main goal is to deal with UE's on/off and with various errors. The following work is included: - DC prep and DC overall X2 timers - X2 messages for UE release and DC timers' timeout Open problems: - what to do when the UE sends an scg Failure? This commit removes the UE. And this removal may not be correctly done - UE removal in the gNB's PHY layer (a next commit is coming, but it is hackish and will need a rework)
-
- 06 Aug, 2020 1 commit
-
-
- 20 Jul, 2020 1 commit
-
-
Robert Schmidt authored
-
- 01 Jul, 2020 1 commit
-
-
Robert Schmidt authored
-
- 16 Mar, 2020 1 commit
-
-
matzakos authored
-
- 11 Mar, 2020 1 commit
-
-
matzakos authored
ENDC path switch S1-U: Integrated S1AP E-RAB-Modification indication message at eNB, interfacing with RRC and X2AP to get proper configuration of E-RABs to be modified and GTP-U configuration at gNB
-
- 12 Feb, 2020 1 commit
-
-
frtabu authored
ENABLE_ITTI macro removal, modified telnet server to support all executables, modified record player to finalize switch to run-time option and allow usage with any device
-
- 30 Jan, 2020 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 23 Sep, 2019 1 commit
-
-
frtabu authored
remove RRC_VERSION macros, simplify build-oai and CMakefile.txt accordingly, get rid of remaining compilation warnings (opt module improperly merged and patch asn1c files with tests against max 64 bits integer value)
-
- 16 Jul, 2019 1 commit
-
-
wanghe authored
-
- 15 Jul, 2019 1 commit
-
-
luaihui authored
-
- 11 Jul, 2019 1 commit
-
-
luaihui authored
-
- 20 Jun, 2019 3 commits
-
-
Dong Anyuan authored
Fix Coverity Scan CID 339964 (Passing &rrc_eNB_mui to function rrc_eNB_process_S1AP_DOWNLINK_NAS which uses it as an array. This might corrupt or misinterpret adjacent memory locations.)
-
Dong Anyuan authored
-
Dong Anyuan authored
-
- 08 Jun, 2019 1 commit
-
-
wujing authored
-
- 28 May, 2019 1 commit
-
-
SAWADA Kentaro authored
-
- 22 May, 2019 1 commit
-
-
yilmazt authored
-
- 16 May, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 05 Mar, 2019 5 commits
-
-
Cedric Roux authored
Some deadcode was removed. The implementation of the ID management is not finished. It will only work if the handover is successful. No error recovery has been done. For error recovery, we need to implement the X2AP timers. As it is, in case of error, an ID might very well never be released. It has been tested with 1 and 2 UEs doing handover more or less at the same time.
-
Konstantinos Alexandris authored
- manage target eNB based on target cell id received by measurement report for Handover Request - manage source eNB based on association id for Handover Request Ack - use only x2ap instance and not x2ap data instance points to x2ap instance
-
Konstantinos Alexandris authored
-
Konstantinos Alexandris authored
-
Konstantinos Alexandris authored
-
- 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.
-
- 25 Feb, 2019 1 commit
-
-
frtabu authored
Fix corrupted LOGs in L1L2simulator, introducing two new components NFAPI_VNF and NFAPI_pnf. Integrate Fujitsu fix for up to 50 UEs. Apply astyle to all modified files in the branch
-
- 17 Feb, 2019 1 commit
-
-
frtabu authored
-
- 12 Feb, 2019 1 commit
-
-
frtabu authored
-
- 25 Jan, 2019 1 commit
-
-
Robert Schmidt authored
This commits isolates the S1 UE Ctxt Rel Complete and GTP Tunnel Delete Requests in functions and calls these function in the original place (rrc_rx_tx()). The same functions are then used in the F1 UE Ctxt Rel Complete handler to perform the same functionality, i.e. forward the UE Ctxt Rel Complete message to the MME and free outstanding resources (RRC context, GTP tunnels, S1 context).
-
- 21 Jan, 2019 1 commit
-
-
Konstantinos Alexandris authored
-
- 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.
-
- 18 Dec, 2018 1 commit
-
-
Konstantinos Alexandris authored
S1AP PATH SWITCH REQUEST/REQUEST ACK/FAILURE RRC MEASUREMENT REPORT MINOR CHANGES IN MAC LAYER
-
- 21 Nov, 2018 1 commit
-
-
Louis Adrien Dufrene authored
-
- 16 Nov, 2018 1 commit
-
-
Louis Adrien Dufrene authored
-
- 13 Nov, 2018 3 commits
-
-
Louis Adrien Dufrene authored
-
Louis Adrien Dufrene authored
-
Louis Adrien Dufrene authored
-
- 12 Nov, 2018 2 commits
-
-
Louis Adrien Dufrene authored
-
OAI-admin authored
-