Commit 6f6f799f authored by Yann Garcia's avatar Yann Garcia
Browse files

Finalyze UE_Context_Management_Messages group

parent a5a7e612
Loading
Loading
Loading
Loading
+71 −3
Original line number Diff line number Diff line
@@ -159,10 +159,78 @@ module LibNGAP_Pixits {
	modulepar ExpectedIdlePeriod PX_EXPECTED_IDLE_PERIOD := 10;

    /** 
     * @desc An unknown PLMNidentity indicates the PLMN Identity (Public land mobile network).
     * @see ETSI TS 136 413 Clause 9.2.3.8 PLMN Identity
     * @desc To indicate the reason for a particular event for the NGAP protocol
     * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.3.1.2 Cause
     */
    //modulepar PLMNidentity PX_PLMN_IDENTITY_UNKNOWN := 'f00000'O;
	modulepar CauseRadioNetwork PX_UE_CONTEXT_RELEASE_COMMAND_CAUSE := unspecified;

	modulepar CauseTransport PX_xxx_1 := unspecified;

	modulepar CauseProtocol PX_xxx_2 := unspecified;

	modulepar CauseNas PX_xxx_3 := unspecified;

	modulepar CauseMisc PX_xxx_4 := unspecified;

    /** 
     * @desc To indicate the RRC state of the UE
     * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.3.1.92 RRC State
     */
    modulepar RRCState PX_RRC_STATE := inactive;

    /** 
     * @desc To identify the AMF within the global 5G network
     * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 
     */
    modulepar AMFPointer PX_AMF_POINTER:= '000001'B

    /** 
     * @desc To identify the AMF within the global 5G network
     * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 
     */
    modulepar AMFRegionID PX_AMF_REGION_ID:= '10000000'B

    /** 
     * @desc To identify the AMF within the global 5G network
     * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 
     */
    modulepar AMFSetID PX_AMF_SET_ID:= '0000000100'B

    /** 
     * @desc To uniquely identify a Tracking Area Code
     * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.3.3.10 TAC
     */
    modulepar TAC PX_TAC := '000000'O;

    /** 
     * @desc 
     * @see ETSI TS 133 401
     */
    modulepar UL_NAS_MAC PX_UL_NAS_MAC := '0000000000000000'B;

    /** 
     * @desc 
     * @see ETSI TS 133 401
     */
    modulepar UL_NAS_Count PX_UL_NAS_COUNT := '00000'B;

    /** 
     * @desc 
     * @see ETSI TS 133 401
     */
    modulepar DL_NAS_MAC PX_DL_NAS_MAC := '0000000000000000'B;

    /** 
     * @desc To indicate the reason for RRC Connection Establishment/Resume
     * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.3.1.111 RRC Establishment Cause
     */
    modulepar RRCEstablishmentCause PX_RRC_ESTABLISHMENT_CAUSE := notAvailable

    /** 
     * @desc To indicate the reason for RRC Connection Establishment/Resume
     * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.3.1.111 RRC Establishment Cause
     */
    modulepar RRCEstablishmentCause PX_RRC_RESUME_CAUSE := notAvailable

    /** 
     * @desc eNB Identity.
+1540 −132

File changed.

Preview size limit exceeded, changes collapsed.