openbsc.git branch aoip updated. 0.15.0-907-gedc5dfe5f

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 Jul 10 10:33:04 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  edc5dfe5ff61b163018852f38cdfe021e2c73571 (commit)
       via  fac9c9e9d8682a0fe234b12cf94fc490596284eb (commit)
       via  7a4855ac405284f3ee59f3e413bab5172fcc05b0 (commit)
       via  ea6b3ecc0396abbf5a9472fc97fee54dd42acf83 (commit)
       via  9a6c0ea9202126aace2a98f10bf1117a3f41e500 (commit)
       via  362e8b0f0a2f4a62deddc6b1de7b987c54e29533 (commit)
       via  4fca7f82dca3e78a6da732901544f9ec8aaac90b (commit)
       via  094024259f92cc19ca5364662ce7f8129c2efbac (commit)
       via  59f0ff6bf739e79288737e922634dc0b466a3702 (commit)
       via  edc140f90ed28a779d392daecbd120a46af3b754 (commit)
       via  6cd9cc0fca48a71bc01fbefa4afa958421603f9b (commit)
       via  c2a3f6efd9905ad21b643e88475210e522b6d798 (commit)
       via  82e2f7639fe3c3d49f183ae0f2bb330fcaf44465 (commit)
       via  fd4167ad32f05b2b1b91314ddc43864b17b23995 (commit)
       via  4e3818b1c1fd592b125ce3e625b5cbf445037631 (commit)
       via  e93733f322c8ca2d60cc3493d3fa95d987321926 (commit)
       via  29e63bbae41f03c7eeb3ac7685f5d7c3b59f6e3a (commit)
       via  116568d34f5c1e941082ae7bfc891631a8b53553 (commit)
       via  458c2b0a72fefbd2c725c1b512f761b3bfc74229 (commit)
       via  250c7f7a539a0626f4a013429f9fea84d580089f (commit)
       via  2662502066f6241dfe5295506862c52aa43fe575 (commit)
       via  c099ad7279976b44a6285a258a13400770f3a75b (commit)
       via  03bf3a7beef21c0e9b1a7cd9836a3590eedf3939 (commit)
       via  a550a096c42283d40f370568637916962b6b4162 (commit)
       via  5ee15066de7b6b24820653ad5e2de04f60f55e00 (commit)
       via  6b62babe5848981bd41db7377646ee390b7b953d (commit)
       via  55154fb8574337ac5854b9f5912e1d7928b6a9c0 (commit)
       via  9360d613f4e878caf469e9049262e8f1a567e92f (commit)
       via  e80608d9fdacc6411d31def68dd00285642eecbd (commit)
       via  fc515efb41e4674c09f438a9664028f5b8da804d (commit)
       via  d6ec7a4ab5e307152a94f513a3f218cda5ef8482 (commit)
       via  0bfa685ae9884876d8062a44d16806894ca229cb (commit)
       via  9e1e0f46fb82fabb3be11006effa964ed4163ed8 (commit)
       via  e2b37af93a084abf57c496938746cc66e65c120f (commit)
      from  9244306db501a2e94a43861b67f619d4a4b8a958 (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 -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=edc5dfe5ff61b163018852f38cdfe021e2c73571

commit edc5dfe5ff61b163018852f38cdfe021e2c73571
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Jul 10 12:31:40 2017 +0200

    cosmetic: tweak error log in osmo_bsc_sigtran_init()
    
    Change-Id: Iec3dbeb0ee1421129aaf9e313d616757955bee48

-----------------------------------------------------------------------

Summary of changes:
 openbsc/include/openbsc/a_iface.h          |  49 +++++-
 openbsc/include/openbsc/a_iface_bssap.h    |  21 +--
 openbsc/include/openbsc/a_reset.h          |   5 +-
 openbsc/include/openbsc/bsc_msc.h          |   2 +-
 openbsc/include/openbsc/bsc_msc_data.h     |  21 +++
 openbsc/include/openbsc/gsm_data.h         |  16 ++
 openbsc/include/openbsc/mgcpgw_client.h    |   3 +-
 openbsc/include/openbsc/osmo_bsc.h         |   2 +-
 openbsc/include/openbsc/osmo_bsc_sigtran.h |   8 +-
 openbsc/src/gprs/Makefile.am               |   2 +
 openbsc/src/libcommon-cs/a_reset.c         |  54 +++++-
 openbsc/src/libcommon-cs/common_cs.c       |   2 +
 openbsc/src/libcommon/common_vty.c         |  20 ++-
 openbsc/src/libmgcp/mgcpgw_client.c        |   9 +-
 openbsc/src/libmsc/a_iface.c               | 258 ++++++++++++++++++++++++-----
 openbsc/src/libmsc/a_iface_bssap.c         | 133 +++++++--------
 openbsc/src/libmsc/msc_ifaces.c            |  60 ++++++-
 openbsc/src/libmsc/osmo_msc.c              |   2 +
 openbsc/src/osmo-bsc/osmo_bsc_bssap.c      |  12 +-
 openbsc/src/osmo-bsc/osmo_bsc_main.c       |  18 +-
 openbsc/src/osmo-bsc/osmo_bsc_sigtran.c    | 153 +++++++++++------
 openbsc/src/osmo-bsc/osmo_bsc_vty.c        | 108 ++++++++++++
 openbsc/src/osmo-bsc_mgcp/Makefile.am      |   1 +
 openbsc/src/osmo-bsc_nat/Makefile.am       |   1 +
 openbsc/src/osmo-msc/msc_main.c            |   2 +-
 openbsc/tests/msc_vlr/Makefile.am          |   2 +-
 26 files changed, 727 insertions(+), 237 deletions(-)


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



More information about the osmocom-commitlog mailing list