hi guys, im working on NS3 for my thesis. actually my target is to simulate a spectrum sharing scenario changing dynamically the percent of sharing between two enb depending on their load. so i assigned to each enb a vector of subchannel (for the standard i know that each subchannel is made 12 subcarrier, so it's rappresent also a Resource block of 0,5ms). now my problem is how to calculate the maximum number of user that my cell can support in the same time, i need of this information because i want to calculate the istantaneous load of enb in terms of users and then choose, depending on this parameter the percentage of sharing.
if i use a fair sheduling algorithm that allocate 2 RB (so 2 subchannel) i should make the division between max number of subchannel / 2 = max number of user allocable.
but i'm not shure of this. anyway each UE is backlogged, so it's queue is always full of packet to send.
may anyone help me on this doubt?