Can I set a default set a PCI in range of 0-503 (because Xcal testing application does not band selected in mobile)?
You can, but better is you can plan according to same SSS grouping and leave few PCI for new sites or Mini macro/Femto cells
I want to create a random float array of size 100, with the values in the array ranging from 0 to 5. I have tried random.sample(range(5),100) but that does not work. How can i get what i want to achieve?