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
a188313a
Commit
a188313a
authored
Feb 17, 2022
by
Steije van Schelt
Browse files
Changed regexes of CGI, ECGI and NCGI parameters
parent
2d473c71
Pipeline
#10667
passed with stage
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
103280/TS_103_280.xsd
View file @
a188313a
...
...
@@ -248,17 +248,17 @@
</xs:simpleType>
<xs:simpleType
name=
"CGI"
>
<xs:restriction
base=
"xs:token"
>
<xs:pattern
value=
"[0-9
a-f]{1
4}"
/>
<xs:pattern
value=
"[0-9
]{3}-[0-9]{2,3}-[a-f0-9]{4}-[a-f0-9]{
4}"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"ECGI"
>
<xs:restriction
base=
"xs:token"
>
<xs:pattern
value=
"[0-9
a-f]{14
}"
/>
<xs:pattern
value=
"[0-9
]{3}-[0-9]{2,3}-[a-f0-9]{7
}"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"NCGI"
>
<xs:restriction
base=
"xs:token"
>
<xs:pattern
value=
"[0-9
a-f]{16
}"
/>
<xs:pattern
value=
"[0-9
]{3}-[0-9]{2,3}-[a-f0-9]{9
}"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"ICCID"
>
...
...
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