openbsc.git branch master updated. 0.15.0-851-gac8ca4cfd

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:26:56 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  ac8ca4cfd19a23131959e88be49b6c56738a38c0 (commit)
       via  a6eaeb88f5c81ce1b3802727a3fa087da0bc4e3f (commit)
      from  ab1316731e95f5d6b54d1f36df87e1d38185024d (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=ac8ca4cfd19a23131959e88be49b6c56738a38c0

commit ac8ca4cfd19a23131959e88be49b6c56738a38c0
Author: Pablo Neira Ayuso <pablo at gnumonks.org>
Date:   Mon Aug 7 16:17:17 2017 +0200

    libmsc: support GSM 03.40 status report for nitb
    
    This patch adds support for GSM 03.40 in nitb mode.
    
              MS         GSM 03.40          SMSC
               |                            |
               |         SMS-SUBMIT         |
               |--------------------------->|
               |     GSM 04.11 RP-ACK       |
               |<---------------------------|
               |         SMS-DELIVER        |
               |<---------------------------|
               |     GSM 04.11 RP-ACK       |
               |--------------------------->|
               |     SMS-STATUS-REPORT      |
               |<---------------------------|
               |     GSM 04.11 RP-ACK       |
               |--------------------------->|
               |                            |
    
    Change-Id: I5cc7bb4ebadde0940f44d10c3df34707b0615160

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

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

    libmsc: handle delivery ack via SMPP SUBMIT SM / send GSM 03.40 status report
    
    This patch adds gsm340_sms_send_status_report_tpdu() to build a
    status-report. Moreover, set sms->report field if we see a SMPP
    SUBMIT_SM with Delivery Acknowledgment esm_class, so this identifies
    that this is a delivery report.
    
        MS        GSM 03.40           SMSC       SMPP 3.4               ESME
         |                             |                                |
         |                             |           SUBMIT-SM            |
         |                             |    esm_class = Delivery Ack    |
         |                             |<-------------------------------|
         |                             |         SUBMIT-SM-RESP         |
         |                             |------------------------------->|
         |                             |                                |
         |     SMS-STATUS-REPORT       |                                |
         |<----------------------------|                                |
         |     GSM 04.11 RP-ACK        |                                |
         |---------------------------->|                                |
         |                             |                                |
    
    There is a FIXME message in this patch, that I just copied from
    gsm340_gen_sms_deliver_tpdu() since TP-MMS is not supported by OpenBSC.
    
    Change-Id: Ib70e534840308ed315f7add440351e649de3f907

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

Summary of changes:
 openbsc/src/libmsc/gsm_04_11.c    | 57 +++++++++++++++++++++++++++++++++++++--
 openbsc/src/libmsc/smpp_openbsc.c |  4 +++
 2 files changed, 59 insertions(+), 2 deletions(-)


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



More information about the osmocom-commitlog mailing list