openbsc.git branch master updated. 0.13.0-730-g9d0fb1e

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
Tue Nov 4 23:32:35 UTC 2014


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  9d0fb1e97adbf5d241b46d374c2aa9c3af6c1e6b (commit)
       via  de74e721b213c41a3b1837fabdd377deeeed9378 (commit)
       via  14ae58206406b6cb78113f3460de44376bcd765d (commit)
       via  70671421007faa0e7c94d237e53186379990e3f0 (commit)
      from  db64f2e45adf7ac95070361f5b7ec76a44e084fb (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=9d0fb1e97adbf5d241b46d374c2aa9c3af6c1e6b

commit 9d0fb1e97adbf5d241b46d374c2aa9c3af6c1e6b
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Fri Oct 31 10:43:44 2014 +0100

    gbproxy/test: Extend test_gbproxy_keep_info
    
    Add new test message sequences:
      - Normal attach (with IMSI) after detach (ok)
      - Normal attach (with local TLLI) after detach (ok)
      - Unexpected attach (with IMSI) after successful TLLI validation (fails)
      - Unexpected attach (with P-TMSI) after successful TLLI validation (fails)
    
    Ticket: OW#1324
    Sponsored-by: On-Waves ehf

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

commit de74e721b213c41a3b1837fabdd377deeeed9378
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Oct 28 11:29:43 2014 +0100

    gbproxy: Fixed VTY doc for delete-gbproxy-link
    
    The command definition delete_gb_link_by_id_cmd lacks a description
    for the sgsn-nsei token.
    
    This patch adds the missing description.
    
    Addresses:
    Verifying src/gprs/osmo-gbproxy -c doc/examples/osmo-gbproxy/osmo-gbproxy.cfg, test verify_doc
    Documentation error (missing docs):
    <command id='delete-gbproxy-link <0-65534> (tlli|imsi|sgsn-nsei) IDENT'>
            <param name='IDENT' doc='(null)' />
    
    Sponsored-by: On-Waves ehf

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

commit 14ae58206406b6cb78113f3460de44376bcd765d
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Oct 28 09:47:03 2014 +0100

    sgsn: Unassign the LLME after GMM Status without mmctx
    
    Currently the LLME is not deleted when a GMM Status message is
    received for which a mmctx cannot be found. This can fill the LLME
    list with unneeded entries.
    
    This patch adds code to unassign the LLME in that case.
    
    Ticket: OW#1324
    Sponsored-by: On-Waves ehf

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

commit 70671421007faa0e7c94d237e53186379990e3f0
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Wed Oct 29 22:57:30 2014 +0100

    sgsn: Remove unused static functions from gprs_gmm.c
    
    The following functions are not being used:
     - gsm48_tx_gmm_status_oldmsg
     - gsm48_tx_sm_status_oldmsg
    
    This patch removes the function definitions.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 openbsc/src/gprs/gb_proxy_vty.c       |   1 +
 openbsc/src/gprs/gprs_gmm.c           |  22 +-
 openbsc/tests/gbproxy/gbproxy_test.c  | 375 ++++++++++++++++++++
 openbsc/tests/gbproxy/gbproxy_test.ok | 638 ++++++++++++++++++++++++++++++----
 openbsc/tests/sgsn/sgsn_test.c        |  39 +++
 openbsc/tests/sgsn/sgsn_test.ok       |   1 +
 6 files changed, 994 insertions(+), 82 deletions(-)


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



More information about the osmocom-commitlog mailing list