asn1c.git branch aper-prefix updated. 1b38a280d97c9c3b705d1e3d9f62ba5c4468c3dd

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
Sat Apr 30 23:09:20 UTC 2016


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 "Lev Walkin's asn1 compiler".

The branch, aper-prefix has been updated
       via  1b38a280d97c9c3b705d1e3d9f62ba5c4468c3dd (commit)
      from  98427f733c59baba8d6aa4daea3dc53d315458a1 (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/asn1c/commit/?id=1b38a280d97c9c3b705d1e3d9f62ba5c4468c3dd

commit 1b38a280d97c9c3b705d1e3d9f62ba5c4468c3dd
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun May 1 01:02:17 2016 +0200

    aper fix for decoding constrained integer with lower boundary
    
    When decoding a constrained integer with a lower boundary, we need
    to make sure the lower bound is added after decoding the raw offset
    inside the range.
    
    Before this change, RANAP_CauseMisc_unspecified_failure (115) would be
    encoded as 2 (115 - 113 = 2), but would be decoded as 2, rather than
    113+2 = 115.
    
    Code for this was taken from
    openairinterface5g/openair3/S1AP/MESSAGES/ASN1/asn1cpatch.p0 which
    unfortunately doesn't carry much of a revision history :/

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

Summary of changes:
 skeletons/INTEGER.c | 33 +++++++++++++++++++++------------
 1 file changed, 21 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Lev Walkin's asn1 compiler



More information about the osmocom-commitlog mailing list