- 20 Nov, 2017 1 commit
-
-
Senthil Kumar G S authored
When there is an update in the properties of child resources (WifiConf, CloudConf) of collection(EasySetup), a notification should be sent to EasySetup's observers. Change-Id: I9d4d4ab0b0f7e21995d29376819e014c90408d9c Signed-off-by:
Senthil Kumar G S <senthil.gs@samsung.com>
-
- 06 Nov, 2017 1 commit
-
-
Senthil Kumar G S authored
If a post request comes with read-only properties, OC_EH_BAD_REQUEST(400) will be sent. Change-Id: I26cd3f8f7c24f8d197a39ac96a27c80018d62f2a Signed-off-by:
Senthil Kumar G S <senthil.gs@samsung.com>
-
- 30 Oct, 2017 1 commit
-
-
Abhishek Pandey authored
JIRA IOT-2847: https://jira.iotivity.org/browse/IOT-2847 Updated updateEasySetupResource() to process "rep" property which is mandatory as per batch schema. Change-Id: I0371e68106728d375a390ac395c256ea5e2361c6 Signed-off-by:
Abhishek Pandey <abhi.siso@samsung.com>
-
- 19 Oct, 2017 1 commit
-
-
Harry authored
Changes are mostly related to indentation, catching exception by reference-to-const. Change-Id: I3aa27b58f507551ed2ed677c4b2c89b151b87bf3 Signed-off-by:
Harry <h.marappa@samsung.com>
-
- 18 Oct, 2017 2 commits
-
-
Abhishek Pandey authored
JIRA IOT-2742 https://jira.iotivity.org/browse/IOT-2742 - Enabled support for self link in collections. - API OCLinksPayloadArrayCreate() modified to allow self links. - New parameter (bool) in the API now allows to have a self link with "rel":["self", "item"], in links array as per OCF Core Spec. Change-Id: I1f2e02dd33c993dc4b28fbc447b8d286c1f7f804 Signed-off-by:
Abhishek Pandey <abhi.siso@samsung.com>
-
Ankur Bansal authored
Update oic.r.easysetup baseline and link list response to correctly fill links property. Use OCLinksPayloadArrayCreate API to create the links payload for batch & link list interface. OCLinksPayloadArrayCreate API internally takes care of creating the most part of payload based on the properties of the resource. This will replace the logic of creating each property of links payload for each of the easy setup resources from the code. In link list interface response, add handling for both OCF & OIC response (for backward compatibility). Bug:https://jira.iotivity.org/browse/IOT-2711 Change-Id: I46ca2e2d635cb78e8c7fc7c5ef95d9e16327abb9 Signed-off-by:
Ankur Bansal <ankur.b1@samsung.com> (cherry picked from commit 787a73bd)
-
- 17 Oct, 2017 1 commit
-
-
George Nash authored
This fixes moved the return value out of the if statment so the result of the operation will be returned even if ehRequest->query is null. Bug: https://jira.iotivity.org/browse/IOT-2539 Bug: https://jira.iotivity.org/browse/IOT-2714 Change-Id: I018776e8800aa51ed9a49a55554949fb869b9495 Signed-off-by:
George Nash <george.nash@intel.com>
-
- 13 Oct, 2017 2 commits
-
-
Senthil Kumar G S authored
i) Added error codes to represent invalid auth type and enc type. ii) Added logic to send OC_EH_BAD_REQUEST(400) without payload if POST request comes to "/WiFiConfResURI" or "/EasySetupResURI" with invalid auth type or enc type. Also updated the comments for existing error codes. Change-Id: I246af9a777f1aba1f18474ded74e38c4a5ed9b2c Signed-off-by:
Senthil Kumar G S <senthil.gs@samsung.com>
-
Abhishek Pandey authored
JIRA IOT-2797: https://jira.iotivity.org/browse/IOT-2797 Change-Id: I1e2a1b7d4edb4971be616a2563227e1bc55a80d9 Signed-off-by:
Abhishek Pandey <abhi.siso@samsung.com>
-
- 18 Sep, 2017 1 commit
-
-
Abhishek Pandey authored
JIRA IOT-2721: https://jira.iotivity.org/browse/IOT-2721 Change-Id: Ie9309fc6830b5473e8b7482b798d59bb2aed2e13 Signed-off-by:
Abhishek Pandey <abhi.siso@samsung.com>
-
- 15 Sep, 2017 1 commit
-
-
Abhishek Pandey authored
IOT-2713: https://jira.iotivity.org/browse/IOT-2713 - Applied "href" and "rep" to POST request using oic.if.b (batch interface). - Updated the handling for provision wifi & cloud properties - Verified Enrollee & Mediator on Linux with sample apps. - Linux Unit tests verified locally. - Also fixed on build warning in easysetup_x.c (sample app). Change-Id: I5e5d7c495d45dd8eb41ca5bcce2af8e18fd53c71 Signed-off-by:
Abhishek Pandey <abhi.siso@samsung.com>
-
- 13 Sep, 2017 2 commits
-
-
Ankur Bansal authored
Add new mandatory properties to oic.r.wificonf - swat: Enrollee's supported Wi-Fi Authentication Types - swet: Enrollee's supported Wi-Fi Encryption Types - Update Enrollee sample apps (Linux and Tizen). Note: This impacts Easy Setup Enrollee API "ESSetDeviceProperty". Change-Id: Ic765671dfbe3a4e1c8a857ef6ae1d3dcb9ba783e Signed-off-by:
Ankur Bansal <ankur.b1@samsung.com>
-
Ankur Bansal authored
- Change properties from integer to string enums: swmt, swf, wat, wet - Change supported frequencies from single value to array. - Create type converters for enum to string and string to enum. - Remove EOF marker in enum WIFI_MODE. - Update Enrollee sample apps (Linux and Tizen). - Cleanup some unused code in easysetup.c. - Fixed unit test cases for Enrollee and Mediator. Note: This impacts Easy Setup Enrollee API "ESSetDeviceProperty". Thanks-To: Abhishek Pandey <abhi.siso@samsung.com> Change-Id: Iea8191616cea89a0273e0f5486bd259735e914fa Signed-off-by:
Abhishek Pandey <abhi.siso@samsung.com> Signed-off-by:
Ankur Bansal <ankur.b1@samsung.com>
-
- 07 Sep, 2017 1 commit
-
-
Ankur Bansal authored
Add handling for "oic.if.rw" for wificonf, coapcloudconf. Add handling for "oic.if.r" for devconf. Slightly refactor ProcessGetRequest to move out common part. Update CheckEhRequestPayload to check for all supported interfaces in generic manner. Update "if" property of response of resources. (This is still work in progress for response of EasySetup Resource, will be updated in a separate commit). Change-Id: I501a6ba3aff8e84c253f962d383782b2c6f49206 Signed-off-by:
Ankur Bansal <ankur.b1@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/22265Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Abhishek Pandey <abhi.siso@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 31 Jul, 2017 1 commit
-
-
Abhishek Pandey authored
[IOT-2458] OCRepPayloadSetIntArray() did not allow empty array. Fixed by not returning false when dimTotal is 0 and instead letting the function to get executed when input array is NULL & dimTotal is 0. Also fixed the usage of API in easy setup enrollee code. Now using OCRepPayloadSetIntArrayAsOwner() instead of OCRepPayloadSetIntArray() as the later duplicates the memory which can be avoided "by giving payload ownership to stack". Added unit test in cbortests to test new API behavior. Change-Id: If5352b1faf5a9355dd0f8a22882a6af545df6d29 Signed-off-by:
Abhishek Pandey <abhi.siso@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21591Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Reviewed-by:
Todd Malsbary <todd.malsbary@intel.com> Reviewed-by:
Harish Marappa <h.marappa@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 06 Jun, 2017 1 commit
-
-
Philippe Coval authored
Change-Id: I82e895918b69dc3eddd35917349807a3be03c40e Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20365Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Mats Wichmann <mats@linux.com>
-
- 20 May, 2017 1 commit
-
-
Jihun Ha authored
- The 3rd parameter of OCRepPayloadSetStringArray is one in "const char **" type, not "char **" - Align types to unsigned int in comparison Change-Id: I391b29ac86f75928e4bea34077a38a2bea392b7e Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/19941Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 17 Apr, 2017 1 commit
-
-
Jihun Ha authored
Problem: Some of properties in oic.r.devconf resource has a duplicated meaning with other existing resource's one like oic.wk.con and oic.wk.p. For OCF spec, such a duplication should be avoided as possible. Way to resolve: All properties EXCEPT device name("dn") property are removed. Later, some properties can be defined in oic.r.devconf with spec update. Change-Id: I935b3d46773aa97a846335ad36f4f866269e05d0 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18793Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
- 31 Mar, 2017 1 commit
-
-
Parkhi authored
- Changed return value because function declared void returns a non-void value. Change-Id: I154e572292d95905ddd222b049cde7e870bd67f8 Signed-off-by:
Parkhi <h_w.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18305Reviewed-by:
Jihun Ha <jihun.ha@samsung.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
- 25 Mar, 2017 1 commit
-
-
Jihun Ha authored
Checking if a OICMalloc is failed is added. Calling OICFree to prevent a memory leak is added. Follow coding convention padding after condition "if (" Change-Id: Ifdd2ba5f747758bd0120ff396f7441b77a444b81 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17971Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 09 Mar, 2017 1 commit
-
-
Jihun Ha authored
A logic to check a failure of malloc is added. Change-Id: I1414673e0745fa11c4358e39ea6fedc9e26277ad Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17601Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 24 Feb, 2017 1 commit
-
-
Jihun Ha authored
As per OCF specification, a normal string-type property without any statement for maximum length can have a 64 octets size at maximum. However, for some cases, e.g. a string for URL, one can use longer string value with a explicit statement of length in its resource model. Fortunately, url format is already defined in OCF spec. as one of property type, which can have 256 octets at maximum. Change-Id: Ia8536ced5f4ab71ccdabd98e9936b00513efaa27 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17457Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Heewon Park <h_w.park@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 20 Feb, 2017 1 commit
-
-
Jihun Ha authored
A new property, "connect", is managed in EasySetup resource, which can handle POST operation. For that, an additional callback gets to be needed for EasySetup resource. Change-Id: I34d5ddeb7f9f1469b992099e75bed78ee3450bab Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17067Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
- 16 Feb, 2017 2 commits
-
-
Parkhi authored
- Public API's log level is changed "INFO" - Internal API's log level is changed "DEBUG" - All of infomation which is Easysetup data is changed "INFO_PRIVATE" log level Change-Id: I0eb97517be4da52fb0b202eb7c6379e85045a77d Signed-off-by:
Parkhi <h_w.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17291Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
Parkhi authored
- mediator/submediator sample app. - enrolleeSecurity class memory issue. Change-Id: I74652088e48008458f6b76b119cc068895d640b4 Signed-off-by:
Parkhi <h_w.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17255Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 23 Jan, 2017 1 commit
-
-
Jihun Ha authored
On decision of OCF meeting, resource types and URIs of easy setup resources are decided to be changed: * Resource type oic.wk.prov -> oic.r.easysetup oic.wk.wifi -> oic.r.wificonf oic.wk.cloudserver -> oic.r.coapcloudconf oic.wk.devconf -> oic.r.devconf * URI /ProvisioningResURI -> /EasySetupResURI /WiFiProvisioningResURI -> /WiFiConfResURI /CloudServerProvisioningResURI -> /CoapCloudConfResURI /DevConfProvisioningResURI -> /DevConfResURI Along with those changes, all classes, functions, structures' names are changed, respectively. Change-Id: I45a34e69be3348dd5adb9f7478995bee53be80e5 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16581Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 09 Jan, 2017 1 commit
-
-
Jihun Ha authored
vendor-specific properties in easy setup. For vendor-specific properties in provisioning resource, they should be included in 'rep' property. Change-Id: I6644cab3aab43b29ebf5ce48d639a4a8ca9b8016 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16245Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 30 Dec, 2016 1 commit
-
-
Parkhi authored
Change-Id: I9c620f9be0220c235dcce4bba1b52aa0a2a1fc51 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Signed-off-by:
Parkhi <h_w.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15999Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 15 Dec, 2016 1 commit
-
-
Jihun Ha authored
Rather than authCode, some of IoT Cloud servers may use an access token for enrollee to do sign-up. For example, after a mediator got issued an auth code from account server, it can send a request to change it to its corresponding access token which is going to deliver to Enrollee. Additionally, AccessTokenType property is added, which indicates ,for example, an given access token is "bearer" type token. Change-Id: I6feb2b4f1582b5c9ee9b104b3592267247f97f99 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15657Reviewed-by:
Heewon Park <h_w.park@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
- 07 Dec, 2016 1 commit
-
-
Parkhi authored
Change-Id: I9f2fd3a24df5f1394174e71ee561ed02ac8d0769 Signed-off-by:
Parkhi <h_w.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15133Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jihun Ha <jihun.ha@samsung.com> (cherry picked from commit 94ad6508) Reviewed-on: https://gerrit.iotivity.org/gerrit/15135Reviewed-by:
Hemant Mahsky <h.mahsky@samsung.com>
-
- 06 Dec, 2016 1 commit
-
-
Parkhi authored
1. In a response for get/post request with batch interface, "rep" keyword should be included for containing child resource's properties for each child resource. 2. Provisioning resource is a collection resource so it should have a "oic.wk.col" resource type. 3. "links" property for baseline and linklist interfaces should include a "p"(i.e. policy) property. e.g. response for baseline: { "rt":[ "oic.wk.prov", "oic.wk.col" ], "if":[ "oic.if.baseline", "oic.if.ll", "oic.if.b" ], "ps":0, "lec":0, "links":[ { "href":"/WiFiProvisioningResURI", "rt":[ "oic.wk.wifi" ], "if":[ "oic.if.baseline" ], "p":{ "bm":3 } }, { "href":"/DevConfProvisioningResURI", "rt":[ "oic.wk.devconf" ], "if":[ "oic.if.baseline" ], "p":{ "bm":3 } }, { "href":"/CloudServerProvisioningResURI", "rt":[ "oic.wk.cloudserver" ], "if":[ "oic.if.baseline" ], "p":{ "bm":3 } } ] } e.g. response for linklist: { "links":[ { "href":"/WiFiProvisioningResURI", "rt":[ "oic.wk.wifi" ], "if":[ "oic.if.baseline" ], "p":{ "bm":3 } }, { "href":"/DevConfProvisioningResURI", "rt":[ "oic.wk.devconf" ], "if":[ "oic.if.baseline" ], "p":{ "bm":3 } }, { "href":"/CloudServerProvisioningResURI", "rt":[ "oic.wk.cloudserver" ], "if":[ "oic.if.baseline" ], "p":{ "bm":3 } } ] } e.g. response for batch: [ { "href":"/ProvisioningResURI", "rep":{ "if":[ "oic.if.baseline", "oic.if.ll", "oic.if.b" ], "rt":[ "oic.wk.prov", "oic.wk.col" ], "ps":0, "lec":0 } }, { "href":"/WiFiProvisioningResURI", "rep":{ "if":[ "oic.if.baseline" ], "rt":[ "oic.wk.wifi" ], "swmt":[ 2, 3, 4 ], "swf":1, "tnn":"", "cd":"", "wat":0, "wet":0 } }, { "href":"/CloudServerProvisioningResURI", "rep":{ "if":[ "oic.if.baseline" ], "rt":[ "oic.wk.cloudserver" ], "ac":"", "apn":"", "cis":"" } }, { "href":"/DevConfProvisioningResURI", "rep":{ "if":[ "oic.if.baseline" ], "rt":[ "oic.wk.devconf" ], "dn":"Test Device", "mnmo":"Test Model Number", "loc":"", "lang":"", "ctry":"" } } ] Change-Id: I13ccda6fedb7c628dc77cc13e84c1c10c0e1b487 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Signed-off-by:
Parkhi <h_w.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14855Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> (cherry picked from commit e1409c4b) Reviewed-on: https://gerrit.iotivity.org/gerrit/15139
-
- 05 Dec, 2016 1 commit
-
-
Parkhi authored
Change-Id: I9eba31f8f716f8d3b5b04b803bc4c9ecdf035e10 Signed-off-by:
Parkhi <h_w.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15007Reviewed-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 17 Oct, 2016 2 commits
-
-
Jihun Ha authored
Rather than URI, resource type of the cloud server resource is more confirmable to check the availability. Change-Id: I61f3b63412b39fc56e993a3041ac007d0886368b Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/13331Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Heewon Park <h_w.park@samsung.com> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
Jihun Ha authored
Checking if entityHandlerRequest is NULL is added. Change-Id: I79bf75c9f53f28b9c0c679a5dd7371552764b5cd Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/13323Reviewed-by:
Heewon Park <h_w.park@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 14 Oct, 2016 1 commit
-
-
Parkhi authored
Change-Id: Icb5ae1a3f8c8e985570b30b0420cc6e7fe98ffdc Signed-off-by:
Parkhi <h_w.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/13235Reviewed-by:
Jihun Ha <jihun.ha@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 13 Oct, 2016 1 commit
-
-
Jihun Ha authored
Change-Id: I6301a61d0e8fd8bfd21585a59455da50b2aabd14 Signed-off-by:
Parkhi <h_w.park@samsung.com> Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/13141Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 11 Oct, 2016 1 commit
-
-
Jihun Ha authored
Referred jira ticket: [IOT-1408] - [ES] Common properties are not exist [IOT-1410] - [ES] /ProvisioningResURI does not support properly for Retrieve with interface query Change-Id: Icb2c8bb5e3c9d796e7f09a7bdd23e895c1f2352d Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/12987Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Heewon Park <h_w.park@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 28 Sep, 2016 1 commit
-
-
Parkhi authored
Change-Id: I98657cf28e67db3956540a7a27eb4a7fc28d79ac Signed-off-by:
Parkhi <h_w.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/12309Reviewed-by:
Jihun Ha <jihun.ha@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 01 Sep, 2016 1 commit
-
-
Heewon Park authored
Change-Id: I8f69f7d083bd5b7a77c146e67b471614a911b7a3 Signed-off-by:
Heewon Park <h_w.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/11191Reviewed-by:
Hemant Mahsky <h.mahsky@samsung.com> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 31 Aug, 2016 1 commit
-
-
sy01.youn authored
When the request is sent with an empty query string, ehRequest->query is empty string, which is interpreted as a default interface. This patch adds a conditional statement to handle this case. Additionally, due to https://gerrit.iotivity.org/gerrit/#/c/9111/ patch, OCRepPayloadSetUri API is going not to be used in a simple resource like wifi, cloudserver, and devConf resource. So, OCRepPayloadSetPropString is used to write an URI of the resource. Change-Id: Ie815e752007767881cef51018453e52c1a0e5863 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Signed-off-by:
sy01.youn <sy01.youn@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/11045Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org>
-