Commit f5e41a54 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

Changed order of the events

parent 7067b053
Loading
Loading
Loading
Loading
+20 −21
Original line number Diff line number Diff line
@@ -37,30 +37,29 @@ Package NGAP_Common {
	        
	        
	//TP_AMF NGAP events
	Event isInCM_CONNECTED //UE is in CM_CONNECTED state
	Event hasActiveUeNgapContext 										//The AMF maintains a valid UE NGAP context identified by the AMF UE NGAP ID and RAN UE NGAP ID and associated with an active UE-associated logical NG-connection towards the NG-RAN node.
	Event hasNoPduSessionResourceEstablishedForTheConcernedPduSessionId //The AMF does not maintain any established PDU Session Resource in the UE NGAP context for the concerned PDU Session ID, and no NGAP PDU Session Resource Setup procedure is ongoing for that PDU Session ID.
	Event hasSentPDU_SESSION_RESOURCE_SETUP_REQUEST //The AMF has transmitted a PDU_SESSION_RESOURCE_SETUP_REQUEST message to the NG-RAN node for the concerned UE and is awaiting the corresponding PDU_SESSION_RESOURCE_SETUP_RESPONSE.
	Event hasEstablished_NG_C_AssociationToAMF 							//An NG-C (NGAP) association exists between the gNB and AMF, reached after successful NG Setup procedure.
	Event hasEstablishedInitialContext 									//The UE context is established in the gNB after successful Initial Context Setup procedure triggered by the AMF.
	Event hasEstablishedPduSessionResourceForTheConcernedPduSessionId 	//The AMF maintains an established PDU Session Resource in the UE NGAP context for the concerned PDU Session ID following a successful PDU Session Resource Setup procedure.
	Event hasEstablishedTNL_AssociationToAMF 							//A transport-layer (SCTP) association between gNB and AMF is established before any NGAP procedures.
	Event hasNoPduSessionResourceEstablishedForTheConcernedPduSessionId //The AMF does not maintain any established PDU Session Resource in the UE NGAP context for the concerned PDU Session ID, and no NGAP PDU Session Resource Setup procedure is ongoing for that PDU Session ID.
	Event hasNotEstablished_NG_C_AssociationToAMF 						//No NG-C (NGAP) association exists between the gNB and AMF.
	Event hasSentPDU_SESSION_RESOURCE_RELEASE_COMMAND 					//The AMF has transmitted a PDU_SESSION_RESOURCE_RELEASE_COMMAND message to the NG-RAN node for the concerned UE and is awaiting the corresponding PDU_SESSION_RESOURCE_RELEASE_RESPONSE.
	Event hasSentPDU_SESSION_RESOURCE_SETUP_REQUEST 					//The AMF has transmitted a PDU_SESSION_RESOURCE_SETUP_REQUEST message to the NG-RAN node for the concerned UE and is awaiting the corresponding PDU_SESSION_RESOURCE_SETUP_RESPONSE.
	Event initiatesPduSessionResourceModificationToAddQoSFlow 			//AMF initiates PDU_SESSION_RESOURCE_MODIFY_REQUEST to add the QoS flow for already established PDU session.
	Event isInCM_CONNECTED 												//UE is in CM_CONNECTED state
	Event isNotRegisteredToAMF 											//The UE has no active 5G registration with the AMF.
	Event hasEstablishedInitialContext //The UE context is established in the gNB after successful Initial Context Setup procedure triggered by the AMF.
	Event hasEstablished_NG_C_AssociationToAMF //An NG-C (NGAP) association exists between the gNB and AMF, reached after successful NG Setup procedure.
	Event hasNotEstablished_NG_C_AssociationToAMF //No NG-C (NGAP) association exists between the gNB and AMF.
	Event hasEstablishedTNL_AssociationToAMF //A transport-layer (SCTP) association between gNB and AMF is established before any NGAP procedures.
	Event isRegisteredToAMF 											//The UE has completed the 5G Registration procedure and received a Registration Accept from the AMF.
	Event initiatesPduSessionResourceModificationToAddQoSFlow //AMF initiates PDU_SESSION_RESOURCE_MODIFY_REQUEST to add the QoS flow for already established PDU session.
	Event processTheUENasDeregistration 								//UE performs the NAS Deregistration signalling to release its registration and associated contexts from the AMF.

	
	//TP_GNB NGAP events
	Event isRegisteredToAMF //The UE has completed the 5G Registration procedure and received a Registration Accept from the AMF.
	Event havingSentPDUSessionEstablishment //The UE has sent a PDU Session Establishment Request and is awaiting the network response.
	Event hasEstablishedPDUsession //The AMF maintains an established PDU Session Resource in the UE NGAP context for the concerned PDU Session ID following a successful PDU Session Resource Setup procedure.
	
	Event hasEstablished_NG_C_AssociationToAMF 		//An NG-C (NGAP) association exists between the gNB and AMF, reached after successful NG Setup procedure.		
	Event u_Plane_inactivity_timer_expires //The user-plane inactivity timer expires when no uplink or downlink user-plane traffic is detected for a configured duration.
	Event hasEstablishedPDUsession 					//The AMF maintains an established PDU Session Resource in the UE NGAP context for the concerned PDU Session ID following a successful PDU Session Resource Setup procedure.		
	Event hasSuccessfullyEstablishedTNLconnection	//A transport network layer (TNL) connection is successfully established after completion of the SCTP association setup between the gNB and the AMF.		
		
	Event havingSentPDUSessionEstablishment 		//The UE has sent a PDU Session Establishment Request and is awaiting the network response.		
	Event isRegisteredToAMF 						//The UE has completed the 5G Registration procedure and received a Registration Accept from the AMF.		
	Event u_Plane_inactivity_timer_expires 			//The user-plane inactivity timer expires when no uplink or downlink user-plane traffic is detected for a configured duration.	

	// NGAP messages
	//Table 8.1-1     
+3 −4
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@ Package NGNAS_Common {
		connect GNB::g to IUT::g
	}
	
	//TP AMF NGNAS events
	Event isInOverloadedState     		//The AMF is in an overload condition and overload control procedures are active.
	Event indicateUEdeactivation  		//The UE is administratively deactivated in the 5GC.
	Event indicateUEderegistration		//The UE is administratively de-registered in the 5GC.