Compare Revisions

The credentials to download the source code are:
 Username: svnusers
 Password: svnusers

Ignore whitespace Rev 128 → Rev 129

/trunk/ttcn/LibIms_Templates.ttcn
529,21 → 529,21
template XmlBody
m_XmlBody_ACR_ICB(template Incoming_communication_barring p_icb) := {
simservs := {
attr := {},
absServiceGroup_list := {},
extensions := {
elem_list := p_icb.attr
},
attr := {}
}
}
};
template XmlBody m_XmlBody_ACR_OCB(template Outgoing_communication_barring p_ocb) := {
simservs := {
attr := {},
absServiceGroup_list := {},
extensions := {
elem_list := p_ocb.attr
},
attr := {}
}
}
};