i made several configurations for 6820 with GPRS and they are
all working fine. now i need a configuration via CSD. my problem
is that the mobiledevice allways insists the received configuration
would be for GPRS. I dont have any idea what's wrong in a configuration like following:
03 Version 1.3
0B Public ID: "-//WAPFORUM//DTD PROV 1.0//EN
6A Encoding: UTF-8
00 String Table - Length
45 ?
C65601 characteristic - BOOTSTRAP
87 param with attributs - follows
0706 param - NAME
03 inlineString -follows
Value - "easy"
65617379
00 inlineString - ends
01 param with attributs - ends
01 characteristic - ends
C65501 characteristic - NAPDEF
87 param with attributs - follows
1106 param - NAPID
03 inlineString -follows
Value - "easy"
65617379
00 inlineString - ends
01 param with attributs - ends
87 param with attributs - follows
1006 param - BEARER
AA Value - GSM-CSD
01 param with attributs - ends
87 param with attributs - follows
0706 param - NAME
03 inlineString -follows
Value - "easy"
65617379
00 inlineString - ends
01 param with attributs - ends
87 param with attributs - follows
0806 param - NAP-ADDRESS (Telefonnummer)
03 inlineString -follows
Value - "0123456789"
313233343536373839
00 inlineString - ends
01 param with attributs - ends
87 param with attributs - follows
0906 param - NAP-ADDRETYPE
87 Value - E164 (GSM-CSD)
01 param with attributs - ends
87 param with attributs - follows
0A06 param - NAP-CALLTYPE
92 Value - "V.110"
01 param with attributs - ends
87 param with attributs - follows
2506 param - NAP-LINKSPEED
03 inlineString -follows
Value - "9600"
39363030
00 inlineString - ends
01 param with attributs - ends
C65A01 characteristic - NAPAUTHINFO
87 param with attributs - follows
0C06 param - AUTHTYPE
9A Value - PAP
01 param with attributs - ends
87 param with attributs - follows
0D06 param - AUTHNAME (Benutzername)
03 inlineString -follows
Value - "test"
74657374
00 inlineString - ends
01 param with attributs - ends
87 param with attributs - follows
0E06 param - AUTHSECRET (Benutzerpassword)
03 inlineString -follows
Value - "test"
74657374
00 inlineString - ends
01 param with attributs - ends
01 characteristic - ends
01 characteristic - ends
C600015501 characteristic - APPLICATION
87 param with attributs - follows
36000006 Value - APPID
03 inlineString -follows
7732 Value - "w2" (concerns Browser)
00 inlineString - ends
01 param with attributs - ends
87 param with attributs - follows
0706 param - NAME
03 inlineString -follows
Value - "easy"
65617379
00 inlineString - ends
01 param with attributs - ends
87 param with attributs - follows
000139000006 param - TO-NAPID
03 inlineString -follows
Value - "easy"
65617379
00 inlineString - ends
01 param with attributs - ends
C600015901 characteristic - RESOURCE
87 param with attributs - follows
3A000006 param - URI
03 inlineString -follows
Value - "http://url/"
687474703A2F2F75726C
00 inlineString - ends
01 param with attributs - ends
87 param with attributs - follows
0706 param - NAME
03 inlineString -follows
Value - "easy"
65617379
00 inlineString - ends
01 param with attributs - ends
87 param with attributs - follows
1C06 param - STARTPAGE
03 inlineString -follows
Value - "http://url/"
687474703A2F2F75726C
00 inlineString - ends
01 param with attributs - ends
01 characteristic - ends
01 characteristic - ends
01 characteristic - ends
Hi -- nice to see you're really digging down to get to the root of your problem.
Couple of places that you don't seem to have figured out:
03 Version 1.3
0B Public ID: "-//WAPFORUM//DTD PROV 1.0//EN
6A Encoding: UTF-8
00 String Table - Length
45 ?
-->This is wap-provisioning-doc with content
0806 param - NAP-ADDRESS (Telefonnummer)
03 inlineString -follows
Value - "0123456789"
313233343536373839
-->I know this is just a demo number, but you might want to include a + sign to indicate international format, because that's what E164 is (as far as I recall).
000139000006 param - TO-NAPID
-->This could instead look more like this:
0001 switchpage to code page 1
39 TO-PROXY (not TO-NAPID!)
0000 switchpage to codepage 0
06 value = ...
C600015901 characteristic - RESOURCE
-->This seems like an odd characteristic, but I'm not an OMA provisioning expert.
Value - "http://url/"
687474703A2F2F75726C
-->Actually your string does NOT include a trailing slash mark -- don't know if that makes a difference for you.
Value - "http://url/"
687474703A2F2F75726C
-->Actually your string does NOT include a trailing slash mark -- don't know if that makes a difference for you.
Compare what you've got to the samples in e.g. "OMA Client Provisioning for Series 40" document.