Issue 115: Validating the number of tiers
Project Member Reported by charles....@gmail.com, Aug 2, 2009
Hello All,

the parser parse_alloc_file.c and parse_reloc_file.c is not cheching the
number of tiers entered in the tag

<FROM> 12 </FROM>    // error if there is no tier 12
<TO> 100 </TO>    // error if there is no tier 100

the parser is not checking this.
Aug 2, 2009
Project Member #1 charles....@gmail.com
We can pass the number of tiers obtained from parsing the device.xml to the parsing
functions of relocation policy and allocation policy and then it can be checked easily.

This will need modification to all the three parser routines