Loading AtsCommon/SS_Ims_PIXITS.ttcn +24 −3 Original line number Diff line number Diff line Loading @@ -84,14 +84,35 @@ group PSTN_Transit { } // end group PSTN_Transit group CUG_PIXITS{ /** @desc Integer for CugIndex which refers to value assigned by the network /** @desc Integer for PX_CugIndex_Registred_Restrictions_None which refers to value assigned by the network * to identify a CUG * integer (0 .. 32767) * Used in CUG group of tests */ modulepar integer PX_CugIndex:=1000; modulepar integer PX_CugIndex_Registred_Restrictions_None:=1000; /** @desc hexstring for CugNetworkIndicator /** @desc Integer for CugIndex_Registred_Restrictions_OCB which refers to value assigned by the network * to identify a CUG * integer (0 .. 32767) * Used in CUG group of tests */ modulepar integer PX_CugIndex_Registred_Restrictions_OCB:=2000; /** @desc Integer for PX_CugIndex_Registred_Restrictions_ICB which refers to value assigned by the network * to identify a CUG * integer (0 .. 32767) * Used in CUG group of tests */ modulepar integer PX_CugIndex_Registred_Restrictions_ICB:=3000; /** @desc Integer for PX_CugIndex_Unregistred_Restrictions_None which refers to value assigned by the network * to identify a CUG * integer (0 .. 32767) * Used in CUG group of tests */ modulepar integer PX_CugIndex_Unregistred_Restrictions_None:=4000; /** @desc hexstring for PX_CugNetworkIndicator * Used in CUG group of tests * */ Loading Loading
AtsCommon/SS_Ims_PIXITS.ttcn +24 −3 Original line number Diff line number Diff line Loading @@ -84,14 +84,35 @@ group PSTN_Transit { } // end group PSTN_Transit group CUG_PIXITS{ /** @desc Integer for CugIndex which refers to value assigned by the network /** @desc Integer for PX_CugIndex_Registred_Restrictions_None which refers to value assigned by the network * to identify a CUG * integer (0 .. 32767) * Used in CUG group of tests */ modulepar integer PX_CugIndex:=1000; modulepar integer PX_CugIndex_Registred_Restrictions_None:=1000; /** @desc hexstring for CugNetworkIndicator /** @desc Integer for CugIndex_Registred_Restrictions_OCB which refers to value assigned by the network * to identify a CUG * integer (0 .. 32767) * Used in CUG group of tests */ modulepar integer PX_CugIndex_Registred_Restrictions_OCB:=2000; /** @desc Integer for PX_CugIndex_Registred_Restrictions_ICB which refers to value assigned by the network * to identify a CUG * integer (0 .. 32767) * Used in CUG group of tests */ modulepar integer PX_CugIndex_Registred_Restrictions_ICB:=3000; /** @desc Integer for PX_CugIndex_Unregistred_Restrictions_None which refers to value assigned by the network * to identify a CUG * integer (0 .. 32767) * Used in CUG group of tests */ modulepar integer PX_CugIndex_Unregistred_Restrictions_None:=4000; /** @desc hexstring for PX_CugNetworkIndicator * Used in CUG group of tests * */ Loading