Namespace simu5g
MECOrchestratorMessage
message(no description)
Fields
Name | Type | Description |
---|---|---|
contextId | int |
identifier of the ueMecApp |
requestId | int |
used to inform the UALCMP to which request the response refers |
type | string |
trigger of mecApp setup or termination |
success | bool |
Source code
message MECOrchestratorMessage { int contextId; // identifier of the ueMecApp int requestId; // used to inform the UALCMP to which request the response refers string type; // trigger of mecApp setup or termination bool success; }File: src/nodes/mec/MECOrchestrator/MECOMessages/MECOrchestratorMessages.msg