An error occurred fetching the project authors.
- 19 Mar, 2019 1 commit
-
-
Cedric Roux authored
T has to be generated before compiling targets SCHED_RU_LIB and SCHED_UE_LIB.
-
- 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.
-
- 08 Mar, 2019 1 commit
-
-
frtabu authored
-
- 06 Mar, 2019 2 commits
-
-
Robert Schmidt authored
Although not used in the UE, we currently need to link the F1 library into it. This is because we do not define ASN_DISABLE_OER_SUPPORT (otherwise, F1 has compilation problems). In this case, some functions are apparently not correctly defined, giving linker errors in the UE. Linking F1 in solves the problem. This is a hack. It would be better to be able to define ASN_DISABLE_OER_SUPPORT and have no compilation errors or compile everything with ASN_DISABLE_OER_SUPPORT except F1. I did not do this because I did not find another way than add target_compile_definitions() to every target except F1 which adds many lines just so that one target (F1 ASN.1) compiles correctly (in other words, F1 needs to be fixed).
-
Robert Schmidt authored
-
- 05 Mar, 2019 1 commit
-
-
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.
-
- 04 Mar, 2019 1 commit
-
-
frtabu 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.
-
- 17 Feb, 2019 2 commits
- 13 Feb, 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 Feb, 2019 1 commit
-
-
Raymond Knopp authored
-
- 10 Feb, 2019 1 commit
-
-
Raymond Knopp authored
/etc/yum.repos.d/redhat.repo by setting "enabled = 1" in [rhel-6-server-optional-rpms] section
-
- 07 Feb, 2019 1 commit
-
-
Robert Schmidt authored
-
- 25 Jan, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 22 Jan, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 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.
-
- 23 Dec, 2018 2 commits
- 19 Dec, 2018 1 commit
-
-
Rahman Doost authored
-
- 13 Dec, 2018 1 commit
-
-
Laurent authored
-
- 12 Dec, 2018 2 commits
- 05 Dec, 2018 1 commit
-
-
Clayton Shepard authored
Signed-off-by:
Rahman Doost <doost@rice.edu>
-
- 21 Nov, 2018 1 commit
-
-
Raymond Knopp authored
adds a mac_MainConfig information element to RRCConnectionSetup. This is to configure PHR reporting during the first part of the Attach procedure.
-
- 18 Nov, 2018 1 commit
-
-
Raymond Knopp authored
rework of configuration for eMTC/Sidelink. Removal of warnings introduced by eMTC code. Validation of configuration component for eMTC and regular LTE. Sidelink is still not configured.
-
- 07 Nov, 2018 4 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
OER can be disable with the switch -DASN_DISABLE_OER_SUPPORT. In F1AP, disabling OER leads to a typedef void a_type; leading to lots of compilation errors because of illegal void variable declarations. This commit leaves OER support enabled, avoiding this error.
-
Robert Schmidt authored
-
- 05 Nov, 2018 1 commit
-
-
frtabu authored
Add a parameter to load_configmodule API to allow an exec to specify that it may be run with only command line options
-
- 02 Nov, 2018 3 commits
-
-
frtabu authored
fix bad build_oai directive to compile libconfig for phy-simulators, fix load_configmodule crash because config source not set.
-
frtabu authored
abort execution when an unknown option is passed via the command line: add config_check_cmdlineopt API to config module, create lte-softmodem-common.c source to remove duplicate code in lte-softmodem.c and lte-uesoftmodem.c, fix segfaults in exec_function of lte-uesoftmodem
-
Florian Kaltenberger authored
-
- 25 Oct, 2018 2 commits
-
-
Y_Tomita authored
-
Bi-Ruei, Chiu authored
Fix the problem that duplicate type names exist in OPEN TYPE. The following excerpt of ASN.1 of X2AP is one example. HandoverRequestAcknowledge-IEs X2AP-PROTOCOL-IES ::= { { ID id-Old-eNB-UE-X2AP-ID CRITICALITY ignore TYPE UE-X2AP-ID PRESENCE mandatory}| { ID id-New-eNB-UE-X2AP-ID CRITICALITY ignore TYPE UE-X2AP-ID PRESENCE mandatory}| ... }
-
- 23 Oct, 2018 1 commit
-
-
Y_Tomita authored
-
- 17 Oct, 2018 1 commit
-
-
Bi-Ruei, Chiu authored
1. Modify all expressions using original LTE-RRC data types for new generated ones 2. Does not change any program logic
-
- 15 Oct, 2018 1 commit
-
-
laurent authored
-