[PATCH] osmo-ttcn3-hacks[master]: MSC_ConnectionHandler: make sure altstep exists

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/.

dexter gerrit-no-reply at lists.osmocom.org
Thu Mar 1 13:20:39 UTC 2018


Review at  https://gerrit.osmocom.org/7025

MSC_ConnectionHandler: make sure altstep exists

The altstep as_handover does not exit as each of its branches is
equipped with a repeat statement on the end. This trapps us in
an endless loop.

- remove the repeat statement at the last logical step which is
  at the RSL_REL_REQ.

Change-Id: I8cb57a9fef606f459542708206f5ea4de1def7a1
---
M bsc/MSC_ConnectionHandler.ttcn
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/25/7025/1

diff --git a/bsc/MSC_ConnectionHandler.ttcn b/bsc/MSC_ConnectionHandler.ttcn
index b68b4f8..62c2a71 100644
--- a/bsc/MSC_ConnectionHandler.ttcn
+++ b/bsc/MSC_ConnectionHandler.ttcn
@@ -743,7 +743,6 @@
 		/* FIXME: Determine TRX NR by ARFCN, instead of hard-coded TRX0! */
 		f_rslem_unregister(0, st.old_chan_nr);
 		st.handover_done := true;
-		repeat;
 		}
 }
 

-- 
To view, visit https://gerrit.osmocom.org/7025
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8cb57a9fef606f459542708206f5ea4de1def7a1
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>



More information about the gerrit-log mailing list