Commit 3e4981c4 authored by garciay's avatar garciay
Browse files

ug fixed on template m_E_RABItem

parent ab7c6186
Loading
Loading
Loading
Loading
+241 −238
Original line number Diff line number Diff line
@@ -3958,11 +3958,14 @@ module LibS1AP_Templates {
            /**
             * @desc 
             */
			template(omit) E_RABItem m_E_RABItem(in E_RAB_ID p_e_RAB_ID := 0
																						
            template (value) E_RABItem m_E_RABItem(
                                                   in E_RAB_ID p_e_RAB_ID := 0,
                                                   in template (value) Cause p_cause
            ) := {
				e_RAB_ID := p_e_RAB_ID
			} // End of template m_E_RABToBeSetupItemBearerSUReq
                e_RAB_ID        := p_e_RAB_ID,
                cause           := p_cause,
                iE_Extensions   := omit
            } // End of template m_E_RABItem
            
            /**
             * @desc 
+4 −4
Original line number Diff line number Diff line
@@ -397,7 +397,7 @@ module S1AP_TestCases {
                
            } // End of testcase TC_S1AP_eNB_CMP_10

            testcase TC_S1AP_eNB_CMP_111() runs on S1AP system TestAdapter { 
            testcase TC_S1AP_eNB_CMP_11() runs on S1AP system TestAdapter { 
                // Local variables
                var S1AP v_s1ap_enb; 
                
@@ -614,7 +614,7 @@ module S1AP_TestCases {
        } // End of group Context_Management_group
                    
        /**
         * @desc Management group
         * @desc NAS transport group
         * @see ETSI TS 103 497-2 Clause 5.2.2.1.6   NAS transport group
         */
        group NAS_transport_group {
@@ -2067,10 +2067,10 @@ module S1AP_TestCases {
                
            } // End of testcase TC_S1AP_MME_PAG_01
            
        } // End of group Paging group
        } // End of group Pagin_group
        
        /**
         * @desc Management group
         * @desc NAS_transport_group
         * @see ETSI TS 103 497-2 Clause 5.2.2.1.6   NAS transport group
         */
        group NAS_transport_group {