Thanks Thanks:  4
Showing results 1 to 3 of 3

Thread: how to create class in NETACT?

  1. #1
    Junior Member Reputation: 10
    Join Date
    2019-04-12
    Posts
    9


    Default how to create class in NETACT?

    Hi guys

    i activated inter frequency ANR and HO in our network,(actUEbasedinterfreqanr and actifho) but still i can't find LNHOIF class, and inter frequency KPIs doesn't appear, how i can create LNHOIF class manually?

  2. Thanks tuanda2 thanked for this post
  3. # ADS
    Circuit advertisement
    Join Date
    Always
    Posts
    Many
     

  4. #2
    Member Reputation: 45
    Join Date
    2018-02-05
    Posts
    14


    Default Re: how to create class in NETACT?

    You can create/update object LNHOIF with profile .xml as code bellow:
    Noteoperation = create and $dn = PLMN-PLMN/MRBTS-xxxxxx/LNBTS-xxxxxx/LNCEL-xx/LNHOIF-x (if use FLxx 4G only)

    Code:
    <?xml version="1.0"?>
    <!DOCTYPE csvmap SYSTEM "csvmap10.dtd">
    <csvmap>
    <header rows="2"/>
     
     <managedObject class="NOKLTE:LNHOIF">
          <p name="$operation"/>
          <p name="$dn"/>
          <p name="a3OffsetRsrpInterFreq"/>
          <p name="a3ReportIntervalRsrpInterFreq"/>
          <p name="a3TimeToTriggerRsrpInterFreq"/>
          <p name="a5ReportIntervalInterFreq"/>
          <p name="a5TimeToTriggerInterFreq"/>
          <p name="eutraCarrierInfo"/>
          <p name="hysA3OffsetRsrpInterFreq"/>
          <p name="hysThreshold3InterFreq"/>
          <p name="interPresAntP"/>
          <p name="measQuantInterFreq"/>
          <p name="measurementBandwidth"/>
          <p name="offsetFreqInter"/>
          <p name="threshold3aInterFreq"/>
          <p name="threshold3aInterFreqQci1"/>
          <p name="threshold3InterFreq"/>
          <p name="threshold3InterFreqQci1"/>
          <p name="thresholdRsrpIFLBFilter"/>
          <p name="thresholdRsrpIFSBFilter"/>
          <p name="thresholdRsrqIFLBFilter"/>
          <p name="thresholdRsrqIFSBFilter"/>
    
       </managedObject>
    
    </csvmap>

  5. Thanks iman1896, tuanda2, novato84 thanked for this post
  6. #3
    Junior Member Reputation: 10
    Join Date
    2019-06-05
    Posts
    1


    Default Re: how to create class in NETACT?

    THanks !!
    It helped me a lot!
    Br

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
  •