Normally, we get CF file from NetAct we cannot upload in SBTS because CF file has SBTS including so we need to modify CF file by removing SBTS from CFL.


Open XML file with Notepad++

Step 1: Keep header of XML standard

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE raml SYSTEM 'raml21.dtd'>
<raml version="2.1" xmlns="raml21.xsd">
<cmData type="actual" scope="all">
<header>
<log dateTime="2018-01-21T11:32:14+07:00" action="upload">
</log>
</header>

Step 2: Find keyword “sbtname

<managedObject class="com.nokia.sbts:SBTS" version="SBTS16.10" distName="SBTS-1008" operation="update">
<p name="automaticSiteResetRecoveryEnabled">true</p>
<p name="actPowerMeter">false</p>
<p name="btsProfile">LWG23_2</p>
<p name="intShutdownInUse">false</p>
<p name="sbtsName">NSoPSK0172PSK</p>
<p name="virtualStatus">false</p>
<p name="operationalState">enabled</p>
<p name="activeSWReleaseVersion">WN16_FL16_GF16_SBTS16.10_ENB_A50_0100_004390_000111</p>
<p name="activeLTERATSWVersion">FL16_ENB_0000_002021_000000</p>
<p name="activeWCDMARATSWVersion">WBTS16_4000_1248_14</p>
<p name="activeGSMRATSWVersion">GF16.5_2.0_16_50_BL105</p>
</managedObject>


Step 3: Delete text between header of XML and Keyword sbtname

  • Before delete XML file


  • After delete XML


Step 4: Save XML