Commit f7795274 authored by pintar's avatar pintar
Browse files

enforced TTCN3 problem solved

parent ada61e5c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ template ATP_PAR_tlv m_ATP_CLSU :=
/* TX template for Access Transport parameter (ATP); Optional(O) format, with Q.931 information element Calling sub-address (default value). */
{
 paramType := '00000011'B,                                                   /* Parameter Type '00000011'B */
 paramLen := f_calc_length_atp_cgps({ callingPartySubaddress := m_cgps },3), /* Parameter Length field */
 paramLen := f_calc_length_atp_cgps({bearerCapability := omit, highLayerCompatibility := omit, lowLayerCompatibility := omit, progressIndicator := omit, calledPartySubaddress := omit, callingPartySubaddress := m_cgps, connectedSubaddress := omit},3), /* Parameter Length field */
 informationElements :=                                                      /* Q.931 information elements */
 { 
  specificInformationElements := 
@@ -114,7 +114,7 @@ template ATP_PAR_tlv m_ATP_CNSU :=
/* TX template for Access Transport parameter (ATP); Optional(O) format, with Q.931 information element Connected sub-address (default value). */
{
 paramType := '00000011'B,                                                /* Parameter Type '00000011'B */
 paramLen := f_calc_length_atp_cods({ connectedSubaddress := m_cons },3), /* Parameter Length field */
 paramLen := f_calc_length_atp_cods({bearerCapability := omit, highLayerCompatibility := omit, lowLayerCompatibility := omit, progressIndicator := omit, calledPartySubaddress := omit, callingPartySubaddress := omit, connectedSubaddress := m_cons},3), /* Parameter Length field */
 informationElements :=                                                   /* Q.931 information elements */
 { 
  specificInformationElements :=