openggsn.git branch laforge/osmo-ggsn updated. 0.94-22-g22db55d

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 Sep 5 17:27:12 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 OpenGGSN project".

The branch, laforge/osmo-ggsn has been updated
  discards  e1f9bb04c73b1f9817d6e83a8a4058c15d5eb205 (commit)
  discards  0cc0c92d7d182c4a20ebbac830d1f0a0938301a3 (commit)
  discards  4aa33dbef2950474138ab9de4279e1c76d3d3021 (commit)
       via  22db55dec786d8937822963c0a2366ce2ca56731 (commit)
       via  c18c52be6fae27b90bff241fea5ebc1c0a617aba (commit)
       via  0ea01ca222cf1109e91343156ada05386d5525f3 (commit)
       via  26facb39da17b0b11a73ff7415dd0c5ed6b86062 (commit)
       via  5c8b77af2541811c87319af2016f6a25b73ba224 (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 (e1f9bb04c73b1f9817d6e83a8a4058c15d5eb205)
            \
             N -- N -- N (22db55dec786d8937822963c0a2366ce2ca56731)

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/openggsn/commit/?id=22db55dec786d8937822963c0a2366ce2ca56731

commit 22db55dec786d8937822963c0a2366ce2ca56731
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Sep 5 18:12:14 2017 +0200

    Rename OpenGGSN to OsmoGGSN
    
    Osmocom has maintained this program since about 7 years now, while
    the original author / copyright holder has completely disappeared.
    
    With the introduction of Osmocom-style CTRL and VTY interfaces,
    the way how the program is used and configured has substantially
    changed.  In order to avoid confusion in terms of configuration file
    format etc, let's rename it to OsmoGGSN.
    
    Change-Id: I2da30f7d4828e185bfac1a4e2d8414b01cbe4f9d

http://cgit.osmocom.org/openggsn/commit/?id=c18c52be6fae27b90bff241fea5ebc1c0a617aba

commit c18c52be6fae27b90bff241fea5ebc1c0a617aba
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Aug 12 21:33:08 2017 +0200

    WIP: manpage update
    
    Change-Id: Icc49721c3d52d5b1c921ea5e4ccfc8b705a2c9bc

http://cgit.osmocom.org/openggsn/commit/?id=0ea01ca222cf1109e91343156ada05386d5525f3

commit 0ea01ca222cf1109e91343156ada05386d5525f3
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Aug 20 12:44:21 2017 +0200

    ggsn: Handle SIGTERM like SIGINT and terminate
    
    Change-Id: I0c8773bd6ef41332b91b5b025aef9ef129af8289

http://cgit.osmocom.org/openggsn/commit/?id=26facb39da17b0b11a73ff7415dd0c5ed6b86062

commit 26facb39da17b0b11a73ff7415dd0c5ed6b86062
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Aug 12 20:01:59 2017 +0200

    Documentation update: Remove NEWS, README.Solaris, update README.md
    
    * README.Solaris is obsolete and related code has been removed
    * NEWS file was unmaintained for more than a decade, remove it
    * Remove "Performance" chapter about 550MHz Athlon
    * gengetopt is no longer needed for ggsn
    * remove compilation/installation instructions horribly out of date
    * command line syntax of 'ggsn' program has changed
    
    Change-Id: I45d627911503c7b733cae6a1396ca4d69a9994db

http://cgit.osmocom.org/openggsn/commit/?id=5c8b77af2541811c87319af2016f6a25b73ba224

commit 5c8b77af2541811c87319af2016f6a25b73ba224
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Aug 12 15:07:02 2017 +0200

    Introduce a VTY, factually turning OpenGGSN into an Osmocom program
    
    Change-Id: I9613ca3436e77ea132c47f0096df7c5050d7e826

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

Summary of changes:
 .gitignore                               |   4 +-
 AUTHORS                                  |   2 +-
 README.FreeBSD                           |   2 +-
 README.MacOSX                            |   2 +-
 README.md                                |  54 ++++++------
 configure.ac                             |   6 +-
 debian/changelog                         |   6 ++
 debian/control                           |  24 +++---
 debian/copyright                         |  14 ++--
 debian/{openggsn.init => osmo-ggsn.init} |  18 ++--
 debian/rules                             |   2 +-
 doc/Compliance.html                      |   2 +-
 doc/Makefile.am                          |   2 +-
 doc/{ggsn.8 => osmo-ggsn.8}              | 137 ++++++-------------------------
 doc/sgsnemu.8                            |   8 +-
 examples/{ggsn.init => osmo-ggsn.init}   |  36 ++++----
 ggsn/Makefile.am                         |  12 +--
 ggsn/cmdline.ggo                         |  38 ---------
 ggsn/ggsn.c                              |   6 +-
 ggsn/ggsn_vty.c                          |   2 +-
 gtp/gtp.c                                |   4 +-
 gtp/gtp.h                                |   2 +-
 gtp/gtpie.c                              |   2 +-
 gtp/gtpie.h                              |   2 +-
 gtp/pdp.c                                |   3 +-
 gtp/pdp.h                                |   3 +-
 gtp/queue.c                              |   3 +-
 gtp/queue.h                              |   2 +-
 libgtp.pc.in                             |   2 +-
 openggsn.spec.in => osmo-ggsn.spec.in    |  45 +++++-----
 sgsnemu/cmdline.ggo                      |   2 +-
 sgsnemu/sgsnemu.c                        |   2 +-
 32 files changed, 171 insertions(+), 278 deletions(-)
 rename debian/{openggsn.init => osmo-ggsn.init} (92%)
 rename doc/{ggsn.8 => osmo-ggsn.8} (62%)
 rename examples/{ggsn.init => osmo-ggsn.init} (58%)
 delete mode 100644 ggsn/cmdline.ggo
 rename openggsn.spec.in => osmo-ggsn.spec.in (58%)


hooks/post-receive
-- 
The OpenGGSN project



More information about the osmocom-commitlog mailing list