An error occurred fetching the project authors.
- 01 Aug, 2019 3 commits
-
-
matzakos authored
ENDC for 5G NSA support (preparatory work): Basic implementation of x2ap_eNB_generate_ENDC_x2_setup_request() and x2ap_gNB_handle_ENDC_x2_setup_request()
-
matzakos authored
Dual connectivity: Basic implementation of x2ap_eNB_handle_senb_addition_request and x2ap_eNB_generate_senb_addition_request_ack
-
Cedric Roux authored
- basic version of x2ap_eNB_generate_senb_addition_request with dumb values - skeleton functions: - x2ap_eNB_handle_senb_addition_request - x2ap_eNB_handle_senb_addition_request_acknowledge - x2ap_eNB_handle_senb_addition_request_reject
-
- 11 Jul, 2019 2 commits
-
-
Cedric Roux authored
The 5G phone OPPO has a very big UE capability (> 2KB). We need bigger buffers to transfer this, especially in x2 handover. Also the sctp messages need a bigger buffer. Note: in sctp, we didn't check for partial messages, it's now done. When detected, we exit. To be redone differently if needed. (Look for "if (!(flags & MSG_EOR))".)
-
luaihui authored
-
- 24 Jun, 2019 1 commit
-
-
Konstantinos Alexandris authored
To be tested: Add code for measurement report based on the neighbouring cells after x2 setup, ocs/ocn for multiple cells
-
- 20 Jun, 2019 2 commits
-
-
Dong Anyuan authored
-
Dong Anyuan authored
-
- 30 May, 2019 1 commit
-
-
Dong Anyuan authored
ReFix Coverity Scan CID 339937 (Overrunning array x2ap_messages_callback of 27 24-byte elements at element index 27 (byte offset 648) using index pdu.choice.successfulOutcome.procedureCode (which evaluates to 27).)
-
- 28 May, 2019 1 commit
-
-
Dong Anyuan authored
-
- 13 Mar, 2019 1 commit
-
-
Cedric Roux authored
This commit introduces X2AP timers (t_reloc_prep, tx2_reloc_overall). You need to set the values in the configuration file. X2AP can be enabled or disabled in the configuration file too (disabled by default). Some deadcode was removed.
-
- 05 Mar, 2019 5 commits
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
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
-
- 15 Feb, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 12 Feb, 2019 1 commit
-
-
frtabu authored
-
- 18 Dec, 2018 1 commit
-
-
Konstantinos Alexandris authored
S1AP PATH SWITCH REQUEST/REQUEST ACK/FAILURE RRC MEASUREMENT REPORT MINOR CHANGES IN MAC LAYER
-
- 21 Sep, 2018 1 commit
-
-
Konstantinos Alexandris authored
-
- 06 Sep, 2018 1 commit
-
-
Konstantinos Alexandris authored
SCTP: one to many sockets implementation
-