Commit bcc441bc authored by pintar's avatar pintar
Browse files

error due to TTWb and TAU is solved

parent 128a0d5f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ template ATP_PAR_tlv mw_ATP_PAR_tlv_any :=
 informationElements := { anyInformationElements := ? } /* Any Q.931 information elements */
}

template ATP_PAR_tlv mw_ATP_HLC(template HighLayerCompatibilities p_hlc) :=
template ATP_PAR_tlv mw_ATP_HLC(template HighLayerCompatibility p_hlc) :=
/* RX template for Access Transport parameter (ATP); Optional(O) format, with Q.931 information element hlc, highLayerCharacteristicsIdentification parameterized and any-values otherwise. */
{
 paramType := '00000011'B, /* Parameter Type '00000011'B */
@@ -228,7 +228,7 @@ template ATP_PAR_tlv mw_ATP_HLC(template HighLayerCompatibilities p_hlc) :=
  specificInformationElements := 
  {
   bearerCapability := *,
   highLayerCompatibility :=  p_hlc,  /* Q.931 High layer compatibility */
   highLayerCompatibility :=  {p_hlc},  /* Q.931 High layer compatibility */
   lowLayerCompatibility := *,
   progressIndicator := *,
   calledPartySubaddress := *,