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 Reject TAU to force UE to reconnect 5 years ago
src Proper shutdown on SIGHUP 5 years ago
CMakeLists.txt update copyright notice 6 years ago
epc.conf.example Adding per UE authentication algorithm choice to the HSS and users_db.csv. 6 years ago
mbms.conf.example replace FIXME with TODO 5 years ago
srsepc_if_masq.sh copy example config files and if masq script to install folder 7 years ago
user_db.csv.example Change user_db.csv.example to consider static IPs. Changed warning print in HSS. 6 years ago