Change in osmo-ttcn3-hacks[master]: gbproxy: cosmetic: More comments / section headers

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Dec 9 15:26:24 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21630 )

Change subject: gbproxy: cosmetic: More comments / section headers
......................................................................

gbproxy: cosmetic: More comments / section headers

Change-Id: I26162cd37908d60761182edd50c3aa8389486b7c
---
M gbproxy/GBProxy_Tests.ttcn
1 file changed, 24 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/gbproxy/GBProxy_Tests.ttcn b/gbproxy/GBProxy_Tests.ttcn
index d6c8bb1..0145c97 100644
--- a/gbproxy/GBProxy_Tests.ttcn
+++ b/gbproxy/GBProxy_Tests.ttcn
@@ -1928,6 +1928,10 @@
 	f_cleanup();
 }
 
+/***********************************************************************
+ * FLUSH-LL procedure
+ ***********************************************************************/
+
 private function f_TC_flush_ll(charstring id) runs on BSSGP_ConnHdlr {
 	var BssgpBvci bvci := g_pars.pcu[0].cfg.bvc[0].bvci;
 	var integer i;
@@ -1958,6 +1962,10 @@
 	f_cleanup();
 }
 
+/***********************************************************************
+ * SGSN-INVOKE-TRACE procedure
+ ***********************************************************************/
+
 private altstep as_bssgp_g_pcu_count(integer pcu_idx, template (present) PDU_BSSGP exp_rx, inout ro_integer roi)
 runs on GlobalTest_CT {
 [] G_PCU[pcu_idx].receive(exp_rx) from g_pcu[pcu_idx].vc_BSSGP {
@@ -1998,6 +2006,10 @@
 	f_cleanup();
 }
 
+/***********************************************************************
+ * LLC-DISCARDED procedure
+ ***********************************************************************/
+
 private function f_TC_llc_discarded(charstring id) runs on BSSGP_ConnHdlr {
 	var BssgpBvci bvci := g_pars.pcu[0].cfg.bvc[0].bvci;
 
@@ -2022,6 +2034,10 @@
 	f_cleanup();
 }
 
+/***********************************************************************
+ * OVERLOAD procedure
+ ***********************************************************************/
+
 /* Send an OVERLOAD from SGSN side and expect it to show up on each PCU (SIG BVC) */
 testcase TC_overload() runs on GlobalTest_CT
 {
@@ -2051,6 +2067,10 @@
 	f_cleanup();
 }
 
+/***********************************************************************
+ * BVC-BLOCK / BVC-UNBLOCK procedure
+ ***********************************************************************/
+
 private function f_block_ptp_bvc_from_pcu(integer pcu_idx, integer bvc_idx) runs on test_CT
 {
 	var BSSGP_BVC_CT bvc_ct := g_pcu[pcu_idx].vc_BSSGP_BVC[bvc_idx];
@@ -2105,6 +2125,10 @@
 	f_cleanup();
 }
 
+/***********************************************************************
+ * BVC-RESET procedure
+ ***********************************************************************/
+
 private altstep as_ignore_status(BSSGP_BVC_MGMT_PT pt) {
 [] pt.receive(BssgpStatusIndication:?) { repeat; }
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21630
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I26162cd37908d60761182edd50c3aa8389486b7c
Gerrit-Change-Number: 21630
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201209/46310698/attachment.htm>


More information about the gerrit-log mailing list