Commit 10bc619a authored by fischerjo's avatar fischerjo
Browse files

Several ttcn-3 syntax errors fixed

parent a7f3602d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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'
@@ -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'
+1 −1
Original line number Diff line number Diff line
@@ -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" {
+18 −18
Original line number Diff line number Diff line
@@ -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" {
@@ -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, 
@@ -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
@@ -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
                
                /**
@@ -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
@@ -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
                
                /**
@@ -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
                
                /**