Commit 4441b867 authored by garciay's avatar garciay
Browse files

Unify STF525 TTCN-3 code

parent 9c7f6e8c
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
/**
/**
 *  @author     ETSI / STF405
 *  @author     ETSI / STF405
 *  @version    $URL$
 *  @version    $Url: https://oldforge.etsi.org/svn/LibIts/tags/20170222_STF527_Final/ttcn/BTP/LibItsBtp_Functions.ttcn $
 *              $Id$
 *              $Id: LibItsBtp_Functions.ttcn 1318 2017-01-26 10:20:53Z filatov $
 *  @desc       Module containing functions for basic Transport Protocol
 *  @desc       Module containing functions for basic Transport Protocol
 *  @copyright   ETSI Copyright Notification
 *  @copyright   ETSI Copyright Notification
 *               No part may be reproduced except as authorized by written permission.
 *               No part may be reproduced except as authorized by written permission.
+2 −2
Original line number Original line Diff line number Diff line
/**
/**
 *  @author   ETSI / STF405
 *  @author   ETSI / STF405
 *  @version  $URL$
 *  @version  $Url: https://oldforge.etsi.org/svn/LibIts/tags/20170222_STF527_Final/ttcn/BTP/LibItsBtp_Pixits.ttcn $
 *            $Id$
 *            $Id: LibItsBtp_Pixits.ttcn 1318 2017-01-26 10:20:53Z filatov $
 *  @desc     Basic Transport Protocol Templates
 *  @desc     Basic Transport Protocol Templates
 *  @copyright   ETSI Copyright Notification
 *  @copyright   ETSI Copyright Notification
 *               No part may be reproduced except as authorized by written permission.
 *               No part may be reproduced except as authorized by written permission.
+2 −2
Original line number Original line Diff line number Diff line
/**
/**
 *  @author   ETSI / STF405
 *  @author   ETSI / STF405
 *  @version  $URL$
 *  @version  $Url: https://oldforge.etsi.org/svn/LibIts/tags/20170222_STF527_Final/ttcn/BTP/LibItsBtp_Templates.ttcn $
 *            $Id$
 *            $Id: LibItsBtp_Templates.ttcn 1318 2017-01-26 10:20:53Z filatov $
 *  @desc     Basic Transport Protocol Templates
 *  @desc     Basic Transport Protocol Templates
 *  @copyright   ETSI Copyright Notification
 *  @copyright   ETSI Copyright Notification
 *               No part may be reproduced except as authorized by written permission.
 *               No part may be reproduced except as authorized by written permission.
+2 −2
Original line number Original line Diff line number Diff line
/**
/**
 *  @author      ETSI / STF405
 *  @author      ETSI / STF405
 *  @version     $URL$
 *  @version     $Url: https://oldforge.etsi.org/svn/LibIts/tags/20170222_STF527_Final/ttcn/BTP/LibItsBtp_TestSystem.ttcn $
 *               $Id$
 *               $Id: LibItsBtp_TestSystem.ttcn 1318 2017-01-26 10:20:53Z filatov $
 *  @desc        Test System module for ITS BTP
 *  @desc        Test System module for ITS BTP
 *  @copyright   ETSI Copyright Notification
 *  @copyright   ETSI Copyright Notification
 *               No part may be reproduced except as authorized by written permission.
 *               No part may be reproduced except as authorized by written permission.
+3 −3
Original line number Original line Diff line number Diff line
/**
/**
 *  @author   ETSI / STF405
 *  @author   ETSI / STF405
 *  @version  $URL$
 *  @version  $Url: https://oldforge.etsi.org/svn/LibIts/tags/20170222_STF527_Final/ttcn/BTP/LibItsBtp_TypesAndValues.ttcn $
 *            $Id$
 *            $Id: LibItsBtp_TypesAndValues.ttcn 1318 2017-01-26 10:20:53Z filatov $
 *  @desc     Module containing types and values for Basic Transport Protocol
 *  @desc     Module containing types and values for Basic Transport Protocol
 *  @copyright   ETSI Copyright Notification
 *  @copyright   ETSI Copyright Notification
 *               No part may be reproduced except as authorized by written permission.
 *               No part may be reproduced except as authorized by written permission.
@@ -174,6 +174,6 @@ module LibItsBtp_TypesAndValues {
    
    
} with {
} with {
  variant ""
  variant ""
  encode "LibItsGeoNetworking"
  encode "LibItsBtp"
}
}
Loading