openbsc.git branch master updated. 0.15.0-258-g7c55ede

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
Fri May 6 09:24:03 UTC 2016


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  7c55ede8b12faf1420b25ba30b5a22467fb2445c (commit)
       via  5f2524fe3d7242530f2088635df03df297862da0 (commit)
       via  5d547a4358edbd18744d1996d6ecb40328f09061 (commit)
       via  d8aa412c46638abea05488ebb2e9d70ca7fd628a (commit)
       via  564c06525b9acb3f4b90d4c92970e7d9cc5b1d8e (commit)
       via  31760a1f6089fb59475ba79faa3eb97e4cf00f68 (commit)
       via  23d77d56ea47bbb971bf2fc5d93d6ae2d7d30f03 (commit)
       via  50f1c0af567423b6ade9a84aaa5197ecf6237819 (commit)
       via  eff215a8bb766e62a02bcc0f4334470a53475001 (commit)
       via  7ca035decaaed460e66286868b1f14ccd3e00013 (commit)
       via  85234a32db7ab91f9361d4a54bea9523e2c7a5b9 (commit)
       via  842674b8b3d245a2eecb352eb89609ed44cb0832 (commit)
       via  28903a99eae60cee616901fd3863960b1321ff54 (commit)
       via  d3fa84dbba3b67cdbe2d8c789b2833b5ddf42068 (commit)
       via  53373bca8f9fe79ca981f9fc1ef644586bd5c3b2 (commit)
       via  121e9a4164e65dfb68b2bf09297a8537a2f659c5 (commit)
      from  3ffce19cb4929c907460753d302e4720558cc6d2 (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/include/openbsc/Makefile.am          |   6 +-
 openbsc/include/openbsc/gprs_gsup_messages.h | 119 -------
 openbsc/include/openbsc/gprs_sgsn.h          |   7 +-
 openbsc/include/openbsc/gprs_utils.h         |  11 -
 openbsc/include/openbsc/gsm_04_08_gprs.h     | 397 ----------------------
 openbsc/include/openbsc/gsm_data.h           |   5 +-
 openbsc/include/openbsc/gsm_subscriber.h     |   7 +-
 openbsc/include/openbsc/ipaccess.h           |   3 +-
 openbsc/include/openbsc/oap.h                |   4 +-
 openbsc/include/openbsc/oap_messages.h       |  16 +-
 openbsc/include/openbsc/utils.h              |  26 --
 openbsc/src/gprs/Makefile.am                 |   4 +-
 openbsc/src/gprs/gb_proxy.c                  |   2 +-
 openbsc/src/gprs/gb_proxy_patch.c            |   1 -
 openbsc/src/gprs/gb_proxy_peer.c             |   1 -
 openbsc/src/gprs/gprs_gb_parse.c             |  58 ++--
 openbsc/src/gprs/gprs_gmm.c                  |  14 +-
 openbsc/src/gprs/gprs_gsup_messages.c        | 419 -----------------------
 openbsc/src/gprs/gprs_sgsn.c                 |   2 +-
 openbsc/src/gprs/gprs_subscriber.c           | 131 +++++---
 openbsc/src/gprs/gprs_utils.c                | 136 +-------
 openbsc/src/gprs/gsm_04_08_gprs.c            | 141 --------
 openbsc/src/gprs/gtphub_ares.c               |   2 +-
 openbsc/src/gprs/oap.c                       |  43 +--
 openbsc/src/gprs/oap_messages.c              |  20 +-
 openbsc/src/gprs/sgsn_auth.c                 |   3 +-
 openbsc/src/gprs/sgsn_libgtp.c               |   2 +-
 openbsc/src/gprs/sgsn_vty.c                  |  14 +-
 openbsc/src/libcommon/Makefile.am            |   2 +-
 openbsc/src/libcommon/gsm_subscriber_base.c  |   2 +-
 openbsc/src/libcommon/utils.c                |  58 ----
 openbsc/src/libmsc/auth.c                    |   8 +-
 openbsc/src/libmsc/ctrl_commands.c           |   2 +-
 openbsc/src/libmsc/db.c                      |  25 +-
 openbsc/src/libmsc/gsm_04_08.c               |  10 +-
 openbsc/src/libmsc/vty_interface_layer3.c    |   6 +-
 openbsc/src/osmo-bsc_nat/bsc_nat.c           |   3 +-
 openbsc/src/osmo-bsc_nat/bsc_ussd.c          |   2 +-
 openbsc/tests/gbproxy/gbproxy_test.c         |   2 +-
 openbsc/tests/gprs/Makefile.am               |   4 +-
 openbsc/tests/gprs/gprs_test.c               | 480 +--------------------------
 openbsc/tests/gprs/gprs_test.ok              |  14 -
 openbsc/tests/gtphub/gtphub_test.c           |   2 +-
 openbsc/tests/mm_auth/mm_auth_test.c         |   6 +-
 openbsc/tests/oap/Makefile.am                |   1 -
 openbsc/tests/oap/oap_test.c                 |   9 +-
 openbsc/tests/sgsn/Makefile.am               |   2 -
 openbsc/tests/sgsn/sgsn_test.c               |  21 +-
 48 files changed, 239 insertions(+), 2014 deletions(-)
 delete mode 100644 openbsc/include/openbsc/gprs_gsup_messages.h
 delete mode 100644 openbsc/include/openbsc/gsm_04_08_gprs.h
 delete mode 100644 openbsc/include/openbsc/utils.h
 delete mode 100644 openbsc/src/gprs/gprs_gsup_messages.c
 delete mode 100644 openbsc/src/gprs/gsm_04_08_gprs.c
 delete mode 100644 openbsc/src/libcommon/utils.c


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



More information about the osmocom-commitlog mailing list