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

Default value for PX_XML_NAMESPACE

parent 83cd5eeb
No related branches found
No related tags found
1 merge request!25Ae fixes
......@@ -7,7 +7,7 @@
*
* @author ETSI
* @version $URL: https://forge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Pixits.ttcn $
* $Id: OneM2M_Pixits.ttcn 192 2016-11-30 21:52:33Z reinaortega $
* $Id: OneM2M_Pixits.ttcn 195 2016-12-01 05:26:05Z reinaortega $
* @desc Module containing Pixits for oneM2M
*
*/
......@@ -28,7 +28,7 @@ module OneM2M_Pixits {
modulepar charstring PX_TESTER_ADDRESS := "127.0.0.1:3131";
modulepar charstring PX_XML_NAMESPACE := "om2m=""http://www.onem2m.org/xml/protocols""";
modulepar charstring PX_XML_NAMESPACE := "m2m=""http://www.onem2m.org/xml/protocols""";
modulepar XSD.ID PX_CSE_NAME := "cseName";
......
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