Commit e8b1e26b authored by ulrichst's avatar ulrichst
Browse files

completion of f_TC_S1AP_eNB_RAB_10

parent 3f9ed8c9
Loading
Loading
Loading
Loading
+39 −4
Original line number Diff line number Diff line
@@ -533,7 +533,7 @@ module S1AP_TCFunctions {
				f_recv_E_RABModifiedResponse(mw_E_RABModifiedResIEs_FailedToModifyList(
					vc_MME_UE_ID,
					vc_eNB_UE_ID,
					-,
					omit,
					{
						mw_E_RABItem(
							c_E_RAB_ID_A,
@@ -557,14 +557,49 @@ module S1AP_TCFunctions {
			 */
			function f_TC_S1AP_eNB_RAB_10 () runs on S1APComponent { 
				// Local variables
				
				const E_RAB_ID c_E_RAB_ID_A := 0;
				const NAS_PDU c_nAS_PDU := '0000'O;
				
				// Preamble
				f_S1AP_enb_init();
				f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict()); 
				log("*** " & __SCOPE__ & ": INFO: Preamble done. ***");
    
				// TODO
				f_send_E_RABModifiedRequest(m_E_RABModifiedReqIEs(
					vc_MME_UE_ID,
					vc_eNB_UE_ID,
					{m_E_RABToBeModifiedItemBearerSUReq(
						c_E_RAB_ID_A,
						m_e_RABlevelQoSParameters(255),
						c_nAS_PDU
					)}
				));
				
				f_recv_E_RABModifiedResponse(mw_E_RABModifiedResIEs_FailedToModifyList(
					vc_MME_UE_ID,
					vc_eNB_UE_ID,
					omit,
					{
						mw_E_RABItem(
							c_E_RAB_ID_A,
							{
								radioNetwork := (s1_intra_system_handover_triggered,
											 s1_inter_system_handover_triggered,
											 x2_handover_triggered)
							}
						)
					}
				));
			
			
				f_recv_Handover_Required(mw_HandoverRequiredIEs(
					vc_MME_UE_ID,
					vc_eNB_UE_ID,
					ltetoutran,
					?,
					?,
					?
				));
				
				f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());