Change in openbsc[master]: Fixed MNCC_RTP_CREATE after MNCC_DISC_IND.

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

Rafael Diniz gerrit-no-reply at lists.osmocom.org
Tue Apr 23 11:39:16 UTC 2019


Rafael Diniz has submitted this change and it was merged. ( https://gerrit.osmocom.org/13703 )

Change subject: Fixed MNCC_RTP_CREATE after MNCC_DISC_IND.
......................................................................

Fixed MNCC_RTP_CREATE after MNCC_DISC_IND.

Change-Id: I3690acebf882d3a8abbeabe0e3aefdfcd066a052
---
M openbsc/src/libmsc/gsm_04_08.c
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Keith Whyte: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/openbsc/src/libmsc/gsm_04_08.c b/openbsc/src/libmsc/gsm_04_08.c
index 09e35cc..732fe85 100644
--- a/openbsc/src/libmsc/gsm_04_08.c
+++ b/openbsc/src/libmsc/gsm_04_08.c
@@ -3787,6 +3787,9 @@
 		return rc;
 	}
 
+	if (msg_type == MNCC_REL_REQ && conn->mncc_rtp_create_pending)
+	        conn->mncc_rtp_create_pending = 0;
+
 	DEBUGP(DCC, "(bts %d trx %d ts %d ti %02x sub %s) "
 		"Received '%s' from MNCC in state %d (%s)\n",
 		conn->bts->nr, conn->lchan->ts->trx->nr, conn->lchan->ts->nr,

-- 
To view, visit https://gerrit.osmocom.org/13703
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I3690acebf882d3a8abbeabe0e3aefdfcd066a052
Gerrit-Change-Number: 13703
Gerrit-PatchSet: 2
Gerrit-Owner: Rafael Diniz <rafael at rhizomatica.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Keith Whyte <keith at rhizomatica.org>
Gerrit-Reviewer: Rafael Diniz <rafael at rhizomatica.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190423/36567c36/attachment.htm>


More information about the gerrit-log mailing list