- 24 Jun, 2019 18 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Konstantinos Alexandris authored
-
Konstantinos Alexandris authored
-
Konstantinos Alexandris authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Konstantinos Alexandris authored
-
Konstantinos Alexandris authored
-
Konstantinos Alexandris authored
-
Konstantinos Alexandris authored
-
Robert Schmidt 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
-
Konstantinos Alexandris authored
Create RRC struct and getters for Periodic, A1-A5 event and offsets related to RRC Measurement Report
-
Konstantinos Alexandris authored
fixes: segmentation faults issues in RRC CM for RRC Measurement report, clean-up and re-implementation of functions in RAN API
-
Konstantinos Alexandris authored
-
- 21 Jun, 2019 11 commits
-
-
Raphael Defosseux authored
Develop: Integration 2019 Week 25 See merge request oai/openairinterface5g!617 The following Merge Requests are included: * MR 576 : Multi-RU support and OTA Synch/Calibration for TDD * MR 589 : UE side FeMBMS-EnTV * MR 610 : Enhance CI with external EPC usage * MR 614 : fixed rar_Hopping configuration for eMT * MR 619 : bugfix: fix RRC UE removal * MR 620 : Coverity Scan defect fixes
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Merge remote-tracking branch 'origin/434-coverity-scan-fix-week25' into develop_integration_2019_w25
-
Raphael Defosseux authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Dong Anyuan authored
Remove Coverity Scan CID 261519 (Using uninitialized value tmp. Field tmp.elems is uninitialized when calling _mm256_insert_epi16.)
-
Dong Anyuan authored
Remove Coverity Scan CID 261470 (Using uninitialized value tmp. Field tmp.elems is uninitialized when calling _mm256_insert_epi8.)
-
Dong Anyuan authored
Remove Coverity Scan CID 60471 (Function memory_read does not terminate string *user->nas_user_nvdata.)
-
Dong Anyuan authored
Remove Coverity Scan CID 60241 (Passing &eplmn to function emm_proc_attach_accept which uses it as an array. This might corrupt or misinterpret adjacent memory locations.)
-
- 20 Jun, 2019 11 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 339954 (Overrunning callee's array of size 16 by passing argument ue_id (which evaluates to 65535) in call to flexran_set_ue_ul_slice_idx.)
-
Dong Anyuan authored
Fix Coverity Scan CID 339964 (Passing &rrc_eNB_mui to function rrc_eNB_process_S1AP_DOWNLINK_NAS which uses it as an array. This might corrupt or misinterpret adjacent memory locations.)
-
Dong Anyuan authored
-
Dong Anyuan authored
Fix Coverity Scan CID 339974 (Overrunning array eutra_bandtable of 48 24-byte elements at element index 48 (byte offset 1152) using index i (which evaluates to 48).)
-
Dong Anyuan authored
-
Dong Anyuan authored
-
Dong Anyuan authored
Fix Coverity Scan CID 340004 (Overrunning array eutra_bandtable of 48 24-byte elements at element index 48 (byte offset 1152) using index i (which evaluates to 48).)
-
Dong Anyuan authored
Fix Coverity Scan CID 340209 (Variable message_p going out of scope leaks the storage it points to.)
-
Dong Anyuan authored
Fix Coverity Scan CID 340211 (Variable message_p going out of scope leaks the storage it points to.)
-
Dong Anyuan authored
-