Commit b290b036 authored by rennoch's avatar rennoch
Browse files

update of the file headers for STF471

parent 28c38c2e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
 * @desc        This module provides all modules of the LibSip as public imports.
 *              Importing this module will automatically import all here listed modules,
 *              no other LibSip_xxx module import needed in this case.
 *              This module is part of LibSipV3.
 */
module LibSip_Library {
    
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 *  @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.
 *              
 *              This module is part of LibSipV3.           
 */

module LibSip_MessageBodyTypes {
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
 * @version    $Id$
 * @desc        This module provides module parameters used within the SIP
 *             protocol for timers, SDP formats etc.
 *             This module is part of LibSipV3.
 */
module LibSip_PIXITS {
    // LibCommon
+3 −3
Original line number Diff line number Diff line
/**
 *  @author     STF 435
 *  @author     STF 435, 471
 *  @version    $Id$
 *  @desc       This module provides the functions used by the test component
 *              for SIP-SMS over IMS as specified in 3GPP 24.341 tests.
 *              This module is part of LibSipV2.
 *              for SIP-SMS over IMS as specified in 3GPP 24-341 tests.
 *              This module is part of LibSipV3.
 */
module LibSip_SMSFunctions {
    import from LibSip_SMSTypesAndValues all;
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
 *  @author     STF 435, STF 471
 *  @version    $Id$
 *  @desc       This module provides the types used by the test component
 *              for SIP-SMS over IMS as specified in 3GPP 24.341 tests.
 *              for SIP-SMS over IMS as specified in 3GPP 24-341 tests.
 *              This module is part of LibSipV3.
 */
module LibSip_SMSTemplates {
Loading