PDA

View Full Version : how to create class in NETACT?



iman1896
2019-05-01, 01:23 AM
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?

anhnqt811
2019-05-06, 03:59 PM
You can create/update object LNHOIF with profile .xml as code bellow:
Note:$operation = create and $dn = PLMN-PLMN/MRBTS-xxxxxx/LNBTS-xxxxxx/LNCEL-xx/LNHOIF-x (if use FLxx 4G only)






<?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>

novato84
2019-06-05, 08:54 PM
THanks !!
It helped me a lot!
Br