- 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 Nov, 2016 1 commit
-
-
Parkhi authored
Change-Id: I51225c3f814ed6a651a06082a2504fb65289c58a Signed-off-by:
Parkhi <h_w.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14401Tested-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>
-
- 06 Oct, 2016 1 commit
-
-
Jihun Ha authored
To describe more specific provisioning status and error in easy setup, some status and error codes are added. Change-Id: Ibd37d207b55d6d6274380d2fd9aff0771c7c9911 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/12641Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Heewon Park <h_w.park@samsung.com> Reviewed-by:
Madan Lanka <lanka.madan@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>
-
- 25 Aug, 2016 1 commit
-
-
Heewon Park authored
- using wrong TAG. Change-Id: If4e01e3e7d66116e69ffe7e76fb8a2d875de4eb9 Signed-off-by:
Heewon Park <h_w.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/10899Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
- 24 Aug, 2016 1 commit
-
-
Jihun Ha authored
Provisioning resource supports Baseline, link-list, batch interface and each interface expects a different payload format. This patch is to handle this. Change-Id: If6513b4442377a3493d80f68bc04050e58f889c7 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/10865Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org>
-
- 19 Aug, 2016 1 commit
-
-
sy01.youn authored
- Add unit test cases (1) Enrollee handles individual get request from client. (2) Enrollee handles put request from client. (3) ESSetCallbackForUserdata API unit test is added. - Remove GetTargetNetworkInfoFromProvResource API in resourcehandler. . This API is not need anymore. Change-Id: If634923b0daaf9760b78b3d7e853c823769db6ba Signed-off-by:
sy01.youn <sy01.youn@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/10603Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 17 Aug, 2016 2 commits
-
-
Jihun Ha authored
Even if request handling fails for some reasons, a response for the request should be sent back to Mediator. Change-Id: I70db07e9fb58f00613e7613de4d7ae06cc9b5bf9 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/10493Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Hemant Mahsky <h.mahsky@samsung.com> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
Jihun Ha authored
'Model number' property is set by Enrollee. Contrarily, 'Location' property is given by Mediator, which is GPS information in JSON format. Change-Id: I21d4d91705913702645cbadcd687d3b098b77e83 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/10483Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 10 Aug, 2016 1 commit
-
-
sy01.youn authored
. Unbind logic is added . Check whether handle is NULL or not Change-Id: I0b69d29735af06b75b4e775484cf835ca12007f0 Signed-off-by:
sy01.youn <sy01.youn@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/10207Reviewed-by:
Jihun Ha <jihun.ha@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 08 Aug, 2016 1 commit
-
-
Jihun Ha authored
If provisioning resource receives a GET request with BATCH interface and cloud resource is not created by user's decision, device configuration resource's representation will not delivered even if device configuration resource exists. This patch fixes this issue. Change-Id: I90a43e58cf12dab0732857418fae7f4a7ef9dc1a Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/10091Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 05 Aug, 2016 1 commit
-
-
Jihun Ha authored
SVACE which is one of static code analysis tools detects several defects in easy setup. This patch fixes them. Change-Id: Ie7e3eb692c58c586b6d0964cf6af24829c39eb11 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/10021Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 04 Aug, 2016 1 commit
-
-
Jihun Ha authored
userdata parameter should be passed as double pointer type variable in ESReadUserdataCb function so that user can assign a memory to the variable and copy an user data to it inside the function. Change-Id: Ic005d83c07256b83d8547069e908cbea11d54bec Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/9985Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 03 Aug, 2016 1 commit
-
-
Jihun Ha authored
Using Hippomock, unittest codes for enrollee have been implemented. Change-Id: I1c64a97aae20e0b27c605e7a78bd6a0ada14c6b9 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/9923Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 01 Aug, 2016 2 commits
-
-
Jihun Ha authored
Duplicated string definition and enum variable are merged into escommon.h. And Enrollee and Mediator has own common header file. Change-Id: I5d49d46e267e30260dc1de7520d034e586df705e Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/9891Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
Jihun Ha authored
User can register two function pointers to easy setup stack for handling user-specific properties for incomming and outgoing payload if needed. This API helps the easy setup code not changed even user wants to deliver more properties in addition to easy setup properties in OCF spec. Change-Id: I4e543d0abfbd6820db055d763421997cf39f5cab Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/9837Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 20 Jul, 2016 1 commit
-
-
Jihun Ha authored
Server ID property in cloud server resource is added. Change-Id: I830a39655e269aa157ca4d6c301d594c1ca13c63 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/9453Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 19 Jul, 2016 1 commit
-
-
Jihun Ha authored
Easy setup resources should use a "ocf.wk" surfix in their resource types. For example, ocf.wk.prov and ocf.wk.wifi are right. Additionally, a state of connecting to enroller is added as a provisioning state Change-Id: I6e92bf44c4239fb1e17e70d691360fa12734c05f Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/9389Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 14 Jul, 2016 1 commit
-
-
Jihun Ha authored
1. In resourcehandler, a logic of encoding array type's property is fixed. 2. Remove a useless logic to send a GET request before a POST request for update of WiFi and devConf properties in EnroleeResource 3. Change country property's key --> ctry 4. Clean up old structure and enum variable not used anymore. 5. Remove a csdk for mediator which is not used anymore Change-Id: I7502e6b33860db1bcc91a67829ac9411ff9cae6d Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/9241Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 06 Jul, 2016 1 commit
-
-
sy01.youn authored
1. ESSetState(), ESSetErrorCode() API is added in easysetup.c 2. ESTerminate() API logic is changed in resourcehandler.c 3. Variable name of ErrorCode is changed. (ESLastErrCode -> ESErrorCode) Change-Id: I3be46d75924bff137171b06f102ea74c3634beef Signed-off-by:
sy01.youn <sy01.youn@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/9143Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 30 Jun, 2016 1 commit
-
-
sy01.youn authored
1. Add new data structure & change the name and value of some variables . ESDefaultProperty Data Structure is added . ESEnrolleeState value is changed (as spec. specified) 2. ESSetDeviceProperty() API is added in easysetup.c 3. Enrollee Sample App. is changed . linux based enrollee sample app is changed : can test ESInitEnrollee() & ESSetDeviceProperty() API Change-Id: I57b65bae47fa8b34739e42f8265707b8980c4e31 Signed-off-by:
sy01.youn <sy01.youn@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/8961Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-