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, neels/mgcp has been updated
via f2232e359858f823898e61f4d03fc1bb9069961e (commit)
via c741c00d053953034e9b0040e7882bf0d8fff958 (commit)
via 9560acc35957821719cdebf2b32aa37732cddf98 (commit)
via eb463bd6636d634348bf812b73ca89867bca80ae (commit)
from 4b4d7b9a37ab64e2d5edd66902e29c8aa18f06bf (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=f2232e359858f823898e61f4d03fc1bb…
commit f2232e359858f823898e61f4d03fc1bb9069961e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 18 20:21:07 2016 +0200
mgcp debug logging
Change-Id: I06a060244e91080680e88551e870f0058711921f
http://cgit.osmocom.org/openbsc/commit/?id=c741c00d053953034e9b0040e7882bf0…
commit c741c00d053953034e9b0040e7882bf0d8fff958
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 18 20:20:51 2016 +0200
mgcp parsing, set port from mgcp response
Change-Id: I90e2c1aa7575d5fa6e0374f5022cbb25fc3f7699
http://cgit.osmocom.org/openbsc/commit/?id=9560acc35957821719cdebf2b32aa377…
commit 9560acc35957821719cdebf2b32aa37732cddf98
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 18 20:19:50 2016 +0200
info log: add line break to and tweak rx RAB Assignment Resp log
Change-Id: I50e701493f3951a43506cc37753a30d47f8d601f
http://cgit.osmocom.org/openbsc/commit/?id=eb463bd6636d634348bf812b73ca8986…
commit eb463bd6636d634348bf812b73ca89867bca80ae
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 18 18:38:59 2016 +0200
mgcp parsing, mgcp test
Change-Id: Ibe2ab17b3fa3a506a2e841ba979ea4175e3a21e8
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/mgcpgw_client.h | 49 ++++----
openbsc/include/openbsc/transaction.h | 13 +++
openbsc/src/libiu/iu.c | 4 +-
openbsc/src/libmgcp/mgcpgw_client.c | 185 +++++++++++++++++++++---------
openbsc/src/libmsc/msc_ifaces.c | 156 +++++++++++++++++--------
openbsc/src/osmo-cscn/cscn_main.c | 11 +-
openbsc/tests/db/db_test.c | 21 ++--
openbsc/tests/mgcp/Makefile.am | 20 ++++
openbsc/tests/mgcp/mgcpgw_client_test.c | 165 ++++++++++++++++++++++++++
openbsc/tests/mgcp/mgcpgw_client_test.err | 1 +
openbsc/tests/mgcp/mgcpgw_client_test.ok | 31 +++++
openbsc/tests/testsuite.at | 7 ++
12 files changed, 522 insertions(+), 141 deletions(-)
create mode 100644 openbsc/tests/mgcp/mgcpgw_client_test.c
create mode 100644 openbsc/tests/mgcp/mgcpgw_client_test.err
create mode 100644 openbsc/tests/mgcp/mgcpgw_client_test.ok
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)