Change in osmo-ttcn3-hacks[master]: bts: Drop duplicated f_establish_dcch

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
Mon Oct 19 17:32:53 UTC 2020


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

Change subject: bts: Drop duplicated f_establish_dcch
......................................................................

bts: Drop duplicated f_establish_dcch

A private copy of the function already exists in LAPDm_RAW_PT.ttcn where
it is used.

Change-Id: I141269b432d85b18b273992419b5ae3470569cde
---
M bts/BTS_Tests_LAPDm.ttcn
1 file changed, 0 insertions(+), 10 deletions(-)

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



diff --git a/bts/BTS_Tests_LAPDm.ttcn b/bts/BTS_Tests_LAPDm.ttcn
index 0e27ad1..d16aa11 100644
--- a/bts/BTS_Tests_LAPDm.ttcn
+++ b/bts/BTS_Tests_LAPDm.ttcn
@@ -41,16 +41,6 @@
 	unmap(lapdm_component:L1CTL, system:L1CTL);
 }
 
-/* master function establishing a dedicated radio channel (takes care of RACH/IMM.ASS handling) */
-function f_establish_dcch() runs on lapdm_test_CT {
-	var BCCH_tune_req tune_req := { arfcn := { false, mp_trx0_arfcn }, combined_ccch := true };
-	var DCCH_establish_req est_req := { ra := 23 };
-
-	LAPDM.send(tune_req);
-	LAPDM.send(est_req);
-	LAPDM.receive(DCCH_establish_res:?);
-}
-
 /* master function switching to a dedicated radio channel */
 function f_switch_dcch() runs on ConnHdlr {
 	var BCCH_tune_req tune_req := { arfcn := { false, mp_trx0_arfcn }, combined_ccch := true };

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20791
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: I141269b432d85b18b273992419b5ae3470569cde
Gerrit-Change-Number: 20791
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
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/20201019/262ffcbc/attachment.htm>


More information about the gerrit-log mailing list