daniel has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/11553 )

Change subject: cosmetic: fix typos
......................................................................

cosmetic: fix typos

Change-Id: I6e75af46e134d33f752214988054105aba91366c
---
M bsc/BSC_Tests.ttcn
M bsc/BSC_Tests_LCLS.ttcn
M bsc/MSC_ConnectionHandler.ttcn
3 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Pau Espin Pedrol: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index ae855bd..e3ac707 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -340,7 +340,7 @@
        activate(as_Tguard());
 }

-/* expect to receive a RSL message matching a specified templaten on a given 
BTS / stream */
+/* expect to receive a RSL message matching a specified template on a given 
BTS / stream */
 function f_exp_ipa_rx(integer bts_nr, template RSL_Message t_rx, float t_secs 
:= 2.0, IpaStreamId sid := IPAC_PROTO_RSL_TRX0)
 runs on test_CT return RSL_Message {
        var ASP_RSL_Unitdata rx_rsl_ud;
diff --git a/bsc/BSC_Tests_LCLS.ttcn b/bsc/BSC_Tests_LCLS.ttcn
index dfbd946..1c51995 100644
--- a/bsc/BSC_Tests_LCLS.ttcn
+++ b/bsc/BSC_Tests_LCLS.ttcn
@@ -522,7 +522,7 @@

        /* first call is not possible to be LS (no second leg yet) */
        pars_a.lcls.exp_sts := LCLS_STS_not_possible_ls;
-       /* second call should then reuslt in LS */
+       /* second call should then result in LS */
        pars_b.lcls.exp_sts := LCLS_STS_locally_switched;

        /* Expect LS to be established successfully */
diff --git a/bsc/MSC_ConnectionHandler.ttcn b/bsc/MSC_ConnectionHandler.ttcn
index 546fa2d..003813a 100644
--- a/bsc/MSC_ConnectionHandler.ttcn
+++ b/bsc/MSC_ConnectionHandler.ttcn
@@ -432,7 +432,7 @@

 /* Note: Do not use valueof() to get a value of this template, use
  * f_gen_test_hdlr_pars() instead in order to get a configuration that is
- * matched to the current test sitation (aoio vs. sccplite) */
+ * matched to the current test situation (aoio vs. sccplite) */
 template (value) TestHdlrParams t_def_TestHdlrPars := {
        ra := '23'O,
        fn := 23,

--
To view, visit https://gerrit.osmocom.org/11553
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I6e75af46e134d33f752214988054105aba91366c
Gerrit-Change-Number: 11553
Gerrit-PatchSet: 3
Gerrit-Owner: Max <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <[email protected]>
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: daniel <[email protected]>

Reply via email to