openbsc.git branch aoip updated. 0.15.0-810-gf28797a84

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
Tue Jun 13 15:23:32 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, aoip has been updated
       via  f28797a84df8d13743222b87e664cdeae450840c (commit)
       via  a29091aba81d0303b47dbdc7377bd2d8db9a687c (commit)
       via  37170a74eee6c19a2b8633c747887a3ac1b9fee2 (commit)
       via  163d2e3651eeb24618e4ae70d0b4be813d7379f4 (commit)
       via  d56f7d7d61b9539bdbf4b8ab39ab3233d026c277 (commit)
       via  42a59b8064bf19d9b0376a6bdf4b4e7a860c793c (commit)
       via  c137e86538a0b027f5be46c1ce7e09d6f92848a4 (commit)
       via  55f00baeac572514a4585324b940b0d01c2a0e46 (commit)
       via  4caee3540d4d58eb6e5fadbf5bfaf7903348c961 (commit)
       via  4aced69b42e2fb8f57b5c8611406149f44410bc2 (commit)
       via  074d6f6a14df5e8057cfd280f0729ed31cf24018 (commit)
       via  0293f48d0cabad35f8794ff71e565138bbf3dbcd (commit)
       via  2dcdd8a38a3fcf3e5ee6ce2e63a277ba8234a76a (commit)
       via  c1aa6af10023f947e53a7fb82eb6a5d3794978f9 (commit)
       via  f4ae4d02bf8826f1f706e207a59922fa7a4d03dd (commit)
       via  fe187c72442acfb121e223f814594b8c81ead831 (commit)
       via  554ea76f3cc7a3866b55744baa59f2e95d0e19b8 (commit)
       via  783927f929d3d36a3d77e6a273ff7c0a70ea15be (commit)
       via  74791c877df8c17ced97a1342896acf439c3d4a8 (commit)
       via  08ed9b3f78a7ecdf844604b3ee0c7b03d05fd3cf (commit)
       via  843421714a102a4695c0e6b4588822e2a2901944 (commit)
       via  5ffe475c4b3aa1319622df280571ca5880192583 (commit)
       via  227dbb1c58aed1416f55781b88145f7c9a319ebb (commit)
       via  47aa8d7f861bb516eede2bd801725579ee5dd142 (commit)
       via  50a02b288de2508925594a591a1f0577223a2109 (commit)
       via  873a3044c1955909bb12c9a196a57f08834da599 (commit)
       via  be558d277231581dd1add4872e2e15252a97c1a4 (commit)
       via  e0dbfd032cbc579d39926726414fdca185d8860f (commit)
      from  a864742a9d821e0a359c632cddcf25eba0b9d037 (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        |   1 +
 openbsc/include/openbsc/a_iface.h          |  13 ++
 openbsc/include/openbsc/a_iface_bssap.h    |  13 +-
 openbsc/include/openbsc/a_reset.h          |  60 +++++
 openbsc/include/openbsc/bsc_msc.h          |   5 +-
 openbsc/include/openbsc/bsc_msc_data.h     |   1 +
 openbsc/include/openbsc/gsm_data.h         |   3 +
 openbsc/include/openbsc/gsm_data_shared.h  |  10 +
 openbsc/include/openbsc/mgcpgw_client.h    |  27 ++-
 openbsc/include/openbsc/msc_ifaces.h       |  18 +-
 openbsc/include/openbsc/osmo_bsc.h         |   1 +
 openbsc/include/openbsc/osmo_bsc_sigtran.h |   9 +
 openbsc/include/openbsc/transaction.h      |   3 +
 openbsc/src/libcommon-cs/Makefile.am       |   1 +
 openbsc/src/libcommon-cs/a_reset.c         | 186 +++++++++++++++
 openbsc/src/libmgcp/mgcpgw_client.c        |  86 +++++--
 openbsc/src/libmgcp/mgcpgw_client_vty.c    |  51 +++++
 openbsc/src/libmsc/a_iface.c               | 230 ++++++++++++++++---
 openbsc/src/libmsc/a_iface_bssap.c         | 128 ++++++++---
 openbsc/src/libmsc/gsm_04_08.c             |  38 +++-
 openbsc/src/libmsc/gsm_subscriber.c        |   3 +-
 openbsc/src/libmsc/msc_ifaces.c            |  64 +++++-
 openbsc/src/osmo-bsc/Makefile.am           |   1 -
 openbsc/src/osmo-bsc/osmo_bsc_api.c        |  27 ++-
 openbsc/src/osmo-bsc/osmo_bsc_audio.c      |  64 +++++-
 openbsc/src/osmo-bsc/osmo_bsc_bssap.c      | 297 ++++++++++++++++++------
 openbsc/src/osmo-bsc/osmo_bsc_sccp.c       | 351 -----------------------------
 openbsc/src/osmo-bsc/osmo_bsc_sigtran.c    | 164 ++++++++++----
 28 files changed, 1271 insertions(+), 584 deletions(-)
 create mode 100644 openbsc/include/openbsc/a_reset.h
 create mode 100644 openbsc/src/libcommon-cs/a_reset.c
 delete mode 100644 openbsc/src/osmo-bsc/osmo_bsc_sccp.c


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



More information about the osmocom-commitlog mailing list