openbsc.git branch aoip updated. 0.15.0-928-gfd6092535

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
Sat Jul 22 19:26:37 UTC 2017


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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, aoip has been updated
       via  fd60925358a5daf08d7f3b509521b3c922527a7d (commit)
       via  b22ee29d87447a5c724187fd14d6926f0d4fb217 (commit)
       via  5e1f3de26cd273493918a595eec3b72c30a765fb (commit)
       via  9613d7860fb4b28e0ac1d1a592df25f8351e5b64 (commit)
       via  3fc122d360c46e0fe374c2fee34d9e8ceaf44ce9 (commit)
       via  cf04231a361e6257d019a538b03fd07cb7922896 (commit)
       via  73d7febc0e57010bddc7d1044e493b0f71428aca (commit)
       via  b6a5e19b5c9b8ae5a58a281b4f8721f224abc217 (commit)
       via  6b9b64105bd17b0290152c6ce866ba543e527244 (commit)
       via  9208d9c68e28630080573c215ca4aab4811aa01e (commit)
       via  e0828ad50fe926ecb65310ac4fdbd040af1b64b8 (commit)
       via  e4f357ee3eee75c060c0e3d75128794907bd8006 (commit)
       via  d8a6e0640246cf34f44979ebef91f25cb1c3c650 (commit)
       via  f558587cc65c09a42e30c8e357d591e29b0cc6b9 (commit)
       via  a3d37cb278b7d0e17053771b1d9dbdda488a079d (commit)
       via  5042e5760c4bb44125697347bb96b851efbe2b5a (commit)
       via  7a1c03393c9701f38bf32a6e7f248910f9c09ccd (commit)
       via  1a63a31b577fa219b9a78a317fa12adbd8454a8f (commit)
       via  7941a94244d2f3e7ffed811fca41d7849c7d398e (commit)
       via  bd85cdf71acc0d043ad978afaba830d603888c7b (commit)
       via  c123ce519ed1c2b036fde61e6ee089f99c0fb26e (commit)
      from  edc5dfe5ff61b163018852f38cdfe021e2c73571 (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/bsc_msc_data.h             |   2 +-
 openbsc/include/openbsc/gsm_04_08.h                |   2 +
 openbsc/include/openbsc/gsm_data.h                 |   8 +-
 openbsc/include/openbsc/msc_ifaces.h               |   1 +
 openbsc/include/openbsc/transaction.h              |   7 +
 openbsc/src/libiu/iu.c                             |   3 +
 openbsc/src/libmgcp/mgcp_protocol.c                |  44 +-
 openbsc/src/libmsc/a_iface.c                       |   2 +-
 openbsc/src/libmsc/gsm_04_08.c                     | 199 +++----
 openbsc/src/libmsc/msc_ifaces.c                    |  51 ++
 openbsc/src/libmsc/msc_vty.c                       |  28 +
 openbsc/src/libmsc/osmo_msc.c                      |  53 +-
 openbsc/src/libmsc/subscr_conn.c                   |  15 +-
 openbsc/src/osmo-bsc/osmo_bsc_sigtran.c            |  20 +-
 openbsc/src/osmo-bsc/osmo_bsc_vty.c                |  73 +--
 openbsc/src/osmo-msc/msc_main.c                    |  65 ++-
 openbsc/tests/msc_vlr/Makefile.am                  |   2 +
 openbsc/tests/msc_vlr/msc_vlr_test_gsm_authen.c    |  36 ++
 openbsc/tests/msc_vlr/msc_vlr_test_gsm_authen.err  |  61 +-
 openbsc/tests/msc_vlr/msc_vlr_test_gsm_ciph.c      | 648 +--------------------
 openbsc/tests/msc_vlr/msc_vlr_test_gsm_ciph.err    |  52 +-
 openbsc/tests/msc_vlr/msc_vlr_test_hlr_reject.c    |  22 +
 openbsc/tests/msc_vlr/msc_vlr_test_hlr_reject.err  |  33 ++
 openbsc/tests/msc_vlr/msc_vlr_test_hlr_timeout.c   |   4 +
 openbsc/tests/msc_vlr/msc_vlr_test_hlr_timeout.err |   6 +
 openbsc/tests/msc_vlr/msc_vlr_test_ms_timeout.c    |   6 +
 openbsc/tests/msc_vlr/msc_vlr_test_ms_timeout.err  |   9 +
 openbsc/tests/msc_vlr/msc_vlr_test_no_authen.c     |  26 +
 openbsc/tests/msc_vlr/msc_vlr_test_no_authen.err   |  47 +-
 .../msc_vlr/msc_vlr_test_reject_concurrency.c      |  30 +-
 .../msc_vlr/msc_vlr_test_reject_concurrency.err    |  64 +-
 openbsc/tests/msc_vlr/msc_vlr_test_rest.c          |  13 +
 openbsc/tests/msc_vlr/msc_vlr_test_rest.err        |  20 +-
 openbsc/tests/msc_vlr/msc_vlr_test_umts_authen.c   |  23 +
 openbsc/tests/msc_vlr/msc_vlr_test_umts_authen.err |  34 +-
 openbsc/tests/msc_vlr/msc_vlr_tests.c              |  32 +
 openbsc/tests/msc_vlr/msc_vlr_tests.h              |  32 +
 37 files changed, 925 insertions(+), 848 deletions(-)


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



More information about the osmocom-commitlog mailing list