Allocate Physical Cell Identifier (PCI) to BS #27
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi @sundar19 , as far as I remember, we do not explicitly model physical cell identifiers (PCIs). So you'd have to extend mobile-env to include PCI, which should be doable. You would also have to adjust the actions to do PCI allocation to BS rather than UE allocation to BS. Overall, PCI to BS allocation is not supported out of the box with mobile-env. But it should be extendible to what you want. Maybe @stwerner97 can also help here if you have questions :) |
Beta Was this translation helpful? Give feedback.
-
Thank you so much @stefanbschneider , I am figuring out how to extend mobile-env for that purpose. As of now I assigned numbers to all the BS instead of alphabets. I will try to deploy some RL techniques which can in turn handle allocating these assigned numbers (PCI) to BS. I will definitely keep you posted if I find any ways to add this feature. |
Beta Was this translation helpful? Give feedback.
-
Hi @sundar19! I am happy to answer any questions you may have concerning our implementation of |
Beta Was this translation helpful? Give feedback.
-
Thank you very much @stwerner97 |
Beta Was this translation helpful? Give feedback.
Hi @sundar19 , as far as I remember, we do not explicitly model physical cell identifiers (PCIs). So you'd have to extend mobile-env to include PCI, which should be doable. You would also have to adjust the actions to do PCI allocation to BS rather than UE allocation to BS.
Overall, PCI to BS allocation is not supported out of the box with mobile-env. But it should be extendible to what you want. Maybe @stwerner97 can also help here if you have questions :)