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 {
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43392?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ieb820082d0e61bad8e5dd3813fb3296be2e5f72e
Gerrit-Change-Number: 43392
Gerrit-PatchSet: 7
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Attention is currently required from: lynxis lazus, osmith.
laforge has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/osmo-sgsn/+/39560?usp=email )
Change subject: add libvlr based on MSC commit 7a628a1029ef174328f7e86183f19e54e5d9df8f
......................................................................
Patch Set 7:
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/osmo-sgsn/+/39560/comment/ea329056_3215782e?us… :
PS6, Line 8:
> Because it is a lot of work keeping the interface stable. […]
I would also prefer a "linking" situation over a copy, where I am afraid they will deviate too much over time, have security fixes only appleid to one of them, etc.
Do we really expect that much interface instability in the future? both osmo-msc and osmo-sgsn are pretty legacy these days and see very little development. This changeset may very well be the last large change to the codebase.
--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/39560?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: I221114e00e6f338a75ae0dd7ac285e262b23635d
Gerrit-Change-Number: 39560
Gerrit-PatchSet: 7
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-CC: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Comment-Date: Tue, 08 Sep 2026 10:45:13 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: osmith <osmith(a)sysmocom.de>
Comment-In-Reply-To: lynxis lazus <lynxis(a)fe80.eu>