Skip to content

Missing parameters in MultiUeMecApp #296

@christianquadri

Description

@christianquadri

Dear developers,
I have created a multi-UE mec app by extending the MultiUeMecApp.
When I launched my simulation, I got the following error:

Image

I investigated and I noticed that MultiUeMecApp module does not inherit from MecAppBase.
The MecAppBase module has the following parameters

string vimModule = default("^.vim");
string mecPlatformModule = default("^.mecPlatform");
string serviceRegistryModule = default("^.mecPlatform.serviceRegistry");

During the initialization phase of my module, the initialized method of MecAppBase is called and the error is thrown.

I solved by copying the 3 lines of the MecAppBase.

Is it possible to let MultiUeMecApp.ned extend MecAppBase?
Was this a specific design choice?

Thank you for your time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions