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
817b4ab1
Commit
817b4ab1
authored
Sep 13, 2021
by
canterburym
Browse files
Fixing merge conflict
parents
d3c2957f
5a611986
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
2 deletions
+60
-2
33128/r17/TS33128Payloads.asn
33128/r17/TS33128Payloads.asn
+60
-2
No files found.
33128/r17/TS33128Payloads.asn
View file @
817b4ab1
...
...
@@ -163,8 +163,11 @@ XIRIEvent ::= CHOICE
aFAKMAApplicationKeyRefresh [1005] AFAKMAApplicationKeyRefresh,
aFStartOfInterceptWithEstablishedAKMAApplicationKey [1006] AFStartOfInterceptWithEstablishedAKMAApplicationKey,
aFAuxiliarySecurityParameterEstablishment [1007] AFAuxiliarySecurityParameterEstablishment,
aFApplicationKeyRemoval [1008] AFApplicationKeyRemoval
aFApplicationKeyRemoval [1008] AFApplicationKeyRemoval
,
--HR LI Events, see clause 7.X.3.3
n9HRPDUSessionInfo [2491] N9HRPDUSessionInfo,
s8HRBearerInfo [2492] S8HRBearerInfo
}
-- ==============
...
...
@@ -313,6 +316,9 @@ IRIEvent ::= CHOICE
mMEStartOfInterceptionWithEPSAttachedUE [90] MMEStartOfInterceptionWithEPSAttachedUE,
mMEUnsuccessfulProcedure [91] MMEUnsuccessfulProcedure,
-- tag 2491 is reserved because there is no equivalent IRI for the xIRI n9HRPDUSessionInfo
-- tag 2492 is reserved because there is no equivalent IRI for the xIRI S8HRBearerInfo
-- AKMA key management Events, see clause 7.X.1
aAnFAnchorKeyRegister [1001] AAnFAnchorKeyRegister,
aAnFKAKMAApplicationKeyGet [1002] AAnFKAKMAApplicationKeyGet,
...
...
@@ -322,7 +328,6 @@ IRIEvent ::= CHOICE
aFStartOfInterceptWithEstablishedAKMAApplicationKey [1006] AFStartOfInterceptWithEstablishedAKMAApplicationKey,
aFAuxiliarySecurityParameterEstablishment [1007] AFAuxiliarySecurityParameterEstablishment,
aFApplicationKeyRemoval [1008] AFApplicationKeyRemoval
}
IRITargetIdentifier ::= SEQUENCE
...
...
@@ -364,6 +369,59 @@ LINotificationMessage ::= CHOICE
{
lINotification [1] LINotification
}
-- =================
-- HR LI definitions
-- =================
N9HRPDUSessionInfo ::= SEQUENCE
{
sUPI [1] SUPI,
pEI [2] PEI OPTIONAL,
pDUSessionID [3] PDUSessionID,
location [4] Location OPTIONAL,
sNSSAI [5] SNSSAI OPTIONAL,
dNN [6] DNN OPTIONAL,
messageCause [7] N9HRMessageCause
}
S8HRBearerInfo ::= SEQUENCE
{
iMSI [1] IMSI,
iMEI [2] IMEI OPTIONAL,
bearerID [3] EPSBearerID,
linkedBearerID [4] EPSBearerID OPTIONAL,
location [5] Location OPTIONAL,
aPN [6] APN OPTIONAL,
sGWIPAddress [7] IPAddress OPTIONAL,
messageCause [8] S8HRMessageCause
}
-- ================
-- HR LI parameters
-- ================
N9HRMessageCause ::= ENUMERATED
{
pDUSessionEstablished(1),
pDUSessionModified(2),
pDUSessionReleased(3),
updatedLocationAvailable(4),
sMFChanged(5),
other(6)
}
S8HRMessageCause ::= ENUMERATED
{
bearerActivated(1),
bearerModified(2),
bearerDeleted(3),
pDNDisconnected(4),
updatedLocationAvailable(5),
sGWChanged(6),
other(7)
}
-- ==================
-- 5G NEF definitions
-- ==================
...
...
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