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
Review at  https://gerrit.osmocom.org/7424
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(-)
  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/24/7424/1
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: newchange
Gerrit-Change-Id: I6a04811704750cf715e72eba2959d08e761ced29
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>