Commit bcc1e898 authored by garciay's avatar garciay
Browse files

Change port into portno because of port is a TTCN-3 key word

parent 10bc619a
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,
                                    port_ := p_portNumber,
                                    portno := 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,
	                                port_ := p_portNumber,
	                                portno := p_portNumber,
	                                priority := PX_USER_PRIORITY
	                            } // End of field 'NFfntpPortRequest'
	                        } // End of field 'servPrimitive'