dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41284?usp=email )
Change subject: smdpp_Tests: fix sourcecode formatting
......................................................................
smdpp_Tests: fix sourcecode formatting
Related: SYS#7339
Change-Id: Id7edf94858a952b22bd8b86957a05b18968e085e
---
M smdpp/smdpp_Tests.ttcn
1 file changed, 1 insertion(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/84/41284/1
diff --git a/smdpp/smdpp_Tests.ttcn b/smdpp/smdpp_Tests.ttcn
index 1210353..f079ab6 100644
--- a/smdpp/smdpp_Tests.ttcn
+++ b/smdpp/smdpp_Tests.ttcn
@@ -519,7 +519,6 @@
}
ext_logInfo("HTTP client (ES2+) configured");
-
return true;
}
@@ -567,7 +566,6 @@
}
ext_logInfo("HTTP client (ES9+) configured");
-
return true;
}
@@ -3048,7 +3046,6 @@
ext_logInfo("Step 2: Starting retry flow");
var InitiateAuthenticationOkEs9 authOk :=
f_initiate_authentication_and_validate();
-
var RemoteProfileProvisioningRequest authClientReq :=
f_create_authenticate_client_request();
var RemoteProfileProvisioningResponse authClientResp :=
f_es9p_transceive_success(authClientReq);
var AuthenticateClientOk authClientOk :=
authClientResp.authenticateClientResponseEs9.authenticateClientOk;
@@ -3227,8 +3224,7 @@
}
var InitiateAuthenticationOkEs9 authOk :=
f_initiate_authentication_and_validate();
-
- var RemoteProfileProvisioningRequest authClientReq :=
f_create_authenticate_client_request("CC_REQUIRED_TEST");
+ var RemoteProfileProvisioningRequest authClientReq :=
f_create_authenticate_client_request("CC_REQUIRED_TEST");
var RemoteProfileProvisioningResponse authClientResp :=
f_es9p_transceive_success(authClientReq);
var AuthenticateClientOk authClientOk :=
authClientResp.authenticateClientResponseEs9.authenticateClientOk;
@@ -4225,7 +4221,6 @@
}
var InitiateAuthenticationOkEs9 authOk :=
f_initiate_authentication_and_validate();
-
var RemoteProfileProvisioningRequest authClientReq :=
f_create_authenticate_client_request();
var RemoteProfileProvisioningResponse authClientResp :=
f_es9p_transceive_success(authClientReq);
var AuthenticateClientOk authClientOk :=
authClientResp.authenticateClientResponseEs9.authenticateClientOk;
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41284?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: Id7edf94858a952b22bd8b86957a05b18968e085e
Gerrit-Change-Number: 41284
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>