Commit 604e03c6 authored by marthy's avatar marthy
Browse files

Added new types for MACAddress and EUI64

parent d926b0dd
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -3046,8 +3046,8 @@ PEI ::= CHOICE
    iMEI        [1] IMEI,
    iMEISV      [2] IMEISV,
    ...,
	 mACAddress  [3] OCTET STRING (SIZE (6)),
	 eUI64       [4] OCTET STRING (SIZE (8))
	 mACAddress  [3] MACAddress,
	 eUI64       [4] EUI64
}


@@ -3058,6 +3058,10 @@ IMEI ::= OCTET STRING (SIZE(8))

IMEISV ::= NumericString (SIZE(16))

MACAddress ::= UTF8String

EUI64 ::= UTF8String

IMSI ::= OCTET STRING (SIZE(3..8))
    -- format as per 3GPP TS 09.02 [8]