openbsc.git branch master updated. 0.15.0-37-g9cfe037

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 Nov 16 14:22:27 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  9cfe037559bccf5b4652bd449e2b2f1694b8e5f5 (commit)
       via  063a802d468442fdd7d46e6d7c51e9e8327fb791 (commit)
       via  390e9101253331b58297a3526ea2fed0982815c8 (commit)
       via  a208c734a20a525a897b7a7184361da61604208e (commit)
       via  16c3f57ed63c65043561c6bb4cec2430d0537aff (commit)
       via  3317c84c163a567e0d9405df6d4945689dac1f2c (commit)
       via  c83cd898ef3c167c370d0c3240f355f192388ec7 (commit)
       via  e921e32c828e4c4a62fa3edc17bf49abf8e6d8d7 (commit)
       via  c227594394ddd00e11b8e57cfd16182338cef131 (commit)
       via  5b664f4b9b95f3f8be3741794fceb309a345bb00 (commit)
       via  bb3d6785e1a32a651bdb9b32707245e1c126c536 (commit)
       via  30f7bcbd79ad1b661dff844a43f0ccbf4f07cebf (commit)
       via  c8a614d2e9c56fe13c22f239be82f2a2c958e039 (commit)
      from  65482c919f82b28aa53cd519c4f7799b104051c0 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 openbsc/.gitignore                  |    2 +
 openbsc/configure.ac                |    1 +
 openbsc/include/openbsc/Makefile.am |    1 +
 openbsc/include/openbsc/debug.h     |    1 +
 openbsc/include/openbsc/gtphub.h    |  469 ++++++++
 openbsc/include/openbsc/vty.h       |    1 +
 openbsc/src/gprs/Makefile.am        |    8 +
 openbsc/src/gprs/gprs_utils.c       |    4 +-
 openbsc/src/gprs/gtphub.c           | 2262 +++++++++++++++++++++++++++++++++++
 openbsc/src/gprs/gtphub_ext.c       |  216 ++++
 openbsc/src/gprs/gtphub_main.c      |  282 +++++
 openbsc/src/gprs/gtphub_vty.c       |  258 ++++
 openbsc/src/gprs/sgsn_vty.c         |    5 +
 openbsc/tests/Makefile.am           |    2 +-
 openbsc/tests/gtphub/Makefile.am    |   22 +
 openbsc/tests/gtphub/gtphub_test.c  |  960 +++++++++++++++
 openbsc/tests/gtphub/gtphub_test.ok |    9 +
 openbsc/tests/testsuite.at          |    7 +
 18 files changed, 4508 insertions(+), 2 deletions(-)
 create mode 100644 openbsc/include/openbsc/gtphub.h
 create mode 100644 openbsc/src/gprs/gtphub.c
 create mode 100644 openbsc/src/gprs/gtphub_ext.c
 create mode 100644 openbsc/src/gprs/gtphub_main.c
 create mode 100644 openbsc/src/gprs/gtphub_vty.c
 create mode 100644 openbsc/tests/gtphub/Makefile.am
 create mode 100644 openbsc/tests/gtphub/gtphub_test.c
 create mode 100644 openbsc/tests/gtphub/gtphub_test.ok


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



More information about the osmocom-commitlog mailing list