Module Parameters  
Data Types  
Component Types  
Port Types  
Constants  
Templates  
Signatures  
Functions  
Altsteps  
Test Cases  
Module UpperTesterCommon
Groups:
Details
Ut_CnfReq_Type
type enumerated Ut_CnfReq_Type {
NO_CNF_REQUIRED,
CNF_REQUIRED,
LOCAL_CNF_REQUIRED
};
Declared in group TypeDefs_Common
Ut_Parameter_Type
type record Ut_Parameter_Type {
charstring Name,
charstring Value
}
Declared in group TypeDefs_Common
UT_COMMON_CNF
type record UT_COMMON_CNF {
boolean Result,
charstring ResultString optional
}
Declared in group TypeDefs_Common
MMI_Cmd_Type
type record MMI_Cmd_Type {
charstring Cmd,
Ut_ParameterList_Type ParameterList optional
}
Declared in group TypeDefs_UT_System
UT_SYSTEM_REQ
type record UT_SYSTEM_REQ {
Ut_System_Cmd_Type Cmd,
Ut_CnfReq_Type CnfRequired
}
Declared in group TypeDefs_UT_System
Ut_ParameterList_Type
type record of Ut_Parameter_Type Ut_ParameterList_Type
Declared in group TypeDefs_Common
Ut_System_Cmd_Type
type union Ut_System_Cmd_Type {
charstring AT,
MMI_Cmd_Type MMI
}
Declared in group TypeDefs_UT_System
MTC_System_Ut
type port MTC_System_Ut message {
out UT_SYSTEM_REQ;
in UT_COMMON_CNF;
}
car_UT_COMMON_CNF
template UT_COMMON_CNF car_UT_COMMON_CNF :=
{
Result := ?,
ResultString := *
};
cas_UT_SYSTEM_REQ
template (value) UT_SYSTEM_REQ cas_UT_SYSTEM_REQ(template (value) Ut_System_Cmd_Type p_ATorMMI_Cmd,
Ut_CnfReq_Type p_CnfRequired) :=
{
Cmd := p_ATorMMI_Cmd,
CnfRequired := p_CnfRequired
};
Returns: UT_SYSTEM_REQ -
Parameters:
- p_ATorMMI_Cmd -
- p_CnfRequired -
cs_Ut_Parameter_Common
template (value) Ut_Parameter_Type cs_Ut_Parameter_Common(charstring p_Name,
template (value) charstring p_Value) :=
{
Name := p_Name,
Value := p_Value
};
Returns: Ut_Parameter_Type -
Parameters:
cs_AT_Cmd
template (value) Ut_System_Cmd_Type cs_AT_Cmd(charstring p_AtCmd) :=
{
AT := p_AtCmd
};
Returns: Ut_System_Cmd_Type -
Parameters:
cs_MMI_Cmd
template (value) Ut_System_Cmd_Type cs_MMI_Cmd(charstring p_MmiCmd,
template (omit) Ut_ParameterList_Type p_ParamList) :=
{
MMI := {
Cmd := p_MmiCmd,
ParameterList := p_ParamList
}
};
Returns: Ut_System_Cmd_Type -
Parameters:
f_UT_CommandRequiresCnf
function f_UT_CommandRequiresCnf(template (value) Ut_CnfReq_Type p_CnfReq) return boolean
Returns: boolean -
Parameters:
© Copyright Testing Technologies IST GmbH 2013