android-rcs / rcsjta

RCS-e stack for Android with GSMA API
180 stars 74 forks source link

Provisioning Push :: Network initiated configuration request #186

Closed MurthyVadapalli closed 8 years ago

MurthyVadapalli commented 8 years ago

Joyn Blackbird Product Definition Document :: Version 3.0 section 2.5 Provisioning push As per above mentioned PDD details, "Provisioning push will allow a MNO to force the reconfiguration of each user´s device if needed" Currently only client initiated provisioning is possible. Server initiated provisioning as defined in PDD 3.0 is not implemented Expected Result : MNO should be able to trigger provisioning process in the client

MurthyVadapalli commented 8 years ago

Currently receiver for capturing rcscfg sms is registered at random port; whereas in spec (as given in reference), rcscfg sms will be sent to 37273 only. Fixed the same as given below: * Added receiver component in manifest with port as 37273 * Moved the logic for handling Rcs Configuration sms from HttpsProvisioningSMS to newly created receiver.

Patch will be submitted soon for review

yplo6403 commented 8 years ago

Provisioning push SMS implemeted by following commits: e731c4d6f1fc35ffdc829ccbbf4015271ef945bf 829ce775444a3dba1500cf366666dbb8c7d5d23f 22725c51b7a2550b0c41a9eb14f99c18ab215240