Commit 92fd938b authored by pintar's avatar pintar
Browse files

corrections due to week 6/2010 validation

parent 5bb54c2e
Loading
Loading
Loading
Loading
+12 −4
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ group TestCaseVariants {
	integer PX_TC108_005_VA := 1;
	integer PX_TC108_006_VA := 1;
	integer PX_TC301_014_VA := 1;
	integer PX_TC301_025_VA := 1;
	integer PX_TC301_026_VA := 1;
	integer PX_TC301_027_VA := 1;
	integer PX_TC307_006_VA := 1;	
@@ -112,7 +111,11 @@ group Connection{
	
	/** @desc	characterstring for URL user info (identity) to be called at ISDN side
	*/
	charstring  PX_SIP_IUT_USER := "0700123456";
	charstring  PX_SIP_IUT_USER := "010123456";
	
    /** @desc	characterstring for international format URL user info (identity) to be called at ISDN side
    */
    charstring  PX_SIP_IUT_USER_FULL := "+3864010123456";
	
	/** @desc	characterstring for invalid URL user info (identity) to be called at ISDN side
	*/
@@ -1290,7 +1293,12 @@ group MessagePar {
	/** @desc	octetstring for default value for element status inside Range and status parameter (RAS); Variable(V) format (to be sent when the TP does not specify a specific value for that field).
	   @remark	PICS/PIXIT Reference: ETSI TS 186002-5, Table A7
	*/
	octetstring		PX_ISUP_TX_RAS_status := '00'O; // cic 1-15, 17-31;
	octetstring		PX_ISUP_TX_RAS_status := '00'O; //  cic 1-15, 17-31: used for eg.: GRS
 
    /** @desc	octetstring for default value for element status inside Range and status parameter (RAS); Variable(V) format (to be sent when the TP does not specify a specific value for that field).
    @remark	PICS/PIXIT Reference: ETSI TS 186002-5, Table A7
    */
    octetstring		PX_ISUP_TX_RAS_status_noDefault := '7FFF'O; // (for cic 1-15 status should be 7FFF) (for cic 1-15, 17-31 7FFF 7FFF;) used for eg.:CGB
  
	/** @desc	7 bits for default value for element natureOfAddressIndicator inside Redirecting number parameter (RDN); Optional(O) format (to be sent when the TP does not specify a specific value for that field).
	   @remark	PICS/PIXIT Reference: ETSI TS 186002-5, Table A7