mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-04 05:53:18 +00:00 
			
		
		
		
	update comment
This commit is contained in:
		@@ -206,10 +206,10 @@ void mme_s11_handle_delete_session_response(
 | 
				
			|||||||
                "nas_send_deactivate_bearer_context_request failed");
 | 
					                "nas_send_deactivate_bearer_context_request failed");
 | 
				
			||||||
            
 | 
					            
 | 
				
			||||||
            /*
 | 
					            /*
 | 
				
			||||||
             * mme_sess_remove() should be called.
 | 
					             * mme_sess_remove() should not be called here.
 | 
				
			||||||
             *
 | 
					             *
 | 
				
			||||||
             * Session will be removed
 | 
					             * Session will be removed if Deactivate bearer context 
 | 
				
			||||||
             * if Deactivate bearer context accept is received */
 | 
					             * accept is received */
 | 
				
			||||||
            CLEAR_SGW_S1U_PATH(sess);
 | 
					            CLEAR_SGW_S1U_PATH(sess);
 | 
				
			||||||
            return;
 | 
					            return;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user