Commit 55754799 authored by schmitting's avatar schmitting
Browse files

Groups up to 508 done

parent bb131750
Loading
Loading
Loading
Loading
+39 −14
Original line number Diff line number Diff line
@@ -268,6 +268,24 @@ const Bit2 c_CNT_connType_notReq := '00'B;
/* Value 'ordinary calling subscriber' of bit field element 'Calling party's category value' in IE 'Calling party's category'. */
const Bit8 c_CPC_cPartyCat_ordSubs := '00001010'B;

/* Value 'presentation allowed' of bit field element 'Address presentation restricted indicator' in IE 'Connected number'. */
const Bit2 c_CPN_aprInd_alwd := '00'B;

/* Value 'presentation restricted' of bit field element 'Address presentation restricted indicator' in IE 'Connected number'. */
const Bit2 c_CPN_aprInd_restr := '01'B;

/* Value 'international number' of bit field element 'Nature of address indicator' in IE 'Connected number'. */
const Bit7 c_CPN_natAddrInd_internat := '0000100'B;

/* Value 'national (significant) number' of bit field element 'Nature of address indicator' in IE 'Connected number'. */
const Bit7 c_CPN_natAddrInd_natSig := '0000011'B;

/* Value 'ISDN (Telephony) numbering plan (ITU-T Recommendation E.164)' of bit field element 'Numbering plan indicator' in IE 'Connected number'. */
const Bit3 c_CPN_numPlanInd_isdn := '001'B;

/* Value 'network provided' of bit field element 'Screening indicator' in IE 'Connected number'. */
const Bit2 c_CPN_screenInd_ntwProv := '11'B;

/* Value 'continuity check failed' of bit field element 'Continuity indicator' in IE 'Continuity indicators'. */
const Bit1 c_CTI_contInd_failed := '0'B;

@@ -433,6 +451,24 @@ const Bit7 c_GNI_gNotInd_isolated := '1000101'B;
/* Value 'reattached' of bit field element 'generic notification indicator' in IE 'Generic notification indicator'. */
const Bit7 c_GNI_gNotInd_reattached := '1000110'B;

/* Value 'other party added' of bit field element 'generic notification indicator' in IE 'Generic notification indicator'. */
const Bit7 c_GNI_gNotInd_otherPartyAdded := '1000100'B;

/* Value 'other party isolated' of bit field element 'generic notification indicator' in IE 'Generic notification indicator'. */
const Bit7 c_GNI_gNotInd_otherPartyIsolated := '1000111'B;

/* Value 'other party reattached' of bit field element 'generic notification indicator' in IE 'Generic notification indicator'. */
const Bit7 c_GNI_gNotInd_otherPartyReattached := '1001000'B;

/* Value 'other party split' of bit field element 'generic notification indicator' in IE 'Generic notification indicator'. */
const Bit7 c_GNI_gNotInd_otherPartySplit := '1001001'B;

/* Value 'other party disconnected' of bit field element 'generic notification indicator' in IE 'Generic notification indicator'. */
const Bit7 c_GNI_gNotInd_otherPartyDisconnected := '1001010'B;

/* Value 'conference floating' of bit field element 'generic notification indicator' in IE 'Generic notification indicator'. */
const Bit7 c_GNI_gNotInd_confFloating := '1001011'B;

/* Value 'remote hold' of bit field element 'generic notification indicator' in IE 'Generic notification indicator'. */
const Bit7 c_GNI_gNotInd_remHold := '1111001'B;

@@ -893,6 +929,9 @@ 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;

/* Value 'NSAP (ITU-T Rec. X.213 and ISO/IEC 8348, Add.2' of bit field element 'Typ of Subaddress' in ISDN IEs 'Called, Calling and Connected Subaddress' */
const Bit3 c_Subaddress_NSAP := '000'B;

/* Value 'Telephony' of bit field element 'High layer characteristics identification' in ISDN IE 'High Layer Compatibility' */
const Bit7 c_HLC_Telephony := '0000001'B;

@@ -1121,20 +1160,6 @@ return Bit8 {
 return int2bit((lengthof (v_ras.status) + p_int), 8 );
}

/* Function to calculate length of ATP parameter carrying one CGPS IE*/
function f_calc_length_atp_cgps (in template ISDN_IEs p_ies, in integer p_int)
return Bit8 {
 var ISDN_IEs v_ies := valueof(p_ies);
 return int2bit((lengthof (v_ies.callingPartySubaddress.subaddressInformation) + p_int), 8 );
}

/* Function to calculate length of ATP parameter carrying one CODS IE*/
function f_calc_length_atp_cods (in template ISDN_IEs p_ies, in integer p_int)
return Bit8 {
 var ISDN_IEs v_ies := valueof(p_ies);
 return int2bit((lengthof (v_ies.connectedSubaddress.subaddressInformation) + p_int), 8 );
}

} /* end group Functions */

} /* end module SipIsup_ISUP_Constants */
+45 −11
Original line number Diff line number Diff line
@@ -392,6 +392,25 @@ Bit4 PX_ISUP_CAU_location := '0000'B;
*/
boolean     PX_ISUP_COT_MSG_await := false;

/*  @desc	'address digits' value sent in the 'Generic number' parameter in the ANM message, when the Nature of Address is 'international number'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.8.1
*/
charstring		PX_ISUP_ANM_GEN_digits_txInat := "3864123";

/*  @desc	'address digits' value sent in the 'Generic number' parameter in the ANM message, when the Nature of Address is 'national (sign.) number'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.8.2
*/
charstring		PX_ISUP_ANM_GEN_digits_txNat := "4123";

/*  @desc	Default 'address digits' value sent in the 'Connected number' parameter in the ANM message, when the Connected number is 'international'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.6.1
*/
charstring		PX_ISUP_ANM_CPN_digits_txInat := "3864123";

/*  @desc	Default 'address digits' value sent in the 'Connected number' parameter in the ANM message, when the Connected number is 'national (sign.) number'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.6.2
*/
charstring		PX_ISUP_ANM_CPN_digits_txNat := "4123";

/*  @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.1
@@ -658,6 +677,26 @@ Bit8 PX_ISUP_TX_unknown_message_type := '01001010'B;
*/
Bit5 			PX_userInfoLayer1 := '00011'B;

/*  @desc	Called party subaddress information value received in the 'Called party subaddress' in the ATP parameter in the IAM message.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.25.1
*/
octetstring		PX_ISUP_RX_cdps_information := '49534B524154454C'O;

/*  @desc	Default value for called 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
*/
octetstring		PX_ISUP_TX_cdps_information := '49534B524154454C'O;

/*  @desc	Default value for called party subaddress odd even indicator (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.2
*/
Bit1			PX_ISUP_TX_cdps_odd_even_indicator := '0'B;

/*  @desc	Calling party subaddress information value received in the 'Calling party subaddress' in the ATP parameter in the IAM message.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.25.1
*/
octetstring		PX_ISUP_RX_cgps_information := '49534B524154454C'O;

/*  @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
*/
@@ -668,25 +707,20 @@ octetstring PX_ISUP_TX_cgps_information := '49534B524154454C'O;
*/
Bit1			PX_ISUP_TX_cgps_odd_even_indicator := '0'B;

/*  @desc	Default value for calling party subaddress type of subaddress (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.3
*/
Bit3			PX_ISUP_TX_cgps_type_of_subaddress := '010'B;

/*  @desc	Default value for connected subaddress type of subaddress (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.1.2
/*  @desc	Connected subaddress information value received in the 'Connected subaddress' in the ATP parameter in the ANM message.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.25.1
*/
Bit3			PX_ISUP_TX_connsub_type_of_subaddress := '010'B;
octetstring		PX_ISUP_RX_cons_information := '49534B524154454C'O;

/*  @desc	Default value for connected party subaddress odd even indicator (to be sent when the TP does not specify a specific value for that field).
/*  @desc	Default value for connected subaddress odd even indicator (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.1.3
*/
Bit1			PX_ISUP_TX_connsub_odd_even_indicator := '0'B;
Bit1			PX_ISUP_TX_cons_odd_even_indicator := '0'B;

/*  @desc	Default value for connected 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.1.1
*/
octetstring		PX_ISUP_TX_connsub_information := '49534B524154454C'O;
octetstring		PX_ISUP_TX_cons_information := '49534B524154454C'O;

/* true if conversation check is used
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A4, item 4.1
+5 −5
Original line number Diff line number Diff line
@@ -959,7 +959,7 @@ template IAM_MSG mw_IAM_MSG_OtherParameters
} /* end group IAM */

group IDR {
template IDR_MSG m_IDR_MRQI(template MCRI_PAR_tlv p_MRQI) :=
template IDR_MSG m_IDR_MCRI(template MCRI_PAR_tlv p_MRQI) :=
/* 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 */
@@ -994,7 +994,7 @@ template INR_MSG mw_INR :=
} /* end group INR */

group IRS {
template IRS_MSG mw_IRS_MRSI(template MCRS_PAR_tlv p_MRSI) :=
template IRS_MSG mw_IRS_MCRS(template MCRS_PAR_tlv p_MRSI) :=
/* RX template for Identification response message (IRS) with MCID response indicators parameterized and with 'any' other values */
{
 msgType := '00110111'B,                                /* Message Type '00110111'B */
+220 −58

File changed.

Preview size limit exceeded, changes collapsed.

+1387 −6984

File changed.

Preview size limit exceeded, changes collapsed.