Loading LibSip_SIPTypesAndValues.ttcn +9 −0 Original line number Diff line number Diff line Loading @@ -291,6 +291,15 @@ group StatusLines const StatusLine c_statusLine606 := {c_sipNameVersion, 606, "Not acceptable"}; } //end StatusLines group SIPSyncPointNames { const charstring c_Ringing := "Ringing"; const charstring c_uPlane := "uPlane"; const charstring c_sync1 := "sync1"; const charstring c_sync2 := "sync2"; const charstring c_sync3 := "sync3"; } } //end group Constants group Types { Loading LibSip_Steps.ttcn +13 −0 Original line number Diff line number Diff line Loading @@ -2870,6 +2870,19 @@ group GlobalSteps { }//end if } /* * * @desc original copied from older LibCommon_VerdictControl */ function f_getVerdict() return FncRetCode { var FncRetCode v_ret := e_error; if (getverdict == pass or getverdict == none) { v_ret := e_success; } return v_ret; } }// end group GlobalSteps group Registration { Loading Loading
LibSip_SIPTypesAndValues.ttcn +9 −0 Original line number Diff line number Diff line Loading @@ -291,6 +291,15 @@ group StatusLines const StatusLine c_statusLine606 := {c_sipNameVersion, 606, "Not acceptable"}; } //end StatusLines group SIPSyncPointNames { const charstring c_Ringing := "Ringing"; const charstring c_uPlane := "uPlane"; const charstring c_sync1 := "sync1"; const charstring c_sync2 := "sync2"; const charstring c_sync3 := "sync3"; } } //end group Constants group Types { Loading
LibSip_Steps.ttcn +13 −0 Original line number Diff line number Diff line Loading @@ -2870,6 +2870,19 @@ group GlobalSteps { }//end if } /* * * @desc original copied from older LibCommon_VerdictControl */ function f_getVerdict() return FncRetCode { var FncRetCode v_ret := e_error; if (getverdict == pass or getverdict == none) { v_ret := e_success; } return v_ret; } }// end group GlobalSteps group Registration { Loading