[MERGED] osmo-ttcn3-hacks[master]: BSSAP_Adapter: Fix missing 'repeat' in as_reset_ack()

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Dec 22 19:41:23 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: BSSAP_Adapter: Fix missing 'repeat' in as_reset_ack()
......................................................................


BSSAP_Adapter: Fix missing 'repeat' in as_reset_ack()

The as_reset_ack() exists to acknowledge any incoming RESET without
every test case having to deal with it explicitly.  However, of course,
the processing of an inbound RESET should not abort but the alt clause
shall continue.

Change-Id: I94dc72b5788ccc8dff2c4b80599c9fbf7e90e730
---
M bsc/BSSAP_Adapter.ttcn
1 file changed, 1 insertion(+), 0 deletions(-)

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



diff --git a/bsc/BSSAP_Adapter.ttcn b/bsc/BSSAP_Adapter.ttcn
index f1ff5b6..4268b29 100644
--- a/bsc/BSSAP_Adapter.ttcn
+++ b/bsc/BSSAP_Adapter.ttcn
@@ -120,6 +120,7 @@
 		log("Respoding to inbound RESET with RESET-ACK");
 		BSSAP.send(ts_BSSAP_UNITDATA_req(ud_ind.callingAddress, ud_ind.calledAddress,
 			   ts_BSSMAP_ResetAck));
+		repeat;
 	}
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I94dc72b5788ccc8dff2c4b80599c9fbf7e90e730
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list