simulte icon indicating copy to clipboard operation
simulte copied to clipboard

SimuLTE - LTE System Level Simulation Model and Simulator for INET & OMNeT++ - deprecated, use Simu5G instead

Results 49 simulte issues
Sort by recently updated
recently updated
newest added

The sendFeedback method in UE's physical layer has the lines 514 and 515: ``` fbPkt->setLteFeedbackDoubleVectorDl(fbDl); fbPkt->setLteFeedbackDoubleVectorDl(fbUl); ``` https://github.com/inet-framework/simulte/blob/master/src/stack/phy/layer/LtePhyUe.cc#L515 I don't claim to fully understand the feedback generation yet so I...

hi when i want to run this project to see what it give as result, i've faced this dialog error Error: cannot remove old output vector file in this location...

morning I got the error in the attachment building the simuLTE Can you help me? ![error](https://cloud.githubusercontent.com/assets/22638254/19678140/d02255b6-9a9c-11e6-9126-8307a00560e2.PNG)

I'm using Omnet++ 4.4.1, with Veins 3a3, INET 2.3.0 and SimuLTE 0.9.1 In my scenario the cars are equipped with 2 nic, one 802.11p and the other LTE. I managed...

hello, when i try launch the advanced scenario i receive the following message: ![err](https://cloud.githubusercontent.com/assets/7525106/3489600/f6bf322a-0539-11e4-8a1b-a3c1ca7f9f3f.jpg) what am i doing wrong here? thanks in advance

In the file src/stack/phy/feedback/LteFeedbackGenerator.cc the periodic sensing interval is started incorrectly: ``` if (usePeriodic_) { tPeriodicSensing_->start(NOW); } ``` Due to the nature of the start command this would start the...

I can't find a code that caculate and count the count of packetReceived in SimuLTE . Pls help

**I want to implement a code for host mobility between gNodeB. But the host does not move during simulation.** **This is my '.ned' file** import inet.node.ethernet.Eth100G; // // This program...

I am trying to import simulte 1.2.0 into my OMNeT++ workspace, into which I already have inet4.4 installed(during the startup of the IDE). But I am unable to build the...