Symbian3/SDK/Source/GUID-27F39152-0AF2-577A-A367-BCEE9060902E.dita
author Graeme Price <GRAEME.PRICE@NOKIA.COM>
Fri, 15 Oct 2010 14:32:18 +0100
changeset 15 307f4279f433
parent 0 89d6a7a84779
permissions -rw-r--r--
Initial contribution of the Adaptation Documentation.

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
<!-- This component and the accompanying materials are made available under the terms of the License 
"Eclipse Public License v1.0" which accompanies this distribution, 
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
<!-- Initial Contributors:
    Nokia Corporation - initial contribution.
Contributors: 
-->
<!DOCTYPE concept
  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept xml:lang="en" id="GUID-27F39152-0AF2-577A-A367-BCEE9060902E"><title>SIP Settings in CenRep</title><prolog><metadata><keywords/></metadata></prolog><conbody><p>The SIP Settings are configured to be stored in a permanent storage called the Central Repository (CenRep). </p> <p>The organisation of SIP Settings in Cenrep adheres to the below listed rules: </p> <ul><li id="GUID-2FEFD775-5621-5D9F-9DCB-4376D125248A"><p>The SIP Settings are stored across multiple repositories in CenRep. </p> </li> <li id="GUID-7B033E40-063B-563C-983F-790A9972C789"><p>Each repository is identified by an Unique ID (UID). </p> </li> <li id="GUID-61EA9C02-5474-5341-8369-E68574DECC43"><p>Each repository stores a different type of SIP Setting like Profile Settings, Configuration Settings, Stack Settings. </p> </li> <li id="GUID-853EA2E7-D13A-5FB3-A386-F1DA343B633B"><p>Each repository has a Key Space design defined for storage of the SIP Settings. This enhances the flexibility and efficiency of storage. </p> </li> <li id="GUID-616148E9-C359-5D29-A902-66BB8852B51E"><p>SIP settings stored in CenRep can be retrieved and used by applications. </p> <p> </p> </li> <li id="GUID-E2A80179-3164-5B85-87CD-35C3D3E4D7E6"><p>The backup and restore applications can use the standard mechanisms to backup and restore the SIP Settings from CenRep. </p> <p> </p> </li> </ul> <table id="GUID-3957CF98-EFBE-5724-846E-B9C6028E8086"><tgroup cols="5"><colspec colname="col0"/><colspec colname="col1"/><colspec colname="col2"/><colspec colname="col3"/><colspec colname="col4"/><thead><row><entry>SIP Setting Type </entry> <entry> UID </entry> <entry>Data Stored </entry> <entry>CenRep Keys </entry> <entry>Key Space Design</entry> </row> </thead> <tbody><row><entry><p>Profile Settings </p> </entry> <entry><p>101f413C </p> </entry> <entry><p>SIP Profile </p> </entry> <entry><p> <filepath>csipmanagedprofile.h</filepath>, <filepath>csipprofile.h</filepath>  </p> </entry> <entry><p><xref href="GUID-A1598248-EE3D-5ED5-A431-02DCEBEDF472.dita">Key Space Design for SIP Profiles</xref>  </p> </entry> </row> <row><entry><p>Configuration Settings </p> </entry> <entry><p>0x2001F889 </p> </entry> <entry><p>Configuration Settings of the Profile Server. </p> </entry> <entry><p> <filepath>sipprofileagentextensionparams.h</filepath>, <filepath>sipprofiletypeinfo.h</filepath>  <filepath>sipprofileservercrkeys.h</filepath>  </p> </entry> <entry><p><xref href="GUID-7F8F830A-990C-5DDF-9D8F-28C89BFA755A.dita">Key Space Design for Profile Server Configuration Settings</xref>  </p> </entry> </row> <row><entry><p>SIP Stack Settings </p> </entry> <entry><p>0x101FED88 </p> </entry> <entry><p>SIP Stack Settings </p> </entry> <entry><p> <filepath>sipcrkeys.h</filepath>  </p> </entry> <entry><p><xref href="GUID-53017B71-9399-548B-BD1D-C68FC535A543.dita">Key Space Design for SIP Timers</xref>  </p> </entry> </row> </tbody> </tgroup> </table> <section><title>Creation of Device Variants</title> <p>Storing the SIP settings in CenRep allows the Creation of Device Variants with different SIP configuration settings. </p> <p>The device variant creation allows device variant engineers to configure SIP profiles specific to the device. The device variant engineers can create device variants with different SIP configuration settings. The device variants are shipped with the device. </p> <p>The engineers configure the Keys based on the Key Space design to create the device variants at the time of device creation. The device variants are stored in the device. </p> <p>Standard CenRep based tools can be used to create the device variants. The engineers need to be aware of the Key Space design of the SIP profiles and the associated parameters that need to be provisioned. </p> </section> <section><title>Client Provisioning</title> <p>Storing the SIP settings in CenRep allows the Client Provisioning. </p> <p>Client Provisioning enables the operator to provide SIP settings to the device via Over the Air (OTA) message. The DM\CP technology is used. </p> </section> </conbody></concept>