Change in osmo-bsc[master]: handover_test: log sending ho complete

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

neels gerrit-no-reply at lists.osmocom.org
Wed Dec 23 01:59:09 UTC 2020


neels has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/21659 )

Change subject: handover_test: log sending ho complete
......................................................................

handover_test: log sending ho complete

Change-Id: I540e880f9aafb92be03c35086340de1968b26836
---
M tests/handover/handover_test.c
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/tests/handover/handover_test.c b/tests/handover/handover_test.c
index 33e5ff0..0e603fa 100644
--- a/tests/handover/handover_test.c
+++ b/tests/handover/handover_test.c
@@ -618,6 +618,11 @@
 	send_est_ind(lchan);
 	osmo_fsm_inst_dispatch(lchan->fi, LCHAN_EV_RTP_READY, 0);
 
+	if (success)
+		fprintf(stderr, "- Send HO COMPLETE for %s\n", gsm_lchan_name(lchan));
+	else
+		fprintf(stderr, "- Send HO FAIL to %s\n", gsm_lchan_name(lchan));
+
 	rh = (struct abis_rsl_rll_hdr *) msgb_put(msg, sizeof(*rh));
 	rh->c.msg_discr = ABIS_RSL_MDISC_RLL;
 	rh->c.msg_type = RSL_MT_DATA_IND;

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I540e880f9aafb92be03c35086340de1968b26836
Gerrit-Change-Number: 21659
Gerrit-PatchSet: 4
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201223/a80ddf45/attachment.htm>


More information about the gerrit-log mailing list