openbsc.git branch neels/sgsn-id-3 updated. 0.15.0-14-g3b62ce0

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 Oct 13 12:17:00 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, neels/sgsn-id-3 has been updated
  discards  0d3445f5e85a3cafeadcd02adfc1a7236c73d498 (commit)
  discards  0c39306e0053f5e51e81354e677573253cb39f87 (commit)
  discards  f3116bb507ae11cf60b9a80dea805f69a4967ca9 (commit)
  discards  f491ced8c4699dd514dae4edb2f55f71de53f119 (commit)
  discards  2b5bdea9ccf05178fccd930e6bb524d319c8878b (commit)
  discards  bac65bb839001070f7f90c96ec6b42247f340836 (commit)
       via  3b62ce0dc2dff5c353cc7a4c8022aaec23f0adcd (commit)
       via  82c6c1a8bdd07c8cba8a6a71f3f015d52e64ebab (commit)
       via  35043cb1f1c04300de5f667fb41d9d62b2b4dd9f (commit)
       via  14d923a840b78a409d56fbedcf4622368b014aca (commit)
       via  54a391bacba7e7e66ceebb85e8210fe535f48879 (commit)
       via  33fc921a5cc37e1cc82d3126ce0f987244577ff7 (commit)
       via  537d480f3947924a2db182bab36a48f0bb42045f (commit)
       via  d1554ecb78ebf5b13ec72cdf1faf1bbd88121a01 (commit)
       via  044ce5fb846bb39645abb9d33e7043957e5a3982 (commit)
       via  133e8624efe109f020c15a0411c3eb7c461a61f1 (commit)
       via  cf151874581aa4cd553f8e066d330066cfca2468 (commit)
       via  a777c9ee3d4e433c713f7a5c346519aa0321f096 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (0d3445f5e85a3cafeadcd02adfc1a7236c73d498)
            \
             N -- N -- N (3b62ce0dc2dff5c353cc7a4c8022aaec23f0adcd)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=3b62ce0dc2dff5c353cc7a4c8022aaec23f0adcd

commit 3b62ce0dc2dff5c353cc7a4c8022aaec23f0adcd
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Oct 1 13:43:04 2015 +0200

    oap: add OAP config to VTY
    
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/openbsc/commit/?id=82c6c1a8bdd07c8cba8a6a71f3f015d52e64ebab

commit 82c6c1a8bdd07c8cba8a6a71f3f015d52e64ebab
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Oct 1 01:52:40 2015 +0200

    gsup/oap: add OAP to GSUP client.
    
    Trigger an OAP registration upon IPA connect. Feed incoming OAP messages to
    oap_handle() and send replies returned by it.
    
    Add oap_config to sgsn_config (todo: vty).
    
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/openbsc/commit/?id=35043cb1f1c04300de5f667fb41d9d62b2b4dd9f

commit 35043cb1f1c04300de5f667fb41d9d62b2b4dd9f
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Sep 30 22:58:57 2015 +0200

    oap: add OAP API test
    
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/openbsc/commit/?id=14d923a840b78a409d56fbedcf4622368b014aca

commit 14d923a840b78a409d56fbedcf4622368b014aca
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Oct 1 14:12:40 2015 +0200

    oap: add oap testsuite skeleton
    
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/openbsc/commit/?id=54a391bacba7e7e66ceebb85e8210fe535f48879

commit 54a391bacba7e7e66ceebb85e8210fe535f48879
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Sep 30 18:30:11 2015 +0200

    oap: implement initial OAP API.
    
    Add oap.[hc] and oap_messages.[hc].
    
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/openbsc/commit/?id=33fc921a5cc37e1cc82d3126ce0f987244577ff7

commit 33fc921a5cc37e1cc82d3126ce0f987244577ff7
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Sep 30 17:44:55 2015 +0200

    libcommon: soak up three static functions.
    
    Add new kitchen sink openbsc/utils.h and libcommon/utils.c to make three so far
    static functions public (so I can use them in the upcoming OAP code).
    
    A place to put them could have been the gprs_utils.h, but all general functions
    in there have a gprs_ prefix, and todo markings to move them away. All other
    libcommon headers are too specific, so I opened up this kitchen sink header.
    
    Replace the implementation of encode_big_endian() with a call to
    osmo_store64be_ext(). See comments.
    
    Apply the change in Makefiles and C files.

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

Summary of changes:
 openbsc/include/openbsc/gb_proxy.h    |   4 -
 openbsc/include/openbsc/mgcp.h        |   2 +
 openbsc/src/gprs/Makefile.am          |   7 +-
 openbsc/src/gprs/gb_proxy.c           |  16 +-
 openbsc/src/gprs/gprs_sgsn.c          |   6 +-
 openbsc/src/libmgcp/mgcp_osmux.c      |   2 +-
 openbsc/src/libmgcp/mgcp_protocol.c   |   1 +
 openbsc/src/libmgcp/mgcp_vty.c        |  12 +
 openbsc/tests/gbproxy/Makefile.am     |   4 +-
 openbsc/tests/gbproxy/gbproxy_test.c  | 110 +++++---
 openbsc/tests/gbproxy/gbproxy_test.ok | 514 +++++++++++++++++-----------------
 openbsc/tests/sgsn/Makefile.am        |   2 +
 openbsc/tests/sgsn/sgsn_test.c        | 133 +++++++--
 13 files changed, 480 insertions(+), 333 deletions(-)


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



More information about the osmocom-commitlog mailing list