openbsc.git branch master updated. 0.15.0-870-g0ff59c1e1

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
Fri Aug 18 18:06:34 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  0ff59c1e1ba7b8f13c519f87b82e5dd144e219cd (commit)
      from  b13196dea30aa8bd4c530373632285716375e32d (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=0ff59c1e1ba7b8f13c519f87b82e5dd144e219cd

commit 0ff59c1e1ba7b8f13c519f87b82e5dd144e219cd
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Fri Aug 18 12:26:23 2017 +0200

    libmsc: Fix wrong handling of user_message_reference parameter
    
    libsmpp34 already converts received TLV integer values to native
    endianess in libsmpp34_(un)pack.
    
    Converting them again at receive time swaps the 2 bytes of
    user_message_reference, then using a wrong value. As GSM03.40 spec
    uses only 1 byte for the id, then only the high byte of the initial
    value is used and eventually sent back to the ESME. Again, at that time,
    htons() is not needed because libsmpp34 already handles that part.
    
    See OS-#2429 for more details.
    
    Change-Id: If748548a4a223e529a1110c89e483b599b406e8b

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

Summary of changes:
 openbsc/src/libmsc/smpp_openbsc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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



More information about the osmocom-commitlog mailing list