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 Original line Diff line number Diff line
@@ -175,6 +175,7 @@ NFfntpCommRequest::=SEQUENCE{
	remotePort	PortNumber,
	remotePort	PortNumber,
	linkID	Link-ID,
	linkID	Link-ID,
	data	ITSfpdu,
	data	ITSfpdu,
	priority	UserPriority,
	controlField	FntpOptions -- some options do not apply
	controlField	FntpOptions -- some options do not apply
	}
	}


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


-- General types --
-- General types --
@@ -207,8 +209,8 @@ PortNumber::=CHOICE{
	portLong	INTEGER(0..32767)
	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
-- Values


noFNTPfwtEntries	INTEGER::=65535
noFNTPfwtEntries	INTEGER::=65535