openbsc.git branch neels/sgsn-id-pretty updated. 0.14.0-192-gdd407d8

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
Wed Sep 23 19:52:19 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-pretty has been updated
  discards  7d7ec7e977f394faabbeab1d08687f2575ec62b0 (commit)
       via  dd407d8cd675ae05fd4a1c5375716d3efe38776e (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 (7d7ec7e977f394faabbeab1d08687f2575ec62b0)
            \
             N -- N -- N (dd407d8cd675ae05fd4a1c5375716d3efe38776e)

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

commit dd407d8cd675ae05fd4a1c5375716d3efe38776e
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Wed Sep 23 21:49:55 2015 +0200

    ipa, gsup: file rename to prepare for refactoring
    
    Rename gprs_gsup_client.* to ipa_client.*.
    
    To ease diff reading for the upcoming commit, this commit performs a file
    rename only.
    
    Background: currently, GSUP is the only protocol spoken on the IPA wire. We
    will now add OAP, a new protocol to register the SGSN with a MAP proxy. What
    has been only the GSUP client will mostly become the general IPA client.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 openbsc/include/openbsc/Makefile.am                         | 2 +-
 openbsc/include/openbsc/{gprs_ipa_client.h => ipa_client.h} | 0
 openbsc/src/gprs/Makefile.am                                | 2 +-
 openbsc/src/gprs/gprs_subscriber.c                          | 2 +-
 openbsc/src/gprs/{gprs_ipa_client.c => ipa_client.c}        | 2 +-
 openbsc/src/gprs/sgsn_vty.c                                 | 2 +-
 openbsc/tests/sgsn/Makefile.am                              | 2 +-
 openbsc/tests/sgsn/sgsn_test.c                              | 2 +-
 8 files changed, 7 insertions(+), 7 deletions(-)
 rename openbsc/include/openbsc/{gprs_ipa_client.h => ipa_client.h} (100%)
 rename openbsc/src/gprs/{gprs_ipa_client.c => ipa_client.c} (99%)


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



More information about the osmocom-commitlog mailing list