Loading 102657/RDMessage.asn +2 −1 Original line number Diff line number Diff line Loading @@ -728,7 +728,8 @@ SubscribedTelephonyServices ::= SEQUENCE -- in cases of MultiSIM card contracts loginInfos [24] SEQUENCE OF LoginInfo OPTIONAL, -- e.g. login information according a VMS/UMS account paymentTransactions [25] SEQUENCE OF BillingRecords OPTIONAL paymentTransactions [25] SEQUENCE OF BillingRecords OPTIONAL, iMEIs [26] SEQUENCE OF IMEI OPTIONAL } Loading 102657/RDMessage.xsd +7 −0 Original line number Diff line number Diff line Loading @@ -798,6 +798,13 @@ </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="iMEIs" minOccurs="0"> <xsd:complexType> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:element name="IMEI" type="IMEI"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:complexType> Loading Loading
102657/RDMessage.asn +2 −1 Original line number Diff line number Diff line Loading @@ -728,7 +728,8 @@ SubscribedTelephonyServices ::= SEQUENCE -- in cases of MultiSIM card contracts loginInfos [24] SEQUENCE OF LoginInfo OPTIONAL, -- e.g. login information according a VMS/UMS account paymentTransactions [25] SEQUENCE OF BillingRecords OPTIONAL paymentTransactions [25] SEQUENCE OF BillingRecords OPTIONAL, iMEIs [26] SEQUENCE OF IMEI OPTIONAL } Loading
102657/RDMessage.xsd +7 −0 Original line number Diff line number Diff line Loading @@ -798,6 +798,13 @@ </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="iMEIs" minOccurs="0"> <xsd:complexType> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:element name="IMEI" type="IMEI"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:any namespace="##other" processContents="lax" minOccurs="0"/> </xsd:sequence> </xsd:complexType> Loading