dexter has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/92/43392/1
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 {