[srslte-users] PRB Allocation and Active UEs
Francisco Paisana
francisco.paisana at softwareradiosystems.com
Tue May 5 18:11:56 UTC 2020
Hey Ayman,
1. As Roberto suggested, take a look at the "scheduler_metric.h/cc" files
for some directives. The "dl_metric_rr" only does time-domain RoundRobin,
but you could make your own "sched::metric_dl" child class that implements
other types of algorithms.
2. What type of info are you looking for about the UEs? Currently, you can
check what rntis are connected to the eNB and their parameters using the
trace in the terminal. Just press "t" in the terminal and you should see a
table with the connected UEs' params.
Regards,
Francisco
On Thu, Apr 30, 2020 at 8:52 AM Roberto Riggio <rriggio at fbk.eu> wrote:
> Dear Ayman,
>
> we did something similar in the past, but so far we did not managed to
> release any code.
>
> You may want to start from the mac layer implementation
> (srsenb/hdr/mac/mac.h and the corresponding .cc). Here you will see that
> there is class called dl_metric_rr which is of type metric_dl. This is the
> instance that takes care of the dl scheduling.
>
> You may want to implement your own metric_dl with the custom logic to
> implement the slicing as you want.
>
> R.
>
>
>
>
> On Thu, Apr 30, 2020 at 8:40 AM Ayman Maghrabi <ayman.maghrabi at gmail.com>
> wrote:
>
>> Hello srsLTE community,
>>
>> I'd like to thank you for your hard work and commitment to support the
>> software and community.
>>
>> I'm currently working on a projects where I would like to divide the
>> number of available resource blocks between two sets of UEs, like slices.
>> So I had two questions at the moment to understand how I can modify the
>> code:
>>
>> 1- Where in the scheduler code do RBG get allocated to users?
>> 2- Is there a way to know the current active UEs? I know that the
>> ue_db.csv contains info about all the UEs, but is there a way to list the
>> attached UEs and their parameters?
>>
>> Regards,
>> Ayman
>>
>>
>> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free.
>> www.avg.com
>> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
>> <#m_-4480745821879996115_m_156189451237869311_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>> _______________________________________________
>> srslte-users mailing list
>> srslte-users at lists.softwareradiosystems.com
>> http://www.softwareradiosystems.com/mailman/listinfo/srslte-users
>>
>
>
> --
> Roberto Riggio, PhD
> Head of Unit
> Smart Networks and Services (SENSE)
> ----------------------------------------
> Fondazione Bruno Kessler (FBK)
> via alla Cascata 56D
> 38123 Povo, Trento (Italy)
> F: +39 0461 31 24 81
> M: +39 338 72 93 203
> e-mail: rriggio at fbk.eu
> homepage: http://www.robertoriggio.net/
> www: https://create-net.fbk.eu/en/win/
>
>
> --
> Le informazioni contenute nella presente comunicazione sono di natura privata
> e come tali sono da considerarsi riservate ed indirizzate esclusivamente
> ai destinatari indicati e per le finalità strettamente legate al relativo
> contenuto. Se avete ricevuto questo messaggio per errore, vi preghiamo di
> eliminarlo e di inviare una comunicazione all’indirizzo e-mail del
> mittente.
> --
> The information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential and/or privileged
> material. If you received this in error, please contact the sender and
> delete the material.
> _______________________________________________
> srslte-users mailing list
> srslte-users at lists.softwareradiosystems.com
> http://www.softwareradiosystems.com/mailman/listinfo/srslte-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20200505/0874b033/attachment.htm>
More information about the srsran-users
mailing list