openbsc.git branch master updated. 0.14.0-90-g5e4b88c

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 May 24 04:34:39 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, master has been updated
       via  5e4b88cbb2d754d691a858a3ff99bcdc7ed9c7ce (commit)
       via  8ee13e293739870364e83ea54d61818fb5e44381 (commit)
       via  10c0f56a0e109054a480d4affcde73dc6affbb56 (commit)
       via  0bb5674cde008af942a0bfaefc9855b09117df34 (commit)
       via  e54a24d4e6b7e77dff72fdf2ee153a9220a94f35 (commit)
      from  0f7a279a06bf10e83b8f5fbadb6871eebabc7dc1 (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/openbsc/commit/?id=5e4b88cbb2d754d691a858a3ff99bcdc7ed9c7ce

commit 5e4b88cbb2d754d691a858a3ff99bcdc7ed9c7ce
Merge: 0f7a279 8ee13e2
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Sun May 24 12:32:36 2015 +0800

    Merge branch 'zecke/features/sgsn-hlr-number'
    
    Store the hlr-Number for purgeMS and CDR handling

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

commit 8ee13e293739870364e83ea54d61818fb5e44381
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon May 18 10:00:03 2015 +0200

    sgsn: Extract the hlr Number into the mm context
    
    Include the hlr-Number of the subscriber in the CDR. This is useful
    for debugging and understanding which equipment was used during the
    test. In contrast to the MSISDN the '+' is emitted as the number
    must be in international format already.

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

commit 10c0f56a0e109054a480d4affcde73dc6affbb56
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Sun May 17 20:58:40 2015 +0200

    gsup: Copy the hlr-Number and use it during purge
    
    Copy the hlr-Number into the sgsn_data and use it during
    the purgeMS. There is no unit test that looks at the data
    we send so I manually verified this by looking at the output.
    Below is the output of the test that purges the subscriber.
    
    <000f> gprs_subscriber.c:170 SUBSCR(123456789012345) Sending GSUP, will send: 0c 01 08 21 43 65 87 09 21 43 f5 09 07 91 83 61 26 31 23 f3

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

commit 0bb5674cde008af942a0bfaefc9855b09117df34
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Sun May 17 19:56:38 2015 +0200

    gsup: Decode/Encode the hlr-Number in the GSUP message
    
    Implement it similar to the msisdn_enc/msisdn_enc_len and
    extend the testcase to include it as well.

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

commit e54a24d4e6b7e77dff72fdf2ee153a9220a94f35
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Sun May 17 18:24:40 2015 +0200

    gsup: Add the HLR-Number as type and use it for UpdateLocation Res
    
    The HLR-Number can be passed from the MAP Proxy to the SGSN and
    can then be used for the CDR module or passed during the purgeMS
    operation.

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

Summary of changes:
 openbsc/doc/sgsn-remote-protocol.txt         | 24 ++++++++++++++++++
 openbsc/include/openbsc/gprs_gsup_messages.h |  3 +++
 openbsc/include/openbsc/gprs_sgsn.h          |  6 +++++
 openbsc/src/gprs/gprs_gmm.c                  | 38 ++++++++++++++++++++++++++++
 openbsc/src/gprs/gprs_gsup_messages.c        |  8 ++++++
 openbsc/src/gprs/gprs_subscriber.c           | 18 +++++++++++++
 openbsc/src/gprs/sgsn_cdr.c                  |  8 +++---
 openbsc/src/gprs/sgsn_vty.c                  |  4 +--
 openbsc/tests/gprs/gprs_test.c               |  2 ++
 openbsc/tests/sgsn/sgsn_test.c               |  2 ++
 10 files changed, 108 insertions(+), 5 deletions(-)


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



More information about the osmocom-commitlog mailing list