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 add RLC suspend/resume to eNB interface 5 years ago
src Proper shutdown on SIGHUP 5 years ago
test fix RLC dummy class that was missing suspend/resume 5 years ago
CMakeLists.txt update copyright notice 6 years ago
drb.conf.example Changed default DRB config QCI 9 to AM 6 years ago
enb.conf.example enb: fix list of logging layers in conf example 5 years ago
rr.conf.example remove comma from rr.conf 5 years ago
sib.conf.example add tdd/ca support 6 years ago
sib.conf.mbsfn.example fix sib.conf.mbsfn.example defaults 6 years ago