Changed CBOR array format
authorErich Keane <erich.keane@intel.com>
Mon, 14 Sep 2015 17:18:09 +0000 (10:18 -0700)
committerPatrick Lankswert <patrick.lankswert@intel.com>
Wed, 16 Sep 2015 19:31:26 +0000 (19:31 +0000)
commitf7c769813cc0596e1e7ee5cecccc6a0b000e1f35
tree3f629f77a19eb86c91b2f93b65a1da356fc1fa1a
parentfc997927aaad27e3576e8c7aa97884e9ee789838
Changed CBOR array format

Previously, a CBOR array was predicated by its type and dimensions.
In order to be closer to spec compliant, this fix removes these two, and
encodes by using recursive arrays.

Change-Id: Ib644d59c44e0897479ff1473f6b57eacfc9b4da3
Signed-off-by: Erich Keane <erich.keane@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2527
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Patrick Lankswert <patrick.lankswert@intel.com>
resource/csdk/stack/src/ocpayloadconvert.c
resource/csdk/stack/src/ocpayloadparse.c