diff --git a/102657/RDMessage.asn b/102657/RDMessage.asn index 3e1f090491e3615c7e53c0aad4feeba932d203ac..e0b99eaefb9443ccfdf094a5dfca961fe36107ee 100644 --- a/102657/RDMessage.asn +++ b/102657/RDMessage.asn @@ -1988,7 +1988,8 @@ MultimediaPartyInformation ::= SEQUENCE octetsDownloaded [16] INTEGER OPTIONAL, accessNetworkInformation [17] SEQUENCE OF AccessNetworkInfo OPTIONAL, privateUserIdentity [18] IMPI OPTIONAL, - iMEI [19] IMEI OPTIONAL + iMEI [19] IMEI OPTIONAL, + cellularNetworkInfo [20] CellularNetworkInfo OPTIONAL } MultimediaCallID ::= UTF8String @@ -2110,6 +2111,30 @@ PaniHeaderInfo ::= SEQUENCE -- Complete content of the P-Access-Network-Info header field } +CellularNetworkInfo ::= SEQUENCE +{ + accessType [1] UTF8String OPTIONAL, + -- ASCII string "3GPP-GERAN","3GPP-UTRAN-FDD", ... : see ETSI TS 124 229 [xx] clause 7.2.15.3 + cellularAccessInfo [2] CellularAccessInfo OPTIONAL, + cniHeaderContent [3] UTF8String OPTIONAL, + -- Complete content of the Cellular-Network-Info header field + ... +} + +CellularAccessInfo ::= SEQUENCE +{ + cgi3gpp [1] UTF8String OPTIONAL, + -- cgi-3gpp parameter in ASCII representation. See ETSI TS 124 229 [xx] clause 7.2.15.3 + utranCellId3gpp [2] UTF8String OPTIONAL, + -- utran-cell-id-3gpp parameter in ASCII representation. See ETSI TS 124 229 [xx] clause 7.2.15.3 + ci3gpp2 [3] UTF8String OPTIONAL, + -- ci-3gpp2 parameter in ASCII representation. See ETSI TS 124 229 [xx] clause 7.2.15.3 + ci3gpp2femto [4] UTF8String OPTIONAL, + -- ci-3gpp2-femto parameter in ASCII representation. See ETSI TS 124 229 [xx] clause 7.2.15.3 + cellInfoAge [5] INTEGER OPTIONAL, + -- cell-info-age parameter. See ETSI TS 124 229 [xx] clause 7.2.15.3 + ... +} -- ============================== -- Definitions of Billing Data diff --git a/102657/RDMessage.xsd b/102657/RDMessage.xsd index ce0a971c8774460f95857dad176c49ae3aa106d2..deaa16c2104acde1aeb654d041f8ea0f9d9beb7d 100644 --- a/102657/RDMessage.xsd +++ b/102657/RDMessage.xsd @@ -2961,6 +2961,7 @@ + @@ -3270,6 +3271,23 @@ + + + + + + + + + + + + + + + + +