From c21dcb20e5a7e5f9317ac797d03639c191de4eae Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 4 Aug 2015 14:41:21 +0200 Subject: mncc: Implement CRCX->MDCX for handover for direct rtp mode Implement sending MDCX on the newly allocated channel and send the data to the same destination as the currently connected one. This way the receiver can implement RTP RFC Appendix A.1 and deal with the new source. --- openbsc/include/openbsc/gsm_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h index bed04e380..c167c494a 100644 --- a/openbsc/include/openbsc/gsm_data.h +++ b/openbsc/include/openbsc/gsm_data.h @@ -123,6 +123,7 @@ struct gsm_subscriber_connection { /* MNCC rtp bridge markers */ int mncc_rtp_bridge; int mncc_rtp_create_pending; + int mncc_rtp_connect_pending; /* bsc structures */ struct osmo_bsc_sccp_con *sccp_con; -- cgit v1.2.3