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 "asn1c runtime code as shared library".
The tag, 3G_2016_09 has been created
        at  20d668cbd3c14ef32fcbd09617fbd3c8e6856ec0 (commit)
- Log -----------------------------------------------------------------
commit 20d668cbd3c14ef32fcbd09617fbd3c8e6856ec0
Author: Harald Welte <laforge(a)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 :/
-----------------------------------------------------------------------
hooks/post-receive
-- 
asn1c runtime code as shared library