Commit Graph

3939 Commits

Author SHA1 Message Date
Andre Puschmann 5343b33f8a adjust break and replace info in control file and adjust copyright 2019-05-13 16:55:42 +02:00
Andre Puschmann 3cabbad8ea bump version for deb packages 2019-05-13 16:55:42 +02:00
Andre Puschmann fcd086a1c5 fix metrics_hub compilation for older gcc using std::chrono 2019-05-10 13:49:42 +02:00
Xavier Arteaga 114f66f8b9 Reduce ctest execution time 2019-05-10 12:01:43 +02:00
Andre Puschmann 0f6997170b fix unitialized var in pdu.h 2019-05-10 12:01:03 +02:00
Francisco Paisana aca1e9612d revert back from max_sizeof(...) to macros 2019-05-10 11:59:34 +02:00
Francisco Paisana 47ba5cd098 Set the optimization flag to Os for the rrc asn1 library 2019-05-10 11:59:34 +02:00
Francisco Paisana b04cb0deb9 using the new choice set api in UE and eNB RRC 2019-05-10 11:59:34 +02:00
Francisco Paisana 14b6a1d483 setter method for choice types 2019-05-10 11:59:34 +02:00
Andre Puschmann 3f50e5f51c fix overlapping memcpy detected by valgrind
this has been detected by valgrind+gcc on Ubuntu 16.04 but
isn't an issue for more recent versions. Not sure if that is because
of an issue in older libc and there memcpy implementation or a
bug in valgrind, or both.

In any case, overlapping memcpy may cause undefined behaviour so
it seems ok to only copy the symbols that do not contain the
DMRS, i.e. not symbol 3 in each slot.
2019-05-09 17:40:08 +02:00
yagoda 0213045d74 small cmake bugfix for case where srsenb is disabled 2019-05-09 16:16:19 +02:00
Ismael Gomez efe74e765b Fix coverty non-inititalized variables in tdec 2019-05-08 10:56:48 +02:00
yagoda c25f3b0acf increasing rlc UM window size for eMBMS, small adjustment to eMBMS PHY common 2019-05-06 17:06:25 +02:00
Ismael Gomez 060a0908ca Fix forced interpolation in TDD 2019-05-04 22:14:05 +02:00
Andre Puschmann bcc2e29038 update changelog 2019-05-03 21:59:49 +02:00
Andre Puschmann 07a6ef1a72 update readme and version file 2019-05-03 21:59:49 +02:00
Andre Puschmann 703937ec01 move sanity check for MBMS parameters to parse_args to avoid segfault on mismatch 2019-05-03 14:24:42 +02:00
Andre Puschmann 780ea8867c fix asn1_m2ap test
- there was an issue in the stack allocation of the large
  m2ap pdu struct that was fixed by heap-allocating it

- there was also an issue in the m2ap packing that used
  a temporary struct that was not initialized
2019-05-03 12:09:57 +02:00
Andre Puschmann 76f93df8b6 fix uninitialized vars in demux 2019-05-03 11:17:16 +02:00
Andre Puschmann fc432adb66 fix uninitialize variable in ue_ul.c 2019-05-03 11:16:58 +02:00
Andre Puschmann 779d599289 fix naming of unittest for ch_estimation (was overwriting previous test) 2019-05-03 11:02:21 +02:00
Andre Puschmann 723cd71a3a remove usage of <assert> in rlc_um_test 2019-05-03 10:58:05 +02:00
Andre Puschmann 46cc5a1985 use buffer pool in rlc_um_test 2019-05-03 10:52:16 +02:00
Andre Puschmann 7e5e2b142e fix uninitialized members in MME NAS 2019-05-03 10:15:37 +02:00
Francisco Paisana 896ef5ee64 added default init for booleans and integers 2019-05-03 09:54:57 +02:00
Francisco Paisana 37d104a2c5 max_sizeof(...) now does a divide a conquer to reduce recursion depth 2019-05-03 09:53:30 +02:00
Ismael Gomez ef7b0cf7fa Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2019-05-03 00:04:47 +02:00
Ismael Gomez 2d25661706 Fixes UE crashing when stopping and no cell available 2019-05-03 00:04:21 +02:00
Pedro Alvarez 0f36bfbb8a Changing print from console to debug log when generating the PDN connectivity request. 2019-05-02 23:03:29 +01:00
Andre Puschmann f46b582c79 fix default initialization of PHY params in RCC
- this commit splits the reconfiguration of the PHY params
- two functions only update the default params (for config
  dedicated and config common)
- one function only updates the current parameters when a new
  config is given (i.e. after rrc reconfig)
2019-05-02 21:01:26 +02:00
Andre Puschmann e3387ea0b7 fix usim initialization if neither op nor opc are given 2019-05-02 20:27:01 +02:00
Ismael Gomez 2f0020b7ca Remove out_of_sync() call when not camping. Warning commit 2019-05-02 19:32:26 +02:00
Ismael Gomez 786830daf3 Fix minor issues for TDD 2019-05-02 19:31:46 +02:00
Andre Puschmann e8b2be378d fix ue.conf.example description for op/opc configuration 2019-05-02 13:40:35 +02:00
Andre Puschmann 498c1bae26 remove usage of <assert> in asn1_m2ap test 2019-05-02 13:38:59 +02:00
Andre Puschmann cdebf515b4 fix potential locking while stopping UE MAC 2019-05-02 13:08:23 +02:00
Andre Puschmann e77adbe5a5 fix uninitialized members in ue_interface 2019-05-02 12:43:19 +02:00
Andre Puschmann f00f7787be fix uninitialized members in dl_harq 2019-05-02 12:39:40 +02:00
Andre Puschmann a559077b54 fixed uninitialized member in radio.h 2019-05-02 12:06:21 +02:00
Andre Puschmann 389753e5a0 init mac_key in reestab request packing
fixes issue seen by coverity that is not really an issue
because the integrity generation will init it anyway
2019-05-02 11:57:06 +02:00
Andre Puschmann 6b2e98ec71 fix buffer free and code clone in prach.cc 2019-05-02 11:50:30 +02:00
Pedro Alvarez d86cddfd61 Stop comparing address of struct with struct on async_scell_recv.cc. 2019-05-02 11:41:59 +02:00
Pedro Alvarez 892da7f099 Fixed phr_cfg initialization to silence compiler warning. 2019-05-02 11:41:59 +02:00
Pedro Alvarez f303167206 Fix GTP-C socket initialization to remove compiler warnings. 2019-05-02 11:41:59 +02:00
Pedro Alvarez 2edc0a6b00 Fix printf of possibly uninitialized variable in chest_test_dl.c. 2019-05-02 11:41:59 +02:00
Pedro Alvarez a18196cdc2 Making sure that string gets NULL terminated in benchmark_radio.cc when using strncpy. Fixes compiler warning in GCC 8.2 2019-05-02 11:41:59 +02:00
Pedro Alvarez 63852c5b87 Fixed warnings in ue RRC due to memsetting non-trivial structures. 2019-05-02 11:41:59 +02:00
Pedro Alvarez 5dd76479a0 Using zero-initialization in phy default_args to avoid compiler warnings. 2019-05-02 11:41:59 +02:00
Pedro Alvarez a8fe44252e Removed memcpy and memset in rlc_am.cc to remove compiler warnings. 2019-05-02 11:41:59 +02:00
Pedro Alvarez f2530eb57b Fix rlc_am_data_test to avoid compiler warning from memset 2019-05-02 11:41:59 +02:00