laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43392?usp=email )
Change subject: eIM: add profileInfoList fields for ecall and fallback ......................................................................
eIM: add profileInfoList fields for ecall and fallback
SGP.32 V.1.2 adds three (important) new boolean fields to the profileInfoList, which are ecallIndication, fallbackAllowed and fallbackAttribute.
This patch adds support for those fields so that they can be queried via the REST API.
Related: SYS8100 Change-Id: Ieb820082d0e61bad8e5dd3813fb3296be2e5f72e --- M eim/REST_Types_JSON.ttcn 1 file changed, 4 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve osmith: Looks good to me, but someone else must approve
diff --git a/eim/REST_Types_JSON.ttcn b/eim/REST_Types_JSON.ttcn index 0a34939..3bbf4d7 100644 --- a/eim/REST_Types_JSON.ttcn +++ b/eim/REST_Types_JSON.ttcn @@ -112,12 +112,15 @@ charstring profileName optional, charstring iconType optional, charstring icon optional, - charstring profileClass optional + charstring profileClass optional, //TODO: notificationConfigurationInfo //TODO: profileOwner //TODO: dpProprietaryData //TODO: profilePolicyRules //TODO: serviceSpecificDataStoredInEuicc + boolean ecallIndication optional, + boolean fallbackAttribute optional, + boolean fallbackAllowed optional };
type record JSON_REST_EimIdList {