dexter has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43535?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: eIM_Tests: fix writing: Es9p => ES9+ ......................................................................
eIM_Tests: fix writing: Es9p => ES9+
Related: SYS#8100 Change-Id: Ic6ab934ae8b978c6aa938c98ee34ed4d8143a194 --- M eim/eIM_Tests.ttcn 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve osmith: Looks good to me, approved
diff --git a/eim/eIM_Tests.ttcn b/eim/eIM_Tests.ttcn index 035a028..5e0ee3e 100644 --- a/eim/eIM_Tests.ttcn +++ b/eim/eIM_Tests.ttcn @@ -166,8 +166,8 @@ }
-/* Receive one Es9p HTTP request */ private function f_es9p_receive() runs on eIM_ConnHdlr return RemoteProfileProvisioningRequest { +/* Receive one ES9+ HTTP request */ var HTTPMessage es9p_req; timer T := 10.0; var RemoteProfileProvisioningRequest request;