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>
Wed, 26 Oct 2016 05:31:30 +0000 (05:31 +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>
(cherry picked from commit a23f545b5ed285d51e34f4faea939db847959e92)
Reviewed-on: https://gerrit.iotivity.org/gerrit/13601

resource/csdk/stack/src/oickeepalive.c

index aabb391..797ec38 100644 (file)
@@ -287,7 +287,7 @@ OCStackResult CreateKeepAliveResource()
                                             KEEPALIVE_RESOURCE_URI,
                                             NULL,
                                             NULL,
-                                            OC_DISCOVERABLE);
+                                            OC_RES_PROP_NONE);
 
     if (OC_STACK_OK != result)
     {