Technote (FAQ)
Question
What do reftype and reflevel attributes mean in the output of searchForResourceTypeByName?
Answer
An example of the searchForResourceTypeByName (for CellArea type) would be:
<attributes>
<attr name="REGION_ID" label="REGION_ID" reftype="Location" reflevel="Region"/>
<attr name="H_RNC_ID" label="H_RNC_ID" reftype="UTRAN" reflevel="H_RNC"/>
<attr name="BSC_ID" label="BSC_ID" reftype="GERAN" reflevel="G_BSC"/>
</attributes>
If we take the following line as an example:
<attr name="REGION_ID" label="REGION_ID" reftype="Location" reflevel="Region"/>
it means REGION_ID is a reference to the Region level of the Location resource type.
Hence, any REGION_ID that you wish to provision through the CellArea CSV must refer to an existing Region in the Location type.
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.