Skip to content
Snippets Groups Projects
Commit 2414099c authored by garciay's avatar garciay
Browse files

Add latest changes from base standard

parent 2b607f56
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment