Unipisa / Simu5G

Simu5G - 5G NR and LTE/LTE-A user-plane simulation model for OMNeT++ & INET
https://simu5g.org
Other
150 stars 87 forks source link

Multiple MEC Orchestrators #50

Closed Clau4github closed 2 years ago

Clau4github commented 2 years ago

Hello, I am trying to configure a scenario with two MEC Orchestrators (named: mecOrchestrator1, mecOrchestrator2) and two different UPFs. I was trying to duplicate the configuration of the MecTwoMecHosts example (connections and devices) and I identified that it only works when the name is "mecOrchestrator". Apparently the simulation is limited to just one MEC Orchestrator. Is it possible to include an additional MEC Orchestrator? Thanks in advance.

linofex commented 2 years ago

Hi, the simulator can support multiple MEC orchestrators, i.e. multi MEC systems. There is a simulation scenario in the current master branch where two MEC systems are deployed. You can find it here. The module name of the Mec Orchestrator must be the same as the one set in the .mecPlatformManager.mecOrchestrator parameter.

Clau4github commented 2 years ago

Thank you so much for the quick response

Clau4github commented 2 years ago

Hello again, I tried to run the multiOperator example and got the error in the figure. Any idea about why this happen and how I can solve it?

unnamed