nas_ie_header.hpp 3.18 KB
Newer Older
1 2 3 4 5
/*
 * Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The OpenAirInterface Software Alliance licenses this file to You under
6
 * the OAI Public License, Version 1.1  (the "License"); you may not use this
7 8
 * file except in compliance with the License. You may obtain a copy of the
 * License at
9 10 11 12 13 14 15 16 17 18 19 20 21
 *
 *      http://www.openairinterface.org/?page_id=698
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *-------------------------------------------------------------------------------
 * For more information about the OpenAirInterface (OAI) Software Alliance:
 *      contact@openairinterface.org
 */

dukl's avatar
dukl committed
22
#include "5GMMCapability.hpp"
23 24
#include "5GSMobilityIdentity.hpp"
#include "5GSRegistrationType.hpp"
dukl's avatar
dukl committed
25
#include "ABBA.hpp"
26 27 28 29
#include "Additional_5G_Security_Information.hpp"
#include "Additional_Information.hpp"
#include "Allowed_PDU_Session_Status.hpp"
#include "Authentication_Failure_Parameter.hpp"
dukl's avatar
dukl committed
30
#include "Authentication_Parameter_AUTN.hpp"
31
#include "Authentication_Parameter_RAND.hpp"
dukl's avatar
dukl committed
32
#include "Authentication_Response_Parameter.hpp"
33 34 35 36
#include "DNN.hpp"
#include "EAP_Message.hpp"
#include "EPS_Bearer_Context_Status.hpp"
#include "EPS_NAS_Message_Container.hpp"
dukl's avatar
dukl committed
37
#include "EPS_NAS_Security_Algorithms.hpp"
38 39
#include "Extended_DRX_Parameters.hpp"
#include "GPRS_Timer_2.hpp"
dukl's avatar
dukl committed
40
#include "GPRS_Timer_3.hpp"
41 42 43 44 45 46 47
#include "IMEISV_Request.hpp"
#include "LADN_Indication.hpp"
#include "MA_PDU_Session_Information.hpp"
#include "MICO_Indication.hpp"
#include "NAS_Message_Container.hpp"
#include "NAS_Security_Algorithms.hpp"
#include "NSSAI.hpp"
dukl's avatar
dukl committed
48
#include "NSSAI_Inclusion_Mode.hpp"
49 50
#include "NasKeySetIdentifier.hpp"
#include "Network_Slicing_Indication.hpp"
dukl's avatar
dukl committed
51 52
#include "Non_3GPP_NW_Provided_Policies.hpp"
#include "PDU_Session_Identity_2.hpp"
53 54 55 56 57 58 59 60
#include "PDU_Session_Reactivation_Result.hpp"
#include "PDU_Session_Reactivation_Result_Error_Cause.hpp"
#include "PDU_Session_Status.hpp"
#include "PLMN_List.hpp"
#include "Payload_Container.hpp"
#include "Payload_Container_Type.hpp"
#include "Rejected_NSSAI.hpp"
#include "Release_Assistance_Indication.hpp"
dukl's avatar
dukl committed
61
#include "Request_Type.hpp"
62 63
#include "S1_UE_Security_Capability.hpp"
#include "SOR_Transparent_Container.hpp"
dukl's avatar
dukl committed
64
#include "S_NSSAI.hpp"
dukl's avatar
dukl committed
65
#include "ServiceType.hpp"
66 67 68 69 70 71 72 73
#include "UENetworkCapability.hpp"
#include "UES_Usage_Setting.hpp"
#include "UESecurityCapability.hpp"
#include "UE_Radio_Capability_ID.hpp"
#include "UE_Status.hpp"
#include "UplinkDataStatus.hpp"
#include "_5GMM_Cause.hpp"
#include "_5GSDeregistrationType.hpp"
dukl's avatar
dukl committed
74
#include "_5GSTrackingAreaIdList.hpp"
75 76 77 78 79 80 81 82
#include "_5GS_DRX_arameters.hpp"
#include "_5GS_Identity_Type.hpp"
#include "_5GS_Network_Feature_Support.hpp"
#include "_5GS_Registration_Result.hpp"
#include "_5GS_Tracking_Area_Identity.hpp"
#include "_5GS_Update_Type.hpp"
#include "nas_mm_plain_header.hpp"
#include "struct.hpp"
83
#include "Ie_Const.hpp"