Namespace simu5g
CreateContextApp
message(no description)
Extends
Name | Type | Description |
---|---|---|
UALCMPMessage | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
onboarded | bool | |
appPackagePath | string |
if onboarded == false |
appDId | string |
if onboarded == true |
ueIpAddress | string |
this is used by the simulator to check if the ue has left the netowrk! |
devAppId | string |
device app identifier, used as identifier for the mecapp (i.e. ueAppId) |
Source code
message CreateContextApp extends UALCMPMessage { bool onboarded; string appPackagePath; // if onboarded == false string appDId; // if onboarded == true string ueIpAddress; // this is used by the simulator to check if the ue has left the netowrk! string devAppId; //device app identifier, used as identifier for the mecapp (i.e. ueAppId) }File: src/nodes/mec/UALCMP/UALCMPMessages/UALCMPMessages.msg