[IOT-1586] Changed the policy key name for tcp discovery
authorhyuna0213.jo <hyuna0213.jo@samsung.com>
Tue, 22 Nov 2016 08:16:53 +0000 (17:16 +0900)
committerZiran Sun <ziran.sun@samsung.com>
Wed, 23 Nov 2016 11:52:52 +0000 (11:52 +0000)
The name of "x.org.iotivity.tcp" key was changed from
"x.org.iotivity.tcp" to "tcp".

Change-Id: I7bae43f823bdbe744a1cda28b27b9c72d22af996
Signed-off-by: hyuna0213.jo <hyuna0213.jo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/14607
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
Reviewed-by: Jaehong Jo <jaehong.jo@samsung.com>
Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
resource/csdk/stack/include/octypes.h

index 8496224..bdf492a 100644 (file)
@@ -219,7 +219,7 @@ extern "C" {
 #define OC_RSRVD_HOSTING_PORT           "port"
 
 /** TCP Port. */
-#define OC_RSRVD_TCP_PORT               "x.org.iotivity.tcp"
+#define OC_RSRVD_TCP_PORT               "tcp"
 
 /** For Server instance ID.*/
 #define OC_RSRVD_SERVER_INSTANCE_ID     "sid"