Correct the ENUM value of OTM according to spec.
authorjs126.lee <js126.lee@samsung.com>
Mon, 5 Oct 2015 07:16:12 +0000 (16:16 +0900)
committerSachin Agrawal <sachin.agrawal@intel.com>
Tue, 6 Oct 2015 15:49:39 +0000 (15:49 +0000)
commita2525774553f290931b34b8cc6b3f0f5403b5a21
tree42f49a801ed2992ba84ff089fc47310fbe14e00c
parent4d63ada39a73e7aded9362e74ef5a8bcefd28f6f
Correct the ENUM value of OTM according to spec.

- Issue : Compliance issue on OTM type
- Solution : Samsung suggest to revive enum type of OTM, and make URN type to optional and ENUM type to mandatory/
            THis patch is for this solution.
     oic:justwork = 0, oic:randompin = 1, oic:mfgcert = 2

Note : Need to apply this patch, once ENUM type of OTM is revived on Spec.

Change-Id: Id0ae1fcf4175576ff2afd7fde7e473942c391f66
Signed-off-by: js126.lee <js126.lee@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3627
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sachin Agrawal <sachin.agrawal@intel.com>
android/android_api/base/src/main/java/org/iotivity/base/OxmType.java [changed mode: 0644->0755]
resource/csdk/security/include/internal/srmresourcestrings.h [changed mode: 0644->0755]
resource/csdk/security/include/securevirtualresourcetypes.h [changed mode: 0644->0755]
resource/csdk/security/provisioning/sample/oic_svr_db_server_randompin.json [changed mode: 0644->0755]
resource/csdk/security/provisioning/src/ownershiptransfermanager.c [changed mode: 0644->0755]
resource/csdk/security/src/srmresourcestrings.c [changed mode: 0644->0755]