Changed the property of /oic/ping resource
authorhyuna0213.jo <hyuna0213.jo@samsung.com>
Wed, 19 Oct 2016 07:26:22 +0000 (16:26 +0900)
committerAshok Babu Channa <ashok.channa@samsung.com>
Mon, 24 Oct 2016 07:03:37 +0000 (07:03 +0000)
The resource property of /oic/ping is changed from DISCOVERABLE to
NONE.

Change-Id: Ibb1d8d80f859fdbb34a75a22b19bd66979fa6b13
Signed-off-by: hyuna0213.jo <hyuna0213.jo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/13439
Reviewed-by: Jaehong Jo <jaehong.jo@samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
Reviewed-by: jihwan seo <jihwan.seo@samsung.com>
resource/csdk/stack/src/oickeepalive.c

index 0e684d6..33af3f6 100644 (file)
@@ -287,7 +287,7 @@ OCStackResult CreateKeepAliveResource()
                                             KEEPALIVE_RESOURCE_URI,
                                             NULL,
                                             NULL,
-                                            OC_DISCOVERABLE);
+                                            OC_RES_PROP_NONE);
 
     if (OC_STACK_OK != result)
     {