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
58e059ae
Commit
58e059ae
authored
Sep 20, 2021
by
canterburym
Browse files
Correcting ASN.1 test
parent
f733cdb9
Pipeline
#8745
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
testing/compile_asn.py
View file @
58e059ae
...
...
@@ -83,7 +83,7 @@ def compileASN1Files (fileList):
fixDottedReference
(
dr
,
'LI-PS-PDU'
,
'CCContents'
,
'cTTRAFFIC-1'
,
'TS101909201'
,
'CTTRAFFIC'
)
fixDottedReference
(
dr
,
'LI-PS-PDU'
,
'CCContents'
,
'tTRAFFIC-2'
,
'TS101909202'
,
'TTRAFFIC'
)
fixDottedReference
(
dr
,
'LI-PS-PDU'
,
'CCContents'
,
'cTTRAFFIC-2'
,
'TS101909202'
,
'CTTRAFFIC'
)
fixDottedReference
(
dr
,
'LI-PS-PDU'
,
'CCContents'
,
'cCIPPacketHeader'
,
'CDMA2000CCModule'
,
'CCIPPacketHeader'
)
#
fixDottedReference(dr, 'LI-PS-PDU', 'CCContents', 'cCIPPacketHeader', 'CDMA2000CCModule', 'CCIPPacketHeader')
fixDottedReference
(
dr
,
'LI-PS-PDU'
,
'CCContents'
,
'uMTSCC-CC-PDU'
,
'Umts-HI3-PS'
,
'CC-PDU'
)
fixDottedReference
(
dr
,
'LI-PS-PDU'
,
'CCContents'
,
'ePSCC-CC-PDU'
,
'Eps-HI3-PS'
,
'CC-PDU'
)
fixDottedReference
(
dr
,
'LI-PS-PDU'
,
'CCContents'
,
'confCC-CC-PDU'
,
'CONF-HI3-IMS'
,
'Conf-CC-PDU'
)
...
...
@@ -93,8 +93,8 @@ def compileASN1Files (fileList):
fixDottedReference
(
dr
,
'LI-PS-PDU'
,
'IRIContents'
,
'tARGETACTIVITYMONITOR-1'
,
'TS101909201'
,
'TARGETACTIVITYMONITOR-1'
)
fixDottedReference
(
dr
,
'LI-PS-PDU'
,
'IRIContents'
,
'tARGETACTIVITYMONITOR-2'
,
'TS101909202'
,
'TARGETACTIVITYMONITOR'
)
fixDottedReference
(
dr
,
'LI-PS-PDU'
,
'IRIContents'
,
'lAESProtocol'
,
'Laesp-j-std-025-b'
,
'LAESProtocol'
)
fixDottedReference
(
dr
,
'LI-PS-PDU'
,
'IRIContents'
,
'cDMA2000LAESMessage'
,
'CDMA2000CIIModule'
,
'CDMA2000LAESMessage'
)
#
fixDottedReference(dr, 'LI-PS-PDU', 'IRIContents', 'lAESProtocol', 'Laesp-j-std-025-b', 'LAESProtocol')
#
fixDottedReference(dr, 'LI-PS-PDU', 'IRIContents', 'cDMA2000LAESMessage', 'CDMA2000CIIModule', 'CDMA2000LAESMessage')
fixDottedReference
(
dr
,
'LI-PS-PDU'
,
'HI4Payload'
,
'threeGPP-LI-Notification'
,
'TS33128Payloads'
,
'LINotificationPayload'
)
...
...
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