platform/upstream/iotivity.git
9 years agoFixed prevent and klock work issues reported.
Ashok Channa [Wed, 21 Jan 2015 09:43:07 +0000 (18:43 +0900)]
Fixed prevent and klock work issues reported.

Static analysis reported issues are fixed in this commit.

Change-Id: I1c4cefe46650a2acaafb374fbb04ca1936434ab4
Signed-off-by: Ashok Channa <ashok.channa@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/179
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
9 years agoScons Script Changes for disabling debug for release mode
Ashok Channa [Wed, 21 Jan 2015 09:08:00 +0000 (18:08 +0900)]
Scons Script Changes for disabling debug for release mode

Scripts also changed to take current Iotivity structure changes

Change-Id: I589082e9675d99aa9dd6cc1bace26e11b1210510
Signed-off-by: Ashok Channa <ashok.channa@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/178
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
9 years agoFix soft-sensor-manager service build errors
Caiwen Zhang [Thu, 25 Dec 2014 10:25:56 +0000 (18:25 +0800)]
Fix soft-sensor-manager service build errors

Change-Id: I96bd2463fe5f0fd9fd09d5b31570c0bc778019a7
Signed-off-by: Caiwen Zhang<caiwen.zhang@intel.com>
(cherry picked from commit dc999011a116251a2275b18baddbad61a827a4bc)
Reviewed-on: https://gerrit.iotivity.org/gerrit/181
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
9 years agoFixed issue with HeaderOptions not correctly being sent
Erich Keane [Fri, 16 Jan 2015 22:46:53 +0000 (14:46 -0800)]
Fixed issue with HeaderOptions not correctly being sent

If HeaderOptions count was greater than 1, the sender side did not correctly
allocate and copy the memory for it, resulting in the second headeroption being
an invalid read/copy, thus resulting in garbage data in the second HeaderOption.

This fix ensures that ALL header option data is correctly copied.  Validation
shows that the rst of the stack is working properly, so the correct data will
be transferred.

Change-Id: I08d9ccf8943bf7e85f6d24055b5f11881ba2bd24
Signed-off-by: Erich Keane <erich.keane@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/153
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
Reviewed-by: Sakthivel Samidurai <sakthivel.samidurai@intel.com>
Reviewed-by: Sashi Penta <sashi.kumar.penta@intel.com>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
Tested-by: Ashok Babu Channa <ashok.channa@samsung.com>
9 years agoFixed klockwork memory leaks and modified the logs
Ashok Channa [Fri, 16 Jan 2015 11:45:06 +0000 (20:45 +0900)]
Fixed klockwork memory leaks and modified the logs

[IoT 252] CAGenerateToken creates the same token if it
is called less than 500 milli seconds
Removed un-necessary files and added more test cases
Updated for compilation warning and klockwork fixes

Change-Id: I3710e92e9609441affcb40f10f92ef60f8d9f236
Signed-off-by: Ashok Channa <ashok.channa@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/151
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
9 years agoAdd spec file for Tizen build
Arron Wang [Wed, 24 Dec 2014 08:52:03 +0000 (16:52 +0800)]
Add spec file for Tizen build

Change-Id: I9d70f69b174c1fedad12116c2dba75f84773e50b
Signed-off-by: sudarshan prasad <sudarshan.prasad@intel.com>
(cherry picked from commit 1e7452670814663e4c74500956ce5661bbcedfa8)
Reviewed-on: https://gerrit.iotivity.org/gerrit/174
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
9 years agoFix android build compatibility problems
Caiwen Zhang [Thu, 25 Dec 2014 10:37:00 +0000 (18:37 +0800)]
Fix android build compatibility problems

1. Some C++11 features are used in IoTivity. Old Android NDK may doesn't
support a part of these features directly. Implement and include it if
it is required.

2. Fix libc function missing problem. Some functions, e.g. rand, srand.
strtof ... are static inline prior to android-L(it is defined and
implemented in the header file). So before android-L libc.so doesn't
include them. If build on android-L and run on an old platform(earlier
than android-L), there will be 'can't locate xxx' problem.

e.g.:
rand, it is defined in stdlib.h as "static __inline__ int rand() { ....} in
the ndk < 10. it's defined as 'extern int rand();' from ndk-10x. With old
ndk, if a file (x.c) used 'rand' function, when build x.c, 'rand' is compiled
into x.o. 'rand' won't exit in neither libc.so nor libc.a. If build an
application with ndk-10x and run it on emulator or device(developed with
NDK < 10), it requires implement 'rand' function by owerself or there
will be be 'can't locate rand' problem.

For convenience, add these functions in a file, if necessary, build it as
library and auto link into binary.

Change-Id: If47da94db7d06fde9887eba335bc0c67762514a9
Signed-off-by: Caiwen Zhang<caiwen.zhang@intel.com>
(cherry picked from commit f56a9ad5a7c86609cf8895e8a579fb192f0ebfdb)
Reviewed-on: https://gerrit.iotivity.org/gerrit/175
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
9 years agoAPI for DTLS registration and Scon script addition
Ashok Channa [Thu, 15 Jan 2015 08:05:08 +0000 (17:05 +0900)]
API for DTLS registration and Scon script addition

A new API is added for DTLS credential registration.
SCons scripts for connectivity abstraction with secured flag.
Different platforms with secured flag ==1 can be built with modifications.

Change-Id: I6a94ce27eb8c2cdd62899b7810ebbec35b3cf385
Signed-off-by: Ashok Channa <ashok.channa@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/145
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
9 years agoTizen, Android BT , BLE optimization - making similar to wifi, eth adapters
Ashok Channa [Thu, 15 Jan 2015 05:02:54 +0000 (14:02 +0900)]
Tizen, Android BT , BLE optimization - making similar to wifi, eth adapters

For adapting new platforms at adapter level , common logic is added for each adapter.
Platform related calls are divided into client, server and network monitor.

Change-Id: I0086619ae5207e79fee08a6776bbc1a033ac6f44
Signed-off-by: Ashok Channa <ashok.channa@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/143
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
9 years agoIoT-243 Connectivity Abstraction single-threaded module missing definition for CASend...
Ashok Channa [Thu, 15 Jan 2015 04:19:00 +0000 (13:19 +0900)]
IoT-243 Connectivity Abstraction single-threaded module missing definition for CASendRequestToAll().

IoT-161 PCF Command is not used in OIC_LOG() calls under the connectivity directory.

Updated documentation and few memory leaks .

Change-Id: I10db0f4e2c50cbe1ace726a0577905ea52afcf3f
Signed-off-by: Ashok Channa <ashok.channa@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/142
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
9 years agoAdded services programmer's guides without DRM for June Young
George Bowden [Fri, 26 Dec 2014 21:56:46 +0000 (13:56 -0800)]
Added services programmer's guides without DRM for June Young

Change-Id: Ifa7b359cabae84d3dcd1b48feac3fe7b4423af69
Signed-off-by: George Bowden <george.bowden@intel.com>
(cherry picked from commit 943e9632dbe422c43c707c3bb9adabc0c7fd4627)
Reviewed-on: https://gerrit.iotivity.org/gerrit/173
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
9 years agoUpdate scons build relative documents
Caiwen Zhang [Fri, 26 Dec 2014 03:21:16 +0000 (11:21 +0800)]
Update scons build relative documents

Change-Id: I5296365d941d876ec20252282f8bae1cb5d8b7ff
Signed-off-by: Caiwen Zhang<caiwen.zhang@intel.com>
(cherry picked from commit ad40c3bbcf0830033de0f312ebcf6ea2f61cd7ad)
Reviewed-on: https://gerrit.iotivity.org/gerrit/172
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
9 years agoRemove DRM doc
Uze Choi [Fri, 26 Dec 2014 06:22:20 +0000 (15:22 +0900)]
Remove DRM doc

Change-Id: Icc34f18a66d87ae74748e496c3f01ff94ae84aa9
Signed-Off-By:Sudarshan Prasad <sudarshan.prasad@intel.com>
(cherry picked from commit f408ac1506923ea6fcaaa3f61659b69374bc4675)
Reviewed-on: https://gerrit.iotivity.org/gerrit/170
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
9 years agoCA: Enable Building C++ Samples, remove hardcoded connectivity type
omkar [Fri, 16 Jan 2015 00:31:15 +0000 (16:31 -0800)]
CA: Enable Building C++ Samples, remove hardcoded connectivity type

Modifying the C++ examples SConscript to build samples.
Modifying C++ samples to remove hard coded Connectivity Type.
Instead, accepting it as command line argument from the user.
Remove hard coded Multicast URl. Instead, added URLs for CA
in ocstack.h .

Change-Id: If7c16ae75ec9aa492f4d523cf382eb0f9930c417
Signed-off-by: omkar <omkar.m.hegde@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/148
Reviewed-by: Sashi Penta <sashi.kumar.penta@intel.com>
Reviewed-by: Erich Keane <erich.keane@intel.com>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
9 years agoremove DRM doc
Uze Choi [Fri, 26 Dec 2014 05:31:20 +0000 (14:31 +0900)]
remove DRM doc

Change-Id: Idd96a81cd79d1b6c54776c6b39cb080743107f8f
Signed-Off-By:Sudarshan Prasad<sudarshan.prasad@intel.com>
(cherry picked from commit eac0042ba862d7f370d4e4bc03830acb5097ae30)
Reviewed-on: https://gerrit.iotivity.org/gerrit/169
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
9 years agoRemove the magic number
Sakthivel Samidurai [Tue, 20 Jan 2015 12:38:57 +0000 (09:38 -0300)]
Remove the magic number

Remove the magic number 4 in the CA branch code.

Change-Id: I6fdc81e5a06a2ebdca5245bbf056f5a3d6f36ed4
Signed-off-by: Sakthivel Samidurai <sakthivel.samidurai@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/162
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sashi Penta <sashi.kumar.penta@intel.com>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
9 years agoFix GroupAction API of Things Manager.
HyunJun Kim [Wed, 24 Dec 2014 04:43:38 +0000 (13:43 +0900)]
Fix GroupAction API of Things Manager.

Crash is occurred when some api of ThingsManager is called
with null ocresource or null actionset.
It will return OC_STACK_ERROR, if ocresource or actioset is null.

Fix [IOT-199], [IOT-200], [IOT-201], [IOT-202]

Change-Id: I1bf1070caaa4d06aad21aa26011474aae263a544
Signed-off-by: HyunJun Kim <hyunjun2.kim@samsung.com>
(cherry picked from commit d2a9360615f1e0818f9b386c6d5b8321bd04d5c4)
Reviewed-on: https://gerrit.iotivity.org/gerrit/166
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
9 years agoFix an exception handling issue in doBootStrap() function of
jihun.ha [Wed, 24 Dec 2014 04:46:37 +0000 (13:46 +0900)]
Fix an exception handling issue in doBootStrap() function of
ThingsConfiguration class.

In the case that a callback pointer of the function is NULL,
a return value for the function call will be OC_STACK_ERROR
rather than OC_STACK_OK.

Reference issue ID : [IOT-196]

Change-Id: Ieb280bc6e5317496b96342a0374129c1e692b415
Signed-off-by: jihun.ha <jihun.ha@samsung.com>
(cherry picked from commit f3344c1e09c42722c023a1ae3940496e2025a97d)
Reviewed-on: https://gerrit.iotivity.org/gerrit/165
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
9 years agoMerge "Fix build warnings" into connectivity-abstraction
Sudarshan Prasad [Tue, 20 Jan 2015 01:31:28 +0000 (01:31 +0000)]
Merge "Fix build warnings" into connectivity-abstraction

9 years agoFix build warnings
Sakthivel Samidurai [Mon, 19 Jan 2015 16:35:48 +0000 (13:35 -0300)]
Fix build warnings

Fix non-token build warnings in the stack.
The token related build warnings are fixed in a separate commit.

Change-Id: Ie43db965df3c434fc5a75b5949322505532bf796
Signed-off-by: Sakthivel Samidurai <sakthivel.samidurai@intel.com>
9 years agoFixed build issue in csdk samples
Yuliya Kamatkova [Mon, 19 Jan 2015 16:30:11 +0000 (11:30 -0500)]
Fixed build issue in csdk samples

Fixed build issue in csdk samples scons script

Change-Id: Ibdc7cba19f295f262c35d8778beabbfc72f446b1
Signed-off-by: Yuliya Kamatkova <yuliya.kamatkova@intel.com>
9 years agoMerge "C++ SDK Adding OCConnectivity Type" into connectivity-abstraction
Sudarshan Prasad [Mon, 19 Jan 2015 18:03:18 +0000 (18:03 +0000)]
Merge "C++ SDK Adding OCConnectivity Type" into connectivity-abstraction

9 years agoC++ SDK Adding OCConnectivity Type
omkar [Wed, 14 Jan 2015 02:11:27 +0000 (18:11 -0800)]
C++ SDK Adding OCConnectivity Type

Previously, we had connectivity type being passed as a
unsigned integer in the C++ SDK. Changing that to
OCConnectivity type.

Change-Id: I5f1690cc0295a2448515d7681a792eb6f6f5811c
Signed-off-by: omkar <omkar.m.hegde@intel.com>
9 years agoEnable building C Samples using scons
Sashi Penta [Fri, 16 Jan 2015 07:45:07 +0000 (23:45 -0800)]
Enable building C Samples using scons

Enable building C Samples using scons on CA Branch.
Added third party conditional check for glib-2.0.

Change-Id: Iecaf20645c9d7881021bacc54c756c9d5559f3b6
Signed-off-by: Sashi Penta <sashi.kumar.penta@intel.com>
Signed-off-by: Yamin Al-Mousa <yamin.s.al-mousa@intel.com>
9 years agoMerge "Map QoS to the right Connectivity Abstraction message type" into connectivity...
Sudarshan Prasad [Thu, 15 Jan 2015 19:38:46 +0000 (19:38 +0000)]
Merge "Map QoS to the right Connectivity Abstraction message type" into connectivity-abstraction

9 years agoMap QoS to the right Connectivity Abstraction message type
Sakthivel Samidurai [Tue, 13 Jan 2015 17:53:52 +0000 (14:53 -0300)]
Map QoS to the right Connectivity Abstraction message type

Implement qualityOfServiceToMessageType function to map  Qos to
Connectivity Abstraction message type.

Change-Id: I364746360f9cb6f1ae39b7ff37d8d9bcd125fa04
Signed-off-by: Sakthivel Samidurai <sakthivel.samidurai@intel.com>
9 years agoC Samples removing unsupported adapter types.
omkar [Wed, 14 Jan 2015 23:05:39 +0000 (15:05 -0800)]
C Samples removing unsupported adapter types.

Previously the logs in the sample apps
showed that the users could select adapters
such as LE or EDR which are not supported yet.

Change-Id: Id69d259037e7014be7eb4b956eb7a1c308a66510
Signed-off-by: omkar <omkar.m.hegde@intel.com>
9 years agoMerge "Updated Iotivity to compile DTLS modules using SCons" into connectivity-abstra...
Sudarshan Prasad [Wed, 14 Jan 2015 08:01:23 +0000 (08:01 +0000)]
Merge "Updated Iotivity to compile DTLS modules using SCons" into connectivity-abstraction

9 years agoUpdated Iotivity to compile DTLS modules using SCons
Sachin Agrawal [Wed, 14 Jan 2015 05:16:00 +0000 (21:16 -0800)]
Updated Iotivity to compile DTLS modules using SCons

Added Scons script for compiling security samples. Also, updated
CA Scons script to compile connectivity_abstraction.so with DTLS
when scons is invoked with WITH_DTLS=1. Also updated security samples
to use updated OCDoResource API with connectivity_type argument.

Change-Id: I1561266dda1c0ff88e1ad3684a1921b44f12839d
Signed-off-by: Sachin Agrawal <sachin.agrawal@intel.com>
9 years agoMerge "Changing Malloc call in CA OCDoResource." into connectivity-abstraction
Sudarshan Prasad [Wed, 14 Jan 2015 03:45:36 +0000 (03:45 +0000)]
Merge "Changing Malloc call in CA OCDoResource." into connectivity-abstraction

9 years agoMerge "Adding adapter type parameter to C Samples" into connectivity-abstraction
Sudarshan Prasad [Wed, 14 Jan 2015 00:50:10 +0000 (00:50 +0000)]
Merge "Adding adapter type parameter to C Samples" into connectivity-abstraction

9 years agoChanging Malloc call in CA OCDoResource.
omkar [Tue, 13 Jan 2015 23:57:12 +0000 (15:57 -0800)]
Changing Malloc call in CA OCDoResource.

Previously we were using OICMalloc() to allocate memory to copy the URI
when sending request over multiple interfaces.
During testing, I observed OICMalloc failed in some cases.
Changing the call to OCMalloc instead.

Change-Id: I88ab434d78b3525f6053363fdab7d1d59d8823ed
Signed-off-by: omkar <omkar.m.hegde@intel.com>
9 years agoAdding adapter type parameter to C Samples
omkar [Mon, 12 Jan 2015 23:20:00 +0000 (15:20 -0800)]
Adding adapter type parameter to C Samples

Previously we had hard coded WIFI to be the default interface.
Added code to allow users to pass adapter type as a command line argument.

Change-Id: Id9e0cadf10746bd665212b79d36f7557ed5993d2
Signed-off-by: omkar <omkar.m.hegde@intel.com>
9 years agoEnabling Requests on Multiple Interfaces CA
omkar [Thu, 8 Jan 2015 01:00:38 +0000 (17:00 -0800)]
Enabling Requests on Multiple Interfaces CA

Updated sample apps to send Discovery messages
over multiple interfaces.
Unicast Messages are sent over WIFI.
Added a new type "OC_ALL" for Multicast messages.
Resource Discovery is not done in case of multicast
device discovery.

Change-Id: Ifb3364b986e588bd95ae255acaf913ffc7f49fcc
Signed-off-by: omkar <omkar.m.hegde@intel.com>
9 years agoIntegrate OCStop API with CA
Sakthivel Samidurai [Mon, 12 Jan 2015 19:56:27 +0000 (16:56 -0300)]
Integrate OCStop API with CA

OCStop to call CATerminate for the CA intgeration

Change-Id: I2d408715256cce7fe6236348fd362a59dd5c60be
Signed-off-by: Sakthivel Samidurai <sakthivel.samidurai@intel.com>
9 years agoEnable Multicast Presence and Resource Type filtering on CA
Sashi Penta [Thu, 8 Jan 2015 23:04:53 +0000 (15:04 -0800)]
Enable Multicast Presence and Resource Type filtering on CA

Change-Id: Id76a0bb195af0271fcc7d0e76eee2cfc52822141
Signed-off-by: Sashi Penta <sashi.kumar.penta@intel.com>
9 years agoMerge "Fixed seg fault in Linux sample_main (Bug IOT-227)" into connectivity-abstraction
Sudarshan Prasad [Wed, 7 Jan 2015 18:44:34 +0000 (18:44 +0000)]
Merge "Fixed seg fault in Linux sample_main (Bug IOT-227)" into connectivity-abstraction

9 years agoFixed seg fault in Linux sample_main (Bug IOT-227)
Sachin Agrawal [Mon, 5 Jan 2015 18:35:00 +0000 (10:35 -0800)]
Fixed seg fault in Linux sample_main (Bug IOT-227)

In clearDtlsCredentialInfo, free needs to be invoked on the
'pskCredsBlob' variable. Also updated code to correctly set
blob version field.

Change-Id: Iecfc22b98a430dadd072fa0ea71ddc3eec1a84d8
Signed-off-by: Sachin Agrawal <sachin.agrawal@intel.com>
9 years agoFixed multiple declarations issue
Sudarshan Prasad [Tue, 30 Dec 2014 19:00:40 +0000 (11:00 -0800)]
Fixed multiple declarations issue

Thanks to Sam for finding the issue.

Change-Id: I357f83c043dc9aa5a7c0f8513eddf18514188269
Signed-Off-By: Sudarshan Prasad <sudarshan.prasad@intel.com>
9 years agoFixed build error when scons is used.
Sudarshan Prasad [Mon, 5 Jan 2015 21:28:59 +0000 (13:28 -0800)]
Fixed build error when scons is used.

Added required LIBS in the SConscript to get through the build errors.

Change-Id: Ida0a11fd83609ee0aa40db64ffa05efd437abd1d
Signed-Off-By:Sudarshan Prasad<sudarshan.prasad@intel.com>

9 years agoMerge "Soft Sensor Manager Build Error fix" into connectivity-abstraction
Uze Choi [Fri, 26 Dec 2014 05:10:32 +0000 (05:10 +0000)]
Merge "Soft Sensor Manager Build Error fix" into connectivity-abstraction

9 years agoSoft Sensor Manager Build Error fix
Uze Choi [Fri, 26 Dec 2014 02:25:57 +0000 (11:25 +0900)]
Soft Sensor Manager Build Error fix

Change-Id: Ib65f912526f3f33b764f691209b51e7b22181f44

9 years agoMerge "Merge from master to CA branch" into connectivity-abstraction
Sudarshan Prasad [Thu, 25 Dec 2014 11:03:15 +0000 (11:03 +0000)]
Merge "Merge from master to CA branch" into connectivity-abstraction

9 years agoFixing Token Length issue in HandleCARequests
omkar [Thu, 25 Dec 2014 10:49:53 +0000 (02:49 -0800)]
Fixing Token Length issue in HandleCARequests

This change also enable Device Discovery.

Signed-off-by: omkar <omkar.m.hegde@intel.com>
Change-Id: I0dfb51dcdba1dbf2dc8f70d71bbaefe79bac1a37

9 years agoMerge from master to CA branch
Sudarshan Prasad [Thu, 25 Dec 2014 10:31:14 +0000 (02:31 -0800)]
Merge from master to CA branch

Change-Id: If6c0c7db4d8212ce74e523ca03c0ebd7eca024d1
Signed-off-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
9 years agoFix to copy the header options from CA to Stack correctly.
Sashi Penta [Thu, 25 Dec 2014 08:55:43 +0000 (00:55 -0800)]
Fix to copy the header options from CA to Stack correctly.

Change-Id: I203333fc30eba89a8f56a7af1652cb96bd172c21
Signed-off-by: Sashi Penta <sashi.kumar.penta@intel.com>
9 years agoFixes to send the correct sender info when a presence notification is sent
Sashi Penta [Thu, 25 Dec 2014 08:05:48 +0000 (00:05 -0800)]
Fixes to send the correct sender info when a presence notification is sent

Change-Id: Id903483a5f329692fc57275076af2c36d0d1adf0
Signed-off-by: Sashi Penat <sashi.kumar.penta@intel.com>
9 years agoMerge "Enabling Multiple Interfaces in CStack." into connectivity-abstraction
Sudarshan Prasad [Thu, 25 Dec 2014 08:06:31 +0000 (08:06 +0000)]
Merge "Enabling Multiple Interfaces in CStack." into connectivity-abstraction

9 years agoMerge "[CA-Integration] Added code to get connectivity type from C to C++ layer"...
Sudarshan Prasad [Thu, 25 Dec 2014 07:57:53 +0000 (07:57 +0000)]
Merge "[CA-Integration] Added code to get connectivity type from C to C++ layer" into connectivity-abstraction

9 years agoMerge "enable C++ presence samples" into connectivity-abstraction
Sudarshan Prasad [Thu, 25 Dec 2014 07:53:34 +0000 (07:53 +0000)]
Merge "enable C++ presence samples" into connectivity-abstraction

9 years ago[CA-Integration] Added code to get connectivity type from C to C++ layer
Sudarshan Prasad [Thu, 25 Dec 2014 06:51:42 +0000 (22:51 -0800)]
[CA-Integration] Added code to get connectivity type from C to C++ layer

Change-Id: I5afd5269595c5d45b355e10e6c9400f66dc74ef9
Signed-off-by:Sudarshan Prasad<sudarshan.prasad@intel.com>

9 years agoEnabling Multiple Interfaces in CStack.
omkar [Thu, 25 Dec 2014 06:50:34 +0000 (22:50 -0800)]
Enabling Multiple Interfaces in CStack.

The stack is initialized with WIFI & ETHERNET
Discovery Messages are sent over WIFI and ETHERNET
CA_LE is not supported

Signed-off-by: omkar <omkar.m.hegde@intel.com>
Change-Id: Id7ec568f2d2effb45727c75958288de4690c9343

9 years agoenable C++ presence samples
Sashi Penta [Thu, 25 Dec 2014 07:36:02 +0000 (23:36 -0800)]
enable C++ presence samples

Change-Id: I51aadf193b504c3bc88e12544f19f63d636a136b
Signed-off-by: Sashi Penta <sashi.kumar.penta@intel.com>
9 years ago[CA Integration] Pass connectivity type on which response is received
Vijay [Thu, 25 Dec 2014 04:26:28 +0000 (20:26 -0800)]
[CA Integration] Pass connectivity type on which response is received

Change-Id: I2f8377ca88a79f9502465a40c5003505e5001ec6
Signed-off-by: Vijay <vijay.s.kesavan@intel.com>
9 years agoMerge "[CA-Integration] Initial changes to enable CPP stack." into connectivity-abstr...
Sudarshan Prasad [Thu, 25 Dec 2014 07:24:04 +0000 (07:24 +0000)]
Merge "[CA-Integration] Initial changes to enable CPP stack." into connectivity-abstraction

9 years ago[CA-Integration] Initial changes to enable CPP stack.
Sashi Penta [Thu, 25 Dec 2014 06:18:37 +0000 (22:18 -0800)]
[CA-Integration] Initial changes to enable CPP stack.

Change-Id: I10cb4cb26782008b30a69d4a5ab49ec6b7c74b5f
Signed-off-by: Sashi Penta <sashi.kumar.penta@intel.com>
9 years agoEnable log for csdk samples
Sashi Penta [Thu, 25 Dec 2014 05:46:54 +0000 (21:46 -0800)]
Enable log for csdk samples

Change-Id: I1344484e918ef3eb54a8a26d2ecc225a1172d4bc
Signed-off-by: Sashi Penta <sashi.kumar.penta@intel.com>
9 years agoInitial Push to Integrate Presence With CA branch.
omkar [Thu, 25 Dec 2014 01:22:32 +0000 (17:22 -0800)]
Initial Push to Integrate Presence With CA branch.

Filtering based on rt and TLL changes are needed

Signed-off-by: omkar <omkar.m.hegde@intel.com>
Change-Id: Ie7c02f7c96fa9feb3622dd969a121a46d06b0020

9 years agoImplement ServerID parsing and sample app
Sudarshan Prasad [Thu, 25 Dec 2014 03:44:03 +0000 (19:44 -0800)]
Implement ServerID parsing and sample app

This changeset will correctly parse the Connectivity abstraction
ServerID and provide it as a unique identifier to the client implementer.
This change also includes a sample app that shows off this functionality.

Note: this change was brought from https://oic-review.01.org/gerrit/#/c/624

Change-Id: I0151744d3481da806f5345c0798f7b951fb91394
Signed-off-by: Yuliya Kamatkova <yuliya.kamatkova@intel.com>
Signed-off-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
9 years agoFix build issue
Sashi Penta [Thu, 25 Dec 2014 02:12:41 +0000 (18:12 -0800)]
Fix build issue

Change-Id: Ie0d491d47417db82cf0ee2511e86efc6079c83be
Signed-off-by: Sashi Penta <sashi.kumar.penta@intel.com>
9 years agoMerge "[CA Integration] Updated C sample apps to accept connectivity type param"...
Sudarshan Prasad [Thu, 25 Dec 2014 01:20:14 +0000 (01:20 +0000)]
Merge "[CA Integration] Updated C sample apps to accept connectivity type param" into connectivity-abstraction

9 years ago[CA Integration] Updated C sample apps to accept connectivity type param
Vijay [Thu, 25 Dec 2014 00:36:06 +0000 (16:36 -0800)]
[CA Integration] Updated C sample apps to accept connectivity type param

Change-Id: Ibb6ed2142e9f26981538c386ff38eeeca91f4f8e
Signed-off-by: Vijay Kesavan <vijay.s.kesavan@intel.com>
9 years agoMerge "[CA-Integration] Added connectivity type param in APIs" into connectivity...
Sudarshan Prasad [Thu, 25 Dec 2014 00:15:29 +0000 (00:15 +0000)]
Merge "[CA-Integration] Added connectivity type param in APIs" into connectivity-abstraction

9 years agoMerge "scons changes for connectivity-abstraction branch" into connectivity-abstraction
Sudarshan Prasad [Thu, 25 Dec 2014 00:11:13 +0000 (00:11 +0000)]
Merge "scons changes for connectivity-abstraction branch" into connectivity-abstraction

9 years agoscons changes for connectivity-abstraction branch
Sashi Penta [Tue, 23 Dec 2014 23:41:18 +0000 (15:41 -0800)]
scons changes for connectivity-abstraction branch

Change-Id: Ib433a03454ac543cfcf189e596778414377ffe2a
Signed-off-by: Sashi Penta <sashi.kumar.penta@intel.com>
9 years ago[CA-Integration] Added connectivity type param in APIs
Sudarshan Prasad [Wed, 24 Dec 2014 01:51:05 +0000 (17:51 -0800)]
[CA-Integration] Added connectivity type param in APIs

Signed-off-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
Change-Id: I368885126b5db6182708627312776b9d6da1f7f6

9 years ago[CA-Integration] Support query parameters
Sudarshan Prasad [Tue, 23 Dec 2014 00:35:38 +0000 (16:35 -0800)]
[CA-Integration] Support query parameters

Change-Id: Idc539fdac6f0424c8c8e33defb99646fe355a879
Signed-off-by:Sudarshan Prasad <sudarshan.prasad@intel.com>

9 years ago[IOT-209][CA Block] CASendRequestToAll from client changes NON-CON messages as CON...
Abhishek Pandey [Wed, 24 Dec 2014 13:50:19 +0000 (19:20 +0530)]
[IOT-209][CA Block] CASendRequestToAll from client changes NON-CON messages as CON on server side - fixed

Signed-off-by: Abhishek Pandey <abhi.siso@samsung.com>
Change-Id: Ibbd93ffb758e512bb77181fba71d5d02c05de0d8

9 years agoMerge "Updates occlientbasicops to include (resource, SID) detection." into connectiv...
Sudarshan Prasad [Wed, 24 Dec 2014 01:38:17 +0000 (01:38 +0000)]
Merge "Updates occlientbasicops to include (resource, SID) detection." into connectivity-abstraction

9 years agoMerge "[CA-Integration] fix for presence." into connectivity-abstraction
Sudarshan Prasad [Wed, 24 Dec 2014 01:24:12 +0000 (01:24 +0000)]
Merge "[CA-Integration] fix for presence." into connectivity-abstraction

9 years agoUpdates occlientbasicops to include (resource, SID) detection.
Sudarshan Prasad [Wed, 24 Dec 2014 00:58:53 +0000 (16:58 -0800)]
Updates occlientbasicops to include (resource, SID) detection.

I've updated the occlientbasicops demo to show that
previously-observed resources can be detected using a
combintation of the resource and SID fields to demonstrate
that a client can see if a given (resource, SID) pair has
been encountered before.

Note: This change was moved from oic-review.01.org/gerrit/#/c/634

Change-Id: Ia2531f3c86773aeac177eb2b063777aa0365a2c4
Signed-off-by: Yuliya Kamatkova <yuliya.kamatkova@intel.com>
Signed-off-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
9 years agoMerge "Remove the dead code" into connectivity-abstraction
Sudarshan Prasad [Tue, 23 Dec 2014 23:50:01 +0000 (23:50 +0000)]
Merge "Remove the dead code" into connectivity-abstraction

9 years agoMerge from master to connectivity-abstraction branch
Sudarshan Prasad [Tue, 23 Dec 2014 22:49:30 +0000 (14:49 -0800)]
Merge from master to connectivity-abstraction branch

Change-Id: Ib27785b3f8681b37885a94e608650eed871f9051
Signed-off-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
9 years ago[CA-Integration] fix for presence.
Sashi Penta [Tue, 23 Dec 2014 19:05:57 +0000 (11:05 -0800)]
[CA-Integration] fix for presence.

One of the fix for presence.
Code to replace method type with REST_GET for REST_PRESENCE is moved up into common code.

Change-Id: Ib55d8536f41622649abd3c8d7df024590b6eb9c1
Signed-off-by: Sashi Penta <sashi.kumar.penta@intel.com>
9 years agoMerge "Fixed bug in array navigation in CA Adapter DTLS module" into connectivity...
Patrick Lankswert [Tue, 23 Dec 2014 15:46:26 +0000 (15:46 +0000)]
Merge "Fixed bug in array navigation in CA Adapter DTLS module" into connectivity-abstraction

9 years agoRemove the dead code
Sashi Penta [Tue, 23 Dec 2014 00:16:21 +0000 (16:16 -0800)]
Remove the dead code

Change-Id: I564a957a8daa1ce7df92c135f5f914b014103b81
Signed-off-by: Sashi Penta <sashi.kumar.penta@intel.com>
9 years agoFixes for scons builds
David Warburton [Mon, 22 Dec 2014 16:52:17 +0000 (11:52 -0500)]
Fixes for scons builds

1) Remove oic-utilities as a requirement

2) Fail the build if one step fails

Setting this option in the bash script will cause the
script to terminate if any of the commands returns a
with non-zero value.  This is necessary for the build
server to understand when a build is failed.  Without this
flag, the script will exit with the status of the last command,
which in this script is "echo" so it will be 0, regardless if
a scons build step failed.

Ideally we would try each step and then report the failures
at the end, set -e will do the job until that can be developed.

3) Conditionaly enable android build

4) Correct a build issue in occoap.c with typecasting

Change-Id: I2711db6ff0814cff64b170cba20455e8ef52f905
Signed-off-by: David Warburton <david.warburton@intel.com>
9 years agoUpdated security sample apps to add "/" in front of resource URI.
Sachin Agrawal [Sun, 21 Dec 2014 23:48:39 +0000 (15:48 -0800)]
Updated security sample apps to add "/" in front of resource URI.

Gerrit Review 712 in 01.org updated CA layer to mandate "/" in front
of resource URI's. Current change updates security sample apps
to co-exist with 712 change.

Change-Id: I133eeab9092aac9d74f536065f5e10e91f621a4e
Signed-off-by: Sachin Agrawal <sachin.agrawal@intel.com>
9 years agoFixed bug in array navigation in CA Adapter DTLS module
Sachin Agrawal [Sun, 21 Dec 2014 21:57:26 +0000 (13:57 -0800)]
Fixed bug in array navigation in CA Adapter DTLS module

If there are multiple packets in the cached array list, only first
packet is send. Updated code to continue sending other packets.

Change-Id: I124e6b9f9477e0cdf9047b410acc11181f1f811e
Signed-off-by: Sachin Agrawal <sachin.agrawal@intel.com>
9 years agoMerge "[CA-Integration] Use 5298 port for MC query since CA uses 5298 as MC port...
sudarshan prasad [Sat, 20 Dec 2014 10:57:45 +0000 (02:57 -0800)]
Merge "[CA-Integration] Use 5298 port for MC query since CA uses 5298 as MC port" into connectivity-abstraction

9 years agoCA Integration: Adding observe cancellation support
Vijay [Sat, 20 Dec 2014 10:11:43 +0000 (02:11 -0800)]
CA Integration: Adding observe cancellation support

Change-Id: Ib34b27fac26de63ccee75f03dc336f23ff3303a0
Signed-off-by: Vijay <vijay.s.kesavan@intel.com>
9 years ago[CA-Integration] Use 5298 port for MC query since CA uses 5298 as MC port
Sashi Penta [Sat, 20 Dec 2014 10:16:37 +0000 (02:16 -0800)]
[CA-Integration] Use 5298 port for MC query since CA uses 5298 as MC port

Change-Id: Id29c3c4fa52e3f1b4c49fb1652e16cc6485d951c
Signed-off-by: Sashi Penta <sashi.kumar.penta@intel.com>
9 years agoMerge "Removed a printf statement in ocstack.c" into connectivity-abstraction
sudarshan prasad [Sat, 20 Dec 2014 09:21:50 +0000 (01:21 -0800)]
Merge "Removed a printf statement in ocstack.c" into connectivity-abstraction

9 years agoIntegrated CA layer and RI layer for DTLS security
Sachin Agrawal [Sat, 20 Dec 2014 06:52:17 +0000 (22:52 -0800)]
Integrated CA layer and RI layer for DTLS security

Integrated OCSecurityConfig data structure with CA DTLS implementation.
Also updated RI layer to use security data structure variables from CA.

Change-Id: Ia708c8a61f3a8e56442c7acfa927cf2512024452
Signed-off-by: Sachin Agrawal <sachin.agrawal@intel.com>
9 years agoRemoved a printf statement in ocstack.c
Sashi Penta [Sat, 20 Dec 2014 09:01:55 +0000 (01:01 -0800)]
Removed a printf statement in ocstack.c

Change-Id: I564b52a57d0c676b1baaf3150df3d2594d5662f6
Signed-off-by: Sashi Penta <sashi.kumar.penta@intel.com>
9 years ago[CA-Integration] Fix Get working
Sashi Penta [Sat, 20 Dec 2014 08:51:27 +0000 (00:51 -0800)]
[CA-Integration] Fix Get working

We were not setting the numOPtions correctly for operations other than observe.

Change-Id: Iff3dd8e31d1278429ab1e42e97333eacd684190b
Signed-off-by: Sashi Penta <sashi.kumar.penta@intel.com>
9 years ago[CA-Integration]: Temporary fix for stack smashing and fix support for "/"
Sashi Penta [Sat, 20 Dec 2014 07:48:07 +0000 (23:48 -0800)]
[CA-Integration]: Temporary fix for stack smashing and fix support for "/"

Change-Id: I54b9e4f8b51981094c8d78145510d3e865413f58
Signed-off-by: Sashi Penta <sashi.kumar.penta@intel.com>
9 years agoMerge "[CA] [All] URI support , Optimization , License verification" into connectivit...
sudarshan prasad [Sat, 20 Dec 2014 07:35:47 +0000 (23:35 -0800)]
Merge "[CA] [All] URI support , Optimization , License verification" into connectivity-abstraction

9 years ago[CA-Integration] : Add support for sequence number for observe
Sashi Penta [Sat, 20 Dec 2014 05:59:10 +0000 (21:59 -0800)]
[CA-Integration] : Add support for sequence number for observe

Change-Id: I776308ad20911da52ca408c1cbca406bf9747353
Signed-off-by: Sashi Penta <sashi.kumar.penta@intel.com>
9 years agoMerge "Fixed return value bug in CAGetNetworkInformation API" into connectivity-abstr...
sudarshan prasad [Sat, 20 Dec 2014 02:06:05 +0000 (18:06 -0800)]
Merge "Fixed return value bug in CAGetNetworkInformation API" into connectivity-abstraction

9 years agoAdd support OCNotifyAllObservers and OCNotifyListOfObservers
Sashi Penta [Sat, 20 Dec 2014 00:54:11 +0000 (16:54 -0800)]
Add support OCNotifyAllObservers and OCNotifyListOfObservers

Change-Id: If878e1a2da88b364ecf9601d844d2caf3d5ce1ed
Signed-off-by: Sashi Penta <sashi.kumar.penta@intel.com>
9 years agoRegistering observers in the stack
Yamin Al-Mousa [Fri, 19 Dec 2014 23:32:15 +0000 (15:32 -0800)]
Registering observers in the stack

Changes made to store information regarding remote end points
for observers to send subsequent notifications.

Change-Id: I46c15b32919c1b1edd7297ace9676fdeab44808b
Signed-off-by: Yamin Al-Mousa <yamin.s.al-mousa@intel.com>
9 years agoCA Integration: Sending observe register/deregister request from client to server...
Vijay [Fri, 19 Dec 2014 18:43:18 +0000 (10:43 -0800)]
CA Integration: Sending observe register/deregister request from client to server using CA header options

Change-Id: I78ae3d916607ef994cb8d042611f7771b1ada501
Signed-off-by: Vijay <vijay.s.kesavan@intel.com>
9 years agoFixed return value bug in CAGetNetworkInformation API
Sachin Agrawal [Fri, 19 Dec 2014 23:33:47 +0000 (15:33 -0800)]
Fixed return value bug in CAGetNetworkInformation API

When some of the network interfaces are not UP/RUNNING, res is set to
an error value and this error value is returned from the API.

Also updated Linux sample application which was in-correctly allocating
memory to the buffer provided to CAGetNetworkInformation API.

Change-Id: I65bcbe9b91716309b8c152b50405fd71c56ba7b3
Signed-off-by: Sachin Agrawal <sachin.agrawal@intel.com>
9 years agoFixed bad memory allocation, which was causing corruption
Erich Keane [Thu, 18 Dec 2014 22:52:20 +0000 (14:52 -0800)]
Fixed bad memory allocation, which was causing corruption

Previously the stack was allocating based on a variable that was
never actually set, and despite that was likely allocating based on
the incorrect data.  This patch ensures that the allocation is
based on the actual size of the string.

Change-Id: Ie2feafe665b870919e17222dade5548794b6ce67
Signed-off-by: Erich Keane <erich.keane@intel.com>
9 years ago[CA] [All] URI support , Optimization , License verification
ashok.channa [Fri, 19 Dec 2014 10:23:21 +0000 (19:23 +0900)]
[CA] [All] URI support , Optimization , License verification

1) Updating the "/" support
      Now "/" is madatory to send the request
2) Removing glib header files and updated read me file to downloaded separately
3) Optimization of WiFI adapter in arduino platform

Signed-off-by: ashok.channa <ashok.channa@samsung.com>
Change-Id: Iabda06b0ac592b89adbc9870d8c78faccdfe3a12

9 years agoCA Integration: Use only non-confirmed messages for initial integration
Vijay [Fri, 19 Dec 2014 02:14:17 +0000 (18:14 -0800)]
CA Integration: Use only non-confirmed messages for initial integration

Change-Id: Ibe2d3e18b4dca1230a2be1df69398d3687b121a0
Signed-off-by: Vijay <vijay.s.kesavan@intel.com>
9 years agoCA Integration: Enabling PUT, POST, DELETE operations
Vijay [Fri, 19 Dec 2014 01:13:17 +0000 (17:13 -0800)]
CA Integration: Enabling PUT, POST, DELETE operations

Change-Id: Ifb32391c176bcc03f3c1372113f913bc5cc16bd4
Signed-off-by: Vijay <vijay.s.kesavan@intel.com>
9 years agoCA Integration: Invoking application CB when response is received.
Sashi Penta [Thu, 18 Dec 2014 20:31:50 +0000 (12:31 -0800)]
CA Integration: Invoking application CB when response is received.

Mods to support sending server responses with CASendResponse
Rebase

Change-Id: I4925abf92af0c1ffe286e03bf233a7b08f8d043a
Signed-off-by: Vijay <vijay.s.kesavan@intel.com>
Signed-off-by: Doug Hudson <douglas.hudson@intel.com>
Signed-off-by: Erich Keane <erich.keane@intel.com>
Signed-off-by: Sashi Penta <sashi.kumar.penta@intel.com>
9 years agoCA Integration: Enabling OCDoResource to send messages
Vijay [Sun, 14 Dec 2014 05:36:02 +0000 (21:36 -0800)]
CA Integration: Enabling OCDoResource to send messages

Change-Id: I289340c8dc05cebe4bc1dfc2e7acdf73decc536b
Signed-off-by: Vijay <vijay.s.kesavan@intel.com>