Commit 7841313e authored by canterburym's avatar canterburym
Browse files

Strange Unicode bug

parent f0319f0c
Pipeline #11029 passed with stage
in 20 seconds
...@@ -56,9 +56,9 @@ LISTATUSind ::= SEQUENCE ...@@ -56,9 +56,9 @@ LISTATUSind ::= SEQUENCE
TARGETACTIVITYMONITORind ::= SEQUENCE TARGETACTIVITYMONITORind ::= SEQUENCE
{ {
tLIInstanceid TLIIdType, -- header, who tLIInstanceid TLIIdType, -- header, who
timestamp UTCTime, -- header, when timestamp UTCTime, -- header, when
targetLocation LocationType, -- header, where targetLocation LocationType, -- header, where
targetAction ActivityType, targetAction ActivityType,
supplementaryTargetaddress AddressType OPTIONAL, supplementaryTargetaddress AddressType OPTIONAL,
cotargetaddress SEQUENCE OF AddressType OPTIONAL, cotargetaddress SEQUENCE OF AddressType OPTIONAL,
...@@ -178,16 +178,16 @@ TETRAAddressType ::= CHOICE ...@@ -178,16 +178,16 @@ TETRAAddressType ::= CHOICE
{ {
tETRAaddress TSIType, tETRAaddress TSIType,
pISNaddress NumericString (SIZE (20)), pISNaddress NumericString (SIZE (20)),
iP4address BIT STRING (SIZE (32)), -- 32 bits iP4address BIT STRING (SIZE (32)), -- 32 bits
iP6address BIT STRING (SIZE (128)), -- 128 bits iP6address BIT STRING (SIZE (128)), -- 128 bits
e164address NumericString (SIZE (20)), e164address NumericString (SIZE (20)),
tEI TEIType tEI TEIType
} }
CellIdType ::= BIT STRING (SIZE (16)) -- 16 bits CellIdType ::= BIT STRING (SIZE (16)) -- 16 bits
LocationAreaType ::= BIT STRING (SIZE (14)) -- 14 bits, as defined in ETS 300 392-2 LocationAreaType ::= BIT STRING (SIZE (14)) -- 14 bits, as defined in ETS 300 392-2
LocationType ::= CHOICE LocationType ::= CHOICE
{ {
...@@ -196,11 +196,11 @@ LocationType ::= CHOICE ...@@ -196,11 +196,11 @@ LocationType ::= CHOICE
} }
MCCType ::= BIT STRING (SIZE (10)) -- 10 bits, as defined in ETS 300 392-1 MCCType ::= BIT STRING (SIZE (10)) -- 10 bits, as defined in ETS 300 392-1
MNCType ::= BIT STRING (SIZE (14)) -- 14 bits, as defined in ETS 300 392-1 MNCType ::= BIT STRING (SIZE (14)) -- 14 bits, as defined in ETS 300 392-1
SSIType ::= BIT STRING (SIZE (24)) -- 24 bits, as defined in ETS 300 392-1 SSIType ::= BIT STRING (SIZE (24)) -- 24 bits, as defined in ETS 300 392-1
CircuitIdType ::= NumericString (SIZE (20)) CircuitIdType ::= NumericString (SIZE (20))
...@@ -255,7 +255,7 @@ TETRACGIType ::= SEQUENCE ...@@ -255,7 +255,7 @@ TETRACGIType ::= SEQUENCE
cI CellIdType OPTIONAL cI CellIdType OPTIONAL
} }
TLIIdType ::= BIT STRING (SIZE (16)) -- 16 bits TLIIdType ::= BIT STRING (SIZE (16)) -- 16 bits
TSIType ::= SEQUENCE TSIType ::= SEQUENCE
{ {
...@@ -264,6 +264,6 @@ TSIType ::= SEQUENCE ...@@ -264,6 +264,6 @@ TSIType ::= SEQUENCE
ssi SSIType ssi SSIType
} }
TEIType ::= BIT STRING (SIZE (60)) -- 60 bits, as defined in ETS 300 392-1 TEIType ::= BIT STRING (SIZE (60)) -- 60 bits, as defined in ETS 300 392-1
END END
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment