Skip to content
Success

#29006 (Jul 10, 2026, 3:36:19 PM)

Started 22 days ago
Took 1.7 sec on build4-deb12build-ansible

Started by upstream project gerrit-onomondo-eim build number 84
originally caused by:

    This run spent:

    • 1 min 12 sec waiting;
    • 1.7 sec build duration;
    • 1 min 14 sec total from scheduled to completion.
    Revision: 6ccc7e43b39ffed462db20d348039f7f7976f201
    Repository: $GERRIT_REPO_URL
    • master
    mnesia_db_euicc: renovate handling of euicc table (mnesia, REST)

    The REST API that allows users to set certain eUICC parameters
    (we call them "states" from now on) only allows to set eUICC
    states, but doesn't allow to read them back.

    With this patch, we renovate the handling of the mnesia euicc
    table from the ground up so that REST API users have read and
    write access to the states stored in the mnesia euicc table.

    Related: SYS#8100

    The original purpose of the euicc table was to hold static params
    for an eUICC (e.g. the public key or the flag that tells if it is
    a consumer eUICC or not). Now that we plan to extend the scope
    of the euicc table, it makes more sense to talk about states rather
    than parameters.

    Change-Id: I74c602555b194a28d6eb9dd67ec4c6a8865fcb77
    pmaier@sysmocom.de at