欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

NR TAC Tracking Area Code

发布时间:2023/12/18 编程问答 39 豆豆
生活随笔 收集整理的这篇文章主要介绍了 NR TAC Tracking Area Code 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

TAC 大家都不陌生,用于UE 区域跟踪。网络侧寻呼时,知道UE在哪。

NR的TAC还有另外一个很大的作用:

38.331 6.3.2 PLMN-IdentityInfoList

trackingAreaCode

Indicates Tracking Area Code to which the cell indicated by cellIdentity field belongs. The presence of the field indicates that the cell supports at least standalone operation; the absence of the field indicates that the cell only supports EN-DC functionality.

UE如果在sib1中检测到了TAC,就认为这个cell支持SA; 否则只支持NSA.

  message c1 : systemInformationBlockType1 : {
    cellSelectionInfo {
      q-RxLevMin -70
    },
    cellAccessRelatedInfo {
      plmn-IdentityInfoList {
        {
          plmn-IdentityList {
            {
              mcc {
                1,
                1,
                1
              },
              mnc {
                2,
                2
              }
            }
          },
          trackingAreaCode '000000000000000000001001'B,
          cellIdentity '000000000110110101111100000000000010'B,
          cellReservedForOperatorUse notReserved
        }
      }
    },

未完待续。。。

总结

以上是生活随笔为你收集整理的NR TAC Tracking Area Code的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。