Commit dfed565c authored by juvancic's avatar juvancic
Browse files

modified PX_TAC to PX_TACode

parent 4e94816c
Loading
Loading
Loading
Loading
+6 −13
Original line number Diff line number Diff line
@@ -140,12 +140,6 @@ module LibNGAP_Pixits {
    */
    modulepar EUTRACellIdentity PX_EUTRA_CELL_IDENTITY := hex2bit('1234501'H);

   /** 
    * @desc The leftmost bits of the E-UTRA Cell Identity IE correspond to the ng-eNB ID
    * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.3.1.9 E-UTRA CGI
    */
    modulepar NRCellIdentity PX_NR_CELL_IDENTITY := hex2bit('123450102'H);

    /** 
     * @desc
     * @see ETSI TS 138 413 V16.12.0 (2023-05) 
@@ -286,12 +280,6 @@ module LibNGAP_Pixits {
     */
    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
@@ -469,7 +457,12 @@ module LibNGAP_Pixits {
     * @desc The TAC is used to uniquely identify a Tracking Area Code.
     * @see ETSI TS 136 413 Clause 9.2.3.7 TAC
     */
    //modulepar TAC PX_TACode := '0000'O;
    /** 
     * @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;
    modulepar TAC PX_TACode := '000000'O;

    /** 
     * @desc The MME Group ID.
+24 −334

File changed.

Preview size limit exceeded, changes collapsed.