srsLTE/srsepc
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.
2020-02-06 16:19:40 +01:00
..
hdr Reject TAU to force UE to reconnect 2020-01-28 11:50:28 +00:00
src Proper shutdown on SIGHUP 2020-02-06 16:19:40 +01:00
CMakeLists.txt update copyright notice 2019-04-29 09:20:02 +02:00
epc.conf.example Adding per UE authentication algorithm choice to the HSS and users_db.csv. 2019-04-09 17:17:02 +02:00
mbms.conf.example replace FIXME with TODO 2019-12-18 11:25:56 +01:00
srsepc_if_masq.sh copy example config files and if masq script to install folder 2018-06-04 15:05:38 +02:00
user_db.csv.example Change user_db.csv.example to consider static IPs. Changed warning print in HSS. 2019-04-11 15:55:46 +02:00