Commit
a38b2fec94d540df5db0e89051ed160af26d0955
by Vadim Yanitskiy s1gw: f_ConnHdlr_session_delete(): invalidate peer's SEID Change-Id: If8027e2bdb5822eb7555cd02a72be900a1f18880 The file was modified s1gw/S1GW_ConnHdlr.ttcn
Commit
305ade194b1b0594968f081581496574d8198a8a
by Vadim Yanitskiy s1gw: f_ConnHdlr_session_delete(): respect any order It's not guranteed (nor required) that PFCP Session Deletion Request PDUs are sent in the same order as their respective ERab records are organized in the given ERabList. They can be emitted in any order. Make f_ConnHdlr_session_delete() more flexible: * Expect to receive N PFCP Session Deletion Request PDUs; * For each received PFCP PDU, find the matching E-RAB; * Make sure that an E-RAB is never released twice; * Send PFCP Session Deletion Response. This patch fixes the following TCs: * TC_ue_ctx_release_req3 * TC_ue_ctx_release_cmd_compl3 Change-Id: I93d3d38829b1f425d18d59464894da239e3511eb Related: 75cb01b7 ("s1gw: add TCs for UE CONTEXT RELEASE procedures") Related: SYS#7310 The file was modified s1gw/S1GW_ConnHdlr.ttcn
Commit
b80ae53000f83f6ade308a8780b0083215fa3563
by Vadim Yanitskiy s1gw: add TC_e_rab_modify_req_rsp[_multi] Test the E-RAB Modify procedure (MME initiated), which is defined in 3GPP TS 36.413 section 8.2.2. Change-Id: I58b9964bae24b5aac526ee0c0c8ac8798f351e05 Related: osmo-s1gw.git I24d57ea390d71b640cb42046a8658e9d30670682 Related: osmo-s1gw.git I057a1c58d0c6ad04c00ad3ea4c68230d8632a07e Related: SYS#7308 The file was modified s1gw/S1GW_ConnHdlr.ttcn The file was modified s1gw/expected-results.xml The file was modified s1gw/S1GW_Tests.ttcn
Commit
67a8fde0c7be1b45acf138c6f1a4a0eb14a09f69
by Vadim Yanitskiy s1gw: add TC_e_rab_modify_ind_cnf[_multi] Test the E-RAB Modify procedure (eNB initiated), which is defined in 3GPP TS 36.413 section 8.2.4. Change-Id: Iec95ca0ecf37290bddfbefce1861f8ae66bf4db1 Related: osmo-s1gw.git I750ada0a5a21edc8bc06d567c8000b6304966474 Related: osmo-s1gw.git Icc16a57d40b68bd17c5d207b643927d58176e088 Related: SYS#7308 The file was modified s1gw/S1GW_Tests.ttcn The file was modified s1gw/S1GW_ConnHdlr.ttcn The file was modified s1gw/expected-results.xml
Commit
c4253ad7497973c06e101666245a002c567c4166
by Pau Espin Pedrol hnbgw: remove osmo-hnbgw <= 1.6.0 code path osmo-hnbgw 1.7.0 has been released, so we can remove this code path. Change-Id: Ie55b752c19aa597afdc47b6e57e8ff0b42313e00 The file was modified hnbgw/HNBGW_Tests.ttcn
Commit
e9feead11104a79958b96d3b5002b690e920a981
by Pau Espin Pedrol sgsn: remove osmo-sgsn <= 1.12.0 code path Now that 1.13.0 has been released, we can run this test in latest too. Change-Id: I4ead7b05d7d956303584ccbfe1e13692f54341af The file was modified sgsn/SGSN_Tests.ttcn