mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-04 05:53:18 +00:00 
			
		
		
		
	add emm_state_exception if identity response cannot find IMSI
This commit is contained in:
		@@ -146,6 +146,7 @@ static void emm_state_detached_attached(fsm_t *s, event_t *e)
 | 
				
			|||||||
                    if (!MME_UE_HAVE_IMSI(mme_ue))
 | 
					                    if (!MME_UE_HAVE_IMSI(mme_ue))
 | 
				
			||||||
                    {
 | 
					                    {
 | 
				
			||||||
                        d_error("No IMSI");
 | 
					                        d_error("No IMSI");
 | 
				
			||||||
 | 
					                        FSM_TRAN(s, emm_state_exception);
 | 
				
			||||||
                        return;
 | 
					                        return;
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user