Change Request 2 10.2.0: 32.298 CR 0163 Rev
Change Request 2 10.2.0: 32.298 CR 0163 Rev
CHANGE REQUEST
32.298 CR 0163 rev 2 Current version: 10.2.0
For HELP on using this form look at the pop-up text over the symbols. Comprehensive instructions on
how to use this form can be found at http://www.3gpp.org/specs/CR.htm.
Proposed change affects: UICC apps ME Radio Access Network Core Network X
Title: Add missing Charging Data Record (CDR) tag for MMTelRecord
Source to WG: ZTE, China Mobile
Source to TSG: S5
Work item code: CH8 Date: 10/11/2010
Category: A Release: Rel-10
Use one of the following categories: Use one of the following releases:
F (correction) R99 (Release 1999)
A (corresponds to a correction in an earlier release) Rel-4 (Release 4)
B (addition of feature), Rel-5 (Release 5)
C (functional modification of feature) Rel-6 (Release 6)
D (editorial modification) Rel-7 (Release 7)
Detailed explanations of the above categories can Rel-8 (Release 8)
be found in 3GPP TR 21.900. Rel-9 (Release 9)
Rel-10 (Release 10)
Reason for change: The tag for MMTelRecord is missing
Summary of change: Add missing CDR tag for MMTelRecord
Consequences if Billing Systems can not decode MMTelRecord
not approved:
Clauses affected: 5.2.4.5
Y N
Other specs X Other core specifications
affected: X Test specifications
X O&M Specifications
Other comments:
First change
BEGIN
-- EXPORTS everything
IMPORTS
------------------------------------------------------------------------------
--
-- MMTel RECORDS
--
------------------------------------------------------------------------------
------------------------------------------------------------------------------
--
-- MMTel DATA TYPES
--
------------------------------------------------------------------------------
SupplService := SET
{
serviceType [0] ServiceType,
serviceMode [1] ServiceMode OPTIONAL,
numberOfDiversions [2] INTEGER OPTIONAL,
associated-Party-Address [3] InvolvedParty OPTIONAL,
serviceId [4] Service-Id OPTIONAL,
changeTime [5] TimeStamp,
numberOfParticipants [6] INTEGER OPTIONAL,
participantActionType [7] ParticipantActionType OPTIONAL,
cUGInformation [8] OCTET STRING OPTIONAL
}
ServiceMode ::= INTEGER
--
-- Values 1024 are reserved for specific Network/Manufacturer variants
--
{ cFunCond (0),
cFbusy (1),
cFnoReply (2),
cFnotLogged (3),
deflection (4),
notReach (5),
iCBarring (6),
oCBarring (7),
aCRejection (8),
eCTBlind (9),
eCTConsultative (10),
threePTY (11)
}
END
End of changes