Commit d4a39123 authored by hawbakert's avatar hawbakert
Browse files

Update file TS33128Payloads.asn

parent 05b8f51c
Loading
Loading
Loading
Loading
Loading
+47 −2
Original line number Diff line number Diff line
@@ -345,7 +345,10 @@ XIRIEvent ::= CHOICE
    mCPTTFloorControlMessage                            [197] MCPTTFloorControlMessage,

    -- IMS events, see clause 7.12.4.2, continued from tag 181
    iMSDataChannelApplicationResponse               [198] IMSDataChannelApplicationResponse
    iMSDataChannelApplicationResponse                   [198] IMSDataChannelApplicationResponse,

    -- NEF events, see clause 7.7.2.1.X continued from tag 170
	uASNFInformation                                    [199] UASNFInformation
    }

-- ==============
@@ -674,7 +677,10 @@ IRIEvent ::= CHOICE
    mCPTTFloorControlMessage                            [197] MCPTTFloorControlMessage,

    -- IMS events, see clause 7.12.4.2, continued from tag 181
    iMSDataChannelApplicationResponse                   [198] IMSDataChannelApplicationResponse
    iMSDataChannelApplicationResponse                   [198] IMSDataChannelApplicationResponse,

    -- NEF events, see clause 7.7.2.1.X continued from tag 170
	uASNFInformation                                    [199] UASNFInformation
}

IRITargetIdentifier ::= SEQUENCE
@@ -987,6 +993,15 @@ NEF5GVNGroupQuery ::= SEQUENCE
    fiveGLanParametersProvision [3] SBIType
}

-- See clause 7.7.2.1.X for details of this structure
UASNFInformation ::=SEQUENCE
{
    uASTargetIdentifiers        [1] SEQUENCE OF UASTargetIdentifier,
	uASNFProcedure              [2] UASNFProcedure,
	uASNFUASInformation         [3] UASNFUASInformation OPTIONAL
}


-- ==========================
-- Common SCEF/NEF parameters
-- ==========================
@@ -1149,6 +1164,36 @@ AFID ::= UTF8String

NEFID ::= UTF8String

-- =================
-- 5G NEF/UAS NF parameters
-- =================

UASNFProcedure ::= ENUMERATED
{
    configurationCreate(1),
	configurationRetrieve(2),
	configurationUpdate(3),
	configurationModify(4),
	configurationDelete(5),
	authenticationAuthorize(6),
	authenticationNotification(7)
}

UASTargetIdentifier ::= CHOICE
{
	gPSI              [1] GPSI,
	cAALevelUEID      [2] UTF8String,
	pEI               [3] PEI
}

UASNFUASInformation ::= CHOICE
{
	uAVFlightAssistance          [1] SBIType,
	uAVFlightAssistancePatche    [2] SBIType,
	nAFAuthenticateRequest       [3] SBIType,
	nAFAuthenticateAccept        [4] SBIType
}


-- ==================
-- SCEF definitions