Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SA3
SA3LI Trial
Commits
544fecd4
Commit
544fecd4
authored
Mar 06, 2020
by
canterburym
Browse files
Merge branch 'r16/meeting/SA85' into 'rel16'
R16/meeting/sa85 See merge request canterburym/ts33128_test!4
parents
11fdf3d2
cee33555
Pipeline
#1733
failed with stage
in 9 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
544fecd4
...
...
@@ -5,15 +5,14 @@ before_script:
-
pip3 install -q asn1tools lxml xmlschema
stages
:
-
Check ASN.1
-
Check XSD
-
Check Schemas
checkASN1
:
stage
:
Check
ASN.1
stage
:
Check
Schemas
script
:
-
python3 testing/check_asn1.py
checkXSD
:
stage
:
Check
XSD
stage
:
Check
Schemas
script
:
-
python3 testing/check_xsd.py
\ No newline at end of file
ts33128payloads.asn1
View file @
544fecd4
TS33128Payloads
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r1
5
(1
5
) version
1(1
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r1
6
(1
6
) version
0(0
)}
DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::=
...
...
@@ -9,13 +9,13 @@ BEGIN
-- Relative OIDs
-- =============
xIRIPayloadOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r1
5
(1
5
) version
1(1
) xIRI(1)}
xCCPayloadOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r1
5
(1
5
) version
1(1
) xCC(2)}
xIRIPayloadOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r1
6
(1
6
) version
0(0
) xIRI(1)}
xCCPayloadOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r1
6
(1
6
) version
0(0
) xCC(2)}
iRIPayloadOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r1
5
(1
5
) version
1(1
) iRI(3)}
cCPayloadOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r1
5
(1
5
) version
1(1
) cC(4)}
iRIPayloadOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r1
6
(1
6
) version
0(0
) iRI(3)}
cCPayloadOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r1
6
(1
6
) version
0(0
) cC(4)}
lINotificationPayloadOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r1
5
(1
5
) version
1(1
) lINotification(5)}
lINotificationPayloadOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r1
6
(1
6
) version
0(0
) lINotification(5)}
-- ===============
-- X2 xIRI payload
...
...
@@ -1221,6 +1221,7 @@ GeographicalCoordinates ::= SEQUENCE
{
latitude [1] UTF8String,
longitude [2] UTF8String
mapDatumInformation [3] OGCURN OPTIONAL
}
-- TS 29.572 [24], clause 6.1.6.2.22
...
...
@@ -1330,4 +1331,7 @@ Usage ::= ENUMERATED
-- TS 29.571 [17], table 5.2.2-1
TimeZone ::= UTF8String
-- Open Geospatial Consortium URN [35]
OGCURN ::= UTF8String
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