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

Addition of scefId into scefSimuComponentDesc

parent 93ecb4fe
No related branches found
No related tags found
1 merge request!63Merge Release4-onwards into Release4
...@@ -395,10 +395,7 @@ module OneM2M_Pixits { ...@@ -395,10 +395,7 @@ module OneM2M_Pixits {
}; };
modulepar ScefSimuComponentDesc PX_T8_SCEF := { modulepar ScefSimuComponentDesc PX_T8_SCEF := {
cseName := "t8_cseName", scefId := "scs_as_id_01",
cseId := "t8_cseId",
cseResourceId := "t8_cseResourceId",
spId := "t8_spId",
mcnPort := { mcnPort := {
t8PortDesc := { t8PortDesc := {
binding := { binding := {
...@@ -476,7 +473,5 @@ module OneM2M_Pixits { ...@@ -476,7 +473,5 @@ module OneM2M_Pixits {
modulepar Labels PX_LABELS := {"VALUE_1"}; modulepar Labels PX_LABELS := {"VALUE_1"};
modulepar boolean PX_IS_LOC_CONTAINER := false;//default //set it to true when the container is created to store location information modulepar boolean PX_IS_LOC_CONTAINER := false;//default //set it to true when the container is created to store location information
modulepar charstring PX_SCEF_ID := "scs_as_id_01";
} // end of module } // end of module
...@@ -4494,21 +4494,9 @@ group OtherTypes { ...@@ -4494,21 +4494,9 @@ group OtherTypes {
*/ */
type record ScefSimuComponentDesc { type record ScefSimuComponentDesc {
/** /**
* @desc Test System CSE Name * @desc Test System SCEF ID
*/ */
XSD.ID cseName, XSD.ID scefId,
/**
* @desc Test System CSE-ID with SP-relative-CSE-ID format (relative) according to TS-0001-7.2-1
*/
XSD.ID cseId,
/**
* @desc Test System CSE resource ID with Unstructured-CSE-relative-Resource-ID (relative) format according to TS-0001-7.2-1
*/
XSD.ID cseResourceId,
/**
* @desc Test System M2M-SP-ID with M2M-SP-ID format (absolute) according to TS-0001-7.2-1 Unstructured-CSE-relative -Resource-ID
*/
XSD.ID spId,
McnPortDesc mcnPort ({t8PortDesc := ?}), McnPortDesc mcnPort ({t8PortDesc := ?}),
McnPortDesc mcnPortIn ({t8PortDesc := ?}) McnPortDesc mcnPortIn ({t8PortDesc := ?})
} }
......
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