Harald Welte has submitted this change and it was merged.

Change subject: MSC_ConnectionHandler: make sure altstep exists
......................................................................


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(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: I8cb57a9fef606f459542708206f5ea4de1def7a1
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: dexter <pma...@sysmocom.de>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder

Reply via email to