Loading ttcn3/S1AP_TCFunctions.ttcn +39 −4 Original line number Diff line number Diff line Loading @@ -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, Loading @@ -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()); Loading Loading
ttcn3/S1AP_TCFunctions.ttcn +39 −4 Original line number Diff line number Diff line Loading @@ -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, Loading @@ -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()); Loading