pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35866?usp=email )

Change subject: epdg: Avoid tx PurgeMS before doing handover in 
TC_ho_wifi_to_lte
......................................................................

epdg: Avoid tx PurgeMS before doing handover in TC_ho_wifi_to_lte

Change-Id: Ic6db92c79e055bc98d502620930ab36e9a4fd4fd
---
M epdg/EPDG_Tests.ttcn
1 file changed, 15 insertions(+), 2 deletions(-)

Approvals:
  laforge: Looks good to me, but someone else must approve
  Jenkins Builder: Verified
  pespin: Looks good to me, approved




diff --git a/epdg/EPDG_Tests.ttcn b/epdg/EPDG_Tests.ttcn
index 82a2375..becf2e9 100644
--- a/epdg/EPDG_Tests.ttcn
+++ b/epdg/EPDG_Tests.ttcn
@@ -585,10 +585,14 @@
        setverdict(pass);
 }

-private function f_TC_authinfo_normal(charstring id) runs on EPDG_ConnHdlr {
+private function f_initial_attach() runs on EPDG_ConnHdlr {
        f_GSUP_AI_success();
        f_GSUP_LU_success();
        f_GSUP_EPDGTunnel_success();
+}
+
+private function f_TC_authinfo_normal(charstring id) runs on EPDG_ConnHdlr {
+       f_initial_attach();
        f_GSUP_PurgeMS_success();
 }

@@ -602,7 +606,7 @@
 }

 private function f_TC_ho_wifi_to_lte(charstring id) runs on EPDG_ConnHdlr {
-       f_TC_authinfo_normal(id);
+       f_initial_attach();
        /* Whenever UE goes back to 3GPP, PGW will notify ePDG with a Delete 
Bearer Request
         * cause="Access changed from non-3gpp to 3gpp" */
        f_GTP2C_DeleteBearer_success();

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35866?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ic6db92c79e055bc98d502620930ab36e9a4fd4fd
Gerrit-Change-Number: 35866
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: lynxis lazus <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to