Thanks Thanks:  2
Showing results 1 to 2 of 2

Thread: LTE-4G Carrier Aggregation Ratio OSS counters

  1. #1
    Member Reputation: 82
    Join Date
    2011-06-05
    Posts
    60


    Default LTE-4G Carrier Aggregation Ratio OSS counters

    Hi experts, do you know if there are any OSS meters from Huawei and E******* that could provide information on AC utilization ratios? For example for a sector with 5 CAs, one (or counters) that would inform the following ratios: 0% for 5CA UEs + 2% CA for 4CA UEs + 6% for 3CA UEs + 41% for 2CA UEs years + 51% for 1CA UEs. Thank you in advance!!! Oliv

  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Posts
    Many
     

  3. #2
    Senior Member Reputation: 307
    Join Date
    2010-02-05
    Posts
    110


    1 out of 1 members found this post helpful.

    Default Re: LTE-4G Carrier Aggregation Ratio OSS counters

    37: # CA: Carrier Aggregation
    38:
    39: CA01_Ave_non_CA_UE = pmCaCapableDlSum[0]/pmCaCapableDlSamp
    40: CA02_Ave_2CC_CA_UE = pmCaCapableDlSum[1]/pmCaCapableDlSamp
    41: CA03_Ave_3CC_CA_UE = pmCaCapableDlSum[2]/pmCaCapableDlSamp
    42: CA04_Ave_4CC_CA_UE = pmCaCapableDlSum[3]/pmCaCapableDlSamp
    43: CA05_Ave_5CC_CA_UE = pmCaCapableDlSum[4]/pmCaCapableDlSamp
    44:
    45: CA06_Ave_CA_UEs_configured_PCell_only = pmCaConfiguredDlSum[0]/pmCaConfiguredDlSamp
    46: CA07_Ave_CA_UEs_configured_with_PCell_and_1_SCell = pmCaConfiguredDlSum[1]/pmCaConfiguredDlSamp
    47: CA08_Ave_CA_UEs_configured_with_PCell_and_2_SCell = pmCaConfiguredDlSum[2]/pmCaConfiguredDlSamp
    48: CA09_Ave_CA_UEs_configured_with_PCell_and_3_SCell = pmCaConfiguredDlSum[3]/pmCaConfiguredDlSamp
    49: CA10_Ave_CA_UEs_configured_with_PCell_and_4_SCell = pmCaConfiguredDlSum[4]/pmCaConfiguredDlSamp
    50:
    51: CA11_CA_Activated_0 = pmCaActivatedDlSum[0]
    52: CA12_CA_Activated_1 = pmCaActivatedDlSum[1]
    53:
    54: CA13_UE_Category_1 = pmUeCategoryDistr[0]
    55: CA14_UE_Category_2 = pmUeCategoryDistr[1]
    56: CA15_UE_Category_3 = pmUeCategoryDistr[2]
    57: CA16_UE_Category_4 = pmUeCategoryDistr[3]
    58: CA17_UE_Category_5 = pmUeCategoryDistr[4]
    59: CA18_UE_Category_6 = pmUeCategoryDistr[5]
    60: CA19_UE_Category_7 = pmUeCategoryDistr[6]
    61: CA20_UE_Category_8 = pmUeCategoryDistr[7]
    62: CA21_UE_Category_9 = pmUeCategoryDistr[8]
    63: CA22_UE_Category_10 = pmUeCategoryDistr[9]

  4. Thanks GrayDog, oliv1912 thanked for this post

Tags for this Thread

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
  •