openggsn.git branch master updated. 0.94-30-g6045efb

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:59:36 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  6045efb642918ac43056ca6a40cda2fe2e6db08d (commit)
       via  078bc097fca2f3482da8fd2c25d84d9275eaabab (commit)
       via  3cce289e4bb5891cd16e95e2d1b9e9660bdde291 (commit)
       via  b2a9aae35a8595bcd8b6986b0016f74ddfbc5fe9 (commit)
       via  95234821939685354489d8e127e9946c85233074 (commit)
       via  74aa8b701c57576dc512897f5d3f75ab846e83ef (commit)
       via  15ed7921541a2a99a146587b6e5c07c5ff6dd316 (commit)
      from  01628985ec53f4d16a88bf9bcb70d23445e0b5bb (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/openggsn/commit/?id=6045efb642918ac43056ca6a40cda2fe2e6db08d

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

    sgsnemu: Fix gengetopt package name
    
    gengetopt by default picks the program name from PACKAGE (autotools),
    which is openggsn and is obviously wrong in case of sgsnemu.
    
    After this patch, "sgsnemu --help" no longer shows "openggsn" but
    "sgsnemu" at the top of the help text.
    
    Change-Id: Ifabc2435a503ef71aa5a002ca46833f329068b37

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

commit 078bc097fca2f3482da8fd2c25d84d9275eaabab
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/openggsn/commit/?id=3cce289e4bb5891cd16e95e2d1b9e9660bdde291

commit 3cce289e4bb5891cd16e95e2d1b9e9660bdde291
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/openggsn/commit/?id=b2a9aae35a8595bcd8b6986b0016f74ddfbc5fe9

commit b2a9aae35a8595bcd8b6986b0016f74ddfbc5fe9
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/openggsn/commit/?id=95234821939685354489d8e127e9946c85233074

commit 95234821939685354489d8e127e9946c85233074
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/openggsn/commit/?id=74aa8b701c57576dc512897f5d3f75ab846e83ef

commit 74aa8b701c57576dc512897f5d3f75ab846e83ef
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/openggsn/commit/?id=15ed7921541a2a99a146587b6e5c07c5ff6dd316

commit 15ed7921541a2a99a146587b6e5c07c5ff6dd316
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   | 2203 ++++++++++++++++++++++-----------------------------
 sgsnemu/cmdline.ggo |   26 +-
 sgsnemu/cmdline.h   |  605 ++++++++++----
 sgsnemu/sgsnemu.c   |    6 +-
 4 files changed, 1433 insertions(+), 1407 deletions(-)


hooks/post-receive
-- 
The OpenGGSN project



More information about the osmocom-commitlog mailing list