Commit 6c924f60 authored by martinsoroa's avatar martinsoroa
Browse files

added CorrelationID type

parent 6345f4ba
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -84,8 +84,10 @@ PDUSessionIdentity ::= CHOICE {

XID ::= BIT STRING (SIZE(128))

CorrelationID ::= INTEGER (0..255) -- TO DO Placeholder to allow compilation

PDUSessionID ::= INTEGER (0..255) --Defined already in TS33128Payloads.asn

TBD ::= INTEGER (0..255) --Placeholder to allow compilation
TBD ::= INTEGER (0..255) -- TO DO Placeholder to allow compilation

END
 No newline at end of file