mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
				synced 2025-11-04 05:53:26 +00:00 
			
		
		
		
	nat: Reword the log messages as this is normal operation
The bsc_mgcp_dlcx method is called from the mgcp policy callback but also from inside the nat core when the SCCP connection is going away.
This commit is contained in:
		@@ -356,7 +356,7 @@ void bsc_mgcp_dlcx(struct sccp_connections *con)
 | 
			
		||||
	/* send a DLCX down the stream */
 | 
			
		||||
	if (con->bsc_endp != -1 && con->bsc->_endpoint_status) {
 | 
			
		||||
		LOGP(DNAT, LOGL_NOTICE,
 | 
			
		||||
			"Endpoint 0x%x was still allocated on bsc: %d. Freeing it.\n",
 | 
			
		||||
			"Endpoint 0x%x was allocated for bsc: %d. Freeing it.\n",
 | 
			
		||||
			con->bsc_endp, con->bsc->cfg->nr);
 | 
			
		||||
		if (con->bsc->_endpoint_status[con->bsc_endp] != 1)
 | 
			
		||||
			LOGP(DNAT, LOGL_ERROR, "Endpoint 0x%x was not in use\n", con->bsc_endp);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user