osmo-pcu/src
Harald Welte 45143d270c Don't register SIGHUP handler without actually handling SIGHUP
In libosmocore, we normally register a SIGHUP handler for log file
rotation.

However, the osmo-pcu code so far installed its own signal handler,
which did exactly nothing in the SIGHUP case.

Let's fix this by removing SIGHUP handling here, letting libosmocore
take care about this.

Change-Id: Ifa20d79770bc4d88d40601b008a3a2a79d083c04
Closes: OS#3265
2018-05-15 16:23:04 +02:00
..
osmo-bts-litecell15 Move PDCH-related functions into separate files 2018-02-19 17:41:24 +01:00
osmo-bts-sysmo Move PDCH-related functions into separate files 2018-02-19 17:41:24 +01:00
.gitignore Adding .gitignore to source directory 2012-06-27 17:45:15 +02:00
Makefile.am Move PDCH-related functions into separate files 2018-02-19 17:41:24 +01:00
bts.cpp use osmo_init_logging2() with proper talloc ctx 2018-04-01 16:57:42 +02:00
bts.h Simplify TS alloc: don't use PDCH for free TFI 2018-02-20 10:19:25 +01:00
csn1.cpp remove pcu own bitvector implementation 2017-05-15 12:46:33 +00:00
csn1.h Move include guard to the top 2018-02-19 08:43:45 +00:00
cxx_linuxlist.h llist: Add missing const qualifier in llist cast method 2015-08-24 12:23:50 +02:00
decoding.cpp Add debugging log for RLC data block decoding 2016-12-02 09:15:53 +00:00
decoding.h Add header type 1 support for EGPRS uplink 2016-06-16 14:32:07 +00:00
egprs_rlc_compression.cpp remove pcu own bitvector implementation 2017-05-15 12:46:33 +00:00
egprs_rlc_compression.h Add compression support in EGPRS PUAN 2017-01-23 12:26:09 +00:00
encoding.cpp improve documentation of Encoding::write_paging_request() 2018-05-02 14:53:16 +02:00
encoding.h window: move encoding into functions 2018-01-04 10:15:59 +00:00
gprs_bssgp_pcu.cpp gprs_bssgp_pcu.cpp: Comment unused function parse_ra_cap 2018-03-17 01:43:14 +01:00
gprs_bssgp_pcu.h implement support for 3-digit MNC with leading zeros 2018-03-11 00:47:14 +01:00
gprs_codel.c llc: Add CoDel AQM implementation 2015-07-21 19:22:32 +02:00
gprs_codel.h llc: Add CoDel AQM implementation 2015-07-21 19:22:32 +02:00
gprs_coding_scheme.cpp cosmetic: clarify coding scheme and puncturing 2018-01-04 16:35:55 +00:00
gprs_coding_scheme.h cosmetic: clarify coding scheme and puncturing 2018-01-04 16:35:55 +00:00
gprs_debug.cpp TBF: add dedicated log categories 2018-01-19 18:49:16 +01:00
gprs_debug.h TBF: add dedicated log categories 2018-01-19 18:49:16 +01:00
gprs_ms.cpp Update header includes 2018-02-19 08:43:46 +00:00
gprs_ms.h Update header includes 2018-02-19 08:43:46 +00:00
gprs_ms_storage.cpp Update header includes 2018-02-19 08:43:46 +00:00
gprs_ms_storage.h pcu: Fix memory corruption bugs (ASAN) 2016-02-01 13:56:32 +01:00
gprs_rlcmac.cpp Update header includes 2018-02-19 08:43:46 +00:00
gprs_rlcmac.h Simplify TS alloc: constify max dl slot func 2018-02-20 10:20:55 +01:00
gprs_rlcmac_meas.cpp cosmetic: convert explicit warnings to fixme/todo 2017-09-04 13:06:01 +00:00
gprs_rlcmac_sched.cpp Move PDCH-related functions into separate files 2018-02-19 17:41:24 +01:00
gprs_rlcmac_ts_alloc.cpp Simplify TS alloc: move slot check into functions 2018-02-21 12:08:40 +00:00
gsm_rlcmac.cpp remove pcu own bitvector implementation 2017-05-15 12:46:33 +00:00
gsm_rlcmac.h Move include guard to the top 2018-02-19 08:43:45 +00:00
gsm_timer.cpp pcu_l1_if: add frame number to log output 2018-04-10 13:35:24 +02:00
gsm_timer.h pcu_l1_if: add frame number to log output 2018-04-10 13:35:24 +02:00
llc.cpp Remove unused includes and forward declarations 2017-12-18 22:05:22 +00:00
llc.h Update header includes 2018-02-19 08:43:46 +00:00
mslot_class.c mslot_class: two more: use uint32_t to shift 1 << 31 2018-03-28 14:44:47 +02:00
mslot_class.h Simplify TS alloc: move slot check into functions 2018-02-21 12:08:40 +00:00
osmobts_sock.cpp Move PDCH-related functions into separate files 2018-02-19 17:41:24 +01:00
pcu_l1_if.cpp pcu_l1_if: add frame number to log output 2018-04-10 13:35:24 +02:00
pcu_l1_if.h PCU: Fix TA adjustment 2017-11-16 10:06:41 -05:00
pcu_main.cpp Don't register SIGHUP handler without actually handling SIGHUP 2018-05-15 16:23:04 +02:00
pcu_utils.h Use explicit type for pcu_lsb() 2018-02-19 08:33:04 +00:00
pcu_vty.c Move PDCH-related functions into separate files 2018-02-19 17:41:24 +01:00
pcu_vty.h Support receiving SI13 from BTS 2017-09-01 11:08:06 +02:00
pcu_vty_functions.cpp Move PDCH-related functions into separate files 2018-02-19 17:41:24 +01:00
pcu_vty_functions.h vty: drop unused function 2018-02-03 15:05:29 +00:00
pdch.cpp TBF: make network counters internal 2018-02-20 18:16:11 +01:00
pdch.h Move PDCH-related functions into separate files 2018-02-19 17:41:24 +01:00
poll_controller.cpp Update header includes 2018-02-19 08:43:46 +00:00
poll_controller.h Update header includes 2018-02-19 08:43:46 +00:00
rlc.cpp Update header includes 2018-02-19 08:43:46 +00:00
rlc.h Set V_N and V_B to known initial state 2018-01-17 15:57:26 +00:00
sba.cpp Move PDCH-related functions into separate files 2018-02-19 17:41:24 +01:00
sba.h Update header includes 2018-02-19 08:43:46 +00:00
tbf.cpp tbf: add frame number to log output 2018-04-12 12:46:44 +02:00
tbf.h TBF: make network counters internal 2018-02-20 18:16:11 +01:00
tbf.txt Doc: Update on README and tbf.txt 2012-12-18 10:04:03 +01:00
tbf_dl.cpp TBF: make network counters internal 2018-02-20 18:16:11 +01:00
tbf_ul.cpp TBF: make network counters internal 2018-02-20 18:16:11 +01:00