osmo-ggsn.git branch master updated. 1.0.0-8-gf621498

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
Sun Sep 24 02:46:51 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  f621498129023a17f8023d1f865cfe66ba9c235a (commit)
       via  7c20148e396928f587a3719e092a8d1486664773 (commit)
       via  b6fc227763f26cec76be0da6cc402dce447abc91 (commit)
       via  1d94585f96ff684240013c21f00a3bf0e9a5d700 (commit)
       via  05ac095006691dc671c1669e21bebb872ef5a658 (commit)
       via  73d28c9dda6b5d523977df65c5aa03c50456ccda (commit)
      from  ea70f3619acbba7dba0e859f7eb52bdd53d4c17c (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=f621498129023a17f8023d1f865cfe66ba9c235a

commit f621498129023a17f8023d1f865cfe66ba9c235a
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Sep 24 10:23:24 2017 +0800

    sgsnemu: Re-generate cmdline.[ch] using gengetopt
    
    This will replace the manual additions to cmdline.[ch] with
    auto-generated code from gengetopt.  We need to fix-up the RAT Type in
    sgsnemu.c as the manually-added code diverged from what gengetopt
    generates.
    
    Change-Id: Ia687e13d5cec1655a57078a767d2123aa022842c

http://cgit.osmocom.org/osmo-ggsn/commit/?id=7c20148e396928f587a3719e092a8d1486664773

commit 7c20148e396928f587a3719e092a8d1486664773
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Sep 24 08:56:14 2017 +0800

    sgsnemu: Fix up gengetopt file for --norecovery
    
    In commit 3a4c67b4bf0067c4949a60bc750d01e0576c5e08 we introduced the
    --norecovery command line option, but this was apparently done by
    manually editing the C source code rather than adding it to the .ggo
    and letting gengetopt do its magic.  Let's fix this up.
    
    Change-Id: I1698280a699b17cea65651c3736ef149aba7e432

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

commit b6fc227763f26cec76be0da6cc402dce447abc91
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Sep 24 08:53:58 2017 +0800

    sgsnemu: Fix up gengetopt file for RAI
    
    In commit 41af5691ef08fb70e2c65aba03c8b9e6c20983a6 we introduced the
    --rai command line options, but this was apparently done by
    manually editing the C source code rather than adding it to the .ggo
    and letting gengetopt do its magic.  Let's fix this up.
    
    Change-Id: Iaab404c3bcfc0c3943764f6616763f4f407d5644

http://cgit.osmocom.org/osmo-ggsn/commit/?id=1d94585f96ff684240013c21f00a3bf0e9a5d700

commit 1d94585f96ff684240013c21f00a3bf0e9a5d700
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Sep 24 08:51:02 2017 +0800

    sgsnemu: Fix up gengetopt file for rattype, userloc, mstz, imeisv
    
    In commit 944dce3e66f3bc5b74f24dfbbee2370a231a39a9 we introduced various
    command line options, but this was apparently done by manually editing
    the C source code rather than adding it to the .ggo and letting
    gengetopt do its magic.  Let's fix this up.
    
    Change-Id: Ib8e7ef1cad5fc4423a1a4af628950aa93a4e073a

http://cgit.osmocom.org/osmo-ggsn/commit/?id=05ac095006691dc671c1669e21bebb872ef5a658

commit 05ac095006691dc671c1669e21bebb872ef5a658
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Sep 24 08:41:14 2017 +0800

    sgsnemu: Fix up gengetopt file for QoS Extensions of 24.008
    
    In commit 11a398fbc3ad9b655d8ba947bea7012f7ce81604 we introduced the
    --qose{1,2,3,4} command line options, but this was apparently done by
    manually editing the C source code rather than adding it to the .ggo
    and letting gengetopt do its magic.  Let's fix this up.
    
    Change-Id: I4cd827a96ac17f6eb9f824342f195727426d0e20

http://cgit.osmocom.org/osmo-ggsn/commit/?id=73d28c9dda6b5d523977df65c5aa03c50456ccda

commit 73d28c9dda6b5d523977df65c5aa03c50456ccda
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Sep 24 08:34:36 2017 +0800

    sgsnemu/cmdline.ggo: Remove 'unsigned' which is no longer supported
    
    It seems like modern gengetopt no longer supports 'unsigned int'
    argument types, and we need to use 'int' instead.  tested with 2.22.6
    
    Change-Id: I34ca86cb3cc482400a7c4b3bf77c8668aaef562e

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

Summary of changes:
 sgsnemu/cmdline.c   | 2200 ++++++++++++++++++++++-----------------------------
 sgsnemu/cmdline.ggo |   24 +-
 sgsnemu/cmdline.h   |  607 ++++++++++----
 sgsnemu/sgsnemu.c   |    6 +-
 4 files changed, 1433 insertions(+), 1404 deletions(-)


hooks/post-receive
-- 
The OpenGGSN project



More information about the osmocom-commitlog mailing list