Loading ttcn/CAM/LibITS_Functions_CAM.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ * @desc Module containing functions for CAM * */ module LibITS_Functions_CAM { module LibItsCam_Functions { } // end LibITS_Functions_CAM No newline at end of file } // end LibItsCam_Functions No newline at end of file ttcn/CAM/LibITS_Templates_CAM.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ * @desc Module containing base template definitions for CAM * */ module LibITS_Templates_CAM { module LibItsCam_Templates { } // end LibITS_Templates_CAM No newline at end of file } // end LibItsCam_Templates No newline at end of file ttcn/DENM/LibITS_Functions_DENM.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ * @desc Module containing functions for DENM * */ module LibITS_Functions_DENM { module LibItsDenm_Functions { } // end LibITS_Functions_DENM No newline at end of file } // end LibItsDenm_Functions No newline at end of file ttcn/DENM/LibITS_Templates_DENM.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ * @desc Module containing base template definitions for DENM * */ module LibITS_Templates_DENM { module LibItsDenm_Templates { } // end LibITS_Templates_DENM No newline at end of file } // end LibItsDenm_Templates No newline at end of file ttcn/LibITS_Interface.ttcn +45 −45 Original line number Diff line number Diff line Loading @@ -5,30 +5,30 @@ * @desc Module containing PTCs and interface ports definitions for ITS * */ module LibITS_Interface { module LibIts_Interface { group interfaceComponents { /** * @desc Test component for ITS Access layer */ type component PtcAC { type component itsAc { // AC1 ports port MacM5Port macM5Port; // AC2 ports port MacIRPort macIRPort; port MacIrPort macIrPort; } /** * @desc Test component for ITS Facility layer */ type component PtcFA { type component itsFa { // FA1 ports port CAMPort camPort; port DENMPort denmPort; port CamPort camPort; port DenmPort denmPort; // FA2 ports port CooperPort cooperPort; Loading @@ -37,19 +37,19 @@ module LibITS_Interface { /** * @desc Test component for ITS Management layer */ type component PtcMGT { type component itsMgt { // MGT1 ports port IISCPort iiscPort; port IiscPort iiscPort; } /** * @desc Test component for ITS Network and Transport layer */ type component PtcNT { type component itsNt { // NT1 ports port BTPPort btpPort; port BtpPort btpPort; // NT2 ports port GeoNetworkingPort geoNetPort; Loading @@ -63,9 +63,9 @@ module LibITS_Interface { group interfacePorts { group AccessPorts { group accessPorts { group AC1Ports { group ac1Ports { /** * @desc AC1 Mac M5 Port (MacM5/PhyM5) Loading @@ -74,42 +74,42 @@ module LibITS_Interface { } // end MacM5Port } // end AC1Ports } // end ac1Ports group AC2Ports { group ac2Ports { /** * @desc AC2 Mac IR Port (MacIR/PhyIR) */ type port MacIRPort message { type port MacIrPort message { } // end MacIRPort } // end MacIrPort } // end AC2Ports } // end ac2Ports } // end AccessPorts } // end accessPorts group FacilityPorts { group facilityPorts { group FA1Ports { group fa1Ports { /** * @desc FA1 CAM Port (CAM/BTP/GeoNet/G5) */ type port CAMPort message { type port CamPort message { } // end CAMPort } // end CamPort /** * @desc FA1 DENM Port (DENM/BTP/GeoNet/G5) */ type port DENMPort message { type port DenmPort message { } // end DENMPort } // end DenmPort } // end FA1Ports } // end fa1Ports group FA2Ports { group fa2Ports { /** * @desc FA2 Cooper Port (Cooper/Fast/M5-IR) Loading @@ -118,39 +118,39 @@ module LibITS_Interface { } // end CooperPort } // end FA2Ports } // end fa2Ports } // end FacilityPorts } // end facilityPorts group ManagementPorts { group managementPorts { group MGT1Ports { group mgt1Ports { /** * @desc MGT1 IISC Port (IISC/LAN) */ type port IISCPort message { type port IiscPort message { } // end IISCPort } // end IiscPort } // end MGT1Ports } // end mgt1Ports } // end ManagementPorts } // end managementPorts group NetworkAndTransportPorts { group networkAndTransportPorts { group NT1Ports { group nt1Ports { /** * @desc NT1 BTP Port (BTP/GeoNet/G5) */ type port BTPPort message { type port BtpPort message { } // end BTPPort } // end BtpPort } // end NT1Ports } // end nt1Ports group NT2Ports { group nt2Ports { /** * @desc NT2 GeoNetworking Port (GeoNetworking/G5) Loading @@ -167,9 +167,9 @@ module LibITS_Interface { } // end IPv6OverGeoNetworkingPort } // end NT2Ports } // end nt2Ports group NT3Ports { group nt3Ports { /** * @desc NT3 Fast Port (Fast/M5-IR) Loading @@ -178,10 +178,10 @@ module LibITS_Interface { } // end FastPort } // end NT3Ports } // end nt3Ports } // end NetworkAndTransportPorts } // end networkAndTransportPorts } // end interfacePorts } // end LibITS_Interface } // end LibIts_Interface Loading
ttcn/CAM/LibITS_Functions_CAM.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ * @desc Module containing functions for CAM * */ module LibITS_Functions_CAM { module LibItsCam_Functions { } // end LibITS_Functions_CAM No newline at end of file } // end LibItsCam_Functions No newline at end of file
ttcn/CAM/LibITS_Templates_CAM.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ * @desc Module containing base template definitions for CAM * */ module LibITS_Templates_CAM { module LibItsCam_Templates { } // end LibITS_Templates_CAM No newline at end of file } // end LibItsCam_Templates No newline at end of file
ttcn/DENM/LibITS_Functions_DENM.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ * @desc Module containing functions for DENM * */ module LibITS_Functions_DENM { module LibItsDenm_Functions { } // end LibITS_Functions_DENM No newline at end of file } // end LibItsDenm_Functions No newline at end of file
ttcn/DENM/LibITS_Templates_DENM.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ * @desc Module containing base template definitions for DENM * */ module LibITS_Templates_DENM { module LibItsDenm_Templates { } // end LibITS_Templates_DENM No newline at end of file } // end LibItsDenm_Templates No newline at end of file
ttcn/LibITS_Interface.ttcn +45 −45 Original line number Diff line number Diff line Loading @@ -5,30 +5,30 @@ * @desc Module containing PTCs and interface ports definitions for ITS * */ module LibITS_Interface { module LibIts_Interface { group interfaceComponents { /** * @desc Test component for ITS Access layer */ type component PtcAC { type component itsAc { // AC1 ports port MacM5Port macM5Port; // AC2 ports port MacIRPort macIRPort; port MacIrPort macIrPort; } /** * @desc Test component for ITS Facility layer */ type component PtcFA { type component itsFa { // FA1 ports port CAMPort camPort; port DENMPort denmPort; port CamPort camPort; port DenmPort denmPort; // FA2 ports port CooperPort cooperPort; Loading @@ -37,19 +37,19 @@ module LibITS_Interface { /** * @desc Test component for ITS Management layer */ type component PtcMGT { type component itsMgt { // MGT1 ports port IISCPort iiscPort; port IiscPort iiscPort; } /** * @desc Test component for ITS Network and Transport layer */ type component PtcNT { type component itsNt { // NT1 ports port BTPPort btpPort; port BtpPort btpPort; // NT2 ports port GeoNetworkingPort geoNetPort; Loading @@ -63,9 +63,9 @@ module LibITS_Interface { group interfacePorts { group AccessPorts { group accessPorts { group AC1Ports { group ac1Ports { /** * @desc AC1 Mac M5 Port (MacM5/PhyM5) Loading @@ -74,42 +74,42 @@ module LibITS_Interface { } // end MacM5Port } // end AC1Ports } // end ac1Ports group AC2Ports { group ac2Ports { /** * @desc AC2 Mac IR Port (MacIR/PhyIR) */ type port MacIRPort message { type port MacIrPort message { } // end MacIRPort } // end MacIrPort } // end AC2Ports } // end ac2Ports } // end AccessPorts } // end accessPorts group FacilityPorts { group facilityPorts { group FA1Ports { group fa1Ports { /** * @desc FA1 CAM Port (CAM/BTP/GeoNet/G5) */ type port CAMPort message { type port CamPort message { } // end CAMPort } // end CamPort /** * @desc FA1 DENM Port (DENM/BTP/GeoNet/G5) */ type port DENMPort message { type port DenmPort message { } // end DENMPort } // end DenmPort } // end FA1Ports } // end fa1Ports group FA2Ports { group fa2Ports { /** * @desc FA2 Cooper Port (Cooper/Fast/M5-IR) Loading @@ -118,39 +118,39 @@ module LibITS_Interface { } // end CooperPort } // end FA2Ports } // end fa2Ports } // end FacilityPorts } // end facilityPorts group ManagementPorts { group managementPorts { group MGT1Ports { group mgt1Ports { /** * @desc MGT1 IISC Port (IISC/LAN) */ type port IISCPort message { type port IiscPort message { } // end IISCPort } // end IiscPort } // end MGT1Ports } // end mgt1Ports } // end ManagementPorts } // end managementPorts group NetworkAndTransportPorts { group networkAndTransportPorts { group NT1Ports { group nt1Ports { /** * @desc NT1 BTP Port (BTP/GeoNet/G5) */ type port BTPPort message { type port BtpPort message { } // end BTPPort } // end BtpPort } // end NT1Ports } // end nt1Ports group NT2Ports { group nt2Ports { /** * @desc NT2 GeoNetworking Port (GeoNetworking/G5) Loading @@ -167,9 +167,9 @@ module LibITS_Interface { } // end IPv6OverGeoNetworkingPort } // end NT2Ports } // end nt2Ports group NT3Ports { group nt3Ports { /** * @desc NT3 Fast Port (Fast/M5-IR) Loading @@ -178,10 +178,10 @@ module LibITS_Interface { } // end FastPort } // end NT3Ports } // end nt3Ports } // end NetworkAndTransportPorts } // end networkAndTransportPorts } // end interfacePorts } // end LibITS_Interface } // end LibIts_Interface