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, pmaier/aoip has been created
at 07005708a8e340d5b8edf36c5d323cb3e92397f5 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=07005708a8e340d5b8edf36c5d323cb3…
commit 07005708a8e340d5b8edf36c5d323cb3e92397f5
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon May 29 13:18:44 2017 +0200
osmo-msc: Integrate A interface into existing call control
The MSC already has some basic call control handling mechanism, that
was primarily used with 3G before. However, the already existing
code that handles the 3G calls is also perfectly fine for handling
2G calls. This commit integrates the A interface without breaking
it for 3G.
http://cgit.osmocom.org/openbsc/commit/?id=e687adb7d642d9206047bc187e72526e…
commit e687adb7d642d9206047bc187e72526e4576b01f
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon May 29 13:14:18 2017 +0200
osmo-bsc: Negotiate rtp ip address/port with BTS
This patch adds the support for the RTP IP-Address/Port assignment.
The post communicated via the assignment request is now transmitted
via RSL/IPACC to the BTS. The Response containing the RX-Port at
the BTS side is communicated back to the MSC.
Since we plan to add a private MGCPGW to each BSC, this has to
be extended. Currently it only creates a direct connection to
the BTS. This will be introduced with a future patch.
http://cgit.osmocom.org/openbsc/commit/?id=6cd5a314de02512acc27aadfc820b594…
commit 6cd5a314de02512acc27aadfc820b59479c91da1
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu May 18 16:20:18 2017 +0200
fixup: Hexdump for incoming unit data was missing
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)