[MERGED] osmo-bsc[master]: cosmetic: fix incomplete sentence in comment.

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
Thu Mar 22 12:55:50 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: cosmetic: fix incomplete sentence in comment.
......................................................................


cosmetic: fix incomplete sentence in comment.

Change-Id: I6a04811704750cf715e72eba2959d08e761ced29
Related: OS#2823
---
M src/libbsc/bsc_subscr_conn_fsm.c
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/src/libbsc/bsc_subscr_conn_fsm.c b/src/libbsc/bsc_subscr_conn_fsm.c
index 0d82564..5154fb2 100644
--- a/src/libbsc/bsc_subscr_conn_fsm.c
+++ b/src/libbsc/bsc_subscr_conn_fsm.c
@@ -415,8 +415,8 @@
 	case GSCON_EV_MGW_CRCX_RESP_BTS:
 		conn_peer = data;
 
-		/* Check if the MGW has assigned an enpoint to us, we can not
-		 * proceed */
+		/* Check if the MGW has assigned an enpoint to us, otherwise we
+		 * can not proceed. */
 		if (strlen(conn_peer->endpoint) <= 0) {
 			resp = gsm0808_create_assignment_failure(GSM0808_CAUSE_EQUIPMENT_FAILURE, NULL);
 			sigtran_send(conn, resp, fi);

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6a04811704750cf715e72eba2959d08e761ced29
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list