Michele Polese
Michele Polese
Hi, we are looking into this, we'll let you know. Michele Il giorno mar 30 ott 2018 alle ore 07:44 ajinoors ha scritto: > Hi, > i'm still running 'mmwave-epc-tdma'...
Hi, we fixed a bug in the PF scheduler in 56849c8d578888dafeee3e419bea9ddb8331cb45 Can you check if the issue still exists? Thanks, Michele
Hi, we are looking into the issue related to the difference in execution time, we will let you know. The fix we introduced is related to the fact that the...
Hi Vikash, try using PacketTags or traces to log packet TX and RX. We had some issues with ByteTags on X2 links, so we disabled them in the PDCP classes...
I actually tried to use PacketTags instead of ByteTags at the PDCP and RLC layers, but additional concatenation happens at the MAC layer in the mmWave model, thus it was...
FYI - this paper investigates MU-MIMO with hybrid beamforming using the ns3-mmWave module: https://ieeexplore.ieee.org/abstract/document/9515585/ The code extension that enable this is referenced in the paper.
Thanks @arghasen10, we'll take a look and give feedback as soon as we can. In the meanwhile, can you share some details on what the energy model is based on...
It would be great if you can post it here! Il giorno mer 27 gen 2021 alle ore 08:04 ARGHA SEN ha scritto: > Sure, I will mail it to...
Which QUIC version are you setting? Take a look at the IsVersionSupported, there is a list of the supported versions for 0RTT (to be used as attribute "InitialVersion" of QuicSocketBase).
Do you mean that you set the attribute "InitialVersion" of QuicSocketBase to QUIC_VERSION_DRAFT_10? FYI, that is not the default value.