osmo-ggsn.git branch master updated. 0.94-28-gce316f4

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 6 07:53:43 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, master has been updated
       via  ce316f4962f14a48aa06df2d250f23e0ce23fc3a (commit)
       via  59ffc89d42be8458557592c79a4e9e5eb3a0b37d (commit)
       via  632e843e5f694ba258e716a7f0e0ceb39055f303 (commit)
       via  e80494726c5b36caef58a5999251613453d9e2f0 (commit)
       via  3591437e0f868d597782fbed64de0eac18340028 (commit)
       via  dda21ed7d4a897c9284c69175d0da598598eae40 (commit)
      from  2778ae2b8f7780fd0bebb520aa0900b5418aad93 (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/osmo-ggsn/commit/?id=ce316f4962f14a48aa06df2d250f23e0ce23fc3a

commit ce316f4962f14a48aa06df2d250f23e0ce23fc3a
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Sep 5 22:24:45 2017 +0200

    Move examples to doc/examples and include them in DIST
    
    Change-Id: I0846e21ac63774939934ab629c6d7212269be9a6

http://cgit.osmocom.org/osmo-ggsn/commit/?id=59ffc89d42be8458557592c79a4e9e5eb3a0b37d

commit 59ffc89d42be8458557592c79a4e9e5eb3a0b37d
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Sep 5 19:22:04 2017 +0200

    remove bogus 'version' script
    
    Change-Id: I3977cd4777aa4cf37a1d6e21eba0bc37d61421f3

http://cgit.osmocom.org/osmo-ggsn/commit/?id=632e843e5f694ba258e716a7f0e0ceb39055f303

commit 632e843e5f694ba258e716a7f0e0ceb39055f303
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/osmo-ggsn/commit/?id=e80494726c5b36caef58a5999251613453d9e2f0

commit e80494726c5b36caef58a5999251613453d9e2f0
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/osmo-ggsn/commit/?id=3591437e0f868d597782fbed64de0eac18340028

commit 3591437e0f868d597782fbed64de0eac18340028
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/osmo-ggsn/commit/?id=dda21ed7d4a897c9284c69175d0da598598eae40

commit dda21ed7d4a897c9284c69175d0da598598eae40
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                                     |    6 +-
 AUTHORS                                        |    2 +-
 Makefile.am                                    |    2 +-
 NEWS                                           |   78 --
 README.FreeBSD                                 |    2 +-
 README.MacOSX                                  |    2 +-
 README.Solaris                                 |   41 -
 README.md                                      |  174 +---
 configure.ac                                   |    7 +-
 examples/ggsn.init => contrib/osmo-ggsn.init   |   36 +-
 debian/changelog                               |    6 +
 debian/control                                 |   24 +-
 debian/copyright                               |   14 +-
 debian/openggsn.examples                       |    2 -
 debian/osmo-ggsn.examples                      |    2 +
 debian/{openggsn.init => osmo-ggsn.init}       |   18 +-
 debian/{openggsn.install => osmo-ggsn.install} |    2 +-
 debian/rules                                   |    2 +-
 doc/Compliance.html                            |    2 +-
 doc/Makefile.am                                |    7 +-
 doc/examples/Makefile.am                       |   22 +
 {examples => doc/examples}/firewall            |    0
 doc/examples/osmo-ggsn.cfg                     |   71 ++
 {examples => doc/examples}/sgsnemu.conf        |    0
 doc/{ggsn.8 => osmo-ggsn.8}                    |  155 +---
 doc/sgsnemu.8                                  |    8 +-
 examples/ggsn.conf                             |   92 --
 ggsn/Makefile.am                               |   16 +-
 ggsn/cmdline.c                                 | 1162 ------------------------
 ggsn/cmdline.ggo                               |   38 -
 ggsn/cmdline.h                                 |  275 ------
 ggsn/ggsn.c                                    | 1016 +++++++++++----------
 ggsn/ggsn.h                                    |  133 +++
 ggsn/ggsn_vty.c                                |  890 ++++++++++++++++++
 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 +-
 lib/tun.c                                      |    4 +-
 lib/tun.h                                      |    2 +-
 libgtp.pc.in                                   |    2 +-
 openggsn.spec.in => osmo-ggsn.spec.in          |   45 +-
 sgsnemu/cmdline.ggo                            |    2 +-
 sgsnemu/sgsnemu.c                              |    4 +-
 version                                        |   24 -
 49 files changed, 1844 insertions(+), 2567 deletions(-)
 delete mode 100644 NEWS
 delete mode 100644 README.Solaris
 rename examples/ggsn.init => contrib/osmo-ggsn.init (58%)
 delete mode 100644 debian/openggsn.examples
 create mode 100644 debian/osmo-ggsn.examples
 rename debian/{openggsn.init => osmo-ggsn.init} (92%)
 rename debian/{openggsn.install => osmo-ggsn.install} (67%)
 create mode 100644 doc/examples/Makefile.am
 rename {examples => doc/examples}/firewall (100%)
 create mode 100644 doc/examples/osmo-ggsn.cfg
 rename {examples => doc/examples}/sgsnemu.conf (100%)
 rename doc/{ggsn.8 => osmo-ggsn.8} (57%)
 delete mode 100644 examples/ggsn.conf
 delete mode 100644 ggsn/cmdline.c
 delete mode 100644 ggsn/cmdline.ggo
 delete mode 100644 ggsn/cmdline.h
 create mode 100644 ggsn/ggsn.h
 create mode 100644 ggsn/ggsn_vty.c
 rename openggsn.spec.in => osmo-ggsn.spec.in (58%)
 delete mode 100755 version


hooks/post-receive
-- 
The OpenGGSN project



More information about the osmocom-commitlog mailing list