libosmocore.git branch master updated. 0.9.0-111-g932d2d4

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 Mar 19 20:24:08 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 "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  932d2d4ce31b9d2dfb028df2ca683b42fee7ee54 (commit)
       via  6c33ae2605b038391a80dd5defb76a5fabb5dd2b (commit)
       via  676e53446285d1b8f514580fd9485d1f27493c0b (commit)
       via  4acaa13433cc15e4f1d9ee850d78af47419768ab (commit)
      from  2c34ab4a80c227be4bb685f75fc24fde86a0704e (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/libosmocore/commit/?id=932d2d4ce31b9d2dfb028df2ca683b42fee7ee54

commit 932d2d4ce31b9d2dfb028df2ca683b42fee7ee54
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Mar 19 21:18:40 2016 +0100

    sim: make osim_reader_ops public

http://cgit.osmocom.org/libosmocore/commit/?id=6c33ae2605b038391a80dd5defb76a5fabb5dd2b

commit 6c33ae2605b038391a80dd5defb76a5fabb5dd2b
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Mar 19 21:17:58 2016 +0100

    Add new osmo_fd_get_by_fd() function
    
    This function can be used to obtain the osmo_fd corresponding to a given
    fd.  The latter can be useful when integrating libosmocore main loop
    with other libraries.

http://cgit.osmocom.org/libosmocore/commit/?id=676e53446285d1b8f514580fd9485d1f27493c0b

commit 676e53446285d1b8f514580fd9485d1f27493c0b
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Mar 14 21:04:50 2016 +0100

    sim: Add simplistic unit test for APDU class tables

http://cgit.osmocom.org/libosmocore/commit/?id=4acaa13433cc15e4f1d9ee850d78af47419768ab

commit 4acaa13433cc15e4f1d9ee850d78af47419768ab
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Mar 14 15:35:50 2016 +0100

    sim: add class_tables / card profiles
    
    The tables permit code to determine the APDU class of an APDU
    based on it APDU/TPDU header (CLA/INS/P1/P2/P3).

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

Summary of changes:
 .gitignore                         |   1 +
 include/Makefile.am                |   1 +
 include/osmocom/core/select.h      |   2 +
 include/osmocom/sim/class_tables.h |  42 +++++
 include/osmocom/sim/sim.h          |   9 +-
 src/select.c                       |  12 ++
 src/sim/Makefile.am                |   5 +-
 src/sim/class_tables.c             | 313 +++++++++++++++++++++++++++++++++++++
 src/sim/sim_int.h                  |   7 -
 tests/Makefile.am                  |   8 +-
 tests/sim/sim_test.c               |  57 +++++++
 tests/sim/sim_test.ok              |   6 +
 tests/testsuite.at                 |   6 +
 13 files changed, 456 insertions(+), 13 deletions(-)
 create mode 100644 include/osmocom/sim/class_tables.h
 create mode 100644 src/sim/class_tables.c
 create mode 100644 tests/sim/sim_test.c
 create mode 100644 tests/sim/sim_test.ok


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list