From 29d1c79ad179382180ca2c15b24ad7822a056d04 Mon Sep 17 00:00:00 2001 From: rennoch Date: Wed, 10 May 2017 09:42:12 +0000 Subject: [PATCH] completion of f_TC_S1AP_MME_RAB_04 --- ttcn3/S1AP_TCFunctions.ttcn | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/ttcn3/S1AP_TCFunctions.ttcn b/ttcn3/S1AP_TCFunctions.ttcn index 21ad453..07e7da0 100644 --- a/ttcn3/S1AP_TCFunctions.ttcn +++ b/ttcn3/S1AP_TCFunctions.ttcn @@ -4297,6 +4297,7 @@ module S1AP_TCFunctions { */ function f_TC_S1AP_MME_RAB_04() runs on S1APComponent { // Local variables + const E_RAB_ID c_E_RAB_ID_A := 0; // Preamble f_S1AP_mme_init(); @@ -4306,8 +4307,19 @@ module S1AP_TCFunctions { log("*** " & __SCOPE__ & ": INFO: Preamble done. ***"); // Test body -// action("trigger an E-RAB Modify request"); - + f_send_E_RABModifiedInd( + m_E_RABModifiedIndIEs( + vc_MME_UE_ID, + vc_eNB_UE_ID, + { + m_E_RABToBeModifiedItemBearerModInd( + c_E_RAB_ID_A, + -, + - + ) + } + )); + f_recv_E_RABModificationConfirm(mw_E_RABModificationConfirmIEs( vc_MME_UE_ID, vc_eNB_UE_ID,