Commit 3f055d85 authored by Yann Garcia's avatar Yann Garcia
Browse files

Starting group Interface_Management_Messages

parent 631e06bb
Loading
Loading
Loading
Loading
+21 −3
Original line number Diff line number Diff line
@@ -218,6 +218,11 @@ module LibNGAP_Pixits {
     */
    modulepar CauseRadioNetwork PX_CAUSE_HANDOVER_CANCEL := unspecified;

    /** 
     * @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 CauseRadioNetwork PX_NG_SETUP_FAILURE := unspecified;



@@ -326,15 +331,28 @@ module LibNGAP_Pixits {
    modulepar NRintegrityProtectionAlgorithms PX_NR_INTEGRITY_PROTECTION_ALGORITHMS;

    /** 
     * @desc Contains the DRB ID.
     * @desc Contains the DRB ID
     * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.3.1.53 DRB ID
     */
    modulepar DRB_ID PX_DRB_ID := 1;

    /** 
     * @desc To indicate the Paging DRX as defined in TS 38.304 and TS 36.304
     * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.3.1.90 Paging DRX
     */
    modulepar PagingDRX PX_PAGING_DRX := v32

    /** 
     * @desc To uniquely identify the AMF
     * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.3.3.21 AMF Name
     */
    modulepar AMFName PX_AMF_NAME := "amarisoft.amf.5gc.mnc001.mcc001.3gppnetwork.org";



    /** 
     * @desc Human readable name of the NG-RAN node
     * @see ETSI TS 138 413 V16.12.0 (2023-05)
     */
    modulepar RANNodeName PX_RAN_NODE_NAME := "gnb0012345";



+372 −136

File changed.

Preview size limit exceeded, changes collapsed.