Commit 452ee724 authored by pintar's avatar pintar
Browse files

modification which change content of "@version $Id: $" within the header of the module

parent fa36dfe9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/**
 *  @author     STF 466
 *  @version    $Id$
 *  @version    $Id: $
 *  @desc       This module provides S6a test functions used by the DiameterS6a test cases with HSS acting as SUT.
 */

+1 −1
Original line number Diff line number Diff line
/**
 *  @author     STF 466
 *  @version    $Id$
 *  @version    $Id: $
 *  @desc       This module provides S6a test functions used by the DiameterS6a test cases with MME acting as SUT.
 */

+1 −1
Original line number Diff line number Diff line
/**
 *  @author     STF 466
 *  @version    $Id$
 *  @version    $Id: $
 *  @desc       This module provides the PICS used for the DiameterS6a tests.
*/

+3 −3
Original line number Diff line number Diff line
/**
 *  @author     STF 466
 *  @version    $Id: DiameterS6a_PIXITS.ttcn  $
 *    @desc        This module provides the PIXIT used for the SIP-IMS-DIAMETER tests.
 *  @version    $Id: $
 *  @desc       This module provides the PIXIT used for the IMS-DIAMETER S6a tests..
 */

module DiameterS6a_PIXITS {
+1 −1
Original line number Diff line number Diff line
/**
 *  @author     STF 466
 *  @version    $Id: DiameterS6a_Steps.ttcn3 661 2013-08-30 12:55:35Z schmitting $
 *  @version    $Id: $
 *  @desc       This module provides ATS specific steps used by the test cases
 *              for IMS-DIAMETER S6a tests.
 */
Loading