Client provisioning. April 2005

Size: px
Start display at page:

Download "Client provisioning. April 2005"

Transcription

1 Client provisioning April 2005

2 Preface Purpose of this document This document contains general guidelines for developers and for operators to configure Sony Ericsson handsets with settings according to OMA client Provisioning v1.1 People who can benefit from this document are: Software developers Operators and service providers Content providers It is assumed that the reader is familiar with OMA-ERELD-ClientProvisioning-v1_ C, which can be found at These Developers Guidelines are published by: Sony Ericsson Mobile Communications AB, SE Lund, Sweden Phone: Fax: Sony Ericsson Mobile Communications AB, All rights reserved. You are hereby granted a license to download and/or print a copy of this document. Any rights not expressly granted herein are reserved. First edition (April 2005) Publication number: EN/LZT R1A This document is published by Sony Ericsson Mobile Communications AB, without any warranty*. Improvements and changes to this text necessitated by typographical errors, inaccuracies of current information or improvements to programs and/or equipment, may be made by Sony Ericsson Mobile Communications AB at any time and without notice. Such changes will, however, be incorporated into new editions of this document. Printed versions are to be regarded as temporary reference copies only. *All implied warranties, including without limitation the implied warranties of merchantability or fitness for a particular purpose, are excluded. In no event shall Sony Ericsson or its licensors be liable for incidental or consequential damages of any nature, including but not limited to lost profits or commercial loss, arising out of the use of the information in this document. 2 April 2005

3 Sony Ericsson Developer World On developers will find documentation and tools such as phone White Papers, Developers Guidelines for different technologies, SDKs and relevant APIs. The website also contains discussion forums monitored by the Sony Ericsson Developer Support team, an extensive Knowledge Base, Tips & Tricks, example code and news. Sony Ericsson also offers technical support services to professional developers. For more information about these professional services, visit the Sony Ericsson Developer World website. Document conventions Products The table below lists Sony Ericsson mobile phones with support for Client provisioning. They are referred to using generic names as follows: Generic names Series V800 Z800 K750 W800 K600 Sony Ericsson mobile phones V800i, Vodafone 802SE Z800i K750i, K750c, D750i W800i, W800c K600i 3 April 2005

4 Terminology GSM IMPS MMS MS OMA OTA SMS WAP WBXML WIM WV Global System for Mobile communications Instant Messaging and Presence Services Multimedia Messaging Service Mobile System Open Mobile Alliance Over The Air Short Message Service Wireless Application Protocol WAP Binary XML WAP Identity Module Wireless Village (IMPS) Typographical Conventions Code is written in Courier font: <html>..</html> Document history Change history Version R1A First version published 4 April 2005

5 Contents Overview...6 Architecture...7 OMA Client Provisioning in Sony Ericsson phones...8 OMA Client Provisioning document reception...8 Error handling...9 Security mechanisms...10 Parameters and compliance...10 PXLOGICAL...10 NAPDEF...12 BOOTSTRAP...14 Applications specific settings...15 Browser - APPID w MMS - APPID W Data Synchronization (SyncML DS) - w Device Management (SyncML DM) - w , SMTP , POP , IMAP Streaming (3GPP) IMPS (WV)...29 General examples...31 References April 2005

6 Overview OMA Client Provisioning v1.1 (WAP OMA Provisioning), is a backward compatible extension of the client provisioning functionality included in WAP 2.0 (v1.0). The new version adds support for application access provisioning as well as direct access and WAP proxy support. With OMA Client Provisioning v1.1 it is possible for the operator to configure (bootstrap) the terminal with settings for different applications in mobile phones (Browser, , Streaming, SyncML, Wireless Village, and so on). The Sony Ericsson implementation supports bootstrap from SIM and over-the-air (OTA) via SMS. The bootstrap process is initiated when an unconfigured mobile phone is started from its initial state or after a Master reset. 6 April 2005

7 Architecture The OMA Client Provisioning 1.1 specification states: Provisioning is the process by which a WAP client is configured with a minimum of user interactions. In this chapter, the client provisioning implementation in Sony Ericsson mobile phones is described. 7 April 2005

8 OMA Client Provisioning in Sony Ericsson phones The provisioning documents are delivered as WAP binary XML documents (WBXML) using the UTF-8 [RFC2279] character encoding set. These documents are delivered over the air using a bootstrap protocol, refer to Provisioning Bootstrap 1.1, Open Mobile Alliance, OMA-WAP-PROVBOOT-V1_1, The details of the bootstrap protocol, specially the security mechanism, depend on the technology, but the basic mechanism, uses connectionless WAP Push, refer to WAP Push OTA Specification WAP Forum, WAP-235-PushOTA, The specification also define mandatory security mechanism that can be used with all networks technologies. As an option, the provisioning documents can be delivered using WIM or SIM cards. The Requester interface design for SIM/WIM provisioning is described in Provisioning Smart Card 1.1, Open Mobile Alliance, OMA-WAP-PROVSC-V1_1, There are 3 different storing areas supported by Sony Ericsson Client Provisioning on the card, Bootstrap, Config1 and Config2. There are mandatory rules for how the security mechanisms are to be used and how the provisioning documents delivered through different channels must be combined. There are also mandatory rules for how to implement conflict resolution, error handling, proxy selection and parameter prioritization when interpreting the received provisioning documents. The provisioning information received by a WAP client is expected to be stored in configuration context, and there is a mechanism that can be used to control how many configuration contexts may be used in the client. These aspects are covered in Provisioning User Agent Behaviour 1.1", Open Mobile Alliance, OMA-WAP-PROVUABV1_1, Note: To update a provisioning, the Internet Account PXLOGICAL/NAME and Data Account NAPDEF/ NAME have to be changed for the installation to succeed. It is not allowed to overwrite a provisioned document. OMA Client Provisioning document reception In the example below, the user initiates OTA browser, MMS and Streaming configuration from the internet site of the service provider (My Operator). The operator sends one or several SMS with destination port 2948 (non-secure WAP Push), these SMS are re-assemblies parsed and handled by the provisioning user agent. The user is prompted whether to install the received provisioning settings or not. The user accepts and the phone is configured with the new settings. The settings are stored as Internet profiles, Internet accounts and application specific settings. Depending on if the settings were stored in the phone successfully or not, the user receives an information report message stating for which application the settings were successfully installed or not installed. 8 April 2005

9 If the user refuses the new settings, the settings will be rejected and will not be stored in the mobile phone. Error handling If the document parse fails the user is prompted to install the received Provisioning document anyway. If the user accepts, an error message will be shown to the user, Settings not valid 9 April 2005

10 Security mechanisms To avoid that non authorized people send malicious content to users, four different alternative security features are implemented: UserPin, UserPinMac, NetwPin, and UserNetwPin. Refer to Provisioning Bootstrap 1.1, Open Mobile Alliance, OMA-WAP-PROVBOOT-V1_1, The security features NetwPin and UserNetwPin are bound to the IMSI of the SIM card, so they should only work for the SIM they are created for. In cases where the security mechanism requires the user to enter the PIN code, the user is allowed three attempts to enter the code correctly, otherwise the document will be rejected. Parameters and compliance PXLOGICAL PXLOGICAL is mapped to the Sony Ericsson Internet Profile, allowing the phone to connect to the Internet (Web and WAP), and specifying MMS settings. The Internet profile specifies what protocol, HTTP or WAP, proxies and gateways can connect to. The table below lists supported parameters in reference to OMA-WAP-ProvCont-v1_ C, chapter 4.2 Overview of Data Model. Parameter Characteristic : PXLOGICAL USED Description Mapped to Sony Ericsson Internet/WAP profile. PROXY-ID USED Internal reference within the document used to refer to a certain PXLOGICAL. PROXY-PW PPGAUTH-TYPE PROXY-PROVIDER-ID NAME USED Mandatory, will set the name for the corresponding Internet profile. DOMAIN TRUST MASTER STARTPAGE USED Will set the URL for the homepage. See also APPID w2. BASAUTH-ID USED For start page. 10 April 2005

11 Parameter Description BASAUTH-PW USED For start page. WSP-VERSION PUSHENABLED PULLENABLED PXLOGICAL : PXAUTHINFO USED PXAUTH-TYPE IGNORED Only support HTTP-BASIC and therefore assumed value. PXAUTH-ID USED User Name for Internet profile PXAUTH-PW USED Password for Internet profile PXLOGICAL : PORT USED PORT can either be used in PXLOGICAL or PXPHYSICAL PORTNBR USED Default HTTP: Port number other than used. WAP: 9202, 9203 used. SERVICE USED Parameter used CO-WSP or CO-SEC-WSP PXLOGICAL : PXPHYSI- CAL PHYSICAL-PROXY-ID USED An APPLICATION can use this parameter. DOMAIN PXADDR USED GW address if WAP profile. PX address if Internet profile PXADDRTYPE USED IPV4 and ALPHA interpreted as FQDN supported. PXADDR-FQDN USED Note that PXADDR is mandatory - set it to a blank string in order for PXADDR-FQDN to be chosen. WSP-VERSION PUSHENABLED PULLENABLED TO-NAPID PXPHYSICAL : PORT Mandatory. Links Internet/WAP profile to Data account within the same document. PORT can either be used in PXLOGICAL or PXPHYSICAL PORTNBR USED Default 8080, HTTP: Port number other than used. WAP: 9202, 9203 used. SERVICE USED Parameter used CO-WSP or CO-SEC-WSP 11 April 2005

12 NAPDEF NAPDEF is mapped to the Sony Ericsson Data Account, allowing the mobile phone to connect to the Internet (Web and WAP), , and so on. The Data Account specifies what bearer the phone will use for connection (GPRS or dial-up GSM).. Parameter Characteristic : NAPDEF Description Mapped to Sony Ericsson Data account. NAPID USED Links Internet/WAP profile to Data account resulting from the current NAPDEF. BEARER USED GSM-CSD and GSM-GPRS. For 3G-able terminals the GSM- CSD is mapped to 3G CS and GSM-GPRS is mapped to 3G PS. NAME USED Will set the name for the corresponding Data account. INTERNET NAP-ADDRESS USED APN for GSM-GPRS CSD dial string for GSM-CSD NAP-ADDRTYPE USED Only support IPV4 (APN) and E164 (CSD dial string), therefore the assumed values. DNS-ADDR USED Parameter uses IPv4 and IPv6 CALLTYPE USED CSD Dial type LOCAL-ADDR USED GPRS IP address LOCAL-ADDRTYPE USED Parameter uses IPv4 LINKSPEED DNLINKSPEED USED CSD Data rate LINGER USED Only if bearer is GSM-CSD DELIVERY-ERR-SDU DELIVERY-ORDER TRAFFIC-CLASS MAX-SDU-SIZE MAX-BITRATE-UPLINK MAX-BITRATE-DNLINK RESIDUAL-BER SDU-ERROR-RATIO TRAFFIC-HANDL-PRIO TRANSFER-DELAY 12 April 2005

13 Parameter Description GUARANTEED-BITRATE- UPLINK GUARANTEED-BITRATE- DNLINK MAX-NUM-RETRY FIRST-RETRY-TIMEOUT REREG-THRESHOLD T-BIT NAPDEF : NAPAUTHINFO AUTHTYPE USED values are PAP or CHAP. AUTHNAME USED Data Account User name. AUTHSECRET USED Data Account Password AUTH-ENTITY SPI NAPDEF : VALIDITY COUNTRY NETWORK SID SOC VALIDUNTIL 13 April 2005

14 BOOTSTRAP The bootstrap process will be performed the first time a SIM is inserted in the mobile phone. A restart of the bootstrap process will also be done after a Master reset. After the phone is bootstrapped, an incoming provisioning document should be handled according to the table below. Note that no overwrite will be done without user permission. Parameter Description Characteristic : BOOTSTRAP USED NAME USED Used as title when presenting the document to the user. NETWORK COUNTRY PROXY-ID PROVURL USED The identifier of the context. CONTEXT-ALLOW USED Specifies how many more contexts can be installed. Characteristic : CLIENTIDENTITY CLIENT-ID USED Fallback value of PXAUTH-ID. Characteristic : VENDORCONFIG NAME * 14 April 2005

15 Applications specific settings Note: All applications might not be configurable for a specific handset. The value of the parameter APPID in the APPLICATION element identifies which application settings are to be applied. For more information about the different tags see the respective application compliance. The following applications references are supported. APPID w2 w4 w5 w7 wa Application Browsing MMS SyncML Data Synchronization SyncML Device Management IMPS (WV) 25 , SMTP 110 , POP , IMAP4 554 Streaming Media Application references: Parameter Characteristic : APPLICATION Description All tags in the characteristic APPLICATION are supported. For the behaviour of each application, please see the specification for each APPID. APPID PROVIDER-ID NAME AACCEPT APROTOCOL TO-PROXY TO-NAPID ADDR APPLICATION : APPADDR ADDR ADDRTYPE 15 April 2005

16 Parameter Description APPADDR : PORT PORTNBR SERVICE APPLICATION : APPAUTH AAUTHLEVEL AAUTHTYPE AAUTHNAME AAUTHSECRET AAUTHDATA APPLICATION : RESOURCE URI NAME AACCEPT AAUTHTYPE AAUTHNAME AAUTHSECRET AAUTHDATA STARTPAGE Characteristic : ACCESS RULE APPID PORTNBR DOMAIN TO-NAPID TO-PROXY 16 April 2005

17 Browser - APPID w2 OMA Application Characteristic reference APPID: w2. APPID type: OMNA. Owner: OMA DM Working Group. Contact: OMA DM Working Group <OMA-DM@MAIL.OPENMOBILEALLIANCE.ORG>. Registration version: 1. Registration domesticate: Application description: Browser. Description - w2 Settings for the Browser application. The following is possible to set via the Browser. Start Page with Title for a PXLOGICAL. Bookmarks. Compliance Parameter Description Characteristic : APPLICATION APPID USED w2 TO-PROXY USED Refers to the PXLOGICAL that STARTPAGE can be set for. APPLICATION : RESOURCE 0 or many. URI USED URL NAME USED Title of the bookmark or start page. Max size 16. STARTPAGE USED The first RESOURCE with STARTPAGE will be set as START- PAGE for the TO-PROXY. Example This example installs two bookmarks and sets the start page for the PXLOGICAL with PROXY-ID equal to <parm name="appid" value="w2"/> <parm name="to-proxy" value=" /> <characteristic type="resource"> <parm name="uri" value=" 17 April 2005

18 <parm name="name" value="some Operator WAP Service"/> <parm name="startpage"/> <characteristic type="resource"> <parm name="uri" value=" "/> <parm name="name" value="bookmark 1"/> <characteristic type="resource"> <parm name="uri" value=" "/> <parm name="name" value="bookmark 2"/> MMS - APPID W4 OMA Application Characteristic reference APPID: w4. APPID type: OMNA. Owner: OMA Multimedia Messaging Working Group. Contact: OMA Multimedia Messaging Working Group <OMA-MMS@MAIL.OPENMOBILEALLIANCE.ORG>. Registration version: 1. Registration timestamp: Application description: Multimedia Messaging Service (MMS). Application reference: Multimedia Messaging Service (MMS) specifications, Description - w4 Sets the Service Center and proxy for connection. Compliance Parameter Description Characteristic : APPLICATION APPID USED w4 TO-PROXY USED Reference to PXLOGICAL ( Internet account ). ADDR USED The Service Center APPLICATION : APPADDR ADDR USED Secondary way to set Service Center. 18 April 2005

19 Example This example sets the Service Center and proxy. characteristic type="application"> <parm name="appid" value="w4"/> <parm name="to-proxy" value="mmsproxy"/> <parm name="addr" value=" Data Synchronization (SyncML DS) - w5 OMA Application Characteristic reference: APPID: w5. APPID type: OMNA. Owner: Data Synchronization Working Group. Contact: Data Synchronization Working Group <OMA-DS@MAIL.OPENMOBILEALLIANCE.ORG>. Registration version: 1. Registration timestamp: Application description: Data Synchronization (DS). Application reference: SyncML DS specifications, SyncML Representation Protocol specification, Description - w5 Creates a synchronization account. Compliance Parameter Characteristic : APPLICATION Description 0 or 1 APPID USED w5 NAME USED The name of the account. TO-PROXY USED Reference to PXLOGICAL ( Internet account ). ADDR USED The server address. APPLICATION : APPADDR 0 or 1 ADDR USED The server address. 19 April 2005

20 Parameter APPLICATION : APPAUTH Description 0 or many AAUTHLEVEL USED APPSRV, Application server AAUTHTYPE USED BASIC, DIGEST or HTTP-BASIC AAUTHNAME USED User name. AAUTHSECRET USED User password. AAUTHDATA APPLICATION : RESOURCE USED USED 0 or many URI USED The database URI on the server. AACCEPT USED Must be a MIME-type supported by a database. AAUTHNAME USED User name on database level. AAUTHSECRET USED User password on database level. Example <parm name="appid" value="w5"/> <parm name="name" value="scts"/> <parm name="to-proxy" value="px "/> <characteristic type="appaddr"> <parm name="addr" value=" <parm name="aauthlevel" value="appsrv"/> <parm name="aauthtype" value="digest"/> <parm name="aauthname" value="sync"/> <parm name="aauthsecret" value="cnys"/> <parm name="aauthlevel" value="appsrv"/> <parm name="aauthtype" value="http-basic"/> <parm name="aauthname" value="client"/> <parm name="aauthsecret" value="teilc"/> <characteristic type="resource"> <parm name="uri" value="pb"/> <parm name="aaccept" value="text/x-vcard;2.1,text/vcard;3.0"/> <parm name="aauthname" value="pb"/> <parm name="aauthsecret" value="bp"/> <characteristic type="resource"> <parm name="uri" value="cal"/> <parm name="aaccept" value="text/x-vcalendar,text/vcalendar"/> <parm name="aauthname" value="cal"/> <parm name="aauthsecret" value="lac"/> 20 April 2005

21 <characteristic type="resource"> <parm name="uri" value="notes"/> <parm name="aaccept" value="text/plain,text/x-vnote;1.1"/> <parm name="aauthname" value="notes"/> <parm name="aauthsecret" value="seton"/> <characteristic type="resource"> <parm name="uri" value="todo?todo"/> <parm name="aaccept" value="text/x-vcalendar,text/vcalendar"/> <parm name="aauthname" value="todo"/> <parm name="aauthsecret" value="odot"/> Device Management (SyncML DM) - w7 OMA Application Characteristic reference APPID: w7. APPID type: OMNA. Owner: Device Management Working Group. Contact: Device Management Working Group <OMA-DM@MAIL.OPENMOBILEALLIANCE.ORG>. Registration version: 1. Registration timestamp: Application description: Device Management (DM). Application reference: OMA Device Management (Based on SyncML DM), Version specifications, SyncML DM Tree and Description specification, SyncML DM Security specification, SyncML Representation Protocol specification, Description - w7 Creates a Device Management account 21 April 2005

22 Compliance Parameter Characteristic : APPLICATION Description 0 or 1 APPID USED PROVIDER-ID USED Will be used as authentication name for server. Max length 80" INIT NOT SUP- PORTED NAME USED Used as displayable name in UI. Unique account identifier (i.e. name of the account file) will be DMAcc-0X.acc, where X is in the interval [1,5]. Max length 50 TO-PROXY USED Reference to PXLOGICAL ( Internet account ). TO-NAPID USED Refers to NAPDEF that is used for connection in the account. If value is INTERNET, the default internet profile will be used. ADDR USED Device Management server URI. Max length 255 APPLICATION : APPADDR USED ADDR USED If both APPLICATION/ADDR and APPADDR exists settings will be considered invalid. ADDRTYPE APPADDR : PORT PORTNBR NOT SUP- PORTED SUP- PORTED SUP- PORTED Value will be stored in DM account, but currently the DM client will not use it. 32 bit number APPLICATION : APPAUTH USED There can be 3 APPAUTH within the APPLICATION characteristic. One for HTTP (if AAUTHLEVEL is missing), one for CLI- ENT and one for APPSRV. AAUTHLEVEL USED CLIENT means authentication that the server will use to authenticate towards the client. APPSRV means authentication that the client will use to authenticate towards the server. AAUTHTYPE USED Values can be HTTP-BASIC, HTTP-DIGEST (only valid if AAU- THLEVEL is missing), BASIC, DIGEST and/or HMAC. If multiple types are specified in a comma separated list there should be no space before or after the commas. AAUTHNAME USED User name. Max length 80 AAUTHSECRET USED Password to use together with AAUTHNAME. Max length 60 AAUTHDATA USED Used to specify nonce. Max length April 2005

23 Example <parm name="appid" value="w7"/> <parm name="provider-id" value="servername"/> <parm name="name" value="mgmt Server"/> <parm name="addr" value=" <parm name="to-proxy" value="op GPRS" /> <parm name="aauthtype" value="http-digest"/> <parm name="aauthname" value="name"/> <parm name="aauthsecret" value="secret"/> <parm name="aauthlevel" value="appsrv"/> <parm name="aauthtype" value="digest,basic"/> <parm name="aauthsecret" value="serversecret"/> <parm name="aauthdata" value="servernonce"/> <parm name="aauthlevel" value="client"/> <parm name="aauthname" value="clientname"/> <parm name="aauthsecret" value="clientsecret"/> <parm name="aauthdata" value="clientnonce"/> , SMTP - 25 OMA Application Characteristic reference APPID: 25. APPID type: IANA. Owner: OMA DM Working Group. Contact: OMA DM Working Group <OMA-DM@MAIL.OPENMOBILEALLIANCE.ORG>. Registration version: 1. Registration timestamp: Application description: SMTP settings. Application reference: See RFC 2821 for SMTP definition. Description - 25 Setting for the SMTP (Simple Mail Transfer Protocol) server, that is, outgoing April 2005

24 Compliance Parameter Characteristic : APPLICATION Description 0 or 1 APPID USED 25 PROVIDER-ID USED Account name, max length 20. PROVIDER-ID USED Account name, max length 20 characters. TO-NAPID USED Reference to NAPDEF ( Data account ). ADDR USED ADDR can either be used in APPLICATION or APPLICA- TION:APPADDR Outgoing server host name, max length 31. APPLICATION : APPADDR ADDR USED ADDR can either be used in APPLICATION or APPLICA- TION:APPADDR Outgoing server host name, max length 31. APPADDR : PORT PORTNBR USED Outgoing server port number, 16 bit unsigned number. SERVICE USED Empty or STARTTLS. APPLICATION : APPAUTH AAUTHNAME USED Username for outgoing server AAUTHSECRET USED Password for incoming and outgoing server Example <parm name="appid" value="25"/> <parm name="provider-id" value="mymail"/> <parm name="to-napid" value="iap1"/> <characteristic type="appaddr"> <parm name="addr" value="smtp.mail.com"/> <characteristic type="port"> <parm name="portnbr" value="25"/> <parm name="service" value="starttls"/> <parm name="aauthname" value="username"/> <parm name="aauthsecret" value="password"/> 24 April 2005

25 , POP3-110 OMA Application Characteristic reference APPID: 110 APPID type: IANA. Owner: OMA DM Working Group. Contact: OMA DM Working Group Registration version: 1. Registration timestamp: Application description: POP3 settings. Application reference: POP3 is defined in RFC1939. Description Setting for the incoming server using POP3 protocol. Compliance Parameter Description Characteristic : APPLICATION APPID USED 110 PROVIDER-ID USED Account name, max length 20 characters. TO-NAPID USED Reference to NAPDEF ( Data account ). ADDR USED ADDR can either be used in APPLICATION or APPLICA- TION:APPADDR Incoming server host name. Max length 31 characters. APPLICATION : APPADDR ADDR USED ADDR can either be used in APPLICATION or APPLICA- TION:APPADDR Incoming server host name. Max length 31 characters. APPADDR : PORT PORTNBR USED Incoming server port number. 16 bit unsigned number. SERVICE USED Empty or STARTTLS. APPLICATION : APPAUTH AAUTHNAME USED Incoming server user name. Max length 80 characters. AAUTHSECRET USED Incoming server password. Max length 40 characters. 25 April 2005

26 Example <parm name="appid" value="110"/> <parm name="to-proxy " value=" /> <parm name="provider-id" value="mymail"/> <parm name="to-napid" value="iap1"/> <characteristic type="appaddr"> <parm name="addr" value="pop.mail.com"/> <characteristic type="port"> <parm name="portnbr" value="110"/> <parm name="service" value="starttls"/> <parm name="aauthname" value="username"/> <parm name="aauthsecret" value="password"/> , IMAP4-143 OMA Application Characteristic reference APPID: 143 APPID type: IANA. Owner: OMA DM Working Group. Contact: OMA DM Working Group Registration version: 1. Registration timestamp: Application description: IMAP4 settings. Application reference: IMAP4 is defined in RFC2060. Description This is the setting for the incoming server using IMAP4 protocol. Compliance Parameter Description Characteristic : APPLICATION APPID USED 143 PROVIDER-ID USED Account name. Max 20 characters. TO-NAPID USED 26 April 2005

27 Parameter Description ADDR USED ADDR can either be used in APPLICATION or APPLICA- TION:APPADDR Incoming server host name. Max length 31 characters. APPLICATION : APPADDR ADDR USED ADDR can either be used in APPLICATION or APPLICA- TION:APPADDR Incoming server host name. Max length 31 characters. APPADDR : PORT PORTNBR USED Incoming server port number. 16 bit unsigned number. SERVICE USED Empty or STARTTLS. APPLICATION : APPAUTH AAUTHNAME USED Incoming server user name. Max length 80 characters. AAUTHSECRET USED Incoming server password. Max length 40 characters. Example <parm name="appid" value="143"/> <parm name="provider-id" value="mymail"/> <parm name="to-napid" value="iap1"/> <characteristic type="appaddr"> <parm name="addr" value="imap.mail.com"/> <characteristic type="port"> <parm name="portnbr" value="143"/> <parm name="service" value="starttls"/> <parm name="aauthname" value="username"/> <parm name="aauthsecret" value="password"/> 27 April 2005

28 Streaming (3GPP) OMA Application Characteristic reference APPID: 554. APPID type: IANA. Owner: Device Management Working Group. Contact: Device Management Working Group <OMA-DM@MAIL.OPENMOBILEALLIANCE.ORG>. Registration version: 1. Registration timestamp: Application description: 3GPP PSS Streaming using Real Time Streaming Protocol (RTSP). Application reference: 3GPP TS / IETF (Internet Engineering Task Force) standards on streaming RTP (Real-time Transport Protocol)/RTCP (Real-time Transport Control Protocol) RFC1889/ RTSP (Real Time Streaming Protocol) RFC2326/ SDP (Session Description Protocol) RFC2327/ Description This is the settings for the streaming application Compliance Parameter Description Characteristic : APPLICATION APPID USED 554 TO-NAPID USED Internet account ID APPLICATION : APPADDR ADDR USED The Proxy address. (Domain name or IP-address) APPADDR : PORT PORTNBR USED Connection port number to proxy server Example <parm name="appid" value="554"/> <parm name="to-napid" value="nap1"/> <characteristic type="appaddr"> <parm name="addr" value=" "/> <characteristic type="port"> <parm name="portnbr" value="8080"/> 28 April 2005

29 IMPS (WV) OMA Application Characteristic reference APPID: wa. APPID type: OMNA. Owner: OMA Instant Messaging and presence services Working Group. Contact: OMA IMPS WG Registration version: 1. Registration timestamp: Application description: Instant Messaging and presence services (IMPS). Application reference: None. Description - wa The following settings are applicable for Wireless Village (My Friends): UserID and Domain Password Server URL WAP Profile When receiving an OMA Client Provisioning with Wireless Village settings, the currently active WV account will be updated. Compliance Parameter Description Characteristic : APPLICATION APPID USED wa AACCEPT USED Used to verify correct WV protocol version and XML coding (XML or WBXML). TO-PROXY USED Reference to PXLOGICAL ( Internet account ). ADDR USED 0 or many. The first valid will be used. Address of WV server in URI form. Max 200 characters. APPLICATION : APPADDR 0 or many. The first valid will be used. Lower priority than ADDR. 29 April 2005

30 Parameter Description ADDR USED Address of WV server in URI form. Max 200 characters. ADDRTYPE USED Only used to validate that it is not E164 (SMS bearer) APPLICATION : APPAUTH AAUTHLEVEL USED Only the value APPSRV is supported. AAUTHNAME USED Complete WV UserID (including domain). Max 50 characters. AAUTHSECRET USED Max 50 characters. Example <parm name="appid" value="wa"/> <parm name="aaccept" value="application/vnd.wv.csp+xml;1.2;1.1;1.0, application/vnd.wv.csp+wbxml;1.2;1.1;1.0"/> <parm name="addr" value=" <parm name="addr" value=" <parm name="aauthlevel" value="appsrv"/> <parm name="aauthname" value="username"/> <parm name="aauthsecret" value="password"/> 30 April 2005

31 General examples Settings for Browsing(w2) HTTP protocol, MMS(w4), SyncML Data Synchronization (w5) and SyncML Device Management(w7). <?xml version="1.0"?> <!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV 1.0//EN" " <wap-provisioningdoc version="1.1"> <characteristic type="bootstrap"> <parm name="provurl" value=" <parm name="name" value="operator Settings"/> <characteristic type="pxlogical"> <parm name="proxy-id" value="webproxy.operator.com"/> <parm name="name" value="operator Web"/> <characteristic type="pxphysical"> <parm name="physical-proxy-id" value="proxy 1"/> <parm name="pxaddr" value="webproxy.operator.com"/> <parm name="pxaddrtype" value="alpha"/> <parm name="to-napid" value="operator.com"/> <characteristic type="port"> <parm name="portnbr" value="8080"/> <characteristic type="pxlogical"> <parm name="proxy-id" value="mailproxy.operator.com"/> <parm name="name" value="mms"/> <characteristic type="pxphysical"> <parm name="physical-proxy-id" value="operator MMS"/> <parm name="pxaddr" value="mailproxy.operator.com"/> <parm name="pxaddrtype" value="alpha"/> <parm name="to-napid" value="operator.com"/> <characteristic type="port"> <parm name="portnbr" value="8080"/> <characteristic type="napdef"> <parm name="napid" value="operator.com"/> <parm name="bearer" value="gsm-gprs"/> <parm name="name" value="operator GPRS"/> <parm name="nap-address" value="mailweb.operator.com"/> <parm name="nap-addrtype" value="apn"/> <characteristic type="napauthinfo"> <parm name="authtype" value="pap"/> <parm name="authname" value="user"/> <parm name="authsecret" value="passwd"/> 31 April 2005

32 <parm name="appid" value="w2"/> <parm name="to-proxy " value="webproxy.operator.com" /> <characteristic type="resource"> <parm name="uri" value=" <parm name="name" value="some Operator WAP Service"/> <parm name="startpage"/> <characteristic type="resource"> <parm name="uri" value=" "/> <parm name="name" value="bookmark 1"/> <parm name="startpage"/> <characteristic type="resource"> <parm name="uri" value=" "/> <parm name="name" value="bookmark 2"/> <parm name="startpage"/> <parm name="appid" value="w4"/> <parm name="to-proxy" value="webproxy.operator.com"/> <parm name="addr" value=" <parm name="appid" value="w5"/> <parm name="name" value="scts"/> <parm name="to-proxy" value="webproxy.operator.com"/> <characteristic type="appaddr"> <parm name="addr" value=" <parm name="aauthname" value="sync"/> <parm name="aauthsecret" value="cnys"/> <parm name="aauthname" value="client"/> <parm name="aauthsecret" value="teilc"/> <characteristic type="resource"> <parm name="uri" value="pb"/> <parm name="aaccept" value="text/x-vcard;2.1,text/vcard;3.0"/> <parm name="aauthname" value="pb"/> <parm name="aauthsecret" value="bp"/> <characteristic type="resource"> <parm name="uri" value="cal"/> <parm name="aaccept" value="text/x-vcalendar,text/vcalendar"/> <parm name="aauthname" value="cal"/> 32 April 2005

33 <parm name="aauthsecret" value="lac"/> <characteristic type="resource"> <parm name="uri" value="notes"/> <parm name="aaccept" value="text/plain,text/x-vnote;1.1"/> <parm name="aauthname" value="notes"/> <parm name="aauthsecret" value="seton"/> <characteristic type="resource"> <parm name="uri" value="todo?todo"/> <parm name="aaccept" value="text/x-vcalendar,text/vcalendar"/> <parm name="aauthname" value="todo"/> <parm name="aauthsecret" value="odot"/> <parm name="appid" value="w7"/> <parm name="provider-id" value="servername"/> <parm name="name" value="mgmt Server"/> <parm name="addr" value=" <parm name="to-proxy" value="webproxy.operator.com" /> <parm name="aauthname" value="name"/> <parm name="aauthsecret" value="secret"/> <parm name="aauthsecret" value="serversecret"/> <parm name="aauthdata" value="servernonce"/> <parm name="aauthsecret" value="clientsecret"/> <parm name="aauthdata" value="clientnonce"/> <parm name="appid" value="25"/> <parm name="provider-id" value="mymail"/> <parm name="to-napid" value="operator.com"/> <characteristic type="appaddr"> <parm name="addr" value="smtp.mail.com"/> <characteristic type="port"> <parm name="portnbr" value="25"/> <parm name="service" value="starttls"/> <parm name="aauthname" value="username"/> <parm name="aauthsecret" value="password"/> <parm name="appid" value="110"/> 33 April 2005

34 <parm name="provider-id" value="mymail"/> <parm name="to-napid" value="operator.com"/> <characteristic type="appaddr"> <parm name="addr" value="pop.mail.com"/> <characteristic type="port"> <parm name="portnbr" value="110"/> <parm name="service" value="starttls"/> <parm name="aauthname" value="username"/> <parm name="aauthsecret" value="password"/> <parm name="appid" value="143"/> <parm name="provider-id" value="mymail"/> <parm name="to-napid" value="operator.com"/> <characteristic type="appaddr"> <parm name="addr" value="imap.mail.com"/> <characteristic type="port"> <parm name="portnbr" value="143"/> <parm name="service" value="starttls"/> <parm name="aauthname" value="username"/> <parm name="aauthsecret" value="password"/> <parm name="appid" value="554"/> <parm name="to-napid" value="operator.com"/> <characteristic type="appaddr"> <parm name="addr" value=" "/> <characteristic type="port"> <parm name="portnbr" value="8080"/> <parm name="appid" value="wa"/> <parm name="aaccept" value="application/vnd.wv.csp+xml;1.2;1.1;1.0,application/vnd.wv.csp+wbxml;1.2;1.1;1.0"/> <parm name="addr" value=" <parm name="addr" value=" <parm name="aauthname" value="username"/> <parm name="aauthsecret" value="password"/> </wap-provisioningdoc> 34 April 2005

35 Settings for Browsing (w2) WSP protocol <?xml version="1.0"?> <!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV 1.0//EN" " <wap-provisioningdoc version="1.1"> <characteristic type="bootstrap"> <parm name="provurl" value=" <parm name="name" value="operator Settings"/> <characteristic type="pxlogical"> <parm name="proxy-id" value="webproxy.operator.com"/> <parm name="name" value="operator Web"/> <characteristic type="pxphysical"> <parm name="physical-proxy-id" value="proxy 1"/> <parm name="pxaddr" value=" "/> <parm name="pxaddrtype" value="alpha"/> <parm name="to-napid" value="operator.com"/> <characteristic type="port"> <parm name="portnbr" value="9202"/> <parm name="service" value="co-wsp"/> <characteristic type="napdef"> <parm name="napid" value="operator.com"/> <parm name="bearer" value="gsm-gprs"/> <parm name="name" value="operator GPRS"/> <parm name="nap-address" value="mailweb.operator.com"/> <parm name="nap-addrtype" value="apn"/> <characteristic type="napauthinfo"> <parm name="authtype" value="pap"/> <parm name="authname" value="user"/> <parm name="authsecret" value="passwd"/> <parm name="appid" value="w2"/> <parm name="to-proxy " value="webproxy.operator.com" /> <characteristic type="resource"> <parm name="uri" value=" <parm name="name" value="some Operator WAP Service"/> <parm name="startpage"/> </wap-provisioningdoc> 35 April 2005

36 Settings for , POP3 (110) and SMTP (25) <?xml version="1.0"?> <!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV 1.0//EN" " <characteristic type="napdef"> <parm name="napid" value="operator.com"/> <parm name="bearer" value="gsm-gprs"/> <parm name="name" value="operator GPRS"/> <parm name="nap-address" value="mailweb.operator.com"/> <parm name="nap-addrtype" value="apn"/> <characteristic type="napauthinfo"> <parm name="authtype" value="pap"/> <parm name="authname" value="user"/> <parm name="authsecret" value="passwd"/> <parm name="appid" value="110"/> <parm name="provider-id" value="mymail"/> <parm name="to-napid" value="operator.com"/> <characteristic type="appaddr"> <parm name="addr" value="pop.mail.com"/> <characteristic type="port"> <parm name="portnbr" value="110"/> <parm name="service" value="starttls"/> <parm name="aauthname" value="username"/> <parm name="aauthsecret" value="password"/> <parm name="appid" value="25"/> <parm name="provider-id" value="mymail"/> <parm name="to-napid" value="operator.com"/> <characteristic type="appaddr"> <parm name="addr" value="smtp.mail.com"/> <characteristic type="port"> <parm name="portnbr" value="25"/> <parm name="service" value="starttls"/> <parm name="aauthname" value="username"/> <parm name="aauthsecret" value="password"/> </wap-provisioningdoc> 36 April 2005

37 Settings for , POP3 (110) and SMTP (25) <?xml version="1.0"?> <!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV 1.0//EN" " <wap-provisioningdoc version="1.1"> <characteristic type="napdef"> <parm name="napid" value="operator.com"/> <parm name="bearer" value="gsm-gprs"/> <parm name="name" value="operator GPRS"/> <parm name="nap-address" value="mailweb.operator.com"/> <parm name="nap-addrtype" value="apn"/> <characteristic type="napauthinfo"> <parm name="authtype" value="pap"/> <parm name="authname" value="user"/> <parm name="authsecret" value="passwd"/> <parm name="appid" value="143"/> <parm name="provider-id" value="mymail"/> <parm name="to-napid" value="operator.com"/> <characteristic type="appaddr"> <parm name="addr" value="imap.mail.com"/> <characteristic type="port"> <parm name="portnbr" value="143"/> <parm name="service" value="starttls"/> <parm name="aauthname" value="username"/> <parm name="aauthsecret" value="password"/> <parm name="appid" value="25"/> <parm name="provider-id" value="mymail"/> <parm name="to-napid" value="operator.com"/> <characteristic type="appaddr"> <parm name="addr" value="smtp.mail.com"/> <characteristic type="port"> <parm name="portnbr" value="25"/> <parm name="service" value="starttls"/> <parm name="aauthname" value="username"/> <parm name="aauthsecret" value="password"/> </wap-provisioningdoc> 37 April 2005

38 References OMA-ERELD-ClientProvisioning-v1_ C; Open Mobile Alliance, OMA-WAP-ProvCont-v1_ C, ch ; Open Mobile Alliance, WAP Push OTA Specification" WAP Forum, WAP-235-PushOTA, Provisioning Bootstrap 1.1, Open Mobile Alliance, OMA-WAP-PROVBOOT-V1_1, Provisioning Smart Card 1.1, Open Mobile Alliance, OMA-WAP-PROVSC-V1_1, Provisioning User Agent Behaviour 1.1", Open Mobile Alliance, OMA-WAP-PROVUABV1_1, 38 April 2005

Developers guidelines

Developers guidelines Developers guidelines June 2010 OMA Client Provisioning and Device Management for Sony Ericsson phones with DM client v.5 v.6 Preface Purpose of this document This document describes the implementation

More information

Provisioning Content. Version 24-July Wireless Application Protocol WAP-183-ProvCont a

Provisioning Content. Version 24-July Wireless Application Protocol WAP-183-ProvCont a Provisioning Content Version 24-July-2001 Wireless Application Protocol WAP-183-ProvCont-20010724-a A list of errata and updates to this document is available from the WAP Forum Web site, http://www.wapforum.org/,

More information

Over The Air Settings Specification

Over The Air Settings Specification Approved version: 7.0 12th September 2001 Doc. Number DSS00234-EN Copyright Ericsson and Nokia Mobile Phones. This material, including documentation and any related computer programs, is protected by copyright

More information

OMA Device Management Bootstrap

OMA Device Management Bootstrap OMA Device Management Bootstrap Approved Version 1.2.1 17 Jun 2008 Open Mobile Alliance OMA-TS-DM_Bootstrap-V1_2_1-20080617-A [OMA-Template-Spec-20070101-I] OMA-TS-DM_Bootstrap-V1_2_1-20080617-A Page 2

More information

Provisioning Bootstrap

Provisioning Bootstrap Provisioning Bootstrap Approved Version 1.1 28 Jul 2009 Open Mobile Alliance OMA-WAP-TS-V1_1-20090728-A OMA-WAP-TS-V1_1-20090728-A Page 2 (22) Use of this document is subject to all of the terms and conditions

More information

Black Hat Europe 2009

Black Hat Europe 2009 Black Hat Europe 2009 Mobile Security Lab Hijacking Mobile Data Connections 1 Provisioning & WAP primer Forging Messages Demo: Remote provisioning Provisioning: Process and Issues Attack scenario and exploiting

More information

Enabler Test Specification for Device Management

Enabler Test Specification for Device Management Enabler Test Specification for Device Management Candidate Version 1.2 06 Jul 2006 Open Mobile Alliance OMA-ETS-DM-V1_2-20060706-C OMA-ETS-DM-V1_2-20060706-C Page 2 (87) Use of this document is subject

More information

White paper. April Messaging

White paper. April Messaging White paper April 2011 Messaging This document This Sony Ericsson White paper is intended to give enterprise users an overview of specific smartphone features and provide details in relevant areas of technology.

More information

Enabler Test Specification for Device Management

Enabler Test Specification for Device Management Enabler Test Specification for Device Management Candidate Version 1.2 19 Apr 2007 Open Mobile Alliance OMA-ETS-DM-V1_2-20070419-C OMA-ETS-DM-V1_2-20070419-C Page 2 (106) Use of this document is subject

More information

Setting up Java environment for Project Capuchin development with Sony Ericsson phones

Setting up Java environment for Project Capuchin development with Sony Ericsson phones Instructions October 2008 Setting up Java environment for Project Capuchin development with Sony Ericsson phones Preface About this document This document contains a step by step description of how to

More information

Streaming with Project Capuchin for Adobe Flash Lite developers

Streaming with Project Capuchin for Adobe Flash Lite developers Tutorial March 2009 Streaming with Project Capuchin for Adobe Flash Lite developers Preface About this tutorial This Project Capuchin tutorial illustrates how images stored in different locations can be

More information

OMA Device Management Bootstrap

OMA Device Management Bootstrap OMA Device Management Bootstrap Candidate Version 1.3 09 Oct 2012 Open Mobile Alliance OMA-TS-DM_Bootstrap-V1_3-20121009-C [OMA-Template-Spec-20120101-I] OMA-TS-DM_Bootstrap-V1_3-20121009-C Page 2 (35)

More information

Releasing an Application for mobile applications in Sony Ericsson phones

Releasing an Application for mobile applications in Sony Ericsson phones Tutorial May 2007 Releasing an Application for mobile applications in Sony Ericsson phones Preface About this tutorial This tutorial has been written by Simon Judge, a freelance mobile developer who develops

More information

Standardized Connectivity Management Objects WAP Proxy Parameters For use with OMA Device Management

Standardized Connectivity Management Objects WAP Proxy Parameters For use with OMA Device Management Standardized Connectivity Management Objects WAP Proxy Parameters For use with OMA Device Management Approved Version 1.0 24 Oct 2008 Open Mobile Alliance OMA-DDS-DM_ConnMO_WAPProxy-V1_0-20081024-A OMA-DDS-DM_ConnMO_WAPProxy-V1_0-20081024-A

More information

White paper. April Security

White paper. April Security White paper April 2011 Security This document This Sony Ericsson White paper is intended to give enterprise users an overview of specific smartphone features and provide details in relevant areas of technology.

More information

WAP Provisioning Architecture Overview

WAP Provisioning Architecture Overview WAP Provisioning Architecture Overview WAP-182-PROVARCH Proposed Version 19-February-2000 Wireless Application Protocol WAP Provisioning Architecture Overview Wireless Application Protocol Forum Ltd.2000.

More information

OMA Device Management Standardized Objects

OMA Device Management Standardized Objects OMA Device Management Standardized Objects Candidate Version 1.3 25 May 2010 Open Mobile Alliance OMA-TS-DM_StdObj-V1_3-20100525-C [OMA-Template-Spec-20100101-I] OMA-TS-DM_StdObj-V1_3-20100525-C.doc Page

More information

Video calls. July Keep in touch using voice and video

Video calls. July Keep in touch using voice and video Video calls July 2007 Keep in touch using voice and video Contents Introduction... 2 Before you start... 2 Making a video call... 3 Answering and ending a video call... 3 Zooming... 4 Sharing pictures

More information

Xperia TM. Read about how Xperia TM devices manage and synchronisation in a corporate IT environment

Xperia TM. Read about how Xperia TM devices manage  and synchronisation in a corporate IT environment Xperia TM in Business Email, Calendar and Contacts Read about how Xperia TM devices manage email and synchronisation in a corporate IT environment Exchange ActiveSync IMAP4 and POP3 The Xperia Email application

More information

WAP Push Message Version 16-August-1999

WAP Push Message Version 16-August-1999 WAP Push Message Version 16-August-1999 Wireless Application Protocol Push Message Specification Notice: Wireless Application Protocol Forum, Ltd. 1999. Terms and conditions of use are available from the

More information

Continues the Technical Activities Originated in the SyncML Initiative

Continues the Technical Activities Originated in the SyncML Initiative SyncML Device Management Security, Version 1.1.2 Approved Version 09-December-2003 Open Mobile Alliance OMA-SyncML-DMSecurity-V1_1_2-20031209-A Continues the Technical Activities Originated in the SyncML

More information

White paper. April Connectivity

White paper. April Connectivity White paper April 2011 Connectivity This document This Sony Ericsson White paper is intended to give enterprise users an overview of specific smartphone features and provide details in relevant areas of

More information

Cache Operation. Version 31-Jul Wireless Application Protocol WAP-175-CacheOp a

Cache Operation. Version 31-Jul Wireless Application Protocol WAP-175-CacheOp a Cache Operation Version 31-Jul-2001 Wireless Application Protocol WAP-175-CacheOp-20010731-a A list of errata and updates to this document is available from the WAP Forum Web site, http://www.wapforum.org/,

More information

SyncML Device Management Standardised Objects

SyncML Device Management Standardised Objects 1 of 37 Pages SyncML Device Management Standardised Objects Abstract This document defines a set of management objects. Some of these are mandatory for all SyncML DM compliant devices and others are optional.

More information

Push Security Requirements

Push Security Requirements Push Security Requirements Candidate Version 1.0 25 Jan 2005 Open Mobile Alliance OMA-RD-PushSecurity-V1_0-20050125-C OMA-RD-PushSecurity-V1_0-20050125-C Page 2 (22) Use of this document is subject to

More information

Provisioning Smartcard

Provisioning Smartcard Provisioning Smartcard Candidate Version 1.1 26 Feb 2008 Open Mobile Alliance OMA-WAP-TS-ProvSC-V1_1-20080226-C Continues the Technical Activities Originated in the WAP Forum OMA-WAP-TS-ProvSC-V1_1-20080226-C

More information

OMA-ETS-DL-OTA-v1_ a Page 1 (24)

OMA-ETS-DL-OTA-v1_ a Page 1 (24) OMA-ETS-DL-OTA-v1_0-20040317-a Page 1 (24) Enabler Test Specification for Download 1.0 Version 1.0, 17-Mar-2004 Open Mobile Alliance OMA-ETS-DL-OTA-v1_0-20040317-a OMA-ETS-DL-OTA-v1_0-20040317-a Page 2

More information

Client Profile of OMA Device Management v1.3

Client Profile of OMA Device Management v1.3 Client Profile of v1.3 Candidate Version 1.0 30 Apr 2013 Open Mobile Alliance OMA-PD-DM_Client_Profile-V1_3-20130430-C OMA-PD-DM_Client_Profile-V1_3-20130430-C Page 2 (18) Use of this document is subject

More information

Enabler Validation Plan for the RESTful Network API for OMA Push

Enabler Validation Plan for the RESTful Network API for OMA Push Enabler Validation Plan for the RESTful Network API for OMA Push Candidate Version 1.0 10 Sep 2013 Open Mobile Alliance OMA-EVP-REST_NetAPI_Push-V1_0-20130910-C OMA-EVP-REST_NetAPI_Push-V1_0-20130910-C

More information

Location Protocols. Version 12-Sept Wireless Application Protocol WAP-257-LOCPROT a

Location Protocols. Version 12-Sept Wireless Application Protocol WAP-257-LOCPROT a Location Protocols Version 12-Sept-2001 Wireless Application Protocol WAP-257-LOCPROT-20010912-a A list of errata and updates to this document is available from the WAP Forum Web site, http://www.wapforum.org/,

More information

Now IMP Server v1.10. Table of Contents

Now IMP Server v1.10. Table of Contents Now IMP Server v1.10 October 14, 2005 Copyright 2005, Now Wireless Ltd. Table of Contents Now IMP Server... 2 System Requirements... 3 Basic Configuration... 4 Basic Configuration Step 1: Define the Server's

More information

Client-Server Protocol Transport Bindings

Client-Server Protocol Transport Bindings Client-Server Protocol Transport Bindings V1.1 WV Internal Tracking Number: WV-024 Notice Copyright 2001-2002 Ericsson, Motorola and Nokia. All Rights Reserved. Implementation of all or part of any Specification

More information

Protocol Compliance Statements for the CSG2

Protocol Compliance Statements for the CSG2 APPENDIXC This appendix provides protocol compliance statements for the CSG2. Any RFCs that are not explicitly listed are not supported. Layer 4 Inspection (parse protocol=other) The Cisco Content Services

More information

Xperia TM. Read about how Xperia TM devices can be administered in a corporate IT environment

Xperia TM. Read about how Xperia TM devices can be administered in a corporate IT environment Xperia TM in Business Mobile Device Management Read about how Xperia TM devices can be administered in a corporate IT environment Device management clients Exchange ActiveSync The my Xperia service Third

More information

Enabler Test Specification for Device Management

Enabler Test Specification for Device Management Enabler Test Specification for Device Management Candidate Version 1.3 08 Dec 2015 Open Mobile Alliance OMA-ETS-DM-V1_3-20151208-C OMA-ETS-DM-V1_3-20151208-C Page 2 (175) Use of this document is subject

More information

OMA Push Management Object

OMA Push Management Object OMA Push Management Object Candidate Version 1.0 02 Oct 2007 Open Mobile Alliance OMA-TS-Push_MO-V1_0-20071002-C OMA-TS-Push_MO-V1_0-20071002-C Page 2 (12) Use of this document is subject to all of the

More information

OMA Device Management Security

OMA Device Management Security OMA Device Management Security Candidate Version 1.3 25 May 2010 Open Mobile Alliance OMA-TS-DM_Security-V1_3-20100525-C OMA-TS-DM_Security-V1_3-20100525-C Page 2 (30) Use of this document is subject to

More information

Presence SIMPLE Architecture

Presence SIMPLE Architecture Presence SIMPLE Architecture Candidate Version 1.1 28 Jan 2008 Open Mobile Alliance OMA-AD-Presence_SIMPLE-V1_1-20080128-C OMA-AD-Presence_SIMPLE-V1_1-20080128-C Page 2 (21) Use of this document is subject

More information

System Architecture Model Version 1.1 WV Tracking Number: WV-020

System Architecture Model Version 1.1 WV Tracking Number: WV-020 System Architecture Model Version 1.1 WV Tracking Number: WV-020 Notice Copyright 2001-2002 Ericsson, Motorola and Nokia. All Rights Reserved. Implementation of all or part of any Specification may require

More information

SmartWatch. February Specification. Developer World sonymobile.com/developer

SmartWatch. February Specification. Developer World sonymobile.com/developer February 2013 SmartWatch Specification *All implied warranties, including without limitation the implied warranties of merchantability or fitness for a particular purpose, are excluded. In no event shall

More information

Enabler Test Specification for Device Management

Enabler Test Specification for Device Management Enabler Test Specification for Device Management Candidate Version 1.2 17 Jul 2007 Open Mobile Alliance OMA-ETS-DM-V1_2-20070717-C OMA-ETS-DM-V1_2-20070717-C Page 2 (161) Use of this document is subject

More information

Developing Mobile Applications

Developing Mobile Applications Developing Mobile Applications WAP 1 Organizations 3GPP (3G Partnership Program) IETF (Internet Enginering Task Force) W3C (World Wide Web Consortium) OMA (Open Mobile Aliance) IANA (Internet Assigned

More information

Managing files. July Organize your files

Managing files. July Organize your files Managing files July 2007 Organize your files Contents Introduction... 2 Installing the software... 3 Installing the PC Suite from the CD... 4 Downloading the PC Suite from the Web... 4 Installing PC Suite

More information

Xperia TM. in Business. Product overview. Read about the enterprise policies and features supported in Xperia devices. March 2018

Xperia TM. in Business. Product overview. Read about the enterprise policies and features supported in Xperia devices. March 2018 Xperia TM in Business Product overview Read about the enterprise policies and features supported in Xperia devices March 2018 About this document Products covered This document describes Xperia in Business

More information

Reqs-LTE-SMS. Device Requirements Issued: Mar-16

Reqs-LTE-SMS. Device Requirements Issued: Mar-16 Reqs-LTE-SMS Device Requirements Issued: Mar-16 This document provides initial information related to Verizon Wireless Long Term Evolution (LTE) Reqs-LTE- SMS requirement document. All information herein

More information

Protocol Compliance Statements for the CSG2

Protocol Compliance Statements for the CSG2 APPENDIXJ This appendix provides protocol compliance statements for the CSG2. Any RFCs that are not explicitly listed are not supported. Layer 4 Inspection (parse protocol=other) The Cisco Content Services

More information

Configuring a GSM (3G) modem on a GW2040 Series Router

Configuring a GSM (3G) modem on a GW2040 Series Router Configuring a GSM (3G) modem on a GW2040 Series Router Issue 1.5 Date 10 May 2012 Table of contents 1 About this document... 3 1.1 Scope... 3 1.2 Readership... 3 1.3 More information... 3 1.3.1 Assigned

More information

Point-to-Multipoint Push Requirements

Point-to-Multipoint Push Requirements Point-to-Multipoint Push Requirements Candidate Version 1.0 26 May 2009 Open Mobile Alliance OMA-RD-PTM_Push_V1_0-20090526-C [OMA-Template-Spec-20090101-I] OMA-RD-PTM_Push_V1_0-20090526-C Page 2 (16) Use

More information

Xperia TM. in Business. Product overview. Read about the enterprise policies and features supported in Xperia devices.

Xperia TM. in Business. Product overview. Read about the enterprise policies and features supported in Xperia devices. Xperia TM in Business Product overview Read about the enterprise policies and features supported in Xperia devices February 2017 About this document Products covered This document describes Xperia in Business

More information

OMA Device Management Security

OMA Device Management Security OMA Device Management Security Approved Version 1.2.1 17 Jun 2008 Open Mobile Alliance OMA-TS-DM_Security-V1_2_1-20080617-A OMA-TS-DM_Security-V1_2_1-20080617-A Page 2 (27) Use of this document is subject

More information

Standardized Connectivity Management Objects 3GPP Circuit-Switched Data Bearer Parameters For use with OMA Device Management

Standardized Connectivity Management Objects 3GPP Circuit-Switched Data Bearer Parameters For use with OMA Device Management Standardized Connectivity Management Objects 3GPP Circuit-Switched Data Bearer Parameters For use with OMA Device Management Candidate Version 1.0 12 Aug 2008 Open Mobile Alliance OMA-DDS-DM_ConnMO_3GPPCS-V1_0-20080812-C

More information

Enabler Release Definition for Smartcard-Web-Server

Enabler Release Definition for Smartcard-Web-Server Enabler Release Definition for Smartcard-Web-Server Candidate Version 1.0 09 Feb 2007 Open Mobile Alliance OMA-ERELD-Smartcard_Web_Server-V1_0-20070209-C OMA-ERELD-Smartcard_Web_Server-V1_0-20070209-C

More information

Sophos Mobile Control Technical guide

Sophos Mobile Control Technical guide Sophos Mobile Control Technical guide Product version: 1.1 Document date: July 2011 Contents 1. About Sophos Mobile Control... 3 2. Integration... 4 3. Architecture... 6 4. Workflow... 12 5. Directory

More information

Sony Xperia Configurator Cloud User Instructions

Sony Xperia Configurator Cloud User Instructions Sony Xperia Configurator Cloud User Instructions This document is published by: Sony Mobile Communications Inc., 1-8-15 Konan, Minato-ku, Tokyo 108-0075, Japan www.sonymobile.com Sony Mobile Communications

More information

Smart Wireless Headset pro Specification

Smart Wireless Headset pro Specification February 2013 Smart Wireless Headset pro Specification Copyright 2013 Sony Mobile Communications AB. All rights reserved. Xperia is a trademark of Sony Mobile Communications AB. Other brands, company or

More information

Enabler Release Definition for Application Layer Security Common Functions

Enabler Release Definition for Application Layer Security Common Functions Enabler Release Definition for Application Layer Security Common Functions Candidate Version 1.1 30 Nov 2010 Open Mobile Alliance OMA-ERELD-SEC_CF-V1_1-20101130-C OMA-ERELD-SEC_CF-V1_1-20101130-C Page

More information

SMS Outbound. HTTP interface - v1.1

SMS Outbound. HTTP interface - v1.1 SMS Outbound HTTP interface - v1.1 Table of contents 1. Version history... 5 2. Conventions... 5 3. Introduction... 6 4. Application Programming Interface (API)... 7 5. Gateway connection... 9 5.1 Main

More information

Project Capuchin Bridging Flash Lite and Java ME in Sony Ericsson phones

Project Capuchin Bridging Flash Lite and Java ME in Sony Ericsson phones Product information August 2008 Project Capuchin Bridging Flash Lite and Java ME in Sony Ericsson phones Document history Change history 2008-05-01 Doc. No. 1212.4799.1 First version 2008-08-18 Doc. No.

More information

Cisco Connected Mobile Experiences REST API Getting Started Guide, Release 10.2

Cisco Connected Mobile Experiences REST API Getting Started Guide, Release 10.2 Cisco Connected Mobile Experiences REST API Getting Started Guide, Release 10.2 First Published: August 12, 2016 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

Enabler Test Specification for RCS Conformance

Enabler Test Specification for RCS Conformance Enabler Test Specification for RCS Conformance Candidate Version 1.2.2 10 Mar 2014 Open Mobile Alliance OMA-ETS-RCS-CON-V1_2_2-20140310-C OMA-ETS-RCS-CON-V1_2_2-20140310-C Page 2 (74) Use of this document

More information

Nokia E61i support

Nokia E61i  support Nokia E61i Nokia E61i Legal Notice Copyright Nokia 2007. All rights reserved. Reproduction, transfer, distribution or storage of part or all of the contents in this document in any form without the prior

More information

IMS Client Framework for All IP-Based Communication Networks

IMS Client Framework for All IP-Based Communication Networks IMS Client Framework for All IP-Based Communication Networks D. Jayaram, S. Vijay Anand, Vamshi Raghav, Prashanth Kumar, K. Riyaz & K. Kishan Larsen & Toubro InfoTech Limited Research and Development Group,

More information

Enabler Release Definition for Parlay Service Access

Enabler Release Definition for Parlay Service Access Enabler Release Definition for Parlay Service Access Candidate Version 1.0 17 Mar 2009 Open Mobile Alliance OMA-ERELD-PSA-V1_0-20090317-C OMA-ERELD-PSA-V1_0-20090317-C Page 2 (13) Use of this document

More information

3GPP TS V4.2.0 ( )

3GPP TS V4.2.0 ( ) TS 26.233 V4.2.0 (2002-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Transparent end-to-end packet switched streaming service

More information

Corporate Telephony in P900. October 2003

Corporate Telephony in P900. October 2003 Corporate Telephony in P900 October 2003 Preface Purpose of this document This document covers corporate telephony functions supported by the Sony Ericsson P900 and P908. These Developers Guidelines are

More information

User Identity Sources

User Identity Sources The following topics describe Firepower System user identity sources, which are sources for user awareness. These users can be controlled with identity and access control policies: About, on page 1 The

More information

Cisco TelePresence Video Communication Server Basic Configuration (Single VCS Control)

Cisco TelePresence Video Communication Server Basic Configuration (Single VCS Control) Cisco TelePresence Video Communication Server Basic Configuration (Single VCS Control) Deployment Guide Cisco VCS X7.2 D14524.03 August 2012 Contents Introduction 3 Example network deployment 3 Internal

More information

Nokia 9300 and Nokia 9500 Communicator with BlackBerry Connect

Nokia 9300 and Nokia 9500 Communicator with BlackBerry Connect Nokia 9300 and Nokia 9500 Communicator with BlackBerry Connect Legal Notice Copyright Nokia 2005. All rights reserved. Reproduction, transfer, distribution or storage of part or all of the contents in

More information

Multimedia Messaging Service Architecture Overview

Multimedia Messaging Service Architecture Overview Multimedia Messaging Service Architecture Overview Approved Version 1.1 15 Jul 2004 Open Mobile Alliance OMA-WAP-MMS-ARCH-V1_1-20040715-A Continues the Technical Activities Originated in the WAP Forum

More information

MMS-MULTI MEDIA MESSAGING AND MMS-INTERCONNECTION. Brugge, November 2004

MMS-MULTI MEDIA MESSAGING AND MMS-INTERCONNECTION. Brugge, November 2004 Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT) -MULTI MEDIA MESSAGING AND -INTERCONNECTION Brugge, November 2004 Page 2

More information

Polycom RealPresence Mobile for Android Phone

Polycom RealPresence Mobile for Android Phone Help 3.3 January 2015 3725-69926-004/A Polycom RealPresence Mobile for Android Phone Copyright 2015, Polycom, Inc. All rights reserved. No part of this document may be reproduced, translated into another

More information

SUPPORT GUIDE FOR THE NOKIA 6510 WITH AN INFRARED DATA CONNECTION IN PSION DEVICES

SUPPORT GUIDE FOR THE NOKIA 6510 WITH AN INFRARED DATA CONNECTION IN PSION DEVICES SUPPORT GUIDE FOR THE NOKIA 6510 WITH AN INFRARED DATA CONNECTION IN PSION DEVICES Copyright Nokia Mobile Phones 2002. All rights reserved Date: 15.01.02, ver. 1.0 Contents 1. INTRODUCTION...1 2. PSION

More information

Request for Comments: K. Norrman Ericsson June 2006

Request for Comments: K. Norrman Ericsson June 2006 Network Working Group Request for Comments: 4563 Category: Standards Track E. Carrara KTH V. Lehtovirta K. Norrman Ericsson June 2006 The Key ID Information Type for the General Extension Payload in Multimedia

More information

Enabler Release Definition for MMS

Enabler Release Definition for MMS Enabler Release Definition for MMS Candidate Version 1.3 11 May 2011 Open Mobile Alliance OMA-ERELD-MMS-V1_3-20110511-C OMA-ERELD-MMS-V1_3-20110511-C Page 2 (17) Use of this document is subject to all

More information

Presence SIMPLE Data Specification

Presence SIMPLE Data Specification Presence SIMPLE Data Specification Approved Version 2.0 29 Sep 2009 Open Mobile Alliance OMA-DDS-Presence_Data_Ext-V2_0-20090929-A OMA-DDS-Presence_Data_Ext-V2_0-20090929-A Page 2 (53) Use of this document

More information

User Guide IP Connect CSD

User Guide IP Connect CSD The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Wireless Maingate AB shall have no liability for any error or damages

More information

HP Load Balancing Module

HP Load Balancing Module HP Load Balancing Module Load Balancing Configuration Guide Part number: 5998-4218 Software version: Feature 3221 Document version: 6PW100-20130326 Legal and notice information Copyright 2013 Hewlett-Packard

More information

Elastic Charging Engine 11.3 RADIUS Gateway Protocol Implementation Conformance Statement Release 7.5

Elastic Charging Engine 11.3 RADIUS Gateway Protocol Implementation Conformance Statement Release 7.5 [1]Oracle Communications Billing and Revenue Management Elastic Charging Engine 11.3 RADIUS Gateway Protocol Implementation Conformance Statement Release 7.5 E72005-01 April 2016 Oracle Communications

More information

3GPP TS V ( )

3GPP TS V ( ) TS 24.341 V12.6.0 (2014-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Support of SMS over IP networks; Stage 3 (Release 12) The

More information

Compliance with RFC 3261

Compliance with RFC 3261 APPENDIX A Compliance with RFC 3261 This appendix describes how the Cisco Unified IP Phone 7960G and 7940G complies with the IETF definition of SIP as described in RFC 3261. It contains compliance information

More information

Mobile Search Framework Architecture

Mobile Search Framework Architecture Mobile Search Framework Architecture Approved Version 1.0 31 Jul 2012 Open Mobile Alliance OMA-AD-MSrchFramework-V1_0-20120731-A OMA-AD-MSrchFramework-V1_0-20120731-A.doc Page 2 (26) Use of this document

More information

MRD-310 MRD G Cellular Modem / Router Web configuration reference guide. Web configuration reference guide

MRD-310 MRD G Cellular Modem / Router Web configuration reference guide. Web configuration reference guide Web configuration reference guide 6623-3201 MRD-310 MRD-330 Westermo Teleindustri AB 2008 3G Cellular Modem / Router Web configuration reference guide www.westermo.com Table of Contents 1 Basic Configuration...

More information

Standardized Connectivity Management Objects HTTP Proxy Parameters For use with OMA Device Management

Standardized Connectivity Management Objects HTTP Proxy Parameters For use with OMA Device Management Standardized Connectivity Management Objects HTTP Proxy Parameters For use with OMA Device Management Approved Version 1.0 24 Oct 2008 Open Mobile Alliance OMA-DDS-DM_ConnMO_HTTPProxy-V1_0-20081024-A OMA-DDS-DM_ConnMO_HTTPProxy-V1_0-20081024-A

More information

MMS Architecture. Approved Version Sep Open Mobile Alliance OMA-AD-MMS-V1_ A

MMS Architecture. Approved Version Sep Open Mobile Alliance OMA-AD-MMS-V1_ A MMS Architecture Approved Version 1.3 13 Sep 2011 Open Mobile Alliance OMA-AD-MMS-V1_3-20110913-A OMA-AD-MMS-V1_3-20110913-A Page 2 (26) Use of this document is subject to all of the terms and conditions

More information

Cisco IOS HTTP Services Command Reference

Cisco IOS HTTP Services Command Reference Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information

3GPP2 MMS STANDARDS AND FEATURES

3GPP2 MMS STANDARDS AND FEATURES 3GPP2 MMS STANDARDS AND FEATURES Edwin Sandberg Ericsson Multimedia Messaging and VAS 3GPP2 MMS STANDARDS AND FEATURES APRIL 2003 1 Presentation Outline Use cases for MMS MMS reference architecture MMS

More information

ShoreTel User s Guide for Nokia

ShoreTel User s Guide for Nokia ShoreTel User s Guide for Nokia Release 7.1 July 2013 Legal Notices Document and Software Copyrights Copyright 1998-2013 by ShoreTel Inc., Sunnyvale, California, USA. All rights reserved. Printed in the

More information

WAP-Sync-Spec. Data Synchronisation Specification Version 30-May Wireless Application Protocol WAP-234-SYNC a

WAP-Sync-Spec. Data Synchronisation Specification Version 30-May Wireless Application Protocol WAP-234-SYNC a WAP-Sync-Spec Data Synchronisation Specification Version 30-May-2001 Wireless Application Protocol WAP-234-SYNC-20010530-a A list of errata and updates to this document is available from the WAP Forum

More information

OMA Device Management Tree and Description Serialization

OMA Device Management Tree and Description Serialization OMA Device Management Tree and Description Serialization Approved 1.2 09 Feb 2007 Open Mobile Alliance OMA-TS-DM_TNDS-V1_2-20070209-A OMA-TS-DM_TNDS-V1_2-20070209-A Page 2 (19) Use of this document is

More information

SIP Compliance APPENDIX

SIP Compliance APPENDIX APPENDIX E This appendix describes Cisco SIP proxy server (Cisco SPS) compliance with the Internet Engineering Task Force (IETF) definition of Session Initiation Protocol (SIP) as described in the following

More information

Push Architecture. Candidate Version Oct Open Mobile Alliance OMA-AD-Push-V2_ C

Push Architecture. Candidate Version Oct Open Mobile Alliance OMA-AD-Push-V2_ C Push Architecture Candidate Version 2.3 13 Oct 2009 Open Mobile Alliance OMA-AD-Push-V2_3-20091013-C OMA-AD-Push-V2_3-20091013-C Page 2 (31) Use of this document is subject to all of the terms and conditions

More information

Information About SIP Compliance with RFC 3261

Information About SIP Compliance with RFC 3261 APPENDIX A Information About SIP Compliance with RFC 3261 This appendix describes how the Cisco SIP IP phone complies with the IETF definition of SIP as described in RFC 3261. It has compliance information

More information

Enabler Test Specification for RCS Conformance

Enabler Test Specification for RCS Conformance Enabler Test Specification for RCS Conformance Candidate Version 5.x 22 Aug 2017 Open Mobile Alliance OMA-ETS-RCS-CON-V5_x-20170822-C OMA-ETS-RCS-CON-V5_x-20170822-C Page 2 (129) Use of this document is

More information

VOIP²ALL SERIES. 4 Channel Gateway User Guide. Version 5.38

VOIP²ALL SERIES. 4 Channel Gateway User Guide. Version 5.38 VOIP²ALL SERIES 4 Channel Gateway User Guide Version 5.38 Contents CONTENTS 1. INTRODUCTION TO THE VOIP²ALL GATEWAY... 4 1.1. The VoIP²ALL Gateway Solution Overview... 4 1.2. About this Manual... 5 1.3.

More information

Dual Mode Phone FAQ TECHNICAL SPECIFICATION

Dual Mode Phone FAQ TECHNICAL SPECIFICATION Dual Mode Phone FAQ TECHNICAL SPECIFICATION 1. Which are the main GSM bandwidths supported by the phone? Pirelli Dual Mode Phone support GSM 900/1800/1900MHZ. DP-L10 support also the GPRS Class B, multi-slot

More information

PacketCable 2.0. UE Provisioning Framework Specification PKT-SP-UE-PROV-I ISSUED. Notice

PacketCable 2.0. UE Provisioning Framework Specification PKT-SP-UE-PROV-I ISSUED. Notice PacketCable 2.0 UE Provisioning Framework Specification ISSUED Notice This PacketCable specification is the result of a cooperative effort undertaken at the direction of Cable Television Laboratories,

More information

VOIP²ALL SERIES Channel Gateway User Guide. Version 5.36z

VOIP²ALL SERIES Channel Gateway User Guide. Version 5.36z VOIP²ALL SERIES 8-16 - 24 Channel Gateway User Guide Version 5.36z Contents CONTENTS 1. INTRODUCTION TO THE VOIP²ALL GATEWAY... 4 1.1. The VoIP²ALL Gateway Solution Overview... 4 1.2. About this Manual...

More information

isync SyncML Guide

isync SyncML Guide isync SyncML Guide 2006-07-14 Apple Computer, Inc. 2006 Apple Computer, Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form

More information

Enabler Release Definition for Converged Personal Network Service

Enabler Release Definition for Converged Personal Network Service Enabler Release Definition for Converged Personal Network Service Approved Version 1.0 23 Oct 2012 Open Mobile Alliance OMA-ERELD-CPNS-V1_0-20121023-A OMA-ERELD-CPNS-V1_0-20121023-A Page 2 (16) Use of

More information

NOKIA M2M PLATFORM TERMINAL MANAGEMENT COMPONENT USER GUIDE. Copyright Nokia. All rights reserved. Issue

NOKIA M2M PLATFORM TERMINAL MANAGEMENT COMPONENT USER GUIDE. Copyright Nokia. All rights reserved. Issue NOKIA M2M PLATFORM TERMINAL MANAGEMENT COMPONENT USER GUIDE Copyright 2002-2003 Nokia. All rights reserved. Issue 2.0 9355602 Contents ACRONYMS AND TERMS...1 1. ABOUT THIS DOCUMENT...2 2. INTRODUCTION...3

More information