An error occurred fetching the project authors.
- 20 Jul, 2022 1 commit
-
-
Robert Schmidt authored
-
- 28 Apr, 2022 1 commit
-
-
Laurent Thomas authored
-
- 27 Jan, 2022 1 commit
-
-
Robert Schmidt authored
-
- 31 Aug, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 02 Jul, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 29 Jun, 2021 1 commit
-
-
Laurent Thomas authored
-
- 27 Jun, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 16 Jun, 2021 2 commits
-
-
matzakos authored
-If the gNB crashes when the X2 connection is established with the eNB, an sctp shutdown event is received from the eNB. However the x2 data related with the connection were not removed from the RB tree. Then if the gNB tried to reconnect, it made the eNB exit because the eNB had kept the previous data. Now we remove the x2 data as soon as the sctp shutdown event is received so that the eNB does not exit anymore at the next connection attempts.
-
Laurent THOMAS authored
-
- 10 Jun, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 10 May, 2021 1 commit
-
-
Mahesh authored
-
- 10 Jan, 2021 1 commit
-
-
Laurent authored
-
- 06 Jan, 2021 2 commits
-
-
masayuki.harada authored
-
Haruki NAOI authored
(cherry picked from commit 2339972ceaeb75fe18c0b2ae9ea69216dd919668)
-
- 23 Dec, 2020 1 commit
-
-
Laurent authored
-
- 16 Nov, 2020 2 commits
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Mohammed Ismail authored
Signed-off-by:
Mohammed Ismail <mohammed.ismail@eurecom.fr>
-
- 24 Sep, 2019 1 commit
-
-
yilmazt authored
-
- 11 Jul, 2019 1 commit
-
-
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))".)
-
- 20 Jun, 2019 4 commits
-
-
Dong Anyuan authored
-
Dong Anyuan authored
-
Dong Anyuan authored
-
Dong Anyuan authored
Fix Coverity Scan CID 60394 (Using uninitialized value addr6. Field addr6.sin6_flowinfo is uninitialized when calling bind.)
-
- 30 Apr, 2019 1 commit
-
-
laurent authored
-
- 05 Mar, 2019 2 commits
-
-
Konstantinos Alexandris authored
-
Konstantinos Alexandris authored
- free correctly in rrc_eNB_free_mem_UE_context - check for existence of ue_context.handover_info in rrc_enb_process_itti_msg - check return value sctp_peeloff in sctp_handle_new_association_req_multi and exit in case of failure
-
- 12 Feb, 2019 1 commit
-
-
frtabu authored
-
- 10 Jan, 2019 1 commit
-
-
Robert Schmidt authored
sctp_create_new_listener() takes a parameter server_type which is NOT the IP version but whether it is an SCTP multihoming server. There was a bug that when multihoming is not wanted, it created an IPv6 socket instead of IPv4. This commit fixes this. IPv6 is not supported yet.
-
- 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.
-
- 07 Nov, 2018 1 commit
-
-
Robert Schmidt authored
-
- 20 Sep, 2018 1 commit
-
-
laurent authored
-
- 16 Sep, 2018 2 commits
-
-
Navid Nikaein authored
-
Raymond Knopp authored
-
- 15 Sep, 2018 1 commit
-
-
Raymond Knopp authored
removed assertion in MAC layer and adjusted generation of MSG4 to handle when CCCH message is not present. UL CCCH is now received in CU, but asserts. Need to add code in DU to handle scheduling of DL-CCCH in later subframe. In current state, DL-CCCH will only come out if it is ready for MSG$ transmission.
-
- 07 Sep, 2018 1 commit
-
-
Konstantinos Alexandris authored
-
- 06 Sep, 2018 1 commit
-
-
Konstantinos Alexandris authored
SCTP: one to many sockets implementation
-
- 30 Jul, 2018 1 commit
-
-
Wang Tsu-Han authored
-
- 25 Jun, 2018 1 commit
-
-
bruno mongazon authored
-
- 14 Dec, 2017 1 commit
-
-
Robert Schmidt authored
-
- 23 Oct, 2017 1 commit
-
-
Cedric Roux authored
-