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
c1275f86
Commit
c1275f86
authored
May 24, 2021
by
canterburym
Browse files
Merge branch 'cr/TS33128/0166' of forge.3gpp.org:sa3/li-trial into test_merge
parents
e463f3e9
7d574c9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
33128/r17/TS33128Payloads.asn
View file @
c1275f86
...
...
@@ -288,7 +288,10 @@ AMFRegistration ::= SEQUENCE
gUTI [8] FiveGGUTI,
location [9] Location OPTIONAL,
non3GPPAccessEndpoint [10] UEEndpointAddress OPTIONAL,
fiveGSTAIList [11] TAIList OPTIONAL
fiveGSTAIList [11] TAIList OPTIONAL,
sMSOverNasIndicator [12] SMSOverNASIndicator OPTIONAL,
oldGUTI [13] EPS5GGUTI OPTIONAL,
eMM5GRegStatus [14] EMM5GMMStatus OPTIONAL
}
-- See clause 6.2.2.2.3 for details of this structure
...
...
@@ -302,7 +305,9 @@ AMFDeregistration ::= SEQUENCE
gPSI [6] GPSI OPTIONAL,
gUTI [7] FiveGGUTI OPTIONAL,
cause [8] FiveGMMCause OPTIONAL,
location [9] Location OPTIONAL
location [9] Location OPTIONAL,
switchOffIndicator [10] SwitchOffIndicator OPTIONAL,
reRegRequiredIndicator [11] ReRegRequiredIndicator OPTIONAL
}
-- See clause 6.2.2.2.4 for details of this structure
...
...
@@ -313,7 +318,9 @@ AMFLocationUpdate ::= SEQUENCE
pEI [3] PEI OPTIONAL,
gPSI [4] GPSI OPTIONAL,
gUTI [5] FiveGGUTI OPTIONAL,
location [6] Location
location [6] Location,
sMSOverNASIndicator [7] SMSOverNASIndicator OPTIONAL,
oldGUTI [8] EPS5GGUTI OPTIONAL
}
-- See clause 6.2.2.2.5 for details of this structure
...
...
@@ -330,7 +337,10 @@ AMFStartOfInterceptionWithRegisteredUE ::= SEQUENCE
location [9] Location OPTIONAL,
non3GPPAccessEndpoint [10] UEEndpointAddress OPTIONAL,
timeOfRegistration [11] Timestamp OPTIONAL,
fiveGSTAIList [12] TAIList OPTIONAL
fiveGSTAIList [12] TAIList OPTIONAL,
sMSOverNASIndicator [12] SMSOverNASIndicator OPTIONAL,
oldGUTI [13] EPS5GGUTI OPTIONAL,
eMM5GRegStatus [14] EMM5GMMStatus OPTIONAL
}
-- See clause 6.2.2.2.6 for details of this structure
...
...
@@ -2269,6 +2279,12 @@ RejectedSNSSAI ::= SEQUENCE
RejectedSliceCauseValue ::= INTEGER (0..255)
ReRegRequiredIndicator ::= ENUMERATED
{
reRegistrationRequired(1),
reRegistrationNotRequired(2)
}
RoutingIndicator ::= INTEGER (0..9999)
SchemeOutput ::= OCTET STRING
...
...
@@ -2284,6 +2300,13 @@ Slice ::= SEQUENCE
SMPDUDNRequest ::= OCTET STRING
-- TS 24.501 [13], clause 9.11.3.6.1
SMSOverNASIndicator ::= ENUMERATED
{
sMSOverNASNotAllowed(1),
sMSOverNASAllowed(2)
}
SNSSAI ::= SEQUENCE
{
sliceServiceType [1] INTEGER (0..255),
...
...
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