/* RX template for Initial address message (IAM) with default (F) and (V) parameters, except for the Called Party Number, and with 'any' other optional parameters. */
{
msgType:='00000001'B,/* Message Type '00000001'B */
natureOfConnectionIndicators:=mw_NCI_PAR_v_any,/* Nature of connection indicators, F, len=1 */
/* RX template for Initial address message (IAM) with default (F) and (V) parameters, except for the Called Party Number, and with 'any' other optional parameters. */
{
@@ -1295,11 +1310,10 @@ group SipIsup_ISUP_Encaps_Transmit_Msgs_Templ
calledPartyNumber:=m_CDN_PAR_ENC_Def
}
templateIAM_MSGm_IAM_With_UnknownParameters
modifiesm_IAM_MSG_Def
templateIAM_MSGm_IAM_ENC_With_UnknownParameters
modifiesm_IAM_MSG_ENC_Def
:=
{
pOptional:='00000001'B,/* Pointer to optional parameters. */
optionalParameters:=m_IAM_USED_OPTIONAL_PARAMS_unknown(omit,omit,omit,omit,omit,omit,omit,omit,omit,omit,omit,omit),/* SET: optional parameters of Initial address message (IAM): only Propagation Delay counter used. */
endOfOptionalParameters:='00000000'B/* End of optional parameters, O, len=1 */
}
@@ -2115,6 +2129,21 @@ group SipIsup_ISUP_Transmit_Msgs_Templ
endOfOptionalParameters:=omit//by msal //'00000000'B /* End of optional parameters, O, len=1 */
/* TX template for Initial address message (IAM) with default (F) and (V) parameters, except for Called party number (sending complete sent), and with 'no optional parameters except Propagation delay counter. */
{
msgType:='00000001'B,/* Message Type '00000001'B */
natureOfConnectionIndicators:=m_NCI_Def,/* Nature of connection indicators, F, len=1 */
/* TX template for Initial address message (IAM) with default (F) and (V) parameters, except for Called party number (international number), and with 'no optional parameters except Propagation delay counter. */
/* Default TX template with parametrization for Parameter compatibility information parameter (PCI); Optional(O) format. */
{
paramType:='00111001'B,/* Parameter Type '00111001'B */
paramLen:=int2bit((lengthof(valueof(p_paramInstructInds.moreInstructionIndicators))+3),8),/* Parameter Length field */
paramLen:=int2bit((/*lengthof(valueof(p_paramInstructInds.moreInstructionIndicators );) +//to be defined when required*/3),8),/* Parameter Length field */
/* TX template for unknown parameter (UNKNOWN); Optional (O) format, with Unknown parameter type given by Module Parameter, and arbitrary parameter contents. */
{
paramType:=PX_ISUP_TX_unknown_parameter_type,/* Unknown Parameter Type e.g. '10001111'B */
paramLen:=?,/* Parameter Length field */
contents:=?/* Parameter contents */
}
templateUUID_PAR_tlvm_UUID_req_S1(Bit2p_serv1):=
/* TX template for User-to-user indicators parameter (UUID); Optional (O) format, with Service 1 requested. */
@@ -4577,18 +4568,8 @@ group TP111_Receiving_RSC_GRS_CGB{
// TestBody end
v_ISUP_inTestBody := false;
/*Await default REL message*/
f_awaiting_REL_postamble(mw_REL_MSG_Def);
/*Send default RLC message*/
f_send_RLC(m_RLC_MSG_Def, true);
/*Await default REL message*/
f_awaiting_REL_postamble(mw_REL_MSG_Def);
/*Send default RLC message*/
f_send_RLC(m_RLC_MSG_Def, true);
// Postamble sending CGU and expecting CGUA for cic1 and cic2
//f_IsupBicc_Post_CGU2();
f_IsupBicc_Post_CGU2();
}//End f_IsupBicc_TC_111_011
@@ -4815,7 +4796,7 @@ group TP114_Receiving_CFN{
v_ISUP_inTestBody := true;
/*Receive Initial address message (IAM) with default (F) and (V) parameters, except for the Called Party Number (national number), and with 'any' other optional parameters.*/