pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41304?usp=email )
Change subject: Revert "epdg: add sleep to
f_TC_hss_initiated_deregister_permanent_termination"
......................................................................
Revert "epdg: add sleep to f_TC_hss_initiated_deregister_permanent_termination"
This reverts commit c9165d53c1d5f9d5a523e1fe94079162d21ff023.
The sleep() workaround is no longer needed after osmo-epdg Change-Id
I0ed13e9503ec380ce4331c662ca3eb966ccbda92.
Change-Id: I900394cb02c1ff7ea85aaba6ef29a64fd84f679c
Related: OS#6796
---
M epdg/EPDG_Tests.ttcn
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/04/41304/1
diff --git a/epdg/EPDG_Tests.ttcn b/epdg/EPDG_Tests.ttcn
index 9d22b15..e4aed42 100644
--- a/epdg/EPDG_Tests.ttcn
+++ b/epdg/EPDG_Tests.ttcn
@@ -1210,7 +1210,6 @@
f_initial_attach();
/* Procedure should be performed properly: */
f_DIA_SWx_RT(PERMANENT_TERMINATION,
tr_AVP_ResultCode(DIAMETER_SUCCESS));
- f_sleep(1.0); /* OS#6796 */
/* Subscriber was already removed, it should fail if requested again: */
var DIAMETER_ts29_229_ExperimentalResultcode erc :=
DIAMETER_ERROR_USER_UNKNOWN;
f_DIA_SWx_RT(PERMANENT_TERMINATION,
tr_AVP_ExperimentalResult(vendor_id_3GPP, int2oct(enum2int(erc), 4)),
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41304?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I900394cb02c1ff7ea85aaba6ef29a64fd84f679c
Gerrit-Change-Number: 41304
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>