Loading ttcn/CALM/FNTP/LibItsFntp_Templates.ttcn3 +2 −2 Original line number Diff line number Diff line Loading @@ -866,7 +866,7 @@ module LibItsFntp_Templates { NFfntpPortRequest := { serviceRef := p_serviceRef, operation := true, portn := p_portNumber, port_ := p_portNumber, priority := PX_USER_PRIORITY } // End of field 'NFfntpPortRequest' } // End of field 'servPrimitive' Loading @@ -891,7 +891,7 @@ module LibItsFntp_Templates { NFfntpPortRequest := { serviceRef := p_serviceRef, operation := false, portn := p_portNumber, port_ := p_portNumber, priority := PX_USER_PRIORITY } // End of field 'NFfntpPortRequest' } // End of field 'servPrimitive' Loading ttcn/CALM/FSAP/LibItsFsap_Pixits.ttcn3 +1 −1 Original line number Diff line number Diff line Loading @@ -14,13 +14,13 @@ module LibItsFsap_Pixits { }; import from CALMmanagement language "ASN.1:1997" { type ApplicationID, ITS_scuId, StationID, Talive }; import from CALMfsap language "ASN.1:1997" { type FmtID, VersionFSAP, ApplicationID, GCsched, NonipService, ServiceDataReg }; import from CALMfntp language "ASN.1:1997" { Loading ttcn/CALM/FSAP/LibItsFsap_Templates.ttcn3 +18 −18 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ module LibItsFsap_Templates { // LibIts import from CALMmanagement language "ASN.1:1997" { type ApplicationID, ITS_scuId, StationID }; import from CITSapplMgmtApplReg language "ASN.1:1997" { Loading @@ -31,7 +32,6 @@ module LibItsFsap_Templates { }; import from CALMfsap language "ASN.1:1997" { type ApplicationID, GCctxTxCmd, GCregServer, GCregClient, GCderegClient, GCschedule, ServiceDataReg, ServiceData, ContextData, ServiceList, ServiceInfo, NonipContext, Loading Loading @@ -119,12 +119,12 @@ module LibItsFsap_Templates { in template (value) GCschedule p_gCschedule, in template (value) ServiceDataReg p_serviceDataReg ) := { gCregServer := { //gCregServer := { applicationID := p_applicationId, gCschedule := p_gCschedule, priority := PX_USER_PRIORITY, serviceDataReg := p_serviceDataReg } // End of field 'gCregServer' //} // End of field 'gCregServer' } // End of template m_mfRequestGcregServer } // End of group cregServerMessageSend Loading Loading @@ -171,12 +171,12 @@ module LibItsFsap_Templates { in template (value) ApplicationID p_applicationId, in template (value) ITSaid p_serviceId ) := { gCregClient := { // gCregClient := { applicationID := p_applicationId, priority := PX_USER_PRIORITY, serviceID := p_serviceId, contextData := ''O } // End of field 'gCregClient' // } // End of field 'gCregClient' } // End of template m_mfRequest_gCregClientWithNoSessionAndNoCtx /** Loading @@ -189,12 +189,12 @@ module LibItsFsap_Templates { in template (value) ApplicationID p_applicationId, in template (value) ITSaid p_serviceId ) := { gCregClient := { // gCregClient := { applicationID := p_applicationId, priority := PX_USER_PRIORITY, serviceID := p_serviceId, contextData := ''O } // End of field 'gCregClient' // } // End of field 'gCregClient' } // End of template m_mfRequest_gCregClientWithSessionAndCtx } // End of group cregClientMessageSend Loading Loading @@ -311,10 +311,10 @@ module LibItsFsap_Templates { in template (value) LLserviceAddr p_linkId, in template (value) CTX p_ctx ) := { cTXrxNot := { // cTXrxNot := { link := p_linkId, ctx := p_ctx } // // End of field 'cTXrxNot' //} // // End of field 'cTXrxNot' } // End of template m_mfRequest_ctx /** Loading Loading @@ -365,10 +365,10 @@ module LibItsFsap_Templates { in template (present) CALMllsap.LLserviceAddr p_link, in template (present) CTX p_ctx ) := { gCctxTxCmd := { // gCctxTxCmd := { link := p_link, ctx := p_ctx } // End of header 'gCctxTxCmd' // } // End of header 'gCctxTxCmd' } // End of template mdw_mfCommand_gcCtxTxCmd /** Loading Loading
ttcn/CALM/FNTP/LibItsFntp_Templates.ttcn3 +2 −2 Original line number Diff line number Diff line Loading @@ -866,7 +866,7 @@ module LibItsFntp_Templates { NFfntpPortRequest := { serviceRef := p_serviceRef, operation := true, portn := p_portNumber, port_ := p_portNumber, priority := PX_USER_PRIORITY } // End of field 'NFfntpPortRequest' } // End of field 'servPrimitive' Loading @@ -891,7 +891,7 @@ module LibItsFntp_Templates { NFfntpPortRequest := { serviceRef := p_serviceRef, operation := false, portn := p_portNumber, port_ := p_portNumber, priority := PX_USER_PRIORITY } // End of field 'NFfntpPortRequest' } // End of field 'servPrimitive' Loading
ttcn/CALM/FSAP/LibItsFsap_Pixits.ttcn3 +1 −1 Original line number Diff line number Diff line Loading @@ -14,13 +14,13 @@ module LibItsFsap_Pixits { }; import from CALMmanagement language "ASN.1:1997" { type ApplicationID, ITS_scuId, StationID, Talive }; import from CALMfsap language "ASN.1:1997" { type FmtID, VersionFSAP, ApplicationID, GCsched, NonipService, ServiceDataReg }; import from CALMfntp language "ASN.1:1997" { Loading
ttcn/CALM/FSAP/LibItsFsap_Templates.ttcn3 +18 −18 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ module LibItsFsap_Templates { // LibIts import from CALMmanagement language "ASN.1:1997" { type ApplicationID, ITS_scuId, StationID }; import from CITSapplMgmtApplReg language "ASN.1:1997" { Loading @@ -31,7 +32,6 @@ module LibItsFsap_Templates { }; import from CALMfsap language "ASN.1:1997" { type ApplicationID, GCctxTxCmd, GCregServer, GCregClient, GCderegClient, GCschedule, ServiceDataReg, ServiceData, ContextData, ServiceList, ServiceInfo, NonipContext, Loading Loading @@ -119,12 +119,12 @@ module LibItsFsap_Templates { in template (value) GCschedule p_gCschedule, in template (value) ServiceDataReg p_serviceDataReg ) := { gCregServer := { //gCregServer := { applicationID := p_applicationId, gCschedule := p_gCschedule, priority := PX_USER_PRIORITY, serviceDataReg := p_serviceDataReg } // End of field 'gCregServer' //} // End of field 'gCregServer' } // End of template m_mfRequestGcregServer } // End of group cregServerMessageSend Loading Loading @@ -171,12 +171,12 @@ module LibItsFsap_Templates { in template (value) ApplicationID p_applicationId, in template (value) ITSaid p_serviceId ) := { gCregClient := { // gCregClient := { applicationID := p_applicationId, priority := PX_USER_PRIORITY, serviceID := p_serviceId, contextData := ''O } // End of field 'gCregClient' // } // End of field 'gCregClient' } // End of template m_mfRequest_gCregClientWithNoSessionAndNoCtx /** Loading @@ -189,12 +189,12 @@ module LibItsFsap_Templates { in template (value) ApplicationID p_applicationId, in template (value) ITSaid p_serviceId ) := { gCregClient := { // gCregClient := { applicationID := p_applicationId, priority := PX_USER_PRIORITY, serviceID := p_serviceId, contextData := ''O } // End of field 'gCregClient' // } // End of field 'gCregClient' } // End of template m_mfRequest_gCregClientWithSessionAndCtx } // End of group cregClientMessageSend Loading Loading @@ -311,10 +311,10 @@ module LibItsFsap_Templates { in template (value) LLserviceAddr p_linkId, in template (value) CTX p_ctx ) := { cTXrxNot := { // cTXrxNot := { link := p_linkId, ctx := p_ctx } // // End of field 'cTXrxNot' //} // // End of field 'cTXrxNot' } // End of template m_mfRequest_ctx /** Loading Loading @@ -365,10 +365,10 @@ module LibItsFsap_Templates { in template (present) CALMllsap.LLserviceAddr p_link, in template (present) CTX p_ctx ) := { gCctxTxCmd := { // gCctxTxCmd := { link := p_link, ctx := p_ctx } // End of header 'gCctxTxCmd' // } // End of header 'gCctxTxCmd' } // End of template mdw_mfCommand_gcCtxTxCmd /** Loading