1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Multimode SMS common API header file.
15 // Describes common Telephony interface types.
16 // The types are duplicated from ETELMM.h in an effort to separate SMS from ETEL.
17 // Correspondent ETEL types could be found in ETELMM.h, class RMobilePhone.
28 #ifndef __GSMUNMSPACEMOBPH_H__
29 #define __GSMUNMSPACEMOBPH_H__
36 * @see class RMobilePhone
38 namespace NMobilePhone
43 * User or the network has no knowledge of the type of number.
50 * International number.
54 EInternationalNumber, // 1
64 * Administration/service number specific to the serving network,
65 * e.g. used to access an operator.
69 ENetworkSpecificNumber, // 3
76 ESubscriberNumber, // 4 - Also defined as "dedicated, short code" in GSM 04.08
79 * Alphanumeric number coded according to 3GPP TS 123 038 GSM
80 * 7-bit default alphabet.
84 EAlphanumericNumber, // 5
91 EAbbreviatedNumber // 6
95 * Number Plan Indicator.
102 * User or the network has no knowledge of the numbering plan.
106 EUnknownNumberingPlan =0,
109 * ISDN/telephony numbering plan.
116 * Data numbering plan.
123 * Telex numbering plan.
130 * Service centre specific plan used to indicate a numbering plan
131 * specific to external Short Message entities attached to the
134 EServiceCentreSpecificPlan1=5,
137 * Service centre specific plan used to indicate a numbering plan
138 * specific to external Short Message entities attached to the
143 EServiceCentreSpecificPlan2=6,
146 * National numbering plan.
150 ENationalNumberPlan=8,
153 * Private numbering plan.
157 EPrivateNumberPlan=9,
160 * ERMES numbering plan.
168 #endif // __GSMUNMSPACEMOBPH_H__