Loading ttcn3/LibS1AP/LibS1AP_Templates.ttcn +241 −238 Original line number Diff line number Diff line Loading @@ -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 Loading ttcn3/S1AP_TestCases.ttcn +4 −4 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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 { Loading Loading @@ -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 { Loading Loading
ttcn3/LibS1AP/LibS1AP_Templates.ttcn +241 −238 Original line number Diff line number Diff line Loading @@ -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 Loading
ttcn3/S1AP_TestCases.ttcn +4 −4 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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 { Loading Loading @@ -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 { Loading