openbsc.git branch fairwaves/master updated. fairwaves/0.14.0-fw.1-6-g3ef203e

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 Aug 20 16:23:59 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, fairwaves/master has been updated
       via  3ef203ee0ab7ec9da8eb1c81fac92090e520226a (commit)
       via  85a304a4fe71e2b74e1881cc517c23950252796a (commit)
       via  8a62c5021884ac1dec7f7a338bf591657080a2d5 (commit)
       via  78de2aea7b28063be19ea6a523a834741f898668 (commit)
       via  dc6da14be3ae9f244218a2bd2a397082a3100807 (commit)
      from  0a8e5f4f86077f4419ab3298ded09f215582beb7 (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=3ef203ee0ab7ec9da8eb1c81fac92090e520226a

commit 3ef203ee0ab7ec9da8eb1c81fac92090e520226a
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Jul 13 10:39:51 2015 +0200

    sms: Do not go through the routing a second time
    
    If we have tried SMPP first and it was not routable, and then
    tried the local delivery there is no point in trying SMPP with
    the same parameters again. Leave early and return unknown sub
    to the caller.

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

commit 85a304a4fe71e2b74e1881cc517c23950252796a
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Jul 6 16:41:30 2015 +0200

    sms: Add a way to always route SMS through SMPP systems
    
    default-route would only be looked at after there has been
    no subscriber in the local database. Depending on the setup
    this is not what one wants. This has been discussed at the
    OsmoDevCon and there have been hacks in some branches. Let's
    introduce a VTY command to select if SMPP should be consulted
    first and then fallback to the current behavior.

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

commit 8a62c5021884ac1dec7f7a338bf591657080a2d5
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Jul 6 16:40:51 2015 +0200

    sms: Simplify the return handling for SMPP routes/unroutable

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

commit 78de2aea7b28063be19ea6a523a834741f898668
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Jul 6 16:40:01 2015 +0200

    sms: Put the try_deliver into the header file
    
    Even if it is using BSC/NITB types let's put it in the header
    file than just declaring it at a place that could bitrot in a
    way that doesn't lead a warning.

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

commit dc6da14be3ae9f244218a2bd2a397082a3100807
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Jul 6 15:54:25 2015 +0200

    sms: Move the routing of the sms to a separate function
    
    The "default-route" for SMPP will be used after a local
    subscriber look-up. Sometimes we want to route everything
    to SMPP. Make this possible by changing this routine.

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

Summary of changes:
 openbsc/src/libmsc/gsm_04_11.c    | 117 +++++++++++++++++++++++++-------------
 openbsc/src/libmsc/smpp_openbsc.c |   5 ++
 openbsc/src/libmsc/smpp_smsc.h    |  11 ++++
 openbsc/src/libmsc/smpp_vty.c     |  22 +++++++
 openbsc/tests/vty_test_runner.py  |  22 +++++++
 5 files changed, 136 insertions(+), 41 deletions(-)


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



More information about the osmocom-commitlog mailing list