telephonyserverplugins/simtsy/inc/SimTsy.h
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
19:1f776524b15c 20:244d7c5f118e
   227 
   227 
   228 _LIT(KConfigFilename,"c:\\config.txt");  //< Configuration filename.
   228 _LIT(KConfigFilename,"c:\\config.txt");  //< Configuration filename.
   229 _LIT(KPhoneName,"SimulatorPhone");       //< The name of the phone supported by the Simulator TSY.
   229 _LIT(KPhoneName,"SimulatorPhone");       //< The name of the phone supported by the Simulator TSY.
   230 _LIT(KVoiceLineName,"Voice");            //< The name of the voice line supported by the Simulator TSY.
   230 _LIT(KVoiceLineName,"Voice");            //< The name of the voice line supported by the Simulator TSY.
   231 _LIT(KDataLineName,"Data");              //< The name of the data line supported by the Simulator TSY.
   231 _LIT(KDataLineName,"Data");              //< The name of the data line supported by the Simulator TSY.
       
   232 _LIT8(KSIMTSYSubSystem, "SIMTSY");       ///< The name of the sub-system used by Comms Debug Utility.
       
   233 _LIT8(KSubscriberIdDefault,"01234567890123");   /// < Default Subscriber ID for the Simulator TSY (used if no Subscriber ID tag is present)
       
   234 _LIT8(KIccIdDefault, "01234567890123456789");   /// < Default ICC ID for the Simulator TSY (used if no ICC ID tag is present)
   232 
   235 
   233 #endif // __SIMTSY_H__
   236 #endif // __SIMTSY_H__