bettybop68 / android-rcs-ims-stack

Automatically exported from code.google.com/p/android-rcs-ims-stack
0 stars 1 forks source link

Cannot set label to geoloc #192

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Cannot set label to geoloc push

Original issue reported on code.google.com by rcs.capg...@gmail.com on 20 Dec 2013 at 4:05

GoogleCodeExporter commented 8 years ago
Tested against CORE+RI release 2.5.14 (13/12/2013) with various devices.
Bug cannot be reproduced.
The geolocation label can be set manually and sent to remote subscriber in a 
one to one chat session.

Original comment by lemordan...@gmail.com on 6 Jan 2014 at 12:52

GoogleCodeExporter commented 8 years ago
In fact it is a problem in the configuration of the provisioning server. The 
max length of the geoloc label is set to 0.

        <characteristic type="SUPL">
            <parm name="TextMaxLength" value="0" />
            <parm name="LocInfoMaxValidTime" value="0" />
            <parm name="Addr" value="test" />
        </characteristic>

Original comment by lemordan...@gmail.com on 25 Feb 2014 at 9:29