Commit 3ce74466 authored by rennoch's avatar rennoch
Browse files

add note to header: This module is part of LibSipV2.

parent 019501b6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/*
 *	@author 	STF 346, STF366, STF368, STF369
 *	@author 	STF 346, STF366, STF368, STF369, STF450
 *  @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 LibSipV2.
 */

module LibSip_Interface
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,9 @@
// $Author: seka $
// $Rev: 8470 $
/******************************************************************************/
/
* This module is part of LibSipV2.
*/

module LibSip_MessageBodyTypes
{
+2 −1
Original line number Diff line number Diff line
/*
 *	@author 	STF 346, STF366, STF368, STF369
 *	@author 	STF 346, STF366, STF368, STF369, STF450
 *  @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 LibSipV2.
 *  NOTE:		PIXITS in folowing groups can be ignored if this information
 *   			is provided in other modules of the ATS that uses this SIP library
 *				- Ports_and_addresses_of_the_SUT
+2 −1
Original line number Diff line number Diff line
/**
 *  @author   STF 346, STF366, STF368, STF369
 *  @author   STF 346, STF366, STF368, STF369, STF450
 *  @version  $Id$
 *  @desc     This module defines message, attribute, structured and simple
 *            SDP types as well constants used by LipSip constructs. <br>
@@ -7,6 +7,7 @@
 *            may be overwritten by future releases of this library
 *            End users are encouraged to contact the distributers of this
 *            module regarding their modifications or additions
 *            This module is part of LibSipV2.
 *  @remark   Adding of new attributes types is ok;
 *            Adding of new optional attributes in @see SDP_attribute type
 *            is ok;
+2 −1
Original line number Diff line number Diff line
/**
 *  @author   STF 346, STF366, STF368, STF369
 *  @author   STF 346, STF366, STF368, STF369, STF450
 *  @version  $Id$
 *  @desc     This module defines message, header, structured and simple SIP
 *            types as well constants used by LipSip constructs. <br>
@@ -7,6 +7,7 @@
 *            may be overwritten by future releases of this library
 *            End users are encouraged to contact the distributers of this
 *            module regarding their modifications or additions
 *            This module is part of LibSipV2.
 *  @remark   Adding of new message and header types is ok;
 *            Adding of new optional header fields in @see MessageHeader type
 *            is ok but should be done at same time as dummy template updates;
Loading