Skip to content
Snippets Groups Projects
Commit f5381d36 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

AE-ID-Stem not present for initial registration by default

parent 707ea5d4
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ module OneM2M_Pixits {
* @desc Test System settings
*/
modulepar AeSimuComponentDesc PX_TS_AE1 := { // AE1 component settings
aeIdStem := "",
aeIdStem := omit,
appId := "NMyApp1Id",
mcaPort := {
binding := {
......@@ -183,7 +183,7 @@ module OneM2M_Pixits {
}
};
modulepar AeSimuComponentDesc PX_TS_AE2 := { // AE2 component settings
aeIdStem := "",
aeIdStem := omit,
appId := "NMyApp2Id",
mcaPort := {
binding := {
......
Subproject commit fc1c6347c67de0cdf6d2f3b7e26fe18a6494686c
Subproject commit 32c6292c9cf44e813c4ad5d1166d8bf906afe8c2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment