Commit 2414099c authored by garciay's avatar garciay
Browse files

Add latest changes from base standard

parent 2b607f56
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -175,6 +175,7 @@ NFfntpCommRequest::=SEQUENCE{
	remotePort	PortNumber,
	linkID	Link-ID,
	data	ITSfpdu,
	priority	UserPriority,
	controlField	FntpOptions -- some options do not apply
	}

@@ -197,7 +198,8 @@ NFfntpCommIndication::=SEQUENCE{
	remotePort	PortNumber,
	linkID	Link-ID,
	data	ITSfpdu,
	priority	UserPriority
	priority	UserPriority,
	controlField	FntpOptions 
	}

-- General types --
@@ -207,8 +209,8 @@ PortNumber::=CHOICE{
	portLong	INTEGER(0..32767)
	}

ITSfpdu::= OCTET STRING (SIZE(0..65535)) -- as defined by application. Details not known to FNTP

-- ITSfpdu as defined by application. Details not known to FNTP
ITSfpdu::=OCTET STRING
-- Values

noFNTPfwtEntries	INTEGER::=65535