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

Most #includes already have a complete path prefix. These few remaining places prevented out-of-tree builds.

OMNeT++ 5.6.1 throws a runtime error when modules are deleted by plain `delete` instead of `deleteModule` calls.

Besides some bug fixes and additional statistic collection, this branch implements a new channel model: the abstract two-state Gilbert-Elliot Hidden Markov Model. Configuration and usage is simple using ``` **.lteNic.LteChannelModelType...

Hi, I've got this error while building simlte on omnet++ stack/phy/layer/LtePhyUe.cc error : class omnetpp::cPar has no member named setIntValue can you help me please Ps: I'm using Omnet++ version...

INSTALL.md says: You should have a ... working INET-Framework installation (v3.6.6). (Download from http://inet.omnetpp.org) But there is no version 3.6.6 available at https://inet.omnetpp.org/Download.html .

README.md says: > The current master/head version requires either of > OMNeT++ 5.5.1 and INET 3.6.6 The word "either" implies two alternatives. But we never say "either ... and", only...

Dear all, Is it possible to simulate D2D and non-D2D UEs simultaneously in the same cell? If yes, can anyone briefly explain the steps? All the examples provided with the...

I was wondering if someone could help me clarify this: It appears like the channel models in simuLTE use the total transmission power either on the UE (26 dBm) or...

Hi, When using Relay node in LTE network , it asked ![image](https://cloud.githubusercontent.com/assets/14523187/20704693/3946dfb0-b65b-11e6-9ec1-7f1e20154672.png) and then, ![image](https://cloud.githubusercontent.com/assets/14523187/20704544/a170c89a-b65a-11e6-9e87-ddbc99fb0412.png) So, Need to add "*.interfaceTableModule = default(absPath(".interfaceTable"));" in Relay.ned ? from README.md , it said...