modified transport type check logic for coap over tcp
authorhyuna0213.jo <hyuna0213.jo@samsung.com>
Mon, 22 Feb 2016 08:02:56 +0000 (17:02 +0900)
committerJon A. Cruz <jonc@osg.samsung.com>
Tue, 23 Feb 2016 18:55:12 +0000 (18:55 +0000)
commit8f28d4db211ba622c85b96041d597f659602fbfa
tree7c86db34376a53c3fc3735b04f157e79932d754e
parent2cd93cfc5e4b61a084f20f63539c711ae868652b
modified transport type check logic for coap over tcp

coap over tcp format can be used to send TCP, BT, LE message.
If user selects the several tranports to send message,
CAIsSupportedCoAPOverTCP() function is not working.
because it use '==' operator to compare the transport type.

Change-Id: I03183794ff34f3052b91b87c51c5de1171f6cd36
Signed-off-by: hyuna0213.jo <hyuna0213.jo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/5109
Reviewed-by: Jaehong Jo <jaehong.jo@samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com>
resource/csdk/connectivity/src/caprotocolmessage.c