mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-03 21:43:25 +00:00 
			
		
		
		
	[#312] remove CS service notification in MT-SMS
This commit is contained in:
		@@ -323,7 +323,12 @@ void sgsap_handle_paging_request(mme_vlr_t *vlr, ogs_pkbuf_t *pkbuf)
 | 
			
		||||
                goto paging_reject;
 | 
			
		||||
 | 
			
		||||
        } else {
 | 
			
		||||
            nas_send_cs_service_notification(mme_ue);
 | 
			
		||||
            if (CS_CALL_SERVICE_INDICATOR(mme_ue)) {
 | 
			
		||||
                nas_send_cs_service_notification(mme_ue);
 | 
			
		||||
            } else if (SMS_SERVICE_INDICATOR(mme_ue)) {
 | 
			
		||||
                /* Nothing to do */
 | 
			
		||||
            } else
 | 
			
		||||
                goto paging_reject;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        return;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user