release tizen_2.0 beta
[framework/telephony/libslp-tapi.git] / include / TelSat.h
similarity index 93%
rename from include/common/TelSat.h
rename to include/TelSat.h
index 505ed28..cd81362 100644 (file)
@@ -41,6 +41,7 @@
 #include <TelSatObj.h>
 #include <TelSatProactvCmd.h>
 #include <TelSatEnvelope.h>
+#include <TelSim.h>
 
 #ifdef __cplusplus
 extern "C"
@@ -225,71 +226,17 @@ typedef struct
        TelSatIconIdentifierInfo_t      iconId;         /**<Icon Identifier*/
 }TelSatPlayToneInd_t;
 
-//     Telephony SEND SMS DATA
-/**
- * This structure defines the send sms proactive command data for sat ui.
- */
-typedef struct
-{
-       int                                             commandId;              /**<Proactive Command Number sent by USIM*/
-       TelSatTextInfo_t                        text;                   /**<character data to display on screen*/
-       TelSatIconIdentifierInfo_t      iconId;                 /**<Icon Identifier*/
-}TelSatSendSmsIndUiInfo_t;
-
-//     Telephony  SEND SS DATA
-/**
- * This structure defines the send ss proactive command data for sat ui.
- */
-typedef struct
-{
-       int                                             commandId;              /**<Proactive Command Number sent by USIM*/
-       TelSatTextInfo_t                        text;                   /**<character data to display on screen*/
-       TelSatIconIdentifierInfo_t      iconId;                 /**<Icon Identifier*/
-} TelSatSendSsIndUiInfo_t;
-
-//     Telephony SEND USSD DATA
-/**
- * This structure defines the send ussd proactive command data for sat ui.
- */
-typedef struct
-{
-       int                                             commandId;              /**<Proactive Command Number sent by USIM*/
-       TelSatTextInfo_t                        text;                   /**<character data to display on screen*/
-       TelSatIconIdentifierInfo_t      iconId;                 /**<Icon Identifier*/
-}TelSatSendUssdIndUiInfo_t;
-
-//     Telephony SEND DTMF DATA
-/**
- * This structure defines the send dtmf proactive command data for sat ui.
- */
-typedef struct
-{
-       int                                             commandId;              /**<Proactive Command Number sent by USIM*/
-       TelSatTextInfo_t                        text;                   /**<character data to display on screen*/
-       TelSatIconIdentifierInfo_t      iconId;                 /**<Icon Identifier*/
-}TelSatSendDtmfIndUiInfo_t;
-
-//     Telephony LAUNCH BROWSER  DATA
-/**
- * This structure defines the launch browser proactive command data for sat ui.
- */
-typedef struct
-{
-       int                                             commandId;              /**<Proactive Command Number sent by USIM*/
-       TelSatTextInfo_t                        text;                   /**<character data to display on screen*/
-       TelSatIconIdentifierInfo_t      iconId;                 /**<Icon Identifier*/
-}TelSatLaunchBrowserIndUiInfo_t;
-
-//     Telephony SETUP CALL DATA
+//     Telephony UI info
 /**
- * This structure defines the setup call proactive command data for sat ui.
+ * This structure defines the data for sat ui.
  */
 typedef struct
 {
        int                                             commandId;              /**<Proactive Command Number sent by USIM*/
+       int                                             user_confirm;
        TelSatTextInfo_t                        text;                   /**<character data to display on screen*/
        TelSatIconIdentifierInfo_t      iconId;                 /**<Icon Identifier*/
-} TelSatSetupCallIndUiInfo_t;
+}TelSatSendUiInfo_t;
 
 //     Telephony MENU ITEM DATA FOR SETUP MENU
 /**