openbsc.git branch neels/sgsn-id-3 updated. 0.14.0-203-gac287bf

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
Thu Oct 1 13:02:11 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  a02381729ebfccf51d3fc451a12aa0d37638493c (commit)
  discards  b3c9f1afa4be182401cb0c63451d8e53a8daf5cd (commit)
  discards  6d914941e078d391a39a1c3fbb1e3667f5af282e (commit)
  discards  ee82f9e5b0698bd08557f3494848f8d89c1d6243 (commit)
  discards  b7159b74908a7be909b01080f41bc38e5aa12cd5 (commit)
  discards  4c31279e324b464ea5bb824fd47c50fc3fceddb3 (commit)
  discards  54fbafdade5f90308c4737714c8700dc5daf0978 (commit)
       via  ac287bf95f0c17dbad4d4278577da057bf5d39cb (commit)
       via  77bc0f8d9c332a49d2c75bdbde4b978754810e11 (commit)
       via  44f30f06ec662085e62ca4cacc0ee7d9a9205ae0 (commit)
       via  36699f06dfd75cfc4bdb958bff9366a7af786a16 (commit)
       via  e8b398c5083a9b147161d66024f2921cc81d9d13 (commit)
       via  9f1504373e186e3b0ad0b21242708570122e696b (commit)
       via  d1eee343c814567537b03383d14d162b40fc91c5 (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 (a02381729ebfccf51d3fc451a12aa0d37638493c)
            \
             N -- N -- N (ac287bf95f0c17dbad4d4278577da057bf5d39cb)

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=ac287bf95f0c17dbad4d4278577da057bf5d39cb

commit ac287bf95f0c17dbad4d4278577da057bf5d39cb
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=77bc0f8d9c332a49d2c75bdbde4b978754810e11

commit 77bc0f8d9c332a49d2c75bdbde4b978754810e11
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=44f30f06ec662085e62ca4cacc0ee7d9a9205ae0

commit 44f30f06ec662085e62ca4cacc0ee7d9a9205ae0
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=36699f06dfd75cfc4bdb958bff9366a7af786a16

commit 36699f06dfd75cfc4bdb958bff9366a7af786a16
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=e8b398c5083a9b147161d66024f2921cc81d9d13

commit e8b398c5083a9b147161d66024f2921cc81d9d13
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=9f1504373e186e3b0ad0b21242708570122e696b

commit 9f1504373e186e3b0ad0b21242708570122e696b
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Sep 30 18:01:50 2015 +0200

    Add OAP design document.
    
    Sponsored-by: On-Waves ehf

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

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

    gsup: factor out header composition & sending.
    
    Move IPA header composition and sending to new static gsup_client_send() (so I
    can use it in the upcoming OAP code).
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 openbsc/tests/oap/oap_test.ok  | 7 ++++++-
 openbsc/tests/sgsn/Makefile.am | 2 ++
 2 files changed, 8 insertions(+), 1 deletion(-)


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



More information about the osmocom-commitlog mailing list