Commit f3a4c4d8 authored by Yann Garcia's avatar Yann Garcia
Browse files

Starting group Warning_Message_Transmission_Messages

parent 4983f03a
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -364,9 +364,29 @@ module LibNGAP_Pixits {
     */
    modulepar RANNodeName PX_RAN_NODE_NAME := "gnb0012345";

    /** 
     * @desc To identify the warning message
     * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.3.1.35 Message Identifier
     */
    modulepar MessageIdentifier PX_MESSAGE_IDENTIFIER := '0000000000000000'B;

    /** 
     * @desc To identifies a particular message from the source and type indicated by the Message Identifier and is altered every time the message with a given Message Identifier is changed
     * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.3.1.36 Serial Number
     */
    modulepar SerialNumber PX_SERIAL_NUMBER := '0000000000000000'B;

    /** 
     * @desc To indicate the periodicity of the warning message to be broadcast
     * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.3.1.49 Repetition Period
     */
    modulepar RepetitionPeriod PX_REPETITION_PERIOD := 3;

    /** 
     * @desc To indicate the number of times a message is to be broadcast
     * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.3.1.38 Number of Broadcasts Requested
     */
    modulepar NumberOfBroadcastsRequested PX_NUMBER_OF_BROADCASTS_REQUESTED := 4;

    /** 
     * @desc eNB Identity.
+422 −31

File changed.

Preview size limit exceeded, changes collapsed.