Commit ce67cfc0 authored by rennoch's avatar rennoch
Browse files

completion of f_TC_S1AP_MME_RAB_04

parent 5979f76b
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -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,7 +4307,18 @@ 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,