Thanks Thanks:  0
Showing results 1 to 3 of 3

Thread: Nokia LTE Feature - Split L1 with fixed beam sectorization for 16TRX FDD mMIMO

  1. #1
    Member Reputation: 25
    Join Date
    2010-03-22
    Posts
    25

    Default Nokia LTE Feature - Split L1 with fixed beam sectorization for 16TRX FDD mMIMO

    Hi ,

    Please need your support to understand LTE Nokia Feature . I am also looking to identify parameter to know number of tx antenna from CM dump to calculate and validate total tx power.

    It will be great to have latest library.

    Many Thanks
    Sumit Kumar Jha

  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Posts
    Many
     

  3. #2
    Member Reputation: 532
    Join Date
    2012-05-04
    Posts
    511

    Default Re: Nokia LTE Feature - Split L1 with fixed beam sectorization for 16TRX FDD mMIMO

    Quote Originally Posted by krsumitjha View Post
    Hi ,

    Please need your support to understand LTE Nokia Feature . I am also looking to identify parameter to know number of tx antenna from CM dump to calculate and validate total tx power.

    It will be great to have latest library.

    Many Thanks
    Sumit Kumar Jha
    Hi,

    Just see table "A_MNL_CELLMAPPING_LCELL_CHANNELGROUP_CHANNEL" and there you can identify the Tx and Rx of ANTL being used or both.
    --------------------------------------------------------------------------------------------------------
    Thanks!

    Pass: optimizer

  4. #3
    Member Reputation: 60
    Join Date
    2011-12-05
    Posts
    32

    Default Re: Nokia LTE Feature - Split L1 with fixed beam sectorization for 16TRX FDD mMIMO

    If you have the dump in access format here is the query.


    Note this is for versions FL17 and above:

    TRANSFORM Count(A_MNL_CELLMAPPING_LCELL_CHANNELGROUP_CHANNEL.channelId) AS CountOfchannelId
    SELECT A_MNL_CELLMAPPING_LCELL_CHANNELGROUP_CHANNEL.mrbtsId, A_LTE_MRBTS_LNBTS_LNCEL.lnCelId, A_MNL_CELLMAPPING_LCELL_CHANNELGROUP_CHANNEL.lCellId, A_LTE_MRBTS_LNBTS_LNCEL.cellName
    FROM A_MNL_CELLMAPPING_LCELL_CHANNELGROUP_CHANNEL LEFT JOIN A_LTE_MRBTS_LNBTS_LNCEL ON (A_MNL_CELLMAPPING_LCELL_CHANNELGROUP_CHANNEL.lCellId = A_LTE_MRBTS_LNBTS_LNCEL.lcrId) AND (A_MNL_CELLMAPPING_LCELL_CHANNELGROUP_CHANNEL.mrbtsId = A_LTE_MRBTS_LNBTS_LNCEL.mrbtsId)
    GROUP BY A_MNL_CELLMAPPING_LCELL_CHANNELGROUP_CHANNEL.mrbtsId, A_LTE_MRBTS_LNBTS_LNCEL.lnCelId, A_MNL_CELLMAPPING_LCELL_CHANNELGROUP_CHANNEL.lCellId, A_LTE_MRBTS_LNBTS_LNCEL.cellName
    PIVOT IIf([direction]=1,'TX',IIf([direction]=2,'RX'));



    for total tx power use the parameter LNCEL-pmax

    -mhelboy
    Quote Originally Posted by krsumitjha View Post
    Hi ,

    Please need your support to understand LTE Nokia Feature . I am also looking to identify parameter to know number of tx antenna from CM dump to calculate and validate total tx power.

    It will be great to have latest library.

    Many Thanks
    Sumit Kumar Jha

Bookmarks

Bookmarks

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •