Commit 8dc64484 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

Added modules from TTF006

parent dddfcb0f
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+16 −0
Original line number Original line Diff line number Diff line
.project
.settings
.classpath
.metadata

/bin/
/ttcn3build/
/.apt_generated/

/lib/
/tracefiles/
/build/
/clf/
/tt3plugins/
*log*
taconfig.xml
 No newline at end of file

README.md

0 → 100644
+0 −0

Empty file added.

+1751 −0

File added.

Preview size limit exceeded, changes collapsed.

+3512 −0

File added.

Preview size limit exceeded, changes collapsed.

+32 −0
Original line number Original line Diff line number Diff line
/*
 *	@author 	STF 574
 *  @version    $Id$
 *	@desc		This module provides the module parameter
 */

module AtsImsIot_PIXITS
{
	
group SUT {

group SUT_CONF {
		/**
		 * @desc charstring for SUT/conference domain
		 */
		modulepar charstring PX_IMS_SUT_CONF_HOME_DOMAIN := "conf.sut.net";
		/**
		 * @desc charstring for conference factory URI name
		 */
		modulepar charstring PX_IMS_SUT_CONF_FACTORY_NAME := "factory.uri.name";
		/**
		 * @desc charstring for PChargingVector TP_IC_IBCF_INVITE_04
		 */
		modulepar charstring PX_IMS_A_ICID := "PX_IMS_A_ICID";
		
} // end group SUT_CONF

} // end group SUT
group TS {	

} // end group TS
} // end module AtsImsIot_PIXITS
Loading