openbsc.git branch master updated. 0.14.0-216-gf3316e3

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/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Mon Oct 12 07:43:03 UTC 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  f3316e30d61603d55ed43906aaacb28e970989dc (commit)
      from  d74cce266bbc6ec519376601a2004f4fa8155b64 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=f3316e30d61603d55ed43906aaacb28e970989dc

commit f3316e30d61603d55ed43906aaacb28e970989dc
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Oct 12 09:37:35 2015 +0200

    mgcp: Use the right bind addresses for NET and BTS
    
    This API is a bit unfortunate as the caller will also
    access the endpoint directly. E.g. like this:
    
            output = bsc_mgcp_rewrite(...,
                          mgcp_net_src_addr(endp),
                          endp->net_end.local_port, -1,
    
    In terms of "terminology" the "net" was meant to be bad
    internet and the "bts" is the local and trusted network
    segment. With this terminology the "bts" would be the
    call-agent/MGW and "net" where the BSCs will send data
    to but that is not the case and terminology actuallys
    refers to:
    
    	* net: The addresses exposed to the entity that
    	made the MGCP call
    	* bts: The system where we get our data for the
    	local audio flow.
    
    Fix the method but leave the API as it is. Use the net_end
    in the net_src method and the bts_end in the bts_src method.

-----------------------------------------------------------------------

Summary of changes:
 openbsc/include/openbsc/mgcp_internal.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list