Change a maximum size of URI format property to 256 octets
authorJihun Ha <jihun.ha@samsung.com>
Thu, 23 Feb 2017 01:17:18 +0000 (10:17 +0900)
committerUze Choi <uzchoi@samsung.com>
Fri, 24 Feb 2017 04:54:00 +0000 (04:54 +0000)
commitbbf0726c800a7f2d3758cc68fff97054e6b3e692
tree84ea6caa791ac7c84e8afbad243d43f31d075620
parent33779087225ee7bbc3984ed43b1e2142173d76b2
Change a maximum size of URI format property to 256 octets

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/17457
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Heewon Park <h_w.park@samsung.com>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/easy-setup/enrollee/inc/ESEnrolleeCommon.h
service/easy-setup/enrollee/src/resourcehandler.c
service/easy-setup/enrollee/src/resourcehandler.h
service/easy-setup/inc/escommon.h