You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pau Espin Pedrol 4949df257e Proper shutdown on SIGHUP
If a process exits and has a controlling terminal, everything under
it gets a SIGHUP by the kernel. That's the case for instance when
running a srsUE over ssh with some specific parameters. As a result,
when the ssh client is killed, SIGHUP is sent to srsUE, which will be
killed immediatelly without proper release, which means in turn that log
buffers are not flushed.
Let's do proper shutdown when SIGHUP is received so that everyone can
get log files.
5 years ago
..
hdr SRSUE: wait for valid RSRP measurement before adquiring SIBs during cell search 5 years ago
src Proper shutdown on SIGHUP 5 years ago
test fixing RRC measurement test after logmap refactor 5 years ago
CMakeLists.txt update copyright notice 6 years ago
ue.conf.example Process HO complete in the background to avoid heap-after-use bug when PHY measurements are reported during a HO 5 years ago