An error occurred fetching the project authors.
- 26 Oct, 2019 1 commit
-
-
laurent authored
-
- 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 12 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.)
-
Dong Anyuan authored
-
Dong Anyuan authored
Fix Coverity Scan CID 261570 (Overwriting DRB_config in DRB_config = calloc(1UL, 96UL) leaks the storage that DRB_config points to.)
-
Dong Anyuan authored
Fix Coverity Scan CID 261633 (Overrunning array reestablish_rnti_map of 16 4-byte elements at element index 16 (byte offset 64) using index i (which evaluates to 16).)
-
Dong Anyuan authored
Fix Coverity Scan CID 261663 (Overrunning array reestablish_rnti_map of 16 4-byte elements at element index 16 (byte offset 64) using index i (which evaluates to 16).)
-
Dong Anyuan authored
Fix Coverity Scan CID 300383 (Variable sl_CommConfig going out of scope leaks the storage it points to.)
-
Dong Anyuan authored
Fix Coverity Scan CID 300388 (Variable destinationInfoList going out of scope leaks the storage it points to.)
-
- 14 Jun, 2019 1 commit
-
-
wujing authored
-