- 15 Jun, 2018 2 commits
-
-
Jaehyun Cho authored
To st_things modules use commonly, it need to make that library. Make st_framework module in service layer, and move st_app modules to there. To make prebuilt library for st-app-fw, use make_prebuilt.py script in tools folder. thil will copy dependency header in prebuilt folder and copy library about st-app-fw(libst-app-framwork.a) Detailed usage can check in make_prebuilt.py script file. Please Add build option ST_APP_FW to build st-app-fw library. ------------------------------- Test Case st_app (out of box) Create Soft-AP : OK Provisioning : OK Controlled by ST android app :OK st_app (setup is done) - OK st_app (with reset) - OK Change-Id: Ie44b7053a69afe9ad230ecde1655f252bdd45ae7 Signed-off-by:
Jaehyun Cho <jaehyun3.cho@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25629Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehong Jo authored
Below case did not occur in our API CI_TOKEN_VALIDATION_FAILED = 4000002, CI_SAMSUNG_ACCOUNT_AUTHORIZATION_FAILED = 4010001, CI_SAMSUNG_ACCOUNT_UNAUTHORIZED_TOKEN = 4010201, CI_USER_NOT_FOUND = 4040100, Change-Id: I7510b78ed1c4720e06131395482ac39f5ecec1a2 Signed-off-by:
Jaehong <jaehong.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25823Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 14 Jun, 2018 8 commits
-
-
Jaehong Jo authored
About oc_send_ping_request and oc_send_ping_update Change-Id: I7fa521e8378eb1b651f54b5acf835eacd4f0816c Signed-off-by:
Jaehong <jaehong.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25825Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehyun Cho authored
RTOS usaully handler their thread stack size fit on thread usage. So st_thread_create stack size parameter is added to set own stack size related threads. Caution. this commit will cause st_thread api logic change. please change api usage after merge this commit. Change-Id: I056cf1036c721c2a5a129323cda67128e05afa41 Signed-off-by:
Jaehyun Cho <jaehyun3.cho@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25821Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehyun Cho authored
when oc_sec_reset function called, pstat resource also need to dump to reset previous dumped status. Change-Id: I8e293bdd190fd22788562046330a70653fb4f386 Signed-off-by:
Jaehyun Cho <jaehyun3.cho@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25813Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehyun Cho authored
From now on, uri_query pointer in oc_ri_invoke_coap_entity_handler refer to request_state member variable. But request_state is freed before response buffer allocation. It casue abnormal copy of uri query value, and block2 transmission error occurs. So I changed uri_query reference value to coap packet uri_query whether build option is OC_BLOCKWIZE or not. Change-Id: I944e96478eaa1da9fb265f55654c8df9dbba8c6d Signed-off-by:
Jaehyun Cho <jaehyun3.cho@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25815Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehong Jo authored
Because cloud information already saved in st_store, cloud context can not need to save them. oc_string_t ci_server; oc_string_t auth_provider; oc_string_t uid; oc_string_t access_token; oc_string_t refresh_token; Change-Id: I4a936549a33fb2c7f20f0b58b866ec8cf23b8225 Signed-off-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25811Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
Kush authored
To decrease binary size , removed dead code which is not used in case of st_things. Added different flags for disabling different features: 1. ST_MBEDTLS_OPT - For disabling mbedtls library code. 2. ST_OC_CLIENT_OPT - Disable client code not required. 3. ST_OC_INTROSPECTION_OPT - Disable introspection resource. 4. ST_OC_PERIODIC_OPT - Disable perodic property. 5. ST_OC_CON_RES_OPT - Disable connection resource ------------------------------- Test Case st_app (out of box) Create Soft-AP : OK Provisioning : OK Controlled by ST android app :OK st_app (setup is done) - OK st_app (with reset) - Not Working Change-Id: I09f99ee5545067c32a8d128a0660ac501a4feda7 Signed-off-by:
agrkush <kush.agrawal@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25639Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehong Jo authored
st_cloud_access name is changed to st_cloud_manager Change-Id: If0f3e2c15b03bdc0e314f48389441913685c555f Signed-off-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25799Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehong Jo authored
true if success else false Change-Id: I269f8710128552d680f442991cf2f4b57b727f6a Signed-off-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25797Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
jaehyun Cho <jaehyun3.cho@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 11 Jun, 2018 7 commits
-
-
Oleksandr Dmytrenko authored
removed unused build keys, added before Change-Id: Id5feacafffe5cd3fdaf86a0206ebb44ad5e7eeff Signed-off-by:
Oleksandr Dmytrenko <o.dmytrenko@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25757Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Aleksey Volkov <a.volkov@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehong authored
If an application using root map encoder address, CborEncoder not required in init platform callback. Before typedef void (*oc_init_platform_cb_t)(CborEncoder *object, void *data); After typedef void (*oc_init_platform_cb_t)(void *data); Change-Id: Ie0e347579549d7d085e15e4a287a29febefdfc30 Signed-off-by:
Jaehong <jaehong.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25761Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehong authored
As Is: It does sign UP process again even though it is just disconnected for a while ( CLOUD_ACCESS_RE_CONNECTING ). In this case, it doesn't have to do. to Be: Under CLOUD_ACCESS_RE_CONNECTIN, it avoids unnecessary sign up from the start by comparing endpoints. ( one is current used one , the other is requested one ) if it is matched. it doesn't need to start whole sign up process again. Change-Id: I6e8fc9f9f4699e9ecb50599d9ce506d1160c3f89 Signed-off-by:
Jaehong <jaehong.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25755Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehong authored
If an application want to know manager status, should register handler. Furthermore an application should know about st_status_t type. If an app hold the process in callback, the stack can occur lock. And anymore not use it, call the st_unregister_status_handler. Change-Id: Id3fd0eda8335fe039ff5e5483ede1ae2f6c35c3c Signed-off-by:
Jaehong <jaehong.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25759Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehyun Cho authored
If OTM fail, easy setup need to be reset. And also, if OTM is not finished after limit time wait, then easy setup need to be reset. ------------------------------------- st_app (out of box) Create Soft-AP : OK Provisioning : OK Controlled by ST android app :OK OTM handler call : OK Change-Id: Ia2e4d663b0c4781491ae90291ac1c3643482bce4 Signed-off-by:
Jaehyun Cho <jaehyun3.cho@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25715Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehong authored
Change-Id: I5c57d0cd66d0fd744f24f658b7473d27127f7b56 Signed-off-by:
Jaehong <jaehong.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25763Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehyun Cho authored
When we finish easy-setup, we deinit /sec/provisioninginfo resource. That will cause abnormal reset flow because it will dump to default acl value but we already deinit that resource. So it will not contain in default acl list. So I move deinit logic into st_manager_stop before main shotdown. Also currently after press button for reset in linux app, it will be finished user input thread. But after reset, we need to use user input until application is finished. So after reset it will just wait another user input now. Change-Id: Ie59672677dbf91a926844ed920aeb4715b65453d Signed-off-by:
Jaehyun Cho <jaehyun3.cho@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25751Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 09 Jun, 2018 3 commits
-
-
Oleksandr Dmytrenko authored
Save acl internal stuct accoring to OIC 1.1 ACL cbor format. This patch will fix load acl after server restart. Change-Id: I843be487b09ea5c436dd9cac25110330a7249555 Signed-off-by:
Oleksandr Dmytrenko <o.dmytrenko@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25701Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
jaehyun Cho <jaehyun3.cho@samsung.com> Reviewed-by:
Aleksey Volkov <a.volkov@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehong authored
Get status code is not use anymore Change-Id: Ie110f5f222d6030bc7b5aec3d77aba6e826ce67a Signed-off-by:
Jaehong <jaehong.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25753Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
jaehyun Cho <jaehyun3.cho@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
iot authored
Add checking code when it does add pace https://jira.iotivity.org/browse/LITE-16 ------------------------------------- st_app (out of box) Create Soft-AP : OK Provisioning : OK Controlled by ST android app :OK Change-Id: Ic3441331093eacc890409b4ddc2d6fcf02652f90 Signed-off-by:
iot <rami.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25679Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 08 Jun, 2018 6 commits
-
-
Aleksey authored
Root ca certificate will loaded at init time from defined buffer Cred file with root ca removed. Change-Id: I364b4ab20f5327db81e297656d21225125e6e975 Signed-off-by:
Aleksey Volkov <a.volkov@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25719Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Harish Kumara M authored
Device provide it's WiFi scan list to ST ios application through /sec/accesspointlist resource. This resource will be used only by ST ios application because of some technical restriction to get WiFi scan list from ios platform itself. Change-Id: I97362930ba292a6a011d14d016ad316e0de6765e Signed-off-by:
Harish Kumara M <h.marappa@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25693Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehong authored
TOKEN_EXPIRED : refresh_token USER_NOT_FOUND : sign_in DEVICE_NOT_FOUND : reset INTERNAL_SERVER_ERROR : fail ------------------------------------- st_app (out of box) Create Soft-AP : OK Provisioning : OK Controlled by ST android app :OK Change-Id: I471badc4a38a4b77b9f303ef2051816f06d733bf Signed-off-by:
Jaehong <jaehong.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25731Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
pooja authored
Change-Id: I20f430bb8a54a4069e89056c04daea70ef450f5c Signed-off-by:
pooja <pooja.k@partner.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25683Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Phil Coval <p.coval@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehyun Cho authored
currently reset function only change manager's status and after st_manager execute working job, then it will reset in the st_manager loop. But this is not fit on real RTOS target usecase. Because rtos usally execute reset with reboot their device. So I changed reset function logic call real reset logic with syncronization. & Additionally, fix reset flow to dump proper reset value. ------------------------------------- st_app (out of box) Create Soft-AP : OK Provisioning : OK Controlled by ST android app :OK Change-Id: I23ab990830c9114bcffa5da5b9f4582ddc3608d3 Signed-off-by:
Jaehyun Cho <jaehyun3.cho@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25713Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehyun Cho authored
In oc_ri.h don't need oc_connectivity header file. this header only need oc_endpoint.h to use oc_endpoint_t Also oc_version_t is better to place in oc_endpoint.h To use oc_version_t, including coap constant header is weird. So I moved oc_version_t enum to oc_endpoint.h Change-Id: Ib39f85a137360f7cbb06d1953fc110f1ecb32b26 Signed-off-by:
Jaehyun Cho <jaehyun3.cho@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25723Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 07 Jun, 2018 6 commits
-
-
Jaehyun Cho authored
Sometimes AP connection is not succeed because of AP status. So we try to check AP connection status for limit times, and after limit times it will reset. ------------------------------------- st_app (out of box) Create Soft-AP : OK Provisioning : OK Controlled by ST android app :OK Change-Id: I557d8ea3e5a423b8e09fa18243c69a47c0be3849 Signed-off-by:
Jaehyun Cho <jaehyun3.cho@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25697Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehyun Cho authored
When doxm change owner callback called when post devowneruuid, it will call more than once.(even storage load will call this callback) So I changed this to reduce from storage load and actual devowner is changed with before. Change-Id: I76185619fca8fadfe1bb3ab3250076c4b9bd5b49 Signed-off-by:
Jaehyun Cho <jaehyun3.cho@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25689Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Aleksey Volkov <a.volkov@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehyun Cho authored
When OTM is occuring and devowner is changed, otm confirm callback will call and user should confirm this OTM is valid or not. Change-Id: I3f8ca9bc7ce0057325254f59ab2c67efc5996190 Signed-off-by:
Jaehyun Cho <jaehyun3.cho@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25691Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehong authored
Address is can change so we have to dns lookup before make session. Change-Id: Ic594a2f20923dc1c3b1fc2b066029c760611288f Signed-off-by:
Jaehong <jaehong.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25699Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Oleksandr Dmytrenko authored
In case change the device state change via pstat, calls callback Change-Id: I4adeb5ee3b9f0c99b0826a95b5f57fe8dd4e0747 Signed-off-by:
Oleksandr Dmytrenko <o.dmytrenko@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25671Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
jaehyun Cho <jaehyun3.cho@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Harish Kumara M authored
This reverts commit a78defb2. Change-Id: Ib15fe02f8ae0ca969647d3acb63cd62bb33518bd Signed-off-by:
Harish Kumara M <h.marappa@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25695Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 06 Jun, 2018 5 commits
-
-
Philippe Coval authored
This patch is only for ARTIK53 related files, ARTIK055s files will goes next to it. More relocation to come once merged, It would be good to keep iotivity-constrained/port/tizenrt minimal, and all Tizen:RT hack files can be added in iotivity-constrained/test or apps And eventually iotlite apps can be then moved to TizenRT if iotivity-contrained is merged in TizenRT. Bug: https://jira.iotivity.org/browse/LITE-4 Origin: https://gerrit.iotivity.org/gerrit/#/c/25267/ Change-Id: I857c656bcc0182a45e3f19e63fcfd204ab8175de Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25267Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Abhishek Pandey <abhi.siso@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
towhid authored
added easy setup ITC for API: es_init_enrollee,es_set_callback_for_userdata, es_set_device_property,es_terminate_enrollee Change-Id: Ic0f3409beefaa0b080ce383436f1cd271b55fda2 Signed-off-by:
towhid <t.islam@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25657Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Gerrit Code Review authored
-
Oleksandr Dmytrenko authored
Callback for ask user confirm to change owner. oc_sec_change_owner_cb must return bool: true - for allow set owner or false - otherwise Change-Id: I646ea6085edd0253fa04bd589b23796a34f64a88 Signed-off-by:
Oleksandr Dmytrenko <o.dmytrenko@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25655Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
jaehyun Cho <jaehyun3.cho@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaehyun Cho authored
* master: Move buffer log location. Add tcp connect retry logic. Fix invalid use of scanf Modify oc_store to read SVRs irrespective of dos Adding OC_LOGbytes for debug Modify oc_send_buffer return value(void to int) Add dump logic for security reset status. added coverage report script freertos: Port with stubbed noop functions build: Add linux_unsecured Adding itc for ri layer Adding Get API in representation Keep two pools of messages in oc_buffer Add new capabilities to oc_memb oc_blockwise: more cleanup and error handling Reduce memory usage in blockwise Change-Id: I627cb6173ae2fa902ae6c13bb3d5051166654238 Signed-off-by:
Jaehyun Cho <jaehyun3.cho@samsung.com>
-
- 04 Jun, 2018 3 commits
-
-
iot authored
alloc and free are used Since oc_mem_realloc needs more memory. void oc_resize_message(oc_message_t *message, float ratio) If a transaction's data size is less than OC_PDU_SIZE * ratio, resize the buffer as the real data size. 'ratio' helps to avoid resize all buffers becuase resizing itself needs extra memory allocation. for example, OC_PDU_SIZE is 3072 bytes and real buf size 3000 bytes reallocation would be waste of memory, on the other hands, real buf size is 10bytes Change-Id: Ie32b4a4b1d59eb12824fa0acc1ec30cec177bea1 Signed-off-by:
iot <rami.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25637Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Oleksii Beketov authored
RSA optional support: disable RSA with OPTIMIZE=1 build flag Change-Id: I762fff9633e913366c63ef66decd1e644fee0fc9 Signed-off-by:
Oleksii Beketov <ol.beketov@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25661Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Oleksandr Dmitrenko authored
This is a API that allows to register user callback function, which calls in OTM failure cases. Any error by accessing to the all secure resurces will call user callback in RF_OTM device state. Change-Id: I63760869170e6c383d5d61cefaa2e40e08313a48 Signed-off-by:
Oleksandr Dmytrenko <o.dmytrenko@samsung.com> Signed-off-by:
Aleksey Volkov <a.volkov@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25627Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-