Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LI - Lawful Interception
Trial
Commits
7841313e
Commit
7841313e
authored
Mar 28, 2022
by
canterburym
Browse files
Strange Unicode bug
parent
f0319f0c
Pipeline
#11029
passed with stage
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
testing/deps/301040/06132v203_C01.asn
View file @
7841313e
...
...
@@ -56,9 +56,9 @@ LISTATUSind ::= SEQUENCE
TARGETACTIVITYMONITORind ::= SEQUENCE
{
tLIInstanceid TLIIdType, -- header, who
timestamp UTCTime, -- header, when
targetLocation LocationType, -- header, where
tLIInstanceid TLIIdType, -- header, who
�
timestamp UTCTime, -- header, when
�
targetLocation LocationType, -- header, where
�
targetAction ActivityType,
supplementaryTargetaddress AddressType OPTIONAL,
cotargetaddress SEQUENCE OF AddressType OPTIONAL,
...
...
@@ -178,16 +178,16 @@ TETRAAddressType ::= CHOICE
{
tETRAaddress TSIType,
pISNaddress NumericString (SIZE (20)),
iP4address BIT STRING (SIZE (32)), -- 32 bits
iP6address BIT STRING (SIZE (128)), -- 128 bits
iP4address BIT STRING (SIZE (32)), -- 32 bits
�
iP6address BIT STRING (SIZE (128)), -- 128 bits
�
e164address NumericString (SIZE (20)),
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
{
...
...
@@ -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))
...
...
@@ -255,7 +255,7 @@ TETRACGIType ::= SEQUENCE
cI CellIdType OPTIONAL
}
TLIIdType ::= BIT STRING (SIZE (16)) -- 16 bits
TLIIdType ::= BIT STRING (SIZE (16)) -- 16 bits
�
TSIType ::= SEQUENCE
{
...
...
@@ -264,6 +264,6 @@ TSIType ::= SEQUENCE
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment