openbsc.git branch zecke/features/gprs-gsup-fixes updated. 0.14.0-36-g55b7a2a

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
Thu Apr 23 21:00:12 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, zecke/features/gprs-gsup-fixes has been updated
  discards  065dfe99c85ad73092d067339695e61cda8621c0 (commit)
  discards  63ee111d3e5bd32d75a8ccfc013a7f4979ed05ff (commit)
  discards  e9517a8610e2a0fa2ef68ceb820d1db30cfdd849 (commit)
  discards  7e7cc213267d08ec9fe3dd5c1f7a01579fb7f0f1 (commit)
  discards  4c984def40d39873aca460b7f1ba487ae41e3911 (commit)
  discards  a7b70efd9e003e3747bff218747667a1cd232cd6 (commit)
  discards  a2759dde967e1579cf6271239afddeffd472520e (commit)
  discards  68871265a69a07f56e11f4fbb22d699fcfef1e5f (commit)
  discards  abcb9872dbfc20e4a2e89bd364d680e9698aa630 (commit)
       via  55b7a2af8e434d5e6cad8dc017548a65ef8e079b (commit)
       via  a0160b5cf19f4c5a599067d0d6dc36554ca1330b (commit)
       via  7ffd578a00abe039116ab2feb6114b3d6aba1338 (commit)
       via  a4d80efc2bcaf10ee3aded9346adb8ba3c0a3290 (commit)
       via  d435b5c216c7c81941b55e02b8e66c7a2a18ae0f (commit)
       via  a9b6f37b456ea6452b93d9b946ce2dabc2559190 (commit)
       via  9a7db46d133a6fd40836ff32dcf698fbbab571af (commit)
       via  6ac3f851676c2a36061a7e6df367cb9f2686f250 (commit)
       via  95084c0b8693f6d88c3a01ddeec12cb37a6897f6 (commit)
       via  32be20a281c5abb1e858bb8e5cf98e478298d01c (commit)
       via  13aa1c338d626eb4d16517633aa23685a27f1d60 (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 (065dfe99c85ad73092d067339695e61cda8621c0)
            \
             N -- N -- N (55b7a2af8e434d5e6cad8dc017548a65ef8e079b)

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=55b7a2af8e434d5e6cad8dc017548a65ef8e079b

commit 55b7a2af8e434d5e6cad8dc017548a65ef8e079b
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Thu Apr 23 16:59:04 2015 -0400

    sgsn: Show the QoS that has been assigned

http://cgit.osmocom.org/openbsc/commit/?id=a0160b5cf19f4c5a599067d0d6dc36554ca1330b

commit a0160b5cf19f4c5a599067d0d6dc36554ca1330b
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Thu Apr 23 16:58:33 2015 -0400

    sgsn: Dump the E164 (encoded) assigned to the subscriber

http://cgit.osmocom.org/openbsc/commit/?id=7ffd578a00abe039116ab2feb6114b3d6aba1338

commit 7ffd578a00abe039116ab2feb6114b3d6aba1338
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Thu Apr 23 11:50:41 2015 -0400

    sgsn: Handle different levels of QoS
    
    If QoS is only three bytes it does not include the allocation/
    retention policy. Otherwise it does. Copy it depending on that.
    We should have a macro for the clamping to reduce code duplication.
    
    The insanity does come from the MAP data and this seems to be
    the easiest in terms of complexity. It is an array of bytes that
    is transported from MAPProxy to the SGSN and then simply forwarded.

http://cgit.osmocom.org/openbsc/commit/?id=a4d80efc2bcaf10ee3aded9346adb8ba3c0a3290

commit a4d80efc2bcaf10ee3aded9346adb8ba3c0a3290
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Thu Apr 23 11:33:35 2015 -0400

    sgsn: Store subscribed QoS and attempt to use it
    
    * Fix QoS encoding as it forgot the Allocation/Retention policy
    * Use the qos_req as it is the only one encoded for GTPv1 and as
      7.7.34

http://cgit.osmocom.org/openbsc/commit/?id=d435b5c216c7c81941b55e02b8e66c7a2a18ae0f

commit d435b5c216c7c81941b55e02b8e66c7a2a18ae0f
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Thu Apr 23 09:53:53 2015 -0400

    sgsn: Copy the msisdn to the sgsn_data and use it in PDP activation
    
    The MSISDN should be present for "security" reasons in the first
    activation of a PDP context. Take the encoded MSISDN, store it for
    future use and then put it into the PDP activation request.

http://cgit.osmocom.org/openbsc/commit/?id=a9b6f37b456ea6452b93d9b946ce2dabc2559190

commit a9b6f37b456ea6452b93d9b946ce2dabc2559190
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Thu Apr 23 09:13:01 2015 -0400

    gsup: Extract the QoS field

http://cgit.osmocom.org/openbsc/commit/?id=9a7db46d133a6fd40836ff32dcf698fbbab571af

commit 9a7db46d133a6fd40836ff32dcf698fbbab571af
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Wed Apr 22 23:09:41 2015 -0400

    gsup: Encode/Decode the new MSISDN string

http://cgit.osmocom.org/openbsc/commit/?id=6ac3f851676c2a36061a7e6df367cb9f2686f250

commit 6ac3f851676c2a36061a7e6df367cb9f2686f250
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Wed Apr 22 22:42:23 2015 -0400

    gsup: Specify the QoS service for the PDP info

http://cgit.osmocom.org/openbsc/commit/?id=95084c0b8693f6d88c3a01ddeec12cb37a6897f6

commit 95084c0b8693f6d88c3a01ddeec12cb37a6897f6
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Wed Apr 22 22:10:44 2015 -0400

    gsup: Document passing MSISDN as part of the response

http://cgit.osmocom.org/openbsc/commit/?id=32be20a281c5abb1e858bb8e5cf98e478298d01c

commit 32be20a281c5abb1e858bb8e5cf98e478298d01c
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Wed Apr 22 21:40:39 2015 -0400

    sgsn/gtp: Fill out the optional RAT type
    
    Assume we are always a GERAN network right now.

http://cgit.osmocom.org/openbsc/commit/?id=13aa1c338d626eb4d16517633aa23685a27f1d60

commit 13aa1c338d626eb4d16517633aa23685a27f1d60
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Thu Apr 23 11:55:23 2015 -0400

    misc: Fix warnings about size of size_t in printf
    
    Fixes warnings like:
    
    warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat]

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

Summary of changes:
 openbsc/src/gprs/sgsn_vty.c          | 8 +++++++-
 openbsc/tests/abis/abis_test.c       | 6 +++---
 openbsc/tests/gbproxy/gbproxy_test.c | 2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)


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



More information about the osmocom-commitlog mailing list