openbsc.git branch master updated. 0.15.0-848-g7cfd1a3be

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
Wed Aug 9 13:25:18 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  7cfd1a3beebba66d8385037a39cf7154fd5e6eb3 (commit)
      from  98849f7ddcbe8b094af5ee5efc30bd841ac12e04 (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=7cfd1a3beebba66d8385037a39cf7154fd5e6eb3

commit 7cfd1a3beebba66d8385037a39cf7154fd5e6eb3
Author: Pablo Neira Ayuso <pablo at gnumonks.org>
Date:   Mon Aug 7 14:01:33 2017 +0100

    libmsc: update database to accomodate SMS status-report fields
    
    SMPP DELIVER_SM messages with esm_class = Delivery Receipt need to send
    this message reference (that the mobile phone allocates) to the ESME.
    Thus, the ESME propagates it via SUBMIT_SM with esm_class = Delivery
    Acknoledgment so that the SMSC sends the GSM 03.40 status-report to the
    origin including this. Given this field is useful for status-reports, we
    need to store it in the HLR database.
    
    Moreover, we need a new field that specifies if the entry represents a
    SMS status-report, to do the right handling from the gsm411_send_sms() -
    such new handling comes in a follow up patch entitled "libmsc: handle
    delivery ack via SMPP SUBMIT SM / send GSM 03.40 status report".
    
    This patch includes the migration routines to the new database schema
    revision 5, it's quite a bit of dbi boilerplate code - copied-pasted and
    adapted.
    
    Change-Id: I7276d356d805a83ebeec72b02c8563b7135ea0b6

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

Summary of changes:
 openbsc/src/libmsc/db.c      | 168 +++++++++++++++++++++++++++++++++++++++++--
 openbsc/tests/db/db_test.err |   1 +
 2 files changed, 163 insertions(+), 6 deletions(-)


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



More information about the osmocom-commitlog mailing list