- 01 Aug, 2019 1 commit
-
-
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
-
- 31 Jul, 2019 1 commit
-
-
yilmazt authored
-
- 30 Jul, 2019 1 commit
-
-
yilmazt authored
-
- 26 Jul, 2019 1 commit
-
-
Cedric Roux authored
-
- 25 Jul, 2019 2 commits
-
-
Cedric Roux authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 24 Jul, 2019 1 commit
-
-
Raphael Defosseux authored
See merge request oai/openairinterface5g!649 Develop: Integration 2019 Week 30 Master Branch Release v1.1 Candidate The following Merge Requests are included: * MR 630 : nfapi interface bug fixes * MR 638 : X2 HO (tdd, forwarding, end marker) * MR 646 : Loadtester bugfixes * MR 647 : fix power estimation * MR 648 : CI: X2 Handover Testing
-
- 23 Jul, 2019 5 commits
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
yilmazt authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
yilmazt authored
-
yilmazt authored
-
- 22 Jul, 2019 1 commit
-
-
yilmazt authored
-
- 20 Jul, 2019 2 commits
-
-
yilmazt authored
Merge branch 'develop-nr-merge' of https://gitlab.eurecom.fr/oai/openairinterface5g into develop-nr-merge
-
yilmazt authored
-
- 19 Jul, 2019 1 commit
-
-
Raphael Defosseux authored
CI: adding support to repeat scenario in case of failure. See merge request oai/openairinterface5g!645
-
- 18 Jul, 2019 1 commit
-
-
Raphael Defosseux authored
nice when the tested feature is known to be unstable CDRX testing is now separated from normal FDD 10MHz testing Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 17 Jul, 2019 3 commits
-
-
Raphael Defosseux authored
CI: Downgrade cdrx testing See merge request oai/openairinterface5g!643
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 16 Jul, 2019 5 commits
-
-
yilmazt authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
yilmazt authored
Merge branch 'develop-nr-merge' of https://gitlab.eurecom.fr/oai/openairinterface5g into develop-nr-merge
-
yilmazt authored
-
- 15 Jul, 2019 2 commits
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 12 Jul, 2019 6 commits
-
-
Raphael Defosseux authored
develop integration branch: 2019 week 28 See merge request oai/openairinterface5g!640 * MR 635 : fix rfsim ue sync * MR 636 : Bugfixes 2019 w28 * MR 637 : Fixing Multi-RRU support and CI Testing * MR 639 : fix bladeRF compilation
-
Raphael Defosseux authored
-
Cedric Roux authored
-
Raphael Defosseux authored
Merge remote-tracking branch 'origin/ci-develop-multi-rru-support' into develop_integration_2019_w28
-
Raphael Defosseux authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 11 Jul, 2019 4 commits
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
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))".)
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 24 Jul, 2019 1 commit
-
-
Cedric Roux authored
-
- 11 Jul, 2019 2 commits
-
-
laurent authored
-
Cedric Roux authored
We declare variables in header files, we don't define them. So we need to use 'extern' in the header file and put the definition in some C file.
-