mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
				synced 2025-11-03 21:43:32 +00:00 
			
		
		
		
	cscn: enable SMS queue (by removing an '#if 0')
This commit is contained in:
		@@ -481,11 +481,9 @@ TODO: we probably want some of the _net_ ctrl commands from bsc_base_ctrl_cmds_i
 | 
				
			|||||||
	signal(SIGUSR2, &signal_handler);
 | 
						signal(SIGUSR2, &signal_handler);
 | 
				
			||||||
	osmo_init_ignore_signals();
 | 
						osmo_init_ignore_signals();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if 0
 | 
					 | 
				
			||||||
	/* start the SMS queue */
 | 
						/* start the SMS queue */
 | 
				
			||||||
	if (sms_queue_start(cscn_network, 20) != 0)
 | 
						if (sms_queue_start(cscn_network, 20) != 0)
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Set up A-Interface */
 | 
						/* Set up A-Interface */
 | 
				
			||||||
	/* TODO: implement A-Interface and remove above legacy stuff. */
 | 
						/* TODO: implement A-Interface and remove above legacy stuff. */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user