An error occurred fetching the project authors.
- 23 Jan, 2020 1 commit
-
-
Cedric Roux authored
An NR-capable UE will transmit some NR measurements. Once received, the whole process on nr-cell addition is started. It will fail quickly. Many things are still missing. What is not handled properly with this commit: - in x2ap_eNB_handle_sgNB_add_req we hardcode the gNB ID - nr triggering is done if we receive a measurement but this measurement is not analyzed at all - no timers (T_dc_overall, T_dc_prep) and as is the code fails and then the next triggering after UE reconnection will not work (x2 ID are not well handled here and there in the code) Note also that the gNB part has not been looked at all for this commit. This is work in progress...
-
- 17 Jan, 2020 1 commit
-
-
Cedric Roux authored
many things hardcoded, to be refined
-
- 09 Jan, 2020 1 commit
-
-
matzakos authored
-
- 10 Dec, 2019 1 commit
-
-
matzakos authored
ENDC LTE-RRC: Add processing of Addition Response information elements, to be used for RRCConnectionReconfiguration
-
- 06 Dec, 2019 1 commit
-
-
matzakos authored
-
- 05 Dec, 2019 1 commit
-
-
laurent authored
-
- 03 Oct, 2019 1 commit
-
-
Cedric Roux authored
- send RRC Connection Reconfiguration with dummy ENDC data by doing: telnet localhost 9001 and press enter when the ENDC UE is connected to the eNB to send it
-
- 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)
-
- 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))".)
-
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.
-
- 17 Jul, 2019 1 commit
-
-
Haruki NAOI authored
-
- 16 Jul, 2019 5 commits
-
-
wanghe authored
-
wujing authored
-
tomita.y authored
-
wujing authored
-
Haruki NAOI authored
This commit is workaround. This issue realy occures with the following log. lte-softmodem: ../nptl/pthread_mutex_lock.c:81: _pthread_mutex_lock: Assertion `mutex->_data.__owner == 0' failed.
-
- 15 Jul, 2019 1 commit
-
-
luaihui authored
-
- 11 Jul, 2019 1 commit
-
-
luaihui authored
-
- 04 Jul, 2019 2 commits
-
-
Cedric Roux authored
The value was set to 20 which means -120 dB. Setting this value means that the UE reports an event only if the RSRP of the serving cell is lower than -120 dB. In the lab, we get values of around -70, and to go as low as -120 means a very degraded environment. This is not practical. Let's disactivate the setting of this parameter for the moment so that the UE reports an event without taking into consideration the RSRP of the serving cell. With this hotfix, the X2 handover works much better.
-
wujing authored
-
- 01 Jul, 2019 1 commit
-
-
laurent authored
-
- 25 Jun, 2019 1 commit
-
-
Robert Schmidt authored
Flexran-triggered RRC Reconf: free memory of mac_MainConfig after setting new, do not free new memory
-
- 24 Jun, 2019 12 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Konstantinos Alexandris authored
-
Konstantinos Alexandris authored
-
Robert Schmidt authored
-
Konstantinos Alexandris authored
-
Konstantinos Alexandris authored
-
Konstantinos Alexandris authored
-
Konstantinos Alexandris authored
-
Konstantinos Alexandris authored
To be tested: Add code for measurement report based on the neighbouring cells after x2 setup, ocs/ocn for multiple cells
-
Konstantinos Alexandris authored
-
- 20 Jun, 2019 6 commits
-
-
Cedric Roux authored
If several UEs are removed, the variable ue_to_be_removed may be overwritten. Let's use an array instead.
-
Dong Anyuan authored
Fix Coverity Scan CID 340235 (Using variable UE_id_mac as an index to array RC.mac[ctxt_pP->module_id]->UE_list.UE_sched_ctrl.)
-
Dong Anyuan authored
-
Dong Anyuan authored
Fix Coverity Scan CID 340261 (Variable securityConfigHO going out of scope leaks the storage it points to.)
-
Dong Anyuan authored
Fix Coverity Scan CID 340278 (Variable quantityConfig going out of scope leaks the storage it points to.)
-
Dong Anyuan authored
Fix Coverity Scan CID 21694 (Variable quantityConfig going out of scope leaks the storage it points to.)
-