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/sgsn-id-3 has been updated
discards a1813e1a47e42aaa5ff0a0376240145afaf5e4ad (commit)
discards e6c4e75c9179d9bfd216076adde1ceb920a29502 (commit)
discards dcfc06eca33c9ddeacb786d8a6e9d5f43adc92c2 (commit)
via a02381729ebfccf51d3fc451a12aa0d37638493c (commit)
via b3c9f1afa4be182401cb0c63451d8e53a8daf5cd (commit)
via 6d914941e078d391a39a1c3fbb1e3667f5af282e (commit)
via ee82f9e5b0698bd08557f3494848f8d89c1d6243 (commit)
via b7159b74908a7be909b01080f41bc38e5aa12cd5 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (a1813e1a47e42aaa5ff0a0376240145afaf5e4ad)
\
N -- N -- N (a02381729ebfccf51d3fc451a12aa0d37638493c)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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=a02381729ebfccf51d3fc451a12aa0d3…
commit a02381729ebfccf51d3fc451a12aa0d37638493c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Oct 1 13:43:04 2015 +0200
oap: add OAP config to VTY
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=b3c9f1afa4be182401cb0c63451d8e53…
commit b3c9f1afa4be182401cb0c63451d8e53a8daf5cd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Oct 1 01:52:40 2015 +0200
gsup/oap: add OAP to GSUP client.
Trigger an OAP registration upon connect, handle incoming OAP messages and
send replies as coming from oap_handle().
Add oap_config to sgsn_config (todo: vty).
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=6d914941e078d391a39a1c3fbb1e3667…
commit 6d914941e078d391a39a1c3fbb1e3667f5af282e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 30 22:58:57 2015 +0200
oap: add OAP API test
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=ee82f9e5b0698bd08557f3494848f8d8…
commit ee82f9e5b0698bd08557f3494848f8d89c1d6243
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Oct 1 14:12:40 2015 +0200
oap: add oap testsuite skeleton
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=b7159b74908a7be909b01080f41bc38e…
commit b7159b74908a7be909b01080f41bc38e5aa12cd5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 30 18:30:11 2015 +0200
oap: implement initial OAP API.
Add oap.[hc] and oap_messages.[hc].
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
openbsc/.gitignore | 1 +
openbsc/configure.ac | 1 +
openbsc/src/gprs/gprs_gsup_client.c | 2 +-
openbsc/src/gprs/sgsn_vty.c | 91 ++++++++++++++
openbsc/tests/Makefile.am | 2 +-
openbsc/tests/oap/Makefile.am | 19 +++
openbsc/tests/oap/oap_test.c | 243 ++++++++++++++++++++++++++++++++++++
openbsc/tests/oap/oap_test.ok | 2 +
openbsc/tests/sgsn/Makefile.am | 2 -
openbsc/tests/sgsn/sgsn_test.c | 194 ----------------------------
openbsc/tests/sgsn/sgsn_test.ok | 6 -
openbsc/tests/testsuite.at | 7 ++
12 files changed, 366 insertions(+), 204 deletions(-)
create mode 100644 openbsc/tests/oap/Makefile.am
create mode 100644 openbsc/tests/oap/oap_test.c
create mode 100644 openbsc/tests/oap/oap_test.ok
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)