Commit a8a5560f authored by schmitting's avatar schmitting
Browse files

language tags removed

parent e8a30c71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 *              for SIP-IMS tests. Module become from STF306 and STF334-336
 */

module LibSip_Interface language "TTCN-3:2005"//MRO
module LibSip_Interface
{	
	//LibCommon
	import from LibCommon_Sync all;
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
 *				- ParametersForHTTP_Authentication 
 */

module LibSip_PIXITS language "TTCN-3:2005"//MRO
module LibSip_PIXITS //MRO
{
	//LibCommon
	import from LibCommon_BasicTypesAndValues all;
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 *            change requests shall be made to http://t-ort.etsi.org
 */

module LibSip_SDPTypes language "TTCN-3:2005"//MRO
module LibSip_SDPTypes //MRO
{
  group Constants 
  {	
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 *            change requests shall be made to http://t-ort.etsi.org
 */

module LibSip_SIPTypesAndValues language "TTCN-3:2005"
module LibSip_SIPTypesAndValues 
{
	import from LibSip_SDPTypes all;
	import from LibSip_XMLTypes all;
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 *              for SIP-IMS tests.
 */

module LibSip_Steps language "TTCN-3:2005"//MRO
module LibSip_Steps //MRO
{	
	//LibCommon 
	import from LibCommon_Sync all ;
Loading