Commit 2a411701 authored by rennoch's avatar rennoch
Browse files

add of file descriptions for t3doc

parent 20b1d67a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
/**
 *  @author     STF 346, STF366, STF368, STF369, STF450, STF471
 *  @version    $Id$
 *  @desc       This module provides the types used by the test component
+6 −10
Original line number Diff line number Diff line
/******************************************************************************
 *  @author     STF 346, STF366, STF368, STF369, STF450, STF471
 *  @version    $Id: LibSip_MessageBodyTypes.ttcn 622 2014-07-10 14:50:54Z nikolajev $
 *  @desc       This module provides the types used for alternative SIP message
 *              body variants and combinations.
 *              
 */
// $Date: 2013-04-08 08:18:17 +0000 (Mo, 08 Apr 2013) $
// $Author: seka $
// $Rev: 8470 $
/******************************************************************************
 *
 */
/*
* This module is part of LibSipV2.
*/

module LibSip_MessageBodyTypes {
    import from LibSip_SDPTypes all;
    import from LibSip_SimpleMsgSummaryTypes all;
+3 −4
Original line number Diff line number Diff line
/*
/**
 * @author     STF 346, STF366, STF368, STF369, STF450, STF471
 * @version    $Id$
 * @desc        This module provides the types used by the test component
 *              for SIP-IMS tests. Module become from STF306 and STF334-336
 *              This module is part of LibSipV3.
 * @desc        This module provides module parameters used within the SIP
 *             protocol for timers, SDP formats etc.
 */
module LibSip_PIXITS {
    // LibCommon
+1 −1
Original line number Diff line number Diff line
/*
/**
 *  @author     STF 435
 *  @version    $Id$
 *  @desc       This module provides the functions used by the test component
+1 −1
Original line number Diff line number Diff line
/*
/**
 *  @author     STF 435, STF 471
 *  @version    $Id$
 *  @desc       This module provides the types used by the test component
Loading