daniel has uploaded this change for review.

View Change

cosmetic: Rename TCAP Being->Begin

Change-Id: I19de8da6ee72a04365896c7fb7730be4f3ea01d4
---
M stp/STP_Tests_TCAP.ttcn
1 file changed, 3 insertions(+), 3 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/21/42721/1
diff --git a/stp/STP_Tests_TCAP.ttcn b/stp/STP_Tests_TCAP.ttcn
index 9a5eae3..d7c45dc 100644
--- a/stp/STP_Tests_TCAP.ttcn
+++ b/stp/STP_Tests_TCAP.ttcn
@@ -307,7 +307,7 @@
{
var template (value) TCMessage tcap_msg;

- /* TCAP Being: O -> T */
+ /* TCAP Begin: O -> T */
tcap_msg := ts_TCAP_Begin(o_tid);
f_asp_tx_tcap_exp(tcap_msg, o_asp_idx, t_asp_idx);

@@ -747,7 +747,7 @@
{
var template (value) TCMessage tcap_msg;

- /* TCAP Being: O -> T */
+ /* TCAP Begin: O -> T */
tcap_msg := ts_TCAP_Begin(o_tid);
f_asp_tx_tcap_exp_any(tcap_msg, o_asp_idx);

@@ -808,7 +808,7 @@
f_tcap_loadshare_register(2, 0, 99, 3, 100, 199);

/* send a TCAP message with oTID 250 (no range available) */
- /* TCAP Being: O -> T */
+ /* TCAP Begin: O -> T */
tcap_msg := ts_TCAP_Begin(otid);
f_asp_tx_tcap(tcap_msg, 0);


To view, visit change 42721. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I19de8da6ee72a04365896c7fb7730be4f3ea01d4
Gerrit-Change-Number: 42721
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann@sysmocom.de>