Commit Graph

2811 Commits

Author SHA1 Message Date
Francisco Paisana cd0373c533 opt assignment was being erased by bzero call 2018-03-06 15:19:47 +00:00
Andre Puschmann 4575a9e610 add further checks for pool allocate return in srsENB and RLC UM/TM 2018-03-06 15:20:23 +01:00
Andre Puschmann f5e3049f63 add check for possible buffer pool misallocation in RRC/NAS/GW 2018-03-06 14:46:50 +01:00
Andre Puschmann 77c8bf08cf remove newlines 2018-03-06 14:04:17 +01:00
Andre Puschmann d84f6d3d41 add parameter to change loglevel in rlc am stresser 2018-03-06 14:04:17 +01:00
Andre Puschmann 853f774607 add threaded timeout test 2018-03-06 14:04:17 +01:00
Andre Puschmann add125a01f check expiration of poll_retx_timer and schedule retx if needed 2018-03-06 14:04:17 +01:00
Ismael Gomez 5a8454f5a8 Fix for staying on PLMN search after disconnect 2018-03-06 13:44:19 +01:00
Pedro Alvarez 406a1d01b6 Merge branch 'next' into guti_attach 2018-03-06 12:39:57 +00:00
Ismael Gomez fce672954e Minor edit to SNR-to-CQI table 2018-03-06 13:37:20 +01:00
Ismael Gomez 69a2542e0f Fixed deallocating PDU in NAS too early 2018-03-06 13:30:52 +01:00
Ismael Gomez b5166e10cd Do not restart insync/outsync counters after multiple events 2018-03-06 13:18:25 +01:00
Paul Sutton 57505725e0
Merge pull request #157 from softwareradiosystems/issue_154fix
Issue 154fix
2018-03-06 12:51:02 +01:00
Ismael Gomez c64dc3cdca Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2018-03-06 12:46:09 +01:00
Ismael Gomez be959d0575 Fix several pool leaks in RRC/NAS 2018-03-06 12:46:02 +01:00
Ismael Gomez 390a463d9f Check for PDU allocation and add warnings 2018-03-06 12:41:44 +01:00
Ismael Gomez acd78dbb85 Change in-sync snr threshold and pass PCCH only if ack=true 2018-03-06 12:40:55 +01:00
Ismael Gomez 0ce4e30905 Minor looging edits 2018-03-06 12:40:34 +01:00
Ismael Gomez 8f028e34f3 Do not deallocate BCCH buffer in dl_harq 2018-03-06 12:39:29 +01:00
Ismael Gomez dc65061dbb Print buffer pool status every 10s (Debugging commit) 2018-03-06 12:37:45 +01:00
Ismael Gomez 206e41a244 Disable buffer pool timestamps 2018-03-06 12:37:08 +01:00
Pedro Alvarez 01cf00700a Adding DNS config options 2018-03-06 10:55:22 +00:00
Ismael Gomez 154623ed63 Decrease the in-sync SNR threshold 2018-03-05 17:39:34 +01:00
Ismael Gomez 5f0bd0e74b Add mutex to libfftw mkplan/destroyplan functions 2018-03-05 17:18:51 +01:00
Ismael Gomez dcdb2d6449 Make sure request connection when NAS attaching 2018-03-05 16:26:51 +01:00
Ismael Gomez defe167672 Do not lock on set_crnti worker 2018-03-05 16:20:45 +01:00
Ismael Gomez 8b1ba55eaf Check payload length before demux 2018-03-05 16:20:06 +01:00
Ismael Gomez 76ed6fd8d8 Check cell state before infra_freq.meas 2018-03-05 16:19:26 +01:00
Ismael Gomez 09594d8058 Restart RX stream on srate change 2018-03-05 16:18:40 +01:00
Ismael Gomez b8b39d6d1b NULL payload buffer in dl_harq in the constructor 2018-03-05 15:16:21 +01:00
Ismael Gomez 23f3086669 Deallocate properly on dl_harq 2018-03-05 15:13:24 +01:00
Ismael Gomez f53cb11e82 Remove mutex from ul_harq 2018-03-05 14:54:01 +01:00
Ismael Gomez 8591049e92 Added mutex to ul/dl harq reset 2018-03-05 14:33:51 +01:00
Ismael Gomez 73602a8558 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2018-03-05 13:07:34 +01:00
Ismael Gomez 90553e830d Fixed cell search for non-home PLMN 2018-03-05 13:07:24 +01:00
Pedro Alvarez 3efc197f3a Actually changing the attach type. 2018-03-05 10:50:51 +00:00
Andre Puschmann 067d76a5c8 enable buffer pool log 2018-03-05 11:22:02 +01:00
Pedro Alvarez 0cb1127f93 Sending Service reject to UE as a temporary handling of service requests (Thanks to Merlin Chlosta). 2018-03-05 10:05:58 +00:00
Pedro Alvarez 01e5642882 Replying same attach type to the UE as in the attach request. 2018-03-05 09:51:31 +00:00
Pedro Alvarez c9b459bf8a Fixing Activate default bearer context uninitialized value. 2018-03-05 09:12:01 +00:00
Andre Puschmann c198547728 add new RF RX error type and make the UHD driver issue that if anything unexpected happens 2018-03-04 21:53:06 +01:00
Andre Puschmann 07c704b0dd extend RLC AM stress tester to mimic reestablishment 2018-03-04 21:53:06 +01:00
Andre Puschmann 5cfffd11e1 Revert "only reset SDU buffer in RLC AM/UM"
This reverts commit 8d852ddfe5.

This commit was needed because the order in which objects
where destructed on UE exit was such that the byte_buffer was deleted
before RLC_AM dtor was called.
2018-03-04 21:53:06 +01:00
Andre Puschmann 20e6ed102e fix when accessing uninitialized file 2018-03-04 21:53:06 +01:00
Andre Puschmann 8fcf25360e fix missing newline 2018-03-04 21:53:06 +01:00
Andre Puschmann f6ee0e1c8a move byte_buffer to UE base class 2018-03-04 21:53:06 +01:00
Andre Puschmann 281611b26a allow n param in pss_usrp test 2018-03-04 21:53:06 +01:00
Andre Puschmann 57bb831f27 fix RM turbo test 2018-03-04 21:53:06 +01:00
Andre Puschmann 1efcea7e47 call dft_exit in various tests 2018-03-04 21:53:06 +01:00
Andre Puschmann 4a27915022 bzero dft object during init, add call to fftw_cleanup in dft_exit 2018-03-04 21:53:06 +01:00