mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
				synced 2025-11-04 05:53:26 +00:00 
			
		
		
		
	bsc_msc_ip.c: Register the SIGUSR2 handler... to really handle it.
This commit is contained in:
		@@ -1050,6 +1050,7 @@ int main(int argc, char **argv)
 | 
			
		||||
	signal(SIGINT, &signal_handler);
 | 
			
		||||
	signal(SIGABRT, &signal_handler);
 | 
			
		||||
	signal(SIGUSR1, &signal_handler);
 | 
			
		||||
	signal(SIGUSR2, &signal_handler);
 | 
			
		||||
	signal(SIGPIPE, SIG_IGN);
 | 
			
		||||
 | 
			
		||||
	while (1) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user