/* Default TX template for Cause indicators parameter (CAUI); Variable(V) format. */
{
paramLen:='00000010'B,/* Parameter Length field */
location:='0000'B,/* location */
spare:='0'B,/* spare */
codingStandard:='00'B,/* codingStandard */
ext1:='1'B,/* Extension */
causeValue:='0010000'B,/* Cause value */
ext2:='1'B,/* Extension */
diagnostics:=omit/* Diagnostic(s)*/
}
templateCAUI_PAR_lvm_CAUI_CCBS:=
/* TX template for Cause indicators parameter (CAUI), with diagnostics = 'CCBS possible', a cause value compatible with this diagnostics, and default values otherwise */
{
paramLen:='00000011'B,/* Parameter Length field */
location:='0000'B,/* location */
spare:='0'B,/* spare */
codingStandard:='00'B,/* codingStandard */
ext1:='1'B,/* Extension */
causeValue:=int2bit(PX_ISUP_REL_CAU_CCBSposs,7),/* Cause value */
/* TX template for Cause indicators parameter (CAUI); Mandatory Variable (V) format, with cause value parameterizedand location = 'network beyond an interworking point'. */