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
6a1065e2
Commit
6a1065e2
authored
Nov 08, 2021
by
grahamj
Committed by
canterburym
Nov 08, 2021
Browse files
TS 33.128 CR0261 - Addition of PDN Info to SMF Tables
parent
fcb4e9e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
5 deletions
+52
-5
33128/r17/TS33128Payloads.asn
33128/r17/TS33128Payloads.asn
+52
-5
No files found.
33128/r17/TS33128Payloads.asn
View file @
6a1065e2
...
...
@@ -1247,7 +1247,8 @@ SMFPDUSessionEstablishment ::= SEQUENCE
accessType [16] AccessType OPTIONAL,
rATType [17] RATType OPTIONAL,
sMPDUDNRequest [18] SMPDUDNRequest OPTIONAL,
uEEPSPDNConnection [19] UEEPSPDNConnection OPTIONAL
uEEPSPDNConnection [19] UEEPSPDNConnection OPTIONAL,
ePS5GSComboInfo [20] EPS5GSComboInfo OPTIONAL
}
-- See clause 6.2.3.2.3 for details of this structure
...
...
@@ -1263,7 +1264,8 @@ SMFPDUSessionModification ::= SEQUENCE
requestType [8] FiveGSMRequestType,
accessType [9] AccessType OPTIONAL,
rATType [10] RATType OPTIONAL,
pDUSessionID [11] PDUSessionID OPTIONAL
pDUSessionID [11] PDUSessionID OPTIONAL,
ePS5GSComboInfo [12] EPS5GSComboInfo OPTIONAL
}
-- See clause 6.2.3.2.4 for details of this structure
...
...
@@ -1278,7 +1280,8 @@ SMFPDUSessionRelease ::= SEQUENCE
uplinkVolume [7] INTEGER OPTIONAL,
downlinkVolume [8] INTEGER OPTIONAL,
location [9] Location OPTIONAL,
cause [10] SMFErrorCodes OPTIONAL
cause [10] SMFErrorCodes OPTIONAL,
ePS5GSComboInfo [11] EPS5GSComboInfo OPTIONAL
}
-- See clause 6.2.3.2.5 for details of this structure
...
...
@@ -1302,7 +1305,8 @@ SMFStartOfInterceptionWithEstablishedPDUSession ::= SEQUENCE
accessType [16] AccessType OPTIONAL,
rATType [17] RATType OPTIONAL,
sMPDUDNRequest [18] SMPDUDNRequest OPTIONAL,
timeOfSessionEstablishment [19] Timestamp OPTIONAL
timeOfSessionEstablishment [19] Timestamp OPTIONAL,
ePS5GSComboInfo [20] EPS5GSComboInfo OPTIONAL
}
-- See clause 6.2.3.2.6 for details of this structure
...
...
@@ -1522,6 +1526,49 @@ RequestIndication ::= ENUMERATED
rELDUETO5GANREQUEST(7)
}
-- ======================
-- PGW-C + SMF Parameters
-- ======================
EPS5GSComboInfo ::= SEQUENCE
{
ePSInterworkingIndication [1] EPSInterworkingIndication,
ePSSubscriberIDs [2] EPSSubscriberIDs,
ePSPDNCnxInfo [3] EPSPDNCnxInfo OPTIONAL,
ePSBearerInfo [4] EPSBearerInfo OPTIONAL
}
EPSInterworkingIndication ::= ENUMERATED
{
none(1),
withN26(2),
withoutN26(3),
iwkNon3GPP(4)
}
EPSSubscriberIDs ::= SEQUENCE
{
iMSI [1] IMSI OPTIONAL,
mSISDN [2] MSISDN OPTIONAL,
iMEI [3] IMEI OPTIONAL
}
EPSPDNCnxInfo ::= SEQUENCE
{
pGWS8ControlPlaneFTEID [1] FTEID,
linkedBearerID [2] EPSBearerID OPTIONAL
}
EPSBearerInfo ::= SEQUENCE OF EPSBearers
EPSBearers ::= SEQUENCE
{
ePSBearerID [1] EPSBearerID,
pGWS8UserPlaneFTEID [2] FTEID,
qCI [3] QCI
}
QCI ::= INTEGER (0..255)
-- ==================
-- 5G UPF definitions
-- ==================
...
...
@@ -4013,4 +4060,4 @@ OGCURN ::= UTF8String
-- TS 29.572 [24], clause 6.1.6.2.15
MethodCode ::= INTEGER (16..31)
END
\ No newline at end of file
END
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