pytwinnet.scheduling

pytwinnet.scheduling.max_rsrp_association(twin, tx_ids, ue_ids)[source]

Associate each UE to the TX (gNB) with the strongest RSRP.

Return type:

Dict[str, str]

Parameters:
pytwinnet.scheduling.proportional_fair_allocation(twin, association, rb_count=50, rb_bandwidth_hz=180000.0, noise_figure_db=7.0, avg_throughput_bps=None)[source]

Greedy PF: per TX, for each RB pick UE maximizing inst_rate / avg_rate.

Return type:

Dict[str, List[str]]

Parameters:

Modules