Questions tagged [simulte]

17 questions
1
vote
0 answers

SimuLTE: Simulating D2D and non-D2D UEs simultaneously

Using SimuLTE, 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 package deal with either only D2D or only non-D2D UE simulation. Thank…
0
votes
0 answers

how to solve "implicit chunk serialization is disabled" error

I am working on a d2d communication in which I have used user1 sending packets to user2 using UDP, this worked well until I try to switch between IM to DM. Now I am getting following error. implicit chunk serialization is disabled. I am…
0
votes
0 answers

How to allocate total resources (RBs) when the number of users=1 in Simu5G (or SimuLte)?

I am running the single-cell standalone example (simu5G), and in the reference environment, there is only one UE. I want to allocate the total resource (all the RBs) to the UE; however, from the results, I could find that it is not happening. It…
moyukh
  • 1
0
votes
0 answers

How to add an ethernet port to a simu5G UE?

I want to construct a cellular router/modem/gateway with simu5g and Omnet++. I do this by extending the UE and creating an ethernet port and an ethernet layer. However, this does not work. Below is my code:- module NRModem extends NRUe { …
Piper
  • 149
  • 11
0
votes
2 answers

how can I fix Simu5G error when it is building?

I have some error when I try to import Simu5G in Omnet++ here is my error. **** Build of configuration gcc-debug for project simu5G ****`enter code here` Error: cannot resolve import 'inet.common.INETDefs' Error: cannot resolve import…
0
votes
0 answers

Multiple nodes can't communicate using one eNB

The simulation configuration I want is for the vehicle and the RSU to communicate with each other through IEEE 802.11p and LTE through one eNB(eNodeB). Refer to the veins_hetvnet repository and the paper Simulating cellular communications in…
Minwoo Kim
  • 497
  • 1
  • 5
  • 21
0
votes
1 answer

Error with Ned Consistency in hetvnet simulation

I am using instant veins 5.1-i1 with simuLTe and tried to import veins_hetvnet project. Some errors occured after build project because ltenic is implemented in lte.stack (and not in lte.stack.phy like in instant veins 5.0-aplha2). I changed the…
0
votes
1 answer

veins_hetvnet project path and variable error

I imported this recommended project into OMNeT++ to find out how to combine 80211p and LTE communication in my simulation. It's recommended to use Veins 5.0-alpha2, OMNeT++ 5.5.1, INET 3.6.5, SimuLTE 1.0.1 for this project. But I'm using Veins 5.0,…
Minwoo Kim
  • 497
  • 1
  • 5
  • 21
0
votes
0 answers

Running OMNeT++ simulation in release mode

I have problems simulating release mode. I have a project referencing Inet, Veins, and simulte. The project works fine in the debug mode, the simulation ends, and the results are correctly saved both in Qtenv and Cmdenv. I'm using the IDE, and it…
0
votes
1 answer

Can SimuLTE and 80211p be used together in veins?

After looking through the list of modules on the official Veins website, I found that Veins-LTE is no longer in use and will be replaced by SimuLTE. So, I imported SimuLTE into OMNeT++ and looked at the source code. However, it is questionable…
Minwoo Kim
  • 497
  • 1
  • 5
  • 21
0
votes
0 answers

Error ueAppIdToMeAppMapKey entry not found

I'm working on mec veins scenario (simultemec) , the original script has 3 UEs, I added one car ( the car have UE type) and I got this error (The simulation run for some time, and then this error have appeared) : VirtualizationManager::stopMEApp -…
chaimaz
  • 31
  • 1
0
votes
1 answer

Modules of Veins documentation

Does anyone know how to use the make proxy command from the command line in order to see the documentations of the modules? I have installed Instant Veins 5.0 i2 with SimuLTE. It doesn't work generating from the IDE of OMNeT++, it returns an error…
0
votes
1 answer

OMNeT++ 5.5.1 & SimuLTE on Windows - Debugging Error

I am using OMNeT++ 5.5.1 with INET-3.6.6 and SimuLTE-1.1.0. When I debug examples in INET (for example AODV routing), the debugging works fine. However, when I am trying to debug an example provided by simuLTE, I am getting an error: Inconsistent…
Yasir Saleem
  • 145
  • 1
  • 1
  • 12
0
votes
1 answer

Do you know how to write the code of simuLTE?

I want to implement mt new algorithms of Scheduler in simuLTE. Could anyone give me an example how how to write the code ??? thanks
Derrick
  • 19
  • 2
0
votes
1 answer

Omnet++ lte mode 4 vector and scalar files error

I was trying to implement the simulte provided at https://github.com/brianmc95/simulte. I am using omnet 5.0 and inet 3.4 as recommended in the readme file. I am using veins 4.5 and sumo 0.29.0 and working on windows 10. So while integrating all of…
1
2