Printed resultat show 0000

30 views
Skip to first unread message

Kassi Venceslas Kadio

unread,
Jun 26, 2025, 2:32:20 PMJun 26
to 5G-LENA-users
Hi all , 

I have my scheduler build and attached is the result when use any scenario to test.
Could you please advise me 

Result.png

Kent Huns

unread,
Jun 27, 2025, 7:14:18 AMJun 27
to 5G-LENA-users
Packets seem to be created but any of them isn't sent or received.
Too little information to determine anything, but there are several possible causes.

1. lack of Tx power
     If this is the cause, using the original scheduler should output the same result.
2.mistake of DCI to transmit
     You don't have to disclose the contents of your scheduler here.
     But if you've created it, then of course you must have edited the DCI as well.
     Make sure the number of symbols and transport block size are large enough and that the MCS is not unnaturally low
■model/nr-mac-scheduler-ns3.cc
uint8_t
NrMacSchedulerNs3::DoScheduleDlData(PointInFTPlane* spoint,
                                    uint32_t symAvail,
                                    const ActiveUeMap& activeDl,
                                    SlotAllocInfo* slotAlloc) const
{
...
            std::shared_ptr<DciInfoElementTdma> dci =
                CreateDlDci(spoint, ue.first, symPerBeam.at(GetBeam(beam)));
...
            NS_LOG_DEBUG(" UE" << dci->m_rnti << " gets DL symbols "
                               << static_cast<uint32_t>(dci->m_symStart) << "-"
                               << static_cast<uint32_t>(dci->m_symStart + dci->m_numSym) << " tbs "
                               << dci->m_tbSize << " mcs " << static_cast<uint32_t>(dci->m_mcs)
                               << " harqId " << static_cast<uint32_t>(id) << " rv "
                               << static_cast<uint32_t>(dci->m_rv));
3.mistake of result output
    Just in case, the measurement of Rx packets and throughput may be broken although your algorithm is properly working.
    Do you capture the other outputs like RxPacketTrace, DlDataSinrTrace or DlCtrlSinrTrace?  Please share them if you have.

Kassi Venceslas Kadio

unread,
Jun 28, 2025, 2:30:08 PMJun 28
to 5G-LENA-users

Can you someone help me with my code ?
I am trying still same 

Kassi Venceslas Kadio

unread,
Jun 30, 2025, 5:00:27 AMJun 30
to 5G-LENA-users
Untitled.png
This is kind of results I get 

Gabriel Ferreira

unread,
Jun 30, 2025, 9:25:30 AMJun 30
to 5G-LENA-users
You need to be a lot more specific for anyone to be able to help you.
Like Kent said, could be power, but could also be borked scheduler policy, network layout, misaligned antennas, etc, etc.

Kassi Venceslas Kadio

unread,
Jun 30, 2025, 9:55:41 AMJun 30
to 5G-LENA-users
I can RX are always 0 as showed in the traces attached previously.  Do you need a code or part of it ?
Can you tell me what do you need ?

Gabriel Ferreira

unread,
Jun 30, 2025, 10:05:13 AMJun 30
to 5G-LENA-users
Don't need code. To start, we need a description of your network topology, antenna configuration, transmission power,
application traffic plus when it starts and stops and total simulation time (what you put in Simulator::Stop()).

Kassi Venceslas Kadio

unread,
Jun 30, 2025, 12:00:22 PMJun 30
to 5G-LENA-users


Thanks for your reply , I build my scheduler and use it under  the scenario describe in this file  cttc-nr-multi-flow-qos-sched.cc
Other scheduler like PF , MR and RR running properly with delay and throughput value . Mine RX = 0 and final result like mean delay and throughput are .
As you can on preview screenshoot. It does it for all other scenarios while PF , MR and RR work properly 

Gabriel Ferreira

unread,
Jun 30, 2025, 5:31:55 PMJun 30
to 5G-LENA-users
Well, then your scheduler has something wrong in it. And to know that, I'd need to see what you have done. In general, I would just say: copy an existing scheduler (RR), and modify it to your needs.
The only thing you really need to change is the sorting of the UEs based on whatever policy your scheduler has.

Kassi Venceslas Kadio

unread,
Jul 1, 2025, 1:21:30 AMJul 1
to Gabriel Ferreira, 5G-LENA-users
What to need exactly from my codes to advise?

--
You received this message because you are subscribed to the Google Groups "5G-LENA-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 5g-lena-user...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/5g-lena-users/9459f933-ab17-46d5-9327-3c8d45cdc30en%40googlegroups.com.


--
Kassi
Reply all
Reply to author
Forward
0 new messages