Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TC LI schemas definitions
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LI - Lawful Interception
TC LI schemas definitions
Commits
e8a00adb
Commit
e8a00adb
authored
1 year ago
by
Luke Mewburn
Committed by
canterburym
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
102232-4 CR016: add L2TruncatedDatagram
parent
bae7dce3
Branches
cr/102232-4/0016
No related tags found
1 merge request
!108
102232-4 CR 016 - Truncated datagrams in l2CCContents
Pipeline
#16244
skipped
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
102232-4/L2AccessPDU.asn
+28
-7
28 additions, 7 deletions
102232-4/L2AccessPDU.asn
with
28 additions
and
7 deletions
102232-4/L2AccessPDU.asn
+
28
−
7
View file @
e8a00adb
...
...
@@ -27,24 +27,45 @@ L2CC ::= SEQUENCE
l2CCObjId [0] RELATIVE-OID,
l2CCContents [1] CHOICE
{
l2TP [1] OCTET STRING,
l2TP
[1] OCTET STRING,
-- The L2TP protocol is used
l2F [2] OCTET STRING,
l2F
[2] OCTET STRING,
-- The L2F protocol is used
pPTP [3] OCTET STRING,
pPTP
[3] OCTET STRING,
-- The PPTP protocol is used
pPP [4] OCTET STRING,
pPP
[4] OCTET STRING,
-- The PPP protocol is used
ethernet [5] OCTET STRING,
ethernet
[5] OCTET STRING,
-- The ethernet protocol is used
...,
l2ATM2684 [6] OCTET STRING,
l2ATM2684
[6] OCTET STRING,
-- The protocol RFC 2684, method "LLC Encapsulation for Bridged Protocols" [16] is used
l2FR2427 [7] OCTET STRING
l2FR2427
[7] OCTET STRING
,
-- The protocol RFC 2427 "Multiprotocol Interconnect over Frame Relay" [18] is used
truncatedL2TP [8] L2TruncatedDatagram,
-- truncated l2TP[1]
truncatedL2F [9] L2TruncatedDatagram,
-- truncated l2F[2]
truncatedPPTP [10] L2TruncatedDatagram,
-- truncated pPTP[3]
truncatedPPP [11] L2TruncatedDatagram,
-- truncated pPP[4]
truncatedEthernet [12] L2TruncatedDatagram,
-- truncated ethernet[5]
truncatedL2ATM2684 [13] L2TruncatedDatagram,
-- truncated l2ATM2684[6]
truncatedL2FR2427 [14] L2TruncatedDatagram
-- truncated l2FR2427[7]
}
}
L2TruncatedDatagram ::= SEQUENCE
{
truncatedDatagram [0] OCTET STRING,
originalLength [1] INTEGER,
...
}
-- ===================================================
-- Intercept-related information for general L2-Access
-- ===================================================
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment