osmo-iuh.git branch master updated. de9055f1424678bbc653ee2a2ee6b381ff121725

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 Dec 18 19:21:46 UTC 2015


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 "Osmocom code for Iuh interface".

The branch, master has been updated
       via  de9055f1424678bbc653ee2a2ee6b381ff121725 (commit)
       via  f8db61b554a59b12d330618fc41979a920523814 (commit)
       via  fcabec3665a29a25b9ceb80c047165de3b79a82f (commit)
       via  16232780d893de5bcac5f6b670d8173e444d7661 (commit)
       via  04329dcbdca62edf5f254bf309963d1a69c244f3 (commit)
      from  629391321f10490c5b5f1edc5035ea2e5679ad3e (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/osmo-iuh/commit/?id=de9055f1424678bbc653ee2a2ee6b381ff121725

commit de9055f1424678bbc653ee2a2ee6b381ff121725
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Dec 18 17:33:49 2015 +0100

    Makefile.am: Replace .PHONY asn1tostruct.py rules
    
    asn1tostruct.py generates three files.  Try to teach the makefile that
    all three of them depend on the .asn source file to ensure they're
    re-built whenever the .asn source file changes.

http://cgit.osmocom.org/osmo-iuh/commit/?id=f8db61b554a59b12d330618fc41979a920523814

commit f8db61b554a59b12d330618fc41979a920523814
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Dec 18 17:29:59 2015 +0100

    First compiling (and leak-free) RANAP message generation functions
    
    encoding correctness still needs to be verified at this point.  At least
    they generate some binary output without failing somewhere earlier in
    the encoding process - and they don't leave any leaked memory behind,
    see talloc_report() at the end of test-ranap.c:main().

http://cgit.osmocom.org/osmo-iuh/commit/?id=fcabec3665a29a25b9ceb80c047165de3b79a82f

commit fcabec3665a29a25b9ceb80c047165de3b79a82f
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Dec 18 17:50:57 2015 +0100

    implement BIT_STRING_fromBuf() similar to OCTET_STRING_fromBuf()

http://cgit.osmocom.org/osmo-iuh/commit/?id=16232780d893de5bcac5f6b670d8173e444d7661

commit 16232780d893de5bcac5f6b670d8173e444d7661
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Dec 18 17:22:04 2015 +0100

    ranap_common: Fix error cleanup path while generating IE Pair

http://cgit.osmocom.org/osmo-iuh/commit/?id=04329dcbdca62edf5f254bf309963d1a69c244f3

commit 04329dcbdca62edf5f254bf309963d1a69c244f3
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Dec 18 15:17:21 2015 +0100

    {hnbap,rua,ranap}_common: check for encoding errors in new_ie()

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

Summary of changes:
 src/Makefile.am                                 |   8 +-
 src/asn1helpers.c                               |  41 ++
 src/asn1helpers.h                               |   2 +
 src/hnbap_common.c                              |   8 +-
 src/ranap_common.c                              |  28 +-
 src/{tests/test-ranap.c => ranap_msg_factory.c} | 221 +++++++--
 src/ranap_msg_factory.h                         |  22 +
 src/rua_common.c                                |   8 +-
 src/tests/Makefile.am                           |  17 +-
 src/tests/test-ranap.c                          | 576 +++++-------------------
 10 files changed, 415 insertions(+), 516 deletions(-)
 copy src/{tests/test-ranap.c => ranap_msg_factory.c} (63%)
 create mode 100644 src/ranap_msg_factory.h


hooks/post-receive
-- 
Osmocom code for Iuh interface



More information about the osmocom-commitlog mailing list