Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SA3
SA3LI Trial
Commits
f75bdf3f
Commit
f75bdf3f
authored
Aug 23, 2021
by
canterburym
Browse files
Changing TAC definition to pass 4 or 6 hex digits
parent
e1dfe288
Pipeline
#4313
failed with stages
in 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
33128/r16/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd
33128/r16/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd
+1
-1
No files found.
33128/r16/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd
View file @
f75bdf3f
...
...
@@ -143,7 +143,7 @@
<xs:simpleType
name=
"TAC"
>
<xs:restriction
base=
"xs:string"
>
<xs:pattern
value=
"[A-Fa-f0-9]{
4
}"
></xs:pattern>
<xs:pattern
value=
"
(?:
[A-Fa-f0-9]{
2}){2,3
}"
></xs:pattern>
</xs:restriction>
</xs:simpleType>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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