Commit 2b9eba79 authored by schmitting's avatar schmitting
Browse files

No commit message

No commit message
parent 6ab6c905
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -436,6 +436,12 @@ const Bit7 c_GNI_gNotInd_waitCall := '1100000'B;
/* Value 'request' of bit field element 'type' in IE 'Loop prevention indicators'. */
const Bit1 c_LPI_lopReqResp_req := '0'B;

/* Value 'calling party address requested' of bit field element 'Calling party address request indicator' in IE 'Information request indicators'. */
const Bit1 c_IRI_cliAddress_req := '1'B;

/* Value 'calling party address included' of bit field element 'Calling party address response indicator' in IE 'Information indicators'. */
const Bit2 c_IID_cliAddress_included := '11'B;

/* Value 'response' of bit field element 'type' in IE 'Loop prevention indicators'. */
const Bit1 c_LPI_lopReqResp_rsp := '1'B;

@@ -872,6 +878,9 @@ const Bit5 c_BCAP_Speech := '00000'B;
/* Value '3.1 kHz audio' of bit field element 'Information Transfer Capability' in ISDN IE 'Bearer Capability' */
const Bit5 c_BCAP_3_1kHZ_Audio := '10000'B;

/* Value 'Unrestricted digital information' of bit field element 'Information Transfer Capability' in ISDN IE 'Bearer Capability' */
const Bit5 c_BCAP_UDI := '01000'B;

/* Value 'Unrestricted digital information with tones/announcements' of bit field element 'Information Transfer Capability' in ISDN IE 'Bearer Capability' */
const Bit5 c_BCAP_UDI_TA := '10001'B;

+57 −145
Original line number Diff line number Diff line
@@ -70,88 +70,93 @@ float PX_TDelay_GRS := 1.0;
*/
float		PX_TDelay_IDR := 1.0;

/* @desc	Time to delay LOP message before sending
/* @desc	Time to delay INF message before sending
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.18
*/
float		PX_TDelay_INF := 1.0;

/* @desc	Time to delay LOP message before sending
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.19
*/
float		PX_TDelay_LOP := 1.0;

/* @desc	Time to delay REL message before sending
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.19
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.20
*/
float		PX_TDelay_REL := 1.0;

/* @desc	Time to delay RES message before sending
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.20
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.21
*/
float		PX_TDelay_RES := 1.0;

/* @desc	Time to delay RLC message before sending
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.21
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.22
*/
float		PX_TDelay_RLC := 1.0;

/* @desc	Time to delay RSC message before sending
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.22
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.23
*/
float		PX_TDelay_RSC := 1.0;

/* @desc	Time to delay SAM message before sending
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.23
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.24
*/
float		PX_TDelay_SAM := 1.0;

/* @desc	Time to delay SUS message before sending
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.24
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.28
*/
float		PX_TDelay_SUS := 1.0;

/* @desc	Time to delay UNKNOWN message before sending
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.25
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.26
*/
float		PX_TDelay_UNKNOWN := 1.0;

/* @desc	Nominal timeout value of ISUP protocol timer T2
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.26
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.27
*/
float		PX_Timeout_T2 := 180.0;

/* @desc	Nominal timeout value of ISUP protocol timer T39
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.27
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.28
*/
float		PX_Timeout_T39 := 120.0;

/* @desc	Nominal timeout value of ISUP protocol timer T6
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.28
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.29
*/
float		PX_Timeout_T6 := 10.0;

/* @desc	Nominal timeout value of ISUP protocol timer T7
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.29
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.30
*/
float		PX_Timeout_T7 := 25.0;

/* @desc	Nominal timeout value of ISUP protocol timer T
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.30
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.310
*/
float		PX_Timeout_T8 := 12.0;

/* @desc	Nominal timeout value of ISUP protocol timer T9
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.31
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.32
*/
float		PX_Timeout_T9 := 135.0;

/* @desc	Nominal timeout value of ISUP/SIP interworking protocol timer TOIW1
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.32
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.33
*/
float		PX_Timeout_TOIW1 := 4.0;

/* @desc	Nominal timeout value of ISUP/SIP interworking protocol timer TOIW2
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.33
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.34
*/
float		PX_Timeout_TOIW2 := 4.0;

/* @desc	Nominal timeout value of ISUP/SIP interworking protocol timer TOIW3
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.34
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.35
*/
float		PX_Timeout_TOIW3 := 4.0;

@@ -296,24 +301,15 @@ charstring PX_ISUP_IAM_GEN_digits_txInat := "3864123";
*/
charstring		PX_ISUP_IAM_GEN_digits_txNat := "4123";

/*  @desc	'address digits' value (CC NDC SN) received in the 'Called party number' parameter in the IAM message, when the nature of address is 'international number'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.6.11
*/
charstring		PX_ISUP_IAM_CLD_digits_rxInat := "3864123";

/*  @desc	'address digits' value (NDC SN) received in the 'Called party number' parameter in the IAM message, when the nature of address is 'national number'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.3.3
/*  @desc	Default 'address digits' value sent in the 'Called party number' parameter in the IAM message, containing the complete address and 'sending complete'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.7.1
*/
charstring		PX_ISUP_IAM_CLD_digits_rxNat := "4123";
charstring		PX_ISUP_IAM_CLD_digits_txDef :="2909";

/*  @desc	Complete 'address digits' value sent in the 'Called party number' parameter in the IAM message, when the destination is an automatically answering SIP.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.1.1
/*  @desc	Default 'nature of address' value sent in the 'Called party number' parameter in the IAM message, containing the complete address and 'sending complete'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.7.2
*/
charstring		PX_ISUP_IAM_CLD_digits_auto := "2909";

/*  @desc	'nature of address' value sent in the 'Called party number' parameter in the IAM message, when the destination is an automatically answering SIP.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.1.2
*/	Bit7			PX_ISUP_TX_CLD_natAddr_auto := '0000001'B; 
Bit7			PX_ISUP_TX_CLD_natAddr_txDef := '0000001'B; 

/*  @desc	'address digits' value sent in the 'Called party number' parameter in the IAM message, when 'sending complete' is not sent, not the maximum number of digits are sent, the number is complete and completeness is determined by analysis of the number.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.2.1
@@ -344,55 +340,25 @@ charstring PX_ISUP_IAM_CLD_digits_max := "29090000000000000000";
*/
Bit7			PX_ISUP_TX_CLD_natAddr_max := '0000001'B; 

/*  @desc	'address digits' value sent in the 'Called party number' parameter in the IAM message, containing the minimum number of digits required for routing, and no 'sending complete'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.5.1
*/
charstring		PX_ISUP_IAM_CLD_digits_min :="2909";

/*  @desc	'nature of address' value sent in the 'Called party number' parameter in the IAM message, containing the minimum number of digits required for routing, and no 'sending complete'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.5.2
*/
Bit7			PX_ISUP_TX_CLD_natAddr_min := '0000001'B; 

/*  @desc	'address digits' value sent in the 'Called party number' parameter in the IAM message, converted by the IWU such that the To header field contains a sip: URI.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.6.1
*/
charstring		PX_ISUP_IAM_CLD_digits_SipUri :="2909";

/*  @desc	'nature of address' value sent in the 'Called party number' parameter in the IAM message, converted by the IWU such that the To header field contains a sip: URI.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.6.2
*/
Bit7			PX_ISUP_TX_CLD_natAddr_SipUri := '0000001'B; 

/*  @desc	Default 'address digits' value sent in the 'Called party number' parameter in the IAM message, containing the complete address and 'sending complete'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.7.1
*/
charstring		PX_ISUP_IAM_CLD_digits_txDef :="2909";

/*  @desc	Default 'nature of address' value sent in the 'Called party number' parameter in the IAM message, containing the complete address and 'sending complete'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.7.2
*/
Bit7			PX_ISUP_TX_CLD_natAddr_txDef := '0000001'B; 

/*  @desc	'address digits' value sent in the 'Called party number' parameter in the IAM message, containing a leading part of an address (to be completed by 2 SAM messages), and where the nature of address is 'subscriber number'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.8
/*  @desc	'address digits' value (less than minimum number digits to route the call through to the SIP side) sent in the 'Calling party number' parameter in the IAM message.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.14.1
*/
charstring		PX_ISUP_IAM_CLD_digits_Leading_subs :="29";
charstring		PX_ISUP_IAM_CLD_digits_less :="12";

/*  @desc	'address digits' value sent in the 'Called party number' parameter in the IAM message, containing a leading part of an address (to be completed by 2 SAM messages), and where the nature of address is 'national (sign.) number'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.9
/*  @desc	'nature of addresss' value (number of digits less than minimum number digits to route the call through to the SIP side) sent in the 'Calling party number' parameter in the IAM message.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.14.2
*/	
charstring		PX_ISUP_IAM_CLD_digits_Leading_nat :="429";
Bit7			PX_ISUP_IAM_CLD_natAddr_less := '0000001'B; 

/*  @desc	'address digits' value sent in the 'Called party number' parameter in the IAM message, containing a leading part of an address (to be completed by 2 SAM messages), converted by the IWU such that the To header field contains a sip: URI.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.10
/*  @desc	'address digits' value sent in the 'Called party number' parameter in the IAM message, containing the minimum number of digits required for routing through to the SIP side, and no 'sending complete'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.5.1
*/
charstring		PX_ISUP_IAM_CLD_digits_Leading_sipUri :="29";
charstring		PX_ISUP_IAM_CLD_digits_min :="2909";

/*  @desc	'address digits' value sent in the 'Called party number' parameter in the IAM message, containing a leading part of an address (to be completed by 2 SAM messages), and where the nature of address is 'international number'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.11
/*  @desc	'nature of address' value sent in the 'Called party number' parameter in the IAM message, containing the minimum number of digits required for routing through to the SIP side, and no 'sending complete'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.5.2
*/
charstring		PX_ISUP_IAM_CLD_digits_Leading_inat :="386429";
Bit7			PX_ISUP_TX_CLD_natAddr_min := '0000001'B; 

/*  @desc	Default 'complete address digits' value sent in the 'Called party number' parameter in the IAM message, when the nature of address is specified as 'international number'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.12
@@ -404,16 +370,6 @@ charstring PX_ISUP_IAM_CLD_digits_txDef_inat :="38642909";
*/
charstring		PX_ISUP_IAM_CLD_digits_txDef_nat :="42909";

/*  @desc	'address digits' value (less than minimum number digits to route the call) sent in the 'Calling party number' parameter in the IAM message.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.14.1
*/
charstring		PX_ISUP_IAM_CLD_digits_less :="12";

/*  @desc	'nature of addresss' value (number of digits less than minimum number digits to route the call) sent in the 'Calling party number' parameter in the IAM message.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.14.2
*/	
Bit7			PX_ISUP_IAM_CLD_natAddr_less := '0000001'B; 

/*  @desc	Default 'user-to-user information' value (Service 1 data) sent in the 'User-to-user information' parameter in the IAM message.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.9.1
*/
@@ -455,65 +411,31 @@ integer PX_ISUP_REL_CAU_CCBSposs := 17;
*/
boolean     PX_ISUP_COT_MSG_await := false;

/*  @desc	'address digits' value (PIXIT) received in the 'Subsequent number' parameter in the first SAM message.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.1
*/
charstring		PX_ISUP_SAM_SQN_digits_rx1 := "1";

/*  @desc	'address digits' value (PIXIT) received in the 'Subsequent number' parameter in the second SAM message.
/*  @desc	'address digits' value sent in the 'Subsequent number' parameter in a SAM message, containing enough number digits to allow the routing to the SIP side, where the IAM contained less than the minimum digits to route the call through to the SIP side.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.2
*/
charstring		PX_ISUP_SAM_SQN_digits_rx2 := "2";
charstring		PX_ISUP_SAM_SQN_digits_txLess_AllowRoute := "05";

/*  @desc	'address digits' value sent in the 'Subsequent number' parameter in the first SAM message, containing the middle part of the number, where the IAM contained less than the minimum digits to route the call.
/*  @desc	'address digits' value sent in the 'Subsequent number' parameter in the SAM message, containing the second part of the number, where the IAM contained already enough digits to route the call through to the SIP side.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.3
*/
charstring		PX_ISUP_SAM_SQN_digits_txMidLess := "0";
charstring		PX_ISUP_SAM_SQN_digits_tx_2nd := "0";

/*  @desc	'address digits' value sent in the 'Subsequent number' parameter in the first SAM message, containing the final part of the number, where the IAM contained less than the minimum digits to route the call.
/*  @desc	'address digits' value sent in the 'Subsequent number' parameter in the second SAM message, containing the third part of the number, where the IAM contained already enough digits to route the call through to the SIP side.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.4
*/
charstring		PX_ISUP_SAM_SQN_digits_txFinLess := "05";

/*  @desc	'address digits' value sent in the 'Subsequent number' parameter in the second SAM message, completing the (subscriber) number.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.5
*/
charstring		PX_ISUP_SAM_SQN_digits_txFinDef := "9";

/*  @desc	'address digits' value sent in the 'Subsequent number' parameter in the first SAM message, containing the middle part of the complete (subscriber) number.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.6
*/
charstring		PX_ISUP_SAM_SQN_digits_txMidDef := "0";

/*  @desc	Final 'address digits' value sent in the 'Subsequent number' parameter in the second SAM message, completing the (national sign.) number.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.7
*/
charstring		PX_ISUP_SAM_SQN_digits_txFinNat := "9";

/*  @desc	Middle 'address digits' value sent in the 'Subsequent number' parameter in the first SAM message, not completing the (national sign.) number.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.8
*/
charstring		PX_ISUP_SAM_SQN_digits_txMidNat := "0";

/*  @desc	Final 'address digits' value sent in the 'Subsequent number' parameter in the second SAM message, where the whole number is mapped to the addr-spec component of the To header field which includes the "user=phone" URI parameter.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.9
*/
charstring		PX_ISUP_SAM_SQN_digits_txFinPhone := "9";
charstring		PX_ISUP_SAM_SQN_digits_tx_3rd := "9";

/*  @desc	'address digits' value sent in the 'Subsequent number' parameter in the second SAM message, completing the (international) number.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.10
*/
charstring		PX_ISUP_SAM_SQN_digits_txFinInat := "9";

/*  @desc	Middle 'address digits' value sent in the 'Subsequent number' parameter in the first SAM message, where the whole number is mapped to the addr-spec component of the To header field which includes the "user=phone" URI parameter.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.11
/*  @desc	'address digits' value sent in the 'Subsequent number' parameter in the third SAM message, containing the fourth and final part of the number, where the IAM contained already enough digits to route the call through to the SIP side.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.4
*/
charstring		PX_ISUP_SAM_SQN_digits_txMidPhone := "0";
charstring		PX_ISUP_SAM_SQN_digits_tx_4th := "9";

/*  @desc	'address digits' value (PIXIT (middle part of standard international address/ to be completed by next SAM)) sent in the 'Subsequent number' parameter in the SAM message.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.12
/*  @desc	'address digits' value sent in the 'Subsequent number' parameter in the third SAM message, containing the fourth and final part of the number with the amount of digits leading to the overall maximum of digits allowed according to the numbering plan, where the IAM contained already enough digits to route the call through to the SIP side.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.4
*/
charstring		PX_ISUP_SAM_SQN_digits_txMidInat := "0";
charstring		PX_ISUP_SAM_SQN_digits_tx_4th_max := "9";

/*  @desc	Default value for element chargeIndicator inside Backward call indicators parameter (BCI); Fixed(F) format (to be sent when the TP does not specify a specific value for that field).
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.12.1
@@ -570,16 +492,6 @@ Bit1 PX_ISUP_TX_BCI_v_echoContrDevInd := '1'B;
*/
Bit2			PX_ISUP_TX_BCI_v_sCCPMethodInd := '00'B; 

/*  @desc	Default value for element natureOfAddressIndicator inside Called party number parameter (CDN); Variable(V) format (to be sent when the TP does not specify a specific value for that field).
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.15.2
*/
Bit7			PX_ISUP_TX_CDN_natOfAddressInd := '0000001'B; 

/*  @desc	Default value for element addressSignals inside Called party number parameter (CDN); Variable(V) format (to be sent when the TP does not specify a specific value for that field).
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.4.15.1
*/
charstring		PX_ISUP_TX_CDN_addrSignals := "2909";

/*  @desc	Default value for element callingPartysCategory inside Calling party's category parameter (CGC); Optional(O) format (to be sent when the TP does not specify a specific value for that field).
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.13
*/
@@ -650,11 +562,6 @@ Bit1 PX_ISUP_TX_FCI_iSDNAccessInd := '0'B;
*/
Bit2			PX_ISUP_TX_FCI_sCCPMethodInd := '00'B;

/*  @desc	Default value for element reserved inside Forward call indicators parameter (FCI); Fixed(F) format (to be sent when the TP does not specify a specific value for that field).
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.15.9
*/
Bit4			PX_ISUP_TX_FCI_reserved := '0000'B;

/*  @desc	Default value for element satelliteIndicator inside Nature of connection indicators parameter (NCI); Fixed(F) format (to be sent when the TP does not specify a specific value for that field).
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.16.1
*/
@@ -765,6 +672,11 @@ Bit8 PX_ISUP_TX_unknown_parameter_type := '10001111'B;
*/
Bit8			PX_ISUP_TX_unknown_message_type := '01001010'B;

/* @desc	Default value for of bit field element 'User Information Layer 1 Protocol Indicator' in IE Bearer Cpability encapsulated in 'User service information' or 'Access transport' parameter (to be sent when the TP does not specify a specific value for that field).
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.26
*/
Bit5 			PX_userInfoLayer1 := '00011'B;

/*  @desc	Default value for calling party subaddress information (to be sent when the TP does not specify a specific value for that field).
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.25.1
*/
+26 −2
Original line number Diff line number Diff line
@@ -908,7 +908,7 @@ template IAM_MSG mw_IAM_MSG_OtherParameters

group IDR {
template IDR_MSG m_IDR_MRQI(template MCRI_PAR_tlv p_MRQI) :=
/* TX template for Identification request message (IDR) with MCID request indicators parameterized, and with 'any' other optional parameters */
/* TX template for Identification request message (IDR) with MCID request indicators parameterized, and with no other optional parameters */
{
 msgType := '00110110'B,                                 /* Message Type '00110110'B */
 pOptional := '00000001'B,                               /* Pointer to optional parameters. */
@@ -917,6 +917,30 @@ template IDR_MSG m_IDR_MRQI(template MCRI_PAR_tlv p_MRQI) :=
}
} /* end group IDR */

group INF {
template INF_MSG m_INF :=
/* TX template for Information message (INF) with Calling party number parameter, and with no other optional parameters */
{
 msgType := '00000100'B,                           /* Message Type '00000100'B */
 informationIndicators := m_IID_PAR_v,             /* Information indicators, F, len=2 */
 pOptional := '00000001'B,                         /* Pointer to optional parameters. */
 optionalParameters := m_INF_USED_OPTIONAL_PARAMS, /* SET: optional parameters of Information message (INF) */
 endOfOptionalParameters := '00000000'B            /* End of optional parameters, O, len=1 */
}
} /* end group INF */

group INR {
template INR_MSG mw_INR :=
/* RX template for Information request message (INR) with 'any' optional values */
{
 msgType := '00000011'B,                           /* Message Type '00000011'B */
 informationRequestIndicators := mw_IRI_PAR_v,     /* Information request indicators, F, len=2 */
 pOptional := ?,                                   /* Pointer to optional parameters. */
 optionalParameters := mw_INR_OPTIONAL_PARAMS_any, /* SET: optional parameters of Inforation requeste message (INR) */
 endOfOptionalParameters := '00000000'B ifpresent  /* End of optional parameters, O, len=1 */
}
} /* end group INR */

group IRS {
template IRS_MSG mw_IRS_MRSI(template MCRS_PAR_tlv p_MRSI) :=
/* RX template for Identification response message (IRS) with MCID response indicators parameterized and with 'any' other values */
@@ -924,7 +948,7 @@ template IRS_MSG mw_IRS_MRSI(template MCRS_PAR_tlv p_MRSI) :=
 msgType := '00110111'B,                                /* Message Type '00110111'B */
 pOptional := ?,                                        /* Pointer to optional parameters. */
 optionalParameters := mw_IRS_USED_OPTIONAL_PARAMS(p_MRSI), /* SET: optional parameters of Identification response message (IRS) */
 endOfOptionalParameters := '00000000'B ifpresent       /* End of optional parameters, O, len=1 */
 endOfOptionalParameters := '00000000'B                 /* End of optional parameters, O, len=1 */
}
} /* end group IRS */

+178 −116

File changed.

Preview size limit exceeded, changes collapsed.

+23 −57

File changed.

Preview size limit exceeded, changes collapsed.

Loading