diff --git a/pySim/esim/saip/__init__.py b/pySim/esim/saip/__init__.py index e5b99e79..9fa568c7 100644 --- a/pySim/esim/saip/__init__.py +++ b/pySim/esim/saip/__init__.py @@ -197,6 +197,13 @@ class ProfileElement: """Return the decoded ProfileHeader.""" return self.decoded.get(self.header_name, None) + @property + def identification(self): + if self.header: + return self.header['identification'] + else: + return None + @property def templateID(self): """Return the decoded templateID used by this profile element (if any)."""